Build:
- 1
- 0
2026-09-03 22:00.32: New job: build mirage-flow-lwt.1.6.0 (a8d5ca18c1a0) 2026-09-03 22:00.32: Waiting for resource in pool day11-builds 2026-09-03 22:48.14: Got resource from pool day11-builds 2026-09-03 22:48.14: [profile full] build mirage-flow-lwt.1.6.0 2026-09-03 22:48.14: build mirage-flow-lwt.1.6.0 (a8d5ca18c1a0) === DEPENDENCIES (23 transitive) === base-bytes.base 68d84c459288 base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e bigarray-compat.1.1.0 3f4e163c0195 cmdliner.1.0.4 fd5f0122e79c cppo.1.8.0 8b34f9718c9c csexp.1.5.2 c758d7657e5b cstruct.6.0.1 64c3b8ffeb32 dune.3.24.2 bf83cdf0a904 dune-configurator.3.24.2 23afe5cb4d3b fmt.0.9.0 abc917fe7f19 logs.0.7.0 edf4e97642f2 lwt.6.1.2 3072189ea5c2 mirage-clock.2.0.0 61fbd8e8ee03 mirage-device.1.2.0 445b5d2d7836 mirage-flow.1.6.0 a94478450b86 ocaml.4.14.4 c7d6265b51fe ocaml-base-compiler.4.14.4 7a409b6ffbef ocaml-config.2 85edea6ac168 ocamlbuild.0.16.1 5ae5ab4d19bf ocamlfind.1.9.8 3cae95bed0a0 ocplib-endian.1.2 a626410be6a1 topkg.1.1.1 f1122af0988e === STDOUT === Processing: [default: loading data] [mirage-flow-lwt.1.6.0: extract] -> retrieved mirage-flow-lwt.1.6.0 (cached) [mirage-flow-lwt: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "mirage-flow-lwt" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/mirage-flow-lwt.1.6.0) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I lwt/.mirage_flow_lwt.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mirage-clock -I /home/opam/.opam/default/lib/mirage-device -I /home/opam/.opam/default/lib/mirage-flow -intf-suffix .ml -no-alias-deps -o lwt/.mirage_flow_lwt.objs/byte/mirage_flow_lwt.cmo -c -impl lwt/mirage_flow_lwt.ml) - File "lwt/mirage_flow_lwt.ml", line 93, characters 56-67: - 93 | read_bytes := Int64.(add !read_bytes (of_int @@ Cstruct.len buffer)); - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 98, characters 60-71: - 98 | write_bytes := Int64.(add !write_bytes (of_int @@ Cstruct.len buffer)); - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 252, characters 31-42: - 252 | let input_cstruct = input_fn Cstruct.len Cstruct.blit - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 253, characters 33-44: - 253 | let output_cstruct = output_fn Cstruct.len Cstruct.blit - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 265, characters 7-18: - 265 | if Cstruct.len ch.buf = 0 then ( - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 289, characters 16-27: - 289 | let len = Cstruct.len buf in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 359, characters 28-36: - 359 | if verbose then Fmt.strf "[%S]" @@ Cstruct.to_string buf - ^^^^^^^^ - Alert deprecated: Fmt.strf - use Fmt.str instead. - File "lwt/mirage_flow_lwt.ml", line 360, characters 17-25: - 360 | else Fmt.strf "%d bytes" (Cstruct.len buf) - ^^^^^^^^ - Alert deprecated: Fmt.strf - use Fmt.str instead. - File "lwt/mirage_flow_lwt.ml", line 360, characters 38-49: - 360 | else Fmt.strf "%d bytes" (Cstruct.len buf) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 347, characters 14-27: - 347 | let forward ?(verbose=false) ~src ~dst = - ^^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -g -I lwt/.mirage_flow_lwt.objs/byte -I lwt/.mirage_flow_lwt.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/mirage-clock -I /home/opam/.opam/default/lib/mirage-device -I /home/opam/.opam/default/lib/mirage-flow -intf-suffix .ml -no-alias-deps -o lwt/.mirage_flow_lwt.objs/native/mirage_flow_lwt.cmx -c -impl lwt/mirage_flow_lwt.ml) - File "lwt/mirage_flow_lwt.ml", line 93, characters 56-67: - 93 | read_bytes := Int64.(add !read_bytes (of_int @@ Cstruct.len buffer)); - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 98, characters 60-71: - 98 | write_bytes := Int64.(add !write_bytes (of_int @@ Cstruct.len buffer)); - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 252, characters 31-42: - 252 | let input_cstruct = input_fn Cstruct.len Cstruct.blit - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 253, characters 33-44: - 253 | let output_cstruct = output_fn Cstruct.len Cstruct.blit - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 265, characters 7-18: - 265 | if Cstruct.len ch.buf = 0 then ( - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 289, characters 16-27: - 289 | let len = Cstruct.len buf in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 359, characters 28-36: - 359 | if verbose then Fmt.strf "[%S]" @@ Cstruct.to_string buf - ^^^^^^^^ - Alert deprecated: Fmt.strf - use Fmt.str instead. - File "lwt/mirage_flow_lwt.ml", line 360, characters 17-25: - 360 | else Fmt.strf "%d bytes" (Cstruct.len buf) - ^^^^^^^^ - Alert deprecated: Fmt.strf - use Fmt.str instead. - File "lwt/mirage_flow_lwt.ml", line 360, characters 38-49: - 360 | else Fmt.strf "%d bytes" (Cstruct.len buf) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/mirage_flow_lwt.ml", line 347, characters 14-27: - 347 | let forward ?(verbose=false) ~src ~dst = - ^^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. -> compiled mirage-flow-lwt.1.6.0 -> installed mirage-flow-lwt.1.6.0 === STDERR === 2026-09-03 22:48.19: OK: build mirage-flow-lwt.1.6.0 (runc: 2.1s, disk: 14KB) 2026-09-03 22:48.19: Job succeeded