Build:
- 0
2026-06-24 18:03.00: New job: build duff.0.2 (5776a35c3bf3) 2026-06-24 18:03.00: Waiting for resource in pool day11-builds 2026-06-24 18:42.19: Got resource from pool day11-builds 2026-06-24 18:42.19: [profile full] build duff.0.2 2026-06-24 18:42.19: build duff.0.2 (5776a35c3bf3) === DEPENDENCIES (26 transitive) === astring.0.8.5 bf084a109810 base-bytes.base 703e97c2d528 base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb bigarray-compat.1.1.0 ff45458b12e1 bos.0.2.1 2772b866b6f9 cmdliner.1.0.4 acf9d1c62a92 cppo.1.8.0 7f309f86d8d5 csexp.1.5.2 a67dab4a5af5 cstruct.6.0.1 c7bd9a6c5c32 dune.3.23.1 1a2b61be1be6 dune-configurator.3.22.2 6f90990f864e fmt.0.9.0 a3b3bda2fa7e fpath.0.7.3 bfccf2843cc6 logs.0.7.0 baf8fc1fc335 lwt.5.10.0 574b759c3289 ocaml.4.11.2 dc018a4b7397 ocaml-base-compiler.4.11.2 81f0dd8b8651 ocaml-config.1 2489653e51e5 ocaml-secondary-compiler.4.14.2 fb63d435ed9e ocamlbuild.0.16.1 c852f758aecf ocamlfind.1.9.6 60aba0323008 ocamlfind-secondary.1.9.6 080d23d694f6 ocplib-endian.1.2 79b08b0989e3 rresult.0.7.0 cde114f76a46 topkg.1.1.1 b8daeb0918ae === 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-24 18:42.40: OK: build duff.0.2 (runc: 2.6s, disk: 14KB) 2026-06-24 18:42.40: Job succeeded