Build:
- 0
2026-06-24 15:59.36: New job: build duff.0.1 (ecf3a35f48a6)
2026-06-24 15:59.36: Waiting for resource in pool day11-builds
2026-06-24 16:55.18: Got resource from pool day11-builds
2026-06-24 16:55.18: [profile full] build duff.0.1
2026-06-24 16:55.18: build duff.0.1 (ecf3a35f48a6)
=== DEPENDENCIES (19 transitive) ===
astring.0.8.5 4ebc2fc0ee9d
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bigarray-compat.1.1.0 6340769fc89d
bos.0.3.0 cb639d03741c
cmdliner.1.0.4 e0946803e388
cstruct.6.0.1 01957cad303e
dune.3.23.1 848a72441e15
fmt.0.9.0 70ca3a898d63
fpath.0.7.3 eb0f576d915f
jbuilder.1.0+beta20.2 4f461261c648
logs.0.7.0 b78abf2b2fc2
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
rresult.0.7.0 ab060a31b0aa
topkg.1.1.1 511e1a1958da
=== STDOUT ===
Processing: [default: loading data]
[duff.0.1: dl]
[duff.0.1: extract]
-> retrieved duff.0.1 (https://opam.ocaml.org/cache)
[duff: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "duff" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/duff.0.1)
- ocamlc lib/.Duff.objs/duff.{cmo,cmt}
- 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.
- ocamlopt lib/.Duff.objs/duff.{cmx,o}
- 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.1
-> installed duff.0.1
=== STDERR ===
2026-06-24 16:55.48: OK: build duff.0.1 (runc: 3.6s, disk: 12KB)
2026-06-24 16:55.48: Job succeeded