Build:
- 0
2026-06-24 13:54.51: New job: build secp256k1-internal.0.4.0 (49217e70b3f4) 2026-06-24 13:54.51: Waiting for resource in pool day11-builds 2026-06-24 15:57.13: Got resource from pool day11-builds 2026-06-24 15:57.13: [profile full] build secp256k1-internal.0.4.0 2026-06-24 15:57.13: build secp256k1-internal.0.4.0 (49217e70b3f4) === DEPENDENCIES (19 transitive) === base-bigarray.base 2e16f77d4cae base-bytes.base a7b3bf16b3f4 base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb bigstring.0.3 69ff5382bede compiler-cloning.enabled 439a1fc77aa6 conf-gmp.5 be11edf77089 conf-pkg-config.5 d5de2c6a88f9 csexp.1.5.2 977b865a51b4 cstruct.6.2.0 eddf6574d28d dune.3.23.1 a59dd9b14fe3 dune-configurator.3.23.1 8cec6bb1116c fmt.0.11.0 a00e65adfdb2 ocaml.5.5.0 383268832c4b ocaml-base-compiler.5.5.0 522c248944c8 ocaml-compiler.5.5.0 eb1a8babf54c ocamlbuild.0.16.1 e57f00093c6a ocamlfind.1.9.8 b506a15fcd6c topkg.1.1.1 ac206dbbd2b6 === 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-24 15:57.34: OK: build secp256k1-internal.0.4.0 (runc: 7.1s, disk: 12KB) 2026-06-24 15:57.34: Job succeeded