Build:
- 0
2026-09-03 22:32.12: New job: build secp256k1.0.5.0 (76e13ddd9707) 2026-09-03 22:32.12: Waiting for resource in pool day11-builds 2026-09-03 23:09.37: Got resource from pool day11-builds 2026-09-03 23:09.37: [profile full] build secp256k1.0.5.0 2026-09-03 23:09.37: build secp256k1.0.5.0 (76e13ddd9707) === DEPENDENCIES (16 transitive) === base.v0.17.3 82edd6e178f2 base-bigarray.base 31ac6860ef52 base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e compiler-cloning.enabled 966a2e6839f0 conf-pkg-config.5 74f50f3cfe72 conf-secp256k1.2 5a07971ac9d9 csexp.1.5.2 58b250503765 dune.3.24.2 ec704e062ad3 dune-configurator.3.24.2 183455f65a68 ocaml.5.5.0 22ebd7932512 ocaml-base-compiler.5.5.0 db1659234e8a ocaml-compiler.5.5.0 7f52fb26d939 ocaml_intrinsics_kernel.v0.17.2 73ed8f7cbaaf sexplib0.v0.17.0 ff60a3c976cf stdio.v0.17.0 9ec1dce368f8 === 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 _ [WARNING] Opam package conf-secp256k1.2 depends on the following system package that can no longer be found: libsecp256k1-dev -> compiled secp256k1.0.5.0 -> installed secp256k1.0.5.0 === STDERR === 2026-09-03 23:09.51: OK: build secp256k1.0.5.0 (runc: 4.7s, disk: 12KB) 2026-09-03 23:09.51: Job succeeded