Build:
  1. 0
2026-06-19 18:36.02: New job: build secp256k1-internal.0.4.0 (d10e597c428c)
2026-06-19 18:36.02: Waiting for resource in pool day11-builds
2026-06-19 19:33.02: Got resource from pool day11-builds
2026-06-19 19:33.02: [profile full] build secp256k1-internal.0.4.0
2026-06-19 19:33.02: build secp256k1-internal.0.4.0 (d10e597c428c)
=== DEPENDENCIES (18 transitive) ===
  base-bigarray.base                                 dfc2a7e726c3
  base-bytes.base                                    38023b842165
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigstring.0.3                                      48977531a249
  conf-gmp.5                                         61e3c79e0ddf
  conf-pkg-config.5                                  64c6b37d622b
  csexp.1.5.2                                        6a11fd34e537
  cstruct.6.2.0                                      a301a2a61d43
  dune.3.23.1                                        b9e31df96092
  dune-configurator.3.23.1                           cdae849f232e
  fmt.0.11.0                                         ff83722f4864
  ocaml.5.5.0                                        7bdffd2f55d9
  ocaml-base-compiler.5.5.0                          88ac983b1a28
  ocaml-compiler.5.5.0                               8d77bbea3746
  ocamlbuild.0.16.1                                  b61d8be21b8c
  ocamlfind.1.9.8                                    1872268d1aec
  topkg.1.1.1                                        ecfbf436618b
=== 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-19 19:33.33: OK: build secp256k1-internal.0.4.0 (runc: 8.6s, disk: 11KB)
2026-06-19 19:33.33: Job succeeded