Build:
- 0
2026-06-24 12:08.53: New job: build asn1-combinators.0.2.5 (42d6434640c2) 2026-06-24 12:08.53: Waiting for resource in pool day11-builds 2026-06-24 13:25.30: Got resource from pool day11-builds 2026-06-24 13:25.30: [profile full] build asn1-combinators.0.2.5 2026-06-24 13:25.30: build asn1-combinators.0.2.5 (42d6434640c2) === DEPENDENCIES (17 transitive) === base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb bigarray-compat.1.1.0 6340769fc89d conf-gmp.5 be11edf77089 conf-pkg-config.5 d5de2c6a88f9 cstruct.6.0.1 01957cad303e dune.3.23.1 848a72441e15 ocaml.4.14.4 b047fb9251f4 ocaml-base-compiler.4.14.4 d3b7ccb2c6fb ocaml-config.2 2d9c209f5590 ocamlbuild.0.16.1 7e0d6aadb209 ocamlfind.1.9.8 214dd418ac02 ptime.0.8.5 d6cbfbc9d8cb result.1.5 9b1cd45b2159 stdlib-shims.0.3.0 de5202e23add topkg.1.1.1 511e1a1958da zarith.1.14 a8971d2f668c === STDOUT === Processing: [default: loading data] [asn1-combinators.0.2.5: dl] [asn1-combinators.0.2.5: extract] -> retrieved asn1-combinators.0.2.5 (https://opam.ocaml.org/cache) [asn1-combinators: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "asn1-combinators" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/asn1-combinators.0.2.5) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.asn1_combinators.objs/byte -I src/.asn1_combinators.objs/public_cmi -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/zarith -intf-suffix .ml -no-alias-deps -o src/.asn1_combinators.objs/byte/asn_writer.cmo -c -impl src/asn_writer.ml) - File "src/asn_writer.ml", line 5, characters 26-29: - 5 | let (s1, s2) = Cstruct.(len cs1, len cs2) in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_writer.ml", line 5, characters 35-38: - 5 | let (s1, s2) = Cstruct.(len cs1, len cs2) in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_writer.ml", line 45, characters 10-21: - 45 | let n = Cstruct.len cs' 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 src/.asn1_combinators.objs/byte -I src/.asn1_combinators.objs/native -I src/.asn1_combinators.objs/public_cmi -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/zarith -intf-suffix .ml -no-alias-deps -o src/.asn1_combinators.objs/native/asn_writer.cmx -c -impl src/asn_writer.ml) - File "src/asn_writer.ml", line 5, characters 26-29: - 5 | let (s1, s2) = Cstruct.(len cs1, len cs2) in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_writer.ml", line 5, characters 35-38: - 5 | let (s1, s2) = Cstruct.(len cs1, len cs2) in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_writer.ml", line 45, characters 10-21: - 45 | let n = Cstruct.len cs' in - ^^^^^^^^^^^ - 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 -I src/.asn1_combinators.objs/byte -I src/.asn1_combinators.objs/public_cmi -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/zarith -no-alias-deps -o src/.asn1_combinators.objs/byte/asn_prim.cmo -c -impl src/asn_prim.ml) - File "src/asn_prim.ml", line 174, characters 15-26: - 174 | let length = Cstruct.len - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_prim.ml", line 191, characters 12-23: - 191 | let n = Cstruct.len cs in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_prim.ml", line 198, characters 15-26: - 198 | let size = Cstruct.len cs in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_prim.ml", line 205, characters 16-27: - 205 | Array.init (Cstruct.len cs * 8 - unused) @@ fun i -> - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_prim.ml", line 240, characters 28-39: - 240 | and length (unused, cs) = Cstruct.len cs - unused - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_prim.ml", line 271, characters 10-21: - 271 | match Cstruct.len cs with - ^^^^^^^^^^^ - 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 -I src/.asn1_combinators.objs/byte -I src/.asn1_combinators.objs/public_cmi -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/zarith -no-alias-deps -o src/.asn1_combinators.objs/byte/asn_combinators.cmo -c -impl src/asn_combinators.ml) - File "src/asn_combinators.ml", line 15, characters 26-29: - 15 | let ds = create_unsafe (len cs) in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_combinators.ml", line 16, characters 18-21: - 16 | blit cs 0 ds 0 (len cs); cs - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_combinators.ml", line 79, characters 14-25: - 79 | let n = Cstruct.len cs in - ^^^^^^^^^^^ - 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 -I src/.asn1_combinators.objs/byte -I src/.asn1_combinators.objs/public_cmi -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/zarith -no-alias-deps -o src/.asn1_combinators.objs/byte/asn_ber_der.cmo -c -impl src/asn_ber_der.ml) - File "src/asn_ber_der.ml", line 126, characters 39-42: - 126 | Cstruct.(sub cs off n, sub cs k (len cs - k)) - ^^^ - 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 src/.asn1_combinators.objs/byte -I src/.asn1_combinators.objs/native -I src/.asn1_combinators.objs/public_cmi -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/zarith -intf-suffix .ml -no-alias-deps -o src/.asn1_combinators.objs/native/asn_prim.cmx -c -impl src/asn_prim.ml) - File "src/asn_prim.ml", line 174, characters 15-26: - 174 | let length = Cstruct.len - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_prim.ml", line 191, characters 12-23: - 191 | let n = Cstruct.len cs in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_prim.ml", line 198, characters 15-26: - 198 | let size = Cstruct.len cs in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_prim.ml", line 205, characters 16-27: - 205 | Array.init (Cstruct.len cs * 8 - unused) @@ fun i -> - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_prim.ml", line 240, characters 28-39: - 240 | and length (unused, cs) = Cstruct.len cs - unused - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_prim.ml", line 271, characters 10-21: - 271 | match Cstruct.len cs with - ^^^^^^^^^^^ - 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 src/.asn1_combinators.objs/byte -I src/.asn1_combinators.objs/native -I src/.asn1_combinators.objs/public_cmi -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/zarith -intf-suffix .ml -no-alias-deps -o src/.asn1_combinators.objs/native/asn_combinators.cmx -c -impl src/asn_combinators.ml) - File "src/asn_combinators.ml", line 15, characters 26-29: - 15 | let ds = create_unsafe (len cs) in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_combinators.ml", line 16, characters 18-21: - 16 | blit cs 0 ds 0 (len cs); cs - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/asn_combinators.ml", line 79, characters 14-25: - 79 | let n = Cstruct.len cs 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 src/.asn1_combinators.objs/byte -I src/.asn1_combinators.objs/native -I src/.asn1_combinators.objs/public_cmi -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/zarith -intf-suffix .ml -no-alias-deps -o src/.asn1_combinators.objs/native/asn_ber_der.cmx -c -impl src/asn_ber_der.ml) - File "src/asn_ber_der.ml", line 126, characters 39-42: - 126 | Cstruct.(sub cs off n, sub cs k (len cs - k)) - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. -> compiled asn1-combinators.0.2.5 -> installed asn1-combinators.0.2.5 [WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config === STDERR === 2026-06-24 13:25.39: OK: build asn1-combinators.0.2.5 (runc: 3.6s, disk: 17KB) 2026-06-24 13:25.39: Job succeeded