Build:
- 0
2026-06-24 16:08.08: New job: build secp256k1.0.5.0 (caa0c8e75e16) 2026-06-24 16:08.08: Waiting for resource in pool day11-builds 2026-06-24 17:03.50: Got resource from pool day11-builds 2026-06-24 17:03.50: [profile full] build secp256k1.0.5.0 2026-06-24 17:03.50: build secp256k1.0.5.0 (caa0c8e75e16) === DEPENDENCIES (16 transitive) === base.v0.17.3 c29afc67ba00 base-bigarray.base 2e16f77d4cae base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb compiler-cloning.enabled 439a1fc77aa6 conf-pkg-config.5 d5de2c6a88f9 conf-secp256k1.2 a9080f5c3157 csexp.1.5.2 977b865a51b4 dune.3.23.1 a59dd9b14fe3 dune-configurator.3.23.1 8cec6bb1116c ocaml.5.5.0 383268832c4b ocaml-base-compiler.5.5.0 522c248944c8 ocaml-compiler.5.5.0 eb1a8babf54c ocaml_intrinsics_kernel.v0.17.2 5f4f03f1d581 sexplib0.v0.17.0 166f8102230b stdio.v0.17.0 5d5cf425afc9 === STDOUT === Processing: [default: loading data] [secp256k1.0.5.0: dl] [secp256k1.0.5.0: extract] -> retrieved secp256k1.0.5.0 (https://opam.ocaml.org/cache) [secp256k1: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "secp256k1" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/secp256k1.0.5.0) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.secp256k1.objs/byte -cmi-file src/.secp256k1.objs/byte/secp256k1.cmi -no-alias-deps -o src/.secp256k1.objs/byte/secp256k1.cmo -c -impl src/secp256k1.ml) - File "src/secp256k1.ml", lines 79-81, characters 4-32: - 79 | ....match a, b with - 80 | | Sk a, Sk b -> BA.equal a b - 81 | | Pk a, Pk b -> BA.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/secp256k1.ml", lines 177-179, characters 10-33: - 177 | ..........match neuterize ctx k with - 178 | | None -> None - 179 | | 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/secp256k1.ml", lines 290-292, characters 4-30: - 290 | ....match a, b with - 291 | | P a, P b -> BA.equal a b - 292 | | R a, R b -> BA.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/secp256k1.ml", line 370, characters 25-38: - 370 | let to_bytes_recid ctx (R signature) = - ^^^^^^^^^^^^^ - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: P _ - - File "src/secp256k1.ml", line 436, characters 19-34: - 436 | let to_plain ctx (R recoverable) = - ^^^^^^^^^^^^^^^ - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: P _ - - File "src/secp256k1.ml", lines 452-453, characters 8-46: - 452 | ........let P signature = to_plain ctx r in - 453 | 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/secp256k1.ml", line 462, characters 33-46: - 462 | 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/.secp256k1.objs/byte -I src/.secp256k1.objs/native -cmi-file src/.secp256k1.objs/byte/secp256k1.cmi -no-alias-deps -o src/.secp256k1.objs/native/secp256k1.cmx -c -impl src/secp256k1.ml) - File "src/secp256k1.ml", lines 79-81, characters 4-32: - 79 | ....match a, b with - 80 | | Sk a, Sk b -> BA.equal a b - 81 | | Pk a, Pk b -> BA.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/secp256k1.ml", lines 177-179, characters 10-33: - 177 | ..........match neuterize ctx k with - 178 | | None -> None - 179 | | 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/secp256k1.ml", lines 290-292, characters 4-30: - 290 | ....match a, b with - 291 | | P a, P b -> BA.equal a b - 292 | | R a, R b -> BA.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/secp256k1.ml", line 370, characters 25-38: - 370 | let to_bytes_recid ctx (R signature) = - ^^^^^^^^^^^^^ - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: P _ - - File "src/secp256k1.ml", line 436, characters 19-34: - 436 | let to_plain ctx (R recoverable) = - ^^^^^^^^^^^^^^^ - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: P _ - - File "src/secp256k1.ml", lines 452-453, characters 8-46: - 452 | ........let P signature = to_plain ctx r in - 453 | 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/secp256k1.ml", line 462, characters 33-46: - 462 | 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.0.5.0 -> installed secp256k1.0.5.0 [WARNING] Opam package conf-secp256k1.2 depends on the following system package that can no longer be found: libsecp256k1-dev === STDERR === 2026-06-24 17:04.10: OK: build secp256k1.0.5.0 (runc: 4.6s, disk: 12KB) 2026-06-24 17:04.10: Job succeeded