Build:
- 0
2026-06-24 16:45.52: New job: build hvsock.1.0.2 (b1514dc47632)
2026-06-24 16:45.52: Waiting for resource in pool day11-builds
2026-06-24 17:36.13: Got resource from pool day11-builds
2026-06-24 17:36.13: [profile full] build hvsock.1.0.2
2026-06-24 17:36.13: build hvsock.1.0.2 (b1514dc47632)
=== DEPENDENCIES (28 transitive) ===
base-bytes.base c40d17bc86b5
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bigarray-compat.1.1.0 6340769fc89d
cmdliner.1.3.0 7280d3fb1acd
cppo.1.8.0 5f3f70cae95b
csexp.1.5.2 610c78f17734
cstruct.6.0.1 01957cad303e
dune.3.23.1 848a72441e15
dune-configurator.3.23.1 bc97ce98d8a9
duration.0.3.1 3548f43a80d3
fmt.0.11.0 7cf6f7d63275
jbuilder.1.0+beta20.2 4f461261c648
logs.0.10.0 eb8d773a14d6
lwt.6.1.2 d46d0c4f757d
mirage-clock.2.0.0 cab1534efd3b
mirage-device.1.2.0 34331bfa76e8
mirage-flow.1.6.0 98f954a41aa7
mirage-flow-lwt.1.6.0 b6a37a126e79
mirage-time.1.3.0 b86f31f5eea1
mirage-time-lwt.1.3.0 f10b51a920f7
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
ocplib-endian.1.2 380dd426e898
topkg.1.1.1 511e1a1958da
=== 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 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.
- 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.
- 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-24 17:36.20: OK: build hvsock.1.0.2 (runc: 3.6s, disk: 20KB)
2026-06-24 17:36.20: Job succeeded