Build:
  1. 0
2026-09-04 16:26.39: New job: build uecc.0.4 (1129e56c193a)
2026-09-04 16:26.39: Waiting for resource in pool day11-builds
2026-09-04 16:55.11: Got resource from pool day11-builds
2026-09-04 16:55.11: [profile full] build uecc.0.4
2026-09-04 16:55.11: build uecc.0.4 (1129e56c193a)
=== DEPENDENCIES (11 transitive) ===
  base-bigarray.base                                 31ac6860ef52
  base-bytes.base                                    03f6a7f50e10
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigstring.0.3                                      b67cfa484dfc
  compiler-cloning.enabled                           966a2e6839f0
  dune.3.24.2                                        25fbaa318de6
  ocaml.5.5.1                                        70ca0c66e0e8
  ocaml-base-compiler.5.5.1                          59841d7ed85e
  ocaml-compiler.5.5.1                               492c0c740bd1
  ocamlfind.1.9.9~preview                            5e0261154b58
=== STDOUT ===
Processing: [default: loading data]
[uecc.0.4: dl]
[uecc.0.4: extract]
-> retrieved uecc.0.4  (https://opam.ocaml.org/cache)
[uecc: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-j" "39" "-p" "uecc" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/uecc.0.4)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.uecc.objs/byte -I src/.uecc.objs/native -I /home/opam/.opam/default/lib/bigstring -I /home/opam/.opam/default/lib/bytes -cmi-file src/.uecc.objs/byte/uecc.cmi -no-alias-deps -o src/.uecc.objs/native/uecc.cmx -c -impl src/uecc.ml)
- File "src/uecc.ml", lines 67-70, characters 2-24:
- 67 | ..match k1, k2 with
- 68 |   | Sk sk, Sk sk2 -> Bytes.equal sk sk2
- 69 |   | Pk pk, Pk pk2 ->
- 70 |       Bytes.equal pk pk2
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: (Sk sk, Pk _)
- 
- File "src/uecc.ml", line 160, characters 15-23:
- 160 | let write_sign (Sk _sk) _buf ~msg:_ =
-                      ^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Pk _
- 
- File "src/uecc.ml", line 168, characters 9-17:
- 168 | let sign (Sk _sk) _msg =
-                ^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Pk _
- 
- File "src/uecc.ml", line 175, characters 11-18:
- 175 | let verify (Pk pk) ~msg ~signature =
-                  ^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Sk _
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.uecc.objs/byte -I /home/opam/.opam/default/lib/bigstring -I /home/opam/.opam/default/lib/bytes -cmi-file src/.uecc.objs/byte/uecc.cmi -no-alias-deps -o src/.uecc.objs/byte/uecc.cmo -c -impl src/uecc.ml)
- File "src/uecc.ml", lines 67-70, characters 2-24:
- 67 | ..match k1, k2 with
- 68 |   | Sk sk, Sk sk2 -> Bytes.equal sk sk2
- 69 |   | Pk pk, Pk pk2 ->
- 70 |       Bytes.equal pk pk2
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: (Sk sk, Pk _)
- 
- File "src/uecc.ml", line 160, characters 15-23:
- 160 | let write_sign (Sk _sk) _buf ~msg:_ =
-                      ^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Pk _
- 
- File "src/uecc.ml", line 168, characters 9-17:
- 168 | let sign (Sk _sk) _msg =
-                ^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Pk _
- 
- File "src/uecc.ml", line 175, characters 11-18:
- 175 | let verify (Pk pk) ~msg ~signature =
-                  ^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Sk _
-> compiled  uecc.0.4
-> installed uecc.0.4

=== STDERR ===

2026-09-04 16:55.36: OK: build uecc.0.4 (runc: 7.1s, disk: 8KB)
2026-09-04 16:55.36: Job succeeded