Build:
  1. 0
2026-06-20 17:13.25: New job: build secp256k1-internal.0.4.0 (4548b7a568fa)
2026-06-20 17:13.25: Waiting for resource in pool day11-builds
2026-06-20 18:44.59: Got resource from pool day11-builds
2026-06-20 18:44.59: [profile full] build secp256k1-internal.0.4.0
2026-06-20 18:44.59: build secp256k1-internal.0.4.0 (4548b7a568fa)
=== DEPENDENCIES (19 transitive) ===
  base-bigarray.base                                 dfc2a7e726c3
  base-bytes.base                                    ec2393fe4c6d
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigstring.0.3                                      1f36afa6bee6
  compiler-cloning.enabled                           0d2606125f88
  conf-gmp.5                                         61e3c79e0ddf
  conf-pkg-config.5                                  64c6b37d622b
  csexp.1.5.2                                        315ecef51574
  cstruct.6.2.0                                      056623ecd350
  dune.3.23.1                                        dbfeecb5ca10
  dune-configurator.3.23.1                           8afe79196456
  fmt.0.11.0                                         13e83cd80bf7
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
  topkg.1.1.1                                        8e3718e4cf5c
=== STDOUT ===
Processing: [default: loading data]
[secp256k1-internal.0.4.0: dl]
[secp256k1-internal.0.4.0: extract]
-> retrieved secp256k1-internal.0.4.0  (https://opam.ocaml.org/cache)
[secp256k1-internal: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-j" "39" "-p" "secp256k1-internal" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/secp256k1-internal.0.4.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.libsecp256k1.objs/byte -I /home/opam/.opam/default/lib/bigstring -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -cmi-file src/.libsecp256k1.objs/byte/libsecp256k1__External.cmi -no-alias-deps -open Libsecp256k1 -o src/.libsecp256k1.objs/byte/libsecp256k1__External.cmo -c -impl src/external.ml)
- File "src/external.ml", lines 52-54, characters 4-41:
- 52 | ....match (a, b) with
- 53 |     | (Sk a, Sk b) -> Bigstring.equal a b
- 54 |     | (Pk a, Pk b) -> Bigstring.equal a b
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: (Sk a, Pk _)
- 
- File "src/external.ml", line 168, characters 12-75:
- 168 |             match neuterize ctx k with None -> None | Some (Pk k) -> Some k)
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Some (Sk _)
- 
- File "src/external.ml", lines 260-262, characters 4-39:
- 260 | ....match (a, b) with
- 261 |     | (P a, P b) -> Bigstring.equal a b
- 262 |     | (R a, R b) -> Bigstring.equal a b
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: (P a, R _)
- 
- File "src/external.ml", line 372, characters 20-33:
- 372 |   let normalize ctx (P signature) =
-                           ^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: R _
- 
- File "src/external.ml", lines 482-483, characters 4-42:
- 482 | ....let (P signature) = to_plain ctx signature in
- 483 |     verify_plain_exn ctx ~pk msg signature
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: R _
- 
- File "src/external.ml", line 494, characters 33-46:
- 494 |   let recover_exn ctx ~signature:(R signature) msg =
-                                        ^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: P _
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.libsecp256k1.objs/byte -I src/.libsecp256k1.objs/native -I /home/opam/.opam/default/lib/bigstring -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -cmi-file src/.libsecp256k1.objs/byte/libsecp256k1__External.cmi -no-alias-deps -open Libsecp256k1 -o src/.libsecp256k1.objs/native/libsecp256k1__External.cmx -c -impl src/external.ml)
- File "src/external.ml", lines 52-54, characters 4-41:
- 52 | ....match (a, b) with
- 53 |     | (Sk a, Sk b) -> Bigstring.equal a b
- 54 |     | (Pk a, Pk b) -> Bigstring.equal a b
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: (Sk a, Pk _)
- 
- File "src/external.ml", line 168, characters 12-75:
- 168 |             match neuterize ctx k with None -> None | Some (Pk k) -> Some k)
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Some (Sk _)
- 
- File "src/external.ml", lines 260-262, characters 4-39:
- 260 | ....match (a, b) with
- 261 |     | (P a, P b) -> Bigstring.equal a b
- 262 |     | (R a, R b) -> Bigstring.equal a b
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: (P a, R _)
- 
- File "src/external.ml", line 372, characters 20-33:
- 372 |   let normalize ctx (P signature) =
-                           ^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: R _
- 
- File "src/external.ml", lines 482-483, characters 4-42:
- 482 | ....let (P signature) = to_plain ctx signature in
- 483 |     verify_plain_exn ctx ~pk msg signature
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: R _
- 
- File "src/external.ml", line 494, characters 33-46:
- 494 |   let recover_exn ctx ~signature:(R signature) msg =
-                                        ^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: P _
-> compiled  secp256k1-internal.0.4.0
-> installed secp256k1-internal.0.4.0
[WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config

=== STDERR ===

2026-06-20 18:45.23: OK: build secp256k1-internal.0.4.0 (runc: 9.7s, disk: 11KB)
2026-06-20 18:45.23: Job succeeded