Build:
- 0
2026-09-04 18:22.02: New job: build secp256k1.0.5.0 (cdbeb15e5f64) 2026-09-04 18:22.02: Waiting for resource in pool day11-builds 2026-09-04 18:39.43: Got resource from pool day11-builds 2026-09-04 18:39.43: [profile full] build secp256k1.0.5.0 2026-09-04 18:39.43: build secp256k1.0.5.0 (cdbeb15e5f64) === DEPENDENCIES (16 transitive) === base.v0.17.3 88b199545512 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 8c096e7de322 dune.3.24.2 25fbaa318de6 dune-configurator.3.24.2 517e3f9cad4b ocaml.5.5.1 70ca0c66e0e8 ocaml-base-compiler.5.5.1 59841d7ed85e ocaml-compiler.5.5.1 492c0c740bd1 ocaml_intrinsics_kernel.v0.17.2 10a82d6157c1 sexplib0.v0.17.0 055934f8e366 stdio.v0.17.0 d79f7548eed3 === 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 [WARNING] Opam package conf-secp256k1.2 depends on the following system package that can no longer be found: libsecp256k1-dev -> installed secp256k1.0.5.0 === STDERR === 2026-09-04 18:39.55: OK: build secp256k1.0.5.0 (runc: 3.6s, disk: 12KB) 2026-09-04 18:39.55: Job succeeded