Build:
- 0
2026-06-24 16:35.56: New job: build hvsock.2.0.0 (66b580c41713) 2026-06-24 16:35.56: Waiting for resource in pool day11-builds 2026-06-24 17:23.48: Got resource from pool day11-builds 2026-06-24 17:23.48: [profile full] build hvsock.2.0.0 2026-06-24 17:23.48: build hvsock.2.0.0 (66b580c41713) === DEPENDENCIES (37 transitive) === angstrom.0.16.1 b3c0b2c22161 base-bytes.base c40d17bc86b5 base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb base64.3.5.2 210584fc1188 bigarray-compat.1.1.0 6340769fc89d bigstringaf.0.10.0 2670f46d1cef cmdliner.1.0.4 e0946803e388 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.9.0 70ca3a898d63 logs.0.7.0 5b11b3a05876 lwt.6.1.2 d46d0c4f757d mirage-clock.2.0.0 3d3022157956 mirage-device.1.2.0 ffa7e19dc7c4 mirage-flow.1.6.0 966dca685fd3 mirage-flow-lwt.1.6.0 e39d87760a0e mirage-time.1.3.0 fa2a0296768a mirage-time-lwt.1.3.0 c824cd544aa4 ocaml.4.14.4 b047fb9251f4 ocaml-base-compiler.4.14.4 d3b7ccb2c6fb ocaml-config.2 2d9c209f5590 ocaml-syntax-shims.1.0.0 ac7d70c1c23c ocamlbuild.0.16.1 7e0d6aadb209 ocamlfind.1.9.8 214dd418ac02 ocplib-endian.1.2 380dd426e898 sha.1.15.4 b4de1bf3361e stdlib-shims.0.3.0 de5202e23add stringext.1.6.0 9dbcca0df50a topkg.1.1.1 511e1a1958da uri.4.4.0 ae40a4374ff7 uuidm.0.9.7 38c401130e70 uutf.1.0.3 aa5a4d3e0309 === STDOUT === Processing: [default: loading data] [hvsock.2.0.0: dl] [hvsock.2.0.0: extract] -> retrieved hvsock.2.0.0 (https://opam.ocaml.org/cache) [hvsock: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "hvsock" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/hvsock.2.0.0) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w A-4-41-44 -warn-error +1..49 -safe-string -principal -strict-sequence -g -bin-annot -I lib/.hvsock.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/base64 -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/stringext -I /home/opam/.opam/default/lib/uri -I /home/opam/.opam/default/lib/uuidm -I /home/opam/.opam/default/lib/uutf -no-alias-deps -open Hvsock -o lib/.hvsock.objs/byte/hvsock__Af_common.cmo -c -impl lib/af_common.ml) - File "lib/af_common.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -principal -strict-sequence -g -bin-annot -I lwt/.hvsock_lwt.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/base64 -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/duration -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 -I /home/opam/.opam/default/lib/mirage-flow-lwt -I /home/opam/.opam/default/lib/mirage-time -I /home/opam/.opam/default/lib/mirage-time-lwt -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/stringext -I /home/opam/.opam/default/lib/uri -I /home/opam/.opam/default/lib/uuidm -I /home/opam/.opam/default/lib/uutf -I lib/.hvsock.objs/byte -intf-suffix .ml -no-alias-deps -open Hvsock_lwt -o lwt/.hvsock_lwt.objs/byte/hvsock_lwt__Cstructs.cmo -c -impl lwt/cstructs.ml) - File "lwt/cstructs.ml", line 26, characters 39-50: - 26 | 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/cstructs.ml", line 38, characters 13-24: - 38 | let y' = Cstruct.len y in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/cstructs.ml", line 50, characters 25-36: - 50 | let to_take = min (Cstruct.len t) n in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -principal -strict-sequence -g -bin-annot -I lwt/.hvsock_lwt.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/base64 -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/duration -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 -I /home/opam/.opam/default/lib/mirage-flow-lwt -I /home/opam/.opam/default/lib/mirage-time -I /home/opam/.opam/default/lib/mirage-time-lwt -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/stringext -I /home/opam/.opam/default/lib/uri -I /home/opam/.opam/default/lib/uuidm -I /home/opam/.opam/default/lib/uutf -I lib/.hvsock.objs/byte -no-alias-deps -open Hvsock_lwt -o lwt/.hvsock_lwt.objs/byte/hvsock_lwt__Buffering.cmo -c -impl lwt/buffering.ml) - File "lwt/buffering.ml", line 172, characters 13-24: - 172 | if Cstruct.len remaining = 0 then begin - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/buffering.ml", line 175, characters 42-53: - 175 | 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/buffering.ml", line 184, characters 56-67: - 184 | 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/buffering.ml", line 273, characters 58-69: - 273 | 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/buffering.ml", line 307, characters 45-56: - 307 | let len = List.fold_left (+) 0 (List.map Cstruct.len bufs) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -principal -strict-sequence -g -I lwt/.hvsock_lwt.objs/byte -I lwt/.hvsock_lwt.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/base64 -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/duration -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 -I /home/opam/.opam/default/lib/mirage-flow-lwt -I /home/opam/.opam/default/lib/mirage-time -I /home/opam/.opam/default/lib/mirage-time-lwt -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/stringext -I /home/opam/.opam/default/lib/uri -I /home/opam/.opam/default/lib/uuidm -I /home/opam/.opam/default/lib/uutf -I lib/.hvsock.objs/byte -I lib/.hvsock.objs/native -intf-suffix .ml -no-alias-deps -open Hvsock_lwt -o lwt/.hvsock_lwt.objs/native/hvsock_lwt__Cstructs.cmx -c -impl lwt/cstructs.ml) - File "lwt/cstructs.ml", line 26, characters 39-50: - 26 | 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/cstructs.ml", line 38, characters 13-24: - 38 | let y' = Cstruct.len y in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/cstructs.ml", line 50, characters 25-36: - 50 | let to_take = min (Cstruct.len t) n in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -principal -strict-sequence -g -bin-annot -I lwt/.hvsock_lwt.objs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/base64 -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/duration -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 -I /home/opam/.opam/default/lib/mirage-flow-lwt -I /home/opam/.opam/default/lib/mirage-time -I /home/opam/.opam/default/lib/mirage-time-lwt -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/stringext -I /home/opam/.opam/default/lib/uri -I /home/opam/.opam/default/lib/uuidm -I /home/opam/.opam/default/lib/uutf -I lib/.hvsock.objs/byte -intf-suffix .ml -no-alias-deps -open Hvsock_lwt -o lwt/.hvsock_lwt.objs/byte/hvsock_lwt__Flow_shutdown.cmo -c -impl lwt/flow_shutdown.ml) - File "lwt/flow_shutdown.ml", line 101, characters 7-18: - 101 | if Cstruct.len remaining = 0 - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 124, characters 7-18: - 124 | if Cstruct.len remaining = 0 - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 224, characters 16-27: - 224 | let len = Cstruct.len remaining in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 276, characters 5-16: - 276 | if Cstruct.len flow.leftover = 0 then - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 288, characters 5-16: - 288 | if Cstruct.len buf = 0 - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 291, characters 7-18: - 291 | if Cstruct.len flow.leftover = 0 then begin - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 296, characters 34-45: - 296 | 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_shutdown.ml", line 296, characters 52-63: - 296 | 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_shutdown.ml", line 304, characters 28-39: - 304 | 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_shutdown.ml", line 304, characters 46-57: - 304 | let to_consume = min (Cstruct.len buf) (Cstruct.len flow.leftover) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.hvcat.eobjs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/base64 -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/duration -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/lwt/unix -I /home/opam/.opam/default/lib/mirage-clock -I /home/opam/.opam/default/lib/mirage-device -I /home/opam/.opam/default/lib/mirage-flow -I /home/opam/.opam/default/lib/mirage-flow-lwt -I /home/opam/.opam/default/lib/mirage-time -I /home/opam/.opam/default/lib/mirage-time-lwt -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/sha -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/stringext -I /home/opam/.opam/default/lib/uri -I /home/opam/.opam/default/lib/uuidm -I /home/opam/.opam/default/lib/uutf -I lib/.hvsock.objs/byte -I lwt/.hvsock_lwt.objs/byte -I lwt_unix/.hvsock_lwt_unix.objs/byte -no-alias-deps -o src/.hvcat.eobjs/byte/sock_stress.cmo -c -impl src/sock_stress.ml) - File "src/sock_stress.ml", line 74, characters 56-67: - 74 | debug "%d: send_receive_verify reader read %d" i (Cstruct.len buf); - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/sock_stress.ml", line 77, characters 19-30: - 77 | reader (n + (Cstruct.len buf)) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/sock_stress.ml", line 92, characters 21-32: - 92 | for i = 0 to Cstruct.len buf - 1 do - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -principal -strict-sequence -g -I lwt/.hvsock_lwt.objs/byte -I lwt/.hvsock_lwt.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/base64 -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/duration -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 -I /home/opam/.opam/default/lib/mirage-flow-lwt -I /home/opam/.opam/default/lib/mirage-time -I /home/opam/.opam/default/lib/mirage-time-lwt -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/stringext -I /home/opam/.opam/default/lib/uri -I /home/opam/.opam/default/lib/uuidm -I /home/opam/.opam/default/lib/uutf -I lib/.hvsock.objs/byte -I lib/.hvsock.objs/native -intf-suffix .ml -no-alias-deps -open Hvsock_lwt -o lwt/.hvsock_lwt.objs/native/hvsock_lwt__Buffering.cmx -c -impl lwt/buffering.ml) - File "lwt/buffering.ml", line 172, characters 13-24: - 172 | if Cstruct.len remaining = 0 then begin - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/buffering.ml", line 175, characters 42-53: - 175 | 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/buffering.ml", line 184, characters 56-67: - 184 | 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/buffering.ml", line 273, characters 58-69: - 273 | 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/buffering.ml", line 307, characters 45-56: - 307 | let len = List.fold_left (+) 0 (List.map Cstruct.len bufs) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -principal -strict-sequence -g -I lwt/.hvsock_lwt.objs/byte -I lwt/.hvsock_lwt.objs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/base64 -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/duration -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 -I /home/opam/.opam/default/lib/mirage-flow-lwt -I /home/opam/.opam/default/lib/mirage-time -I /home/opam/.opam/default/lib/mirage-time-lwt -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/stringext -I /home/opam/.opam/default/lib/uri -I /home/opam/.opam/default/lib/uuidm -I /home/opam/.opam/default/lib/uutf -I lib/.hvsock.objs/byte -I lib/.hvsock.objs/native -intf-suffix .ml -no-alias-deps -open Hvsock_lwt -o lwt/.hvsock_lwt.objs/native/hvsock_lwt__Flow_shutdown.cmx -c -impl lwt/flow_shutdown.ml) - File "lwt/flow_shutdown.ml", line 101, characters 7-18: - 101 | if Cstruct.len remaining = 0 - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 124, characters 7-18: - 124 | if Cstruct.len remaining = 0 - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 224, characters 16-27: - 224 | let len = Cstruct.len remaining in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 276, characters 5-16: - 276 | if Cstruct.len flow.leftover = 0 then - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 288, characters 5-16: - 288 | if Cstruct.len buf = 0 - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 291, characters 7-18: - 291 | if Cstruct.len flow.leftover = 0 then begin - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lwt/flow_shutdown.ml", line 296, characters 34-45: - 296 | 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_shutdown.ml", line 296, characters 52-63: - 296 | 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_shutdown.ml", line 304, characters 28-39: - 304 | 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_shutdown.ml", line 304, characters 46-57: - 304 | let to_consume = min (Cstruct.len buf) (Cstruct.len flow.leftover) in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.hvcat.eobjs/byte -I src/.hvcat.eobjs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/base64 -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/duration -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/lwt/unix -I /home/opam/.opam/default/lib/mirage-clock -I /home/opam/.opam/default/lib/mirage-device -I /home/opam/.opam/default/lib/mirage-flow -I /home/opam/.opam/default/lib/mirage-flow-lwt -I /home/opam/.opam/default/lib/mirage-time -I /home/opam/.opam/default/lib/mirage-time-lwt -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/sha -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/stringext -I /home/opam/.opam/default/lib/uri -I /home/opam/.opam/default/lib/uuidm -I /home/opam/.opam/default/lib/uutf -I lib/.hvsock.objs/byte -I lib/.hvsock.objs/native -I lwt/.hvsock_lwt.objs/byte -I lwt/.hvsock_lwt.objs/native -I lwt_unix/.hvsock_lwt_unix.objs/byte -I lwt_unix/.hvsock_lwt_unix.objs/native -intf-suffix .ml -no-alias-deps -o src/.hvcat.eobjs/native/sock_stress.cmx -c -impl src/sock_stress.ml) - File "src/sock_stress.ml", line 74, characters 56-67: - 74 | debug "%d: send_receive_verify reader read %d" i (Cstruct.len buf); - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/sock_stress.ml", line 77, characters 19-30: - 77 | reader (n + (Cstruct.len buf)) - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "src/sock_stress.ml", line 92, characters 21-32: - 92 | for i = 0 to Cstruct.len buf - 1 do - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. -> compiled hvsock.2.0.0 -> installed hvsock.2.0.0 === STDERR === 2026-06-24 17:24.35: OK: build hvsock.2.0.0 (runc: 6.1s, disk: 32KB) 2026-06-24 17:24.35: Job succeeded