Build:
  1. 0
2026-06-23 16:52.35: New job: build secp256k1.0.5.0 (0289a8df176b)
2026-06-23 16:52.35: Waiting for resource in pool day11-builds
2026-06-23 18:16.26: Got resource from pool day11-builds
2026-06-23 18:16.26: [profile full] build secp256k1.0.5.0
2026-06-23 18:16.26: build secp256k1.0.5.0 (0289a8df176b)
=== DEPENDENCIES (16 transitive) ===
  base.v0.17.3                                       ed6c283aa9a9
  base-bigarray.base                                 dfc2a7e726c3
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  compiler-cloning.enabled                           0d2606125f88
  conf-pkg-config.5                                  4b60827fc174
  conf-secp256k1.2                                   772717026211
  csexp.1.5.2                                        315ecef51574
  dune.3.23.1                                        dbfeecb5ca10
  dune-configurator.3.23.1                           8afe79196456
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocaml_intrinsics_kernel.v0.17.2                    1db91ca91065
  sexplib0.v0.17.0                                   313244870034
  stdio.v0.17.0                                      e14f294458c2
=== 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-23 18:16.39: OK: build secp256k1.0.5.0 (runc: 4.1s, disk: 12KB)
2026-06-23 18:16.39: Job succeeded