Build:
  1. 0
2026-09-03 22:48.17: New job: build hvsock.1.0.2 (1964c7e22525)
2026-09-03 22:48.17: Waiting for resource in pool day11-builds
2026-09-03 23:35.05: Got resource from pool day11-builds
2026-09-03 23:35.05: [profile full] build hvsock.1.0.2
2026-09-03 23:35.05: build hvsock.1.0.2 (1964c7e22525)
=== DEPENDENCIES (28 transitive) ===
  base-bytes.base                                    68d84c459288
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigarray-compat.1.1.0                              3f4e163c0195
  cmdliner.1.3.0                                     50421b7f7592
  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
  duration.0.3.1                                     a3b0f13df157
  fmt.0.11.0                                         90404cf711de
  jbuilder.1.0+beta20.2                              d14840434490
  logs.0.10.0                                        382bc1d4cc70
  lwt.6.1.2                                          3072189ea5c2
  mirage-clock.2.0.0                                 e7e49fdf84b7
  mirage-device.1.2.0                                95e21e0d5350
  mirage-flow.1.6.0                                  0b5444257ee7
  mirage-flow-lwt.1.6.0                              9a0a49e5bf60
  mirage-time.1.3.0                                  7e6d6f03dc6c
  mirage-time-lwt.1.3.0                              d3a0def2f995
  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]
[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)
-     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.
-       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 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-09-03 23:35.21: OK: build hvsock.1.0.2 (runc: 5.2s, disk: 20KB)
2026-09-03 23:35.21: Job succeeded