Build:
- 0
2026-06-16 17:10.52: New job: build duff.0.2 (99d8645c7fbc) 2026-06-16 17:10.52: Waiting for resource in pool day11-builds 2026-06-16 17:57.39: Got resource from pool day11-builds 2026-06-16 17:57.39: [profile full] build duff.0.2 2026-06-16 17:57.39: build duff.0.2 (99d8645c7fbc) === DEPENDENCIES (38 transitive) === astring.0.8.5 195493352a45 base-bytes.base b6c1d75f7ceb base-threads.base b7164ff76afe base-unix.base 839dc585f12d bigarray-compat.1.1.0 6a4fcf9f8379 bos.0.3.0 84fe77a0c780 cmdliner.1.0.4 b07de4459e03 cppo.1.8.0 42c5aec69da6 csexp.1.5.2 e4e5d9dccb00 cstruct.6.0.1 e7437ca769eb dune.3.23.1 51844b1e2ab5 dune-configurator.3.23.1 1cd4d889d1f4 fmt.0.9.0 87949375b38c fpath.0.7.3 c68e43b21a13 js_of_ocaml.4.0.0 3cc079fa1335 js_of_ocaml-compiler.4.0.0 f829ee779416 logs.0.7.0 7195b72bcd53 lwt.6.1.2 118de33158f7 menhir.20260209 be63ba2a6003 menhirCST.20260209 19246e7aeff4 menhirGLR.20260209 9a49df266aa1 menhirLib.20260209 83f59d3abefc menhirSdk.20260209 4ff82164484d ocaml.4.14.2 3a6eb874bb8f ocaml-base-compiler.4.14.2 9d9aea4783eb ocaml-compiler-libs.v0.12.4 ab8617201ad7 ocaml-config.2 55beddecfad5 ocamlbuild.0.16.1 0166f6a5cd09 ocamlfind.1.9.8 bfa173c761be ocplib-endian.1.2 c63b2efc9991 ppx_derivers.1.2.1 33d40dc12ee3 ppxlib.0.35.0 5bcd359f43cb rresult.0.7.0 df7c2e91f95a sexplib0.v0.17.0 88d13f026834 stdlib-shims.0.3.0 726662477ba6 topkg.1.1.1 1aad4a48a0a5 uchar.0.0.2 bce33ec03f30 yojson.3.0.0 fa5b76854480 === STDOUT === Processing: [default: loading data] [duff.0.2: dl] [duff.0.2: extract] -> retrieved duff.0.2 (https://opam.ocaml.org/cache) [duff: dune subst] + /home/opam/.opam/default/bin/dune "subst" (CWD=/home/opam/.opam/default/.opam-switch/build/duff.0.2) [duff: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "duff" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/duff.0.2) - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.duff.objs/byte -I lib/.duff.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -intf-suffix .ml -no-alias-deps -o lib/.duff.objs/native/duff.cmx -c -impl lib/duff.ml) - File "lib/duff.ml", line 220, characters 9-20: - 220 | 3 + (Cstruct.len buff + 1) + 1 + (Array.fold_left (fun acc x -> List.length x * 4 + 1 + acc) 1 hash) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 231, characters 16-27: - 231 | then min (Cstruct.len buf) 0xFFFFFFFE - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 232, characters 16-27: - 232 | else min (Cstruct.len buf) max_int in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 252, characters 43-54: - 252 | let hash = Hash.hash buf (!idx + 1) (Cstruct.len buf) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 394, characters 16-27: - 394 | let len = Cstruct.len buf in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 404, characters 12-23: - 404 | let len = Cstruct.len c in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 430, characters 16-27: - 430 | let src_len = Cstruct.len src in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 431, characters 16-27: - 431 | let dst_len = Cstruct.len dst in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 531, characters 63-74: - 531 | Index.Hash.hash buf (offset + copy_len - V.window) (Cstruct.len buf)) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 535, characters 38-49: - 535 | let hash = Index.Hash.hash buf 0 (Cstruct.len buf) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 536, characters 33-44: - 536 | let consumed = min V.window (Cstruct.len buf) 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 lib/.duff.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -intf-suffix .ml -no-alias-deps -o lib/.duff.objs/byte/duff.cmo -c -impl lib/duff.ml) - File "lib/duff.ml", line 220, characters 9-20: - 220 | 3 + (Cstruct.len buff + 1) + 1 + (Array.fold_left (fun acc x -> List.length x * 4 + 1 + acc) 1 hash) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 231, characters 16-27: - 231 | then min (Cstruct.len buf) 0xFFFFFFFE - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 232, characters 16-27: - 232 | else min (Cstruct.len buf) max_int in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 252, characters 43-54: - 252 | let hash = Hash.hash buf (!idx + 1) (Cstruct.len buf) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 394, characters 16-27: - 394 | let len = Cstruct.len buf in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 404, characters 12-23: - 404 | let len = Cstruct.len c in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 430, characters 16-27: - 430 | let src_len = Cstruct.len src in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 431, characters 16-27: - 431 | let dst_len = Cstruct.len dst in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 531, characters 63-74: - 531 | Index.Hash.hash buf (offset + copy_len - V.window) (Cstruct.len buf)) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 535, characters 38-49: - 535 | let hash = Index.Hash.hash buf 0 (Cstruct.len buf) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/duff.ml", line 536, characters 33-44: - 536 | let consumed = min V.window (Cstruct.len buf) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. -> compiled duff.0.2 -> installed duff.0.2 === STDERR === 2026-06-16 17:57.54: OK: build duff.0.2 (runc: 3.6s, disk: 14KB) 2026-06-16 17:57.54: Job succeeded