Build:
  1. 0
2026-09-03 18:45.00: New job: build uecc.0.4 (ea2d8d72c169)
2026-09-03 18:45.00: Waiting for resource in pool day11-builds
2026-09-03 20:20.31: Got resource from pool day11-builds
2026-09-03 20:20.31: [profile full] build uecc.0.4
2026-09-03 20:20.31: build uecc.0.4 (ea2d8d72c169)
=== DEPENDENCIES (11 transitive) ===
  base-bigarray.base                                 31ac6860ef52
  base-bytes.base                                    a07bc30a9819
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigstring.0.3                                      1b8774251bf1
  compiler-cloning.enabled                           966a2e6839f0
  dune.3.24.2                                        ec704e062ad3
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
  ocamlfind.1.9.9~preview                            6a4c70487cf9
=== 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/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 _
- (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 _
-> compiled  uecc.0.4
-> installed uecc.0.4

=== STDERR ===

2026-09-03 20:20.47: OK: build uecc.0.4 (runc: 5.1s, disk: 8KB)
2026-09-03 20:20.47: Job succeeded