Build:
  1. 1
  2. 0
2026-09-04 16:56.37: New job: build secp256k1-internal.0.4.0 (fbd6e310d46c)
2026-09-04 16:56.37: Waiting for resource in pool day11-builds
2026-09-04 18:11.50: Got resource from pool day11-builds
2026-09-04 18:11.50: [profile full] build secp256k1-internal.0.4.0
2026-09-04 18:11.50: build secp256k1-internal.0.4.0 (fbd6e310d46c)
=== DEPENDENCIES (19 transitive) ===
  base-bigarray.base                                 31ac6860ef52
  base-bytes.base                                    03f6a7f50e10
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigstring.0.3                                      b67cfa484dfc
  compiler-cloning.enabled                           966a2e6839f0
  conf-gmp.5                                         eac5259e412f
  conf-pkg-config.5                                  74f50f3cfe72
  csexp.1.5.2                                        8c096e7de322
  cstruct.6.2.0                                      4817ede8fe03
  dune.3.24.2                                        25fbaa318de6
  dune-configurator.3.24.2                           517e3f9cad4b
  fmt.0.11.0                                         151e0b51ed7d
  ocaml.5.5.1                                        70ca0c66e0e8
  ocaml-base-compiler.5.5.1                          59841d7ed85e
  ocaml-compiler.5.5.1                               492c0c740bd1
  ocamlbuild.0.16.1                                  e25cf731aeb5
  ocamlfind.1.9.9~preview                            5e0261154b58
  topkg.1.1.1                                        2919b4412ec4
=== 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/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 _
- (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 _
-> 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-09-04 18:12.06: OK: build secp256k1-internal.0.4.0 (runc: 9.7s, disk: 12KB)
2026-09-04 18:12.06: Job succeeded