Build:
  1. 0
2026-06-16 16:01.41: New job: build hvsock.1.0.2 (174ce1b60031)
2026-06-16 16:01.41: Waiting for resource in pool day11-builds
2026-06-16 16:47.25: Got resource from pool day11-builds
2026-06-16 16:47.25: [profile full] build hvsock.1.0.2
2026-06-16 16:47.25: build hvsock.1.0.2 (174ce1b60031)
=== DEPENDENCIES (28 transitive) ===
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              ecf1ac9cc3fe
  cmdliner.1.3.0                                     dad70bc4de20
  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
  duration.0.3.1                                     d4a7947dd7f6
  fmt.0.11.0                                         2f125ef7f2a8
  jbuilder.1.0+beta20.2                              ab5ab9884b95
  logs.0.10.0                                        84b81cfdc8f0
  lwt.6.1.2                                          4f8aa1aa7c72
  mirage-clock.2.0.0                                 be8902ac0796
  mirage-device.1.2.0                                47e6ef146f39
  mirage-flow.1.6.0                                  8d7a67422e89
  mirage-flow-lwt.1.6.0                              e2e0058f1e9a
  mirage-time.1.3.0                                  59dc7264dedb
  mirage-time-lwt.1.3.0                              70b02668994e
  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]
[hvsock.1.0.2: dl]
[hvsock.1.0.2: extract]
-> retrieved hvsock.1.0.2  (https://opam.ocaml.org/cache)
[hvsock: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "hvsock" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/hvsock.1.0.2)
-       ocamlc lwt/.hvsock_lwt.objs/flow_lwt_hvsock.{cmo,cmt}
- File "lwt/flow_lwt_hvsock.ml", line 49, characters 39-50:
- 49 | let len = List.fold_left (fun acc c -> Cstruct.len c + acc) 0
-                                             ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 61, characters 13-24:
- 61 |     let y' = Cstruct.len y in
-                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 73, characters 29-40:
- 73 |           let to_take = min (Cstruct.len t) n in
-                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 217, characters 13-24:
- 217 |           if Cstruct.len remaining = 0 then () else begin
-                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 218, characters 42-53:
- 218 |             let to_read = min t.read_max (Cstruct.len remaining) in
-                                                 ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 225, characters 56-67:
- 225 |             t.read_buffers_len <- t.read_buffers_len + (Cstruct.len data);
-                                                               ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 280, characters 56-67:
- 280 |       flow.read_buffers_len <- flow.read_buffers_len - (Cstruct.len result);
-                                                               ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 312, characters 45-56:
- 312 |     let len = List.fold_left (+) 0 (List.map Cstruct.len bufs) in
-                                                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
-       ocamlc lwt/.hvsock_lwt.objs/flow_lwt_hvsock_shutdown.{cmo,cmt}
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 103, characters 7-18:
- 103 |     if Cstruct.len remaining = 0
-              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 126, characters 7-18:
- 126 |     if Cstruct.len remaining = 0
-              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 226, characters 16-27:
- 226 |       let len = Cstruct.len remaining in
-                       ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 278, characters 5-16:
- 278 |   if Cstruct.len flow.leftover = 0 then
-            ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 290, characters 5-16:
- 290 |   if Cstruct.len buf = 0
-            ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 293, characters 7-18:
- 293 |     if Cstruct.len flow.leftover = 0 then begin
-              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 298, characters 34-45:
- 298 |             let to_consume = min (Cstruct.len buf) (Cstruct.len payload) in
-                                         ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 298, characters 52-63:
- 298 |             let to_consume = min (Cstruct.len buf) (Cstruct.len payload) in
-                                                           ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 306, characters 28-39:
- 306 |       let to_consume = min (Cstruct.len buf) (Cstruct.len flow.leftover) in
-                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 306, characters 46-57:
- 306 |       let to_consume = min (Cstruct.len buf) (Cstruct.len flow.leftover) in
-                                                     ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
-       ocamlc src/.hvcat.eobjs/hvcat.{cmi,cmo,cmt}
- File "src/hvcat.ml", line 168, characters 8-12:
- 168 |   Term.(pure main $ listen $ echo $ vmid $ serviceid),
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/hvcat.ml", line 169, characters 2-11:
- 169 |   Term.info "hvcat" ~version:"0.1" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/hvcat.ml", line 176, characters 8-17:
- 176 |   match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-               ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-     ocamlopt lwt/.hvsock_lwt.objs/flow_lwt_hvsock_shutdown.{cmx,o}
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 103, characters 7-18:
- 103 |     if Cstruct.len remaining = 0
-              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 126, characters 7-18:
- 126 |     if Cstruct.len remaining = 0
-              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 226, characters 16-27:
- 226 |       let len = Cstruct.len remaining in
-                       ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 278, characters 5-16:
- 278 |   if Cstruct.len flow.leftover = 0 then
-            ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 290, characters 5-16:
- 290 |   if Cstruct.len buf = 0
-            ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 293, characters 7-18:
- 293 |     if Cstruct.len flow.leftover = 0 then begin
-              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 298, characters 34-45:
- 298 |             let to_consume = min (Cstruct.len buf) (Cstruct.len payload) in
-                                         ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 298, characters 52-63:
- 298 |             let to_consume = min (Cstruct.len buf) (Cstruct.len payload) in
-                                                           ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 306, characters 28-39:
- 306 |       let to_consume = min (Cstruct.len buf) (Cstruct.len flow.leftover) in
-                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock_shutdown.ml", line 306, characters 46-57:
- 306 |       let to_consume = min (Cstruct.len buf) (Cstruct.len flow.leftover) in
-                                                     ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
-     ocamlopt lwt/.hvsock_lwt.objs/flow_lwt_hvsock.{cmx,o}
- File "lwt/flow_lwt_hvsock.ml", line 49, characters 39-50:
- 49 | let len = List.fold_left (fun acc c -> Cstruct.len c + acc) 0
-                                             ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 61, characters 13-24:
- 61 |     let y' = Cstruct.len y in
-                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 73, characters 29-40:
- 73 |           let to_take = min (Cstruct.len t) n in
-                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 217, characters 13-24:
- 217 |           if Cstruct.len remaining = 0 then () else begin
-                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 218, characters 42-53:
- 218 |             let to_read = min t.read_max (Cstruct.len remaining) in
-                                                 ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 225, characters 56-67:
- 225 |             t.read_buffers_len <- t.read_buffers_len + (Cstruct.len data);
-                                                               ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 280, characters 56-67:
- 280 |       flow.read_buffers_len <- flow.read_buffers_len - (Cstruct.len result);
-                                                               ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lwt/flow_lwt_hvsock.ml", line 312, characters 45-56:
- 312 |     let len = List.fold_left (+) 0 (List.map Cstruct.len bufs) in
-                                                    ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
-     ocamlopt src/.hvcat.eobjs/hvcat.{cmx,o}
- File "src/hvcat.ml", line 168, characters 8-12:
- 168 |   Term.(pure main $ listen $ echo $ vmid $ serviceid),
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/hvcat.ml", line 169, characters 2-11:
- 169 |   Term.info "hvcat" ~version:"0.1" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/hvcat.ml", line 176, characters 8-17:
- 176 |   match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0
-               ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  hvsock.1.0.2
-> installed hvsock.1.0.2

=== STDERR ===

2026-06-16 16:48.02: OK: build hvsock.1.0.2 (runc: 5.1s, disk: 19KB)
2026-06-16 16:48.02: Job succeeded