Build:
- 0
2026-06-16 15:55.52: New job: build duff.0.2 (f532d0d05641) 2026-06-16 15:55.52: Waiting for resource in pool day11-builds 2026-06-16 16:42.40: Got resource from pool day11-builds 2026-06-16 16:42.40: [profile full] build duff.0.2 2026-06-16 16:42.40: build duff.0.2 (f532d0d05641) === DEPENDENCIES (24 transitive) === astring.0.8.5 a58bfd059099 base-bytes.base 3f0e21a315d7 base-threads.base b7164ff76afe base-unix.base 839dc585f12d bigarray-compat.1.1.0 9fec226c8943 bos.0.3.0 e0278efa3804 cmdliner.1.0.4 1d150766b64d cppo.1.8.0 c5a885643f9a csexp.1.5.2 8db572c4e843 cstruct.6.0.1 a5189f4642b1 dune.3.23.1 7aa7b6307691 dune-configurator.3.23.1 a269fa41101b fmt.0.9.0 36149c20fe91 fpath.0.7.3 9a307410f371 logs.0.7.0 e437f5f9c5b3 lwt.5.10.0 e3453abdf3bd ocaml.5.0.0 4e3432802b74 ocaml-base-compiler.5.0.0 7f40a02edec0 ocaml-config.3 a4e7663ae3be ocamlbuild.0.16.1 f9309a5b5c3c ocamlfind.1.9.8 b41546e756d9 ocplib-endian.1.2 2f3dba3aaadb rresult.0.7.0 60cedc5de50f topkg.1.1.1 3923dcc25167 === 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/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 -cmi-file lib/.duff.objs/byte/duff.cmi -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. - (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 -cmi-file lib/.duff.objs/byte/duff.cmi -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. -> compiled duff.0.2 -> installed duff.0.2 === STDERR === 2026-06-16 16:43.06: OK: build duff.0.2 (runc: 3.6s, disk: 13KB) 2026-06-16 16:43.06: Job succeeded