Build:
  1. 0
2026-06-16 14:17.27: New job: build mirage-flow-lwt.1.6.0 (4cf3202a17d1)
2026-06-16 14:17.27: Waiting for resource in pool day11-builds
2026-06-16 16:01.02: Got resource from pool day11-builds
2026-06-16 16:01.02: [profile full] build mirage-flow-lwt.1.6.0
2026-06-16 16:01.02: build mirage-flow-lwt.1.6.0 (4cf3202a17d1)
=== DEPENDENCIES (23 transitive) ===
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              ecf1ac9cc3fe
  cmdliner.1.0.4                                     21f48820c70e
  cppo.1.8.0                                         ea583d2d3bbb
  csexp.1.5.2                                        ec63db2dab31
  cstruct.6.0.1                                      db62722d8978
  dune.3.23.1                                        5402470d931c
  dune-configurator.3.23.1                           58f4a3f92083
  fmt.0.9.0                                          3efe0e21582d
  logs.0.7.0                                         41378b394e97
  lwt.6.1.2                                          4f8aa1aa7c72
  mirage-clock.2.0.0                                 53b4c1e3510e
  mirage-device.1.2.0                                613a23aca80b
  mirage-flow.1.6.0                                  d21652c87f00
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  ocplib-endian.1.2                                  4dbd3fe91c51
  topkg.1.1.1                                        ab549298f3fc
=== 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-06-16 16:01.19: OK: build mirage-flow-lwt.1.6.0 (runc: 3.6s, disk: 13KB)
2026-06-16 16:01.19: Job succeeded