Build:
- 0
2026-06-19 19:16.51: New job: build key-parsers.1.0.1 (f93aeebf1e90) 2026-06-19 19:16.51: Waiting for resource in pool day11-builds 2026-06-19 19:56.37: Got resource from pool day11-builds 2026-06-19 19:56.37: [profile full] build key-parsers.1.0.1 2026-06-19 19:56.37: build key-parsers.1.0.1 (f93aeebf1e90) === DEPENDENCIES (25 transitive) === asn1-combinators.0.2.6 034224a1a4a5 base-threads.base b7164ff76afe base-unix.base 839dc585f12d bigarray-compat.1.1.0 f132a29a396b conf-gmp.5 61e3c79e0ddf conf-pkg-config.5 64c6b37d622b cppo.1.8.0 58ff60202126 cstruct.6.0.1 255c06436eb1 dune.3.23.1 b9e31df96092 hex.1.5.0 68b7bfe5cbd6 ocaml.5.5.0 7bdffd2f55d9 ocaml-base-compiler.5.5.0 88ac983b1a28 ocaml-compiler.5.5.0 8d77bbea3746 ocaml-compiler-libs.v0.17.0 6bb2fe976db3 ocamlbuild.0.16.1 b61d8be21b8c ocamlfind.1.9.8 1872268d1aec ppx_derivers.1.2.1 e49491a38353 ppx_deriving.6.1.1 44efc0a85ae7 ppxlib.0.38.0 495045ef7a3c ptime.1.2.0 501cd1c732e7 result.1.5 c8a56fc8128f sexplib0.v0.17.0 4906aac5ee08 stdlib-shims.0.3.0 4aecff888649 topkg.1.1.1 ecfbf436618b zarith.1.14 288b4b675a74 === STDOUT === Processing: [default: loading data] [key-parsers.1.0.1: dl] [key-parsers.1.0.1: extract] -> retrieved key-parsers.1.0.1 (https://opam.ocaml.org/cache) [key-parsers: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "key-parsers" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/key-parsers.1.0.1) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.key_parsers.objs/byte -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.key_parsers.objs/byte/key_parsers__Ltpa.cmi -no-alias-deps -open Key_parsers -o lib/.key_parsers.objs/byte/key_parsers__Ltpa.cmo -c -impl lib/ltpa.pp.ml) - File "lib/ltpa.ml", line 50, characters 20-31: - 50 | let e_off = Cstruct.len cs - 3 in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.key_parsers.objs/byte -I lib/.key_parsers.objs/native -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.key_parsers.objs/byte/key_parsers__Ltpa.cmi -no-alias-deps -open Key_parsers -o lib/.key_parsers.objs/native/key_parsers__Ltpa.cmx -c -impl lib/ltpa.pp.ml) - File "lib/ltpa.ml", line 50, characters 20-31: - 50 | let e_off = Cstruct.len cs - 3 in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.key_parsers.objs/byte -I lib/.key_parsers.objs/native -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.key_parsers.objs/byte/key_parsers__Cvc.cmi -no-alias-deps -open Key_parsers -o lib/.key_parsers.objs/native/key_parsers__Cvc.cmx -c -impl lib/cvc.pp.ml) - File "lib/cvc.ml", line 82, characters 22-33: - 82 | | Ok (t, left) when Cstruct.len left = 0 -> t - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/cvc.ml", line 144, characters 24-35: - 144 | (if length + i >= Cstruct.len bytes then List.rev acc else tokenize ~acc bytes (i + length) lim None Init) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/cvc.ml", line 146, characters 41-52: - 146 | let tokens = tokenize ~acc:[] bytes 0 (Cstruct.len bytes) None Init in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/cvc.ml", line 153, characters 45-56: - 153 | Printf.sprintf "\006%c" (Char.chr (Cstruct.len bytes)) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.key_parsers.objs/byte -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.key_parsers.objs/byte/key_parsers__Cvc.cmi -no-alias-deps -open Key_parsers -o lib/.key_parsers.objs/byte/key_parsers__Cvc.cmo -c -impl lib/cvc.pp.ml) - File "lib/cvc.ml", line 82, characters 22-33: - 82 | | Ok (t, left) when Cstruct.len left = 0 -> t - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/cvc.ml", line 144, characters 24-35: - 144 | (if length + i >= Cstruct.len bytes then List.rev acc else tokenize ~acc bytes (i + length) lim None Init) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/cvc.ml", line 146, characters 41-52: - 146 | let tokens = tokenize ~acc:[] bytes 0 (Cstruct.len bytes) None Init in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/cvc.ml", line 153, characters 45-56: - 153 | Printf.sprintf "\006%c" (Char.chr (Cstruct.len bytes)) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.key_parsers.objs/byte -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.key_parsers.objs/byte/key_parsers__Asn1.cmi -no-alias-deps -open Key_parsers -o lib/.key_parsers.objs/byte/key_parsers__Asn1.cmo -c -impl lib/asn1.pp.ml) - File "lib/asn1.ml", line 11, characters 29-40: - 11 | | Result.Ok (t, left) when Cstruct.len left = 0 -> Result.Ok t - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.key_parsers.objs/byte -I lib/.key_parsers.objs/native -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.key_parsers.objs/byte/key_parsers__Asn1.cmi -no-alias-deps -open Key_parsers -o lib/.key_parsers.objs/native/key_parsers__Asn1.cmx -c -impl lib/asn1.pp.ml) - File "lib/asn1.ml", line 11, characters 29-40: - 11 | | Result.Ok (t, left) when Cstruct.len left = 0 -> Result.Ok t - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. -> compiled key-parsers.1.0.1 -> installed key-parsers.1.0.1 [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:56.48: OK: build key-parsers.1.0.1 (runc: 6.1s, disk: 15KB) 2026-06-19 19:56.48: Job succeeded