Build:
  1. 0
2026-09-03 20:22.29: New job: build secp256k1-internal.0.4.0 (2b4cc0c359cc)
2026-09-03 20:22.29: Waiting for resource in pool day11-builds
2026-09-03 22:15.04: Got resource from pool day11-builds
2026-09-03 22:15.04: [profile full] build secp256k1-internal.0.4.0
2026-09-03 22:15.04: build secp256k1-internal.0.4.0 (2b4cc0c359cc)
=== DEPENDENCIES (19 transitive) ===
  base-bigarray.base                                 31ac6860ef52
  base-bytes.base                                    a07bc30a9819
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigstring.0.3                                      1b8774251bf1
  compiler-cloning.enabled                           966a2e6839f0
  conf-gmp.5                                         eac5259e412f
  conf-pkg-config.5                                  74f50f3cfe72
  csexp.1.5.2                                        58b250503765
  cstruct.6.2.0                                      2e05e56e7587
  dune.3.24.2                                        ec704e062ad3
  dune-configurator.3.24.2                           183455f65a68
  fmt.0.11.0                                         395be4fa8f81
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
  ocamlbuild.0.16.1                                  ccce18256717
  ocamlfind.1.9.9~preview                            6a4c70487cf9
  topkg.1.1.1                                        3bd227743fbd
=== 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
[WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config
-> installed secp256k1-internal.0.4.0

=== STDERR ===

2026-09-03 22:15.25: OK: build secp256k1-internal.0.4.0 (runc: 8.6s, disk: 12KB)
2026-09-03 22:15.25: Job succeeded