2026-06-30 19:36.56: New job: test mirage/ocaml-hvsock https://github.com/mirage/ocaml-hvsock.git#refs/heads/main (6f7854ab245645727a7fd06844b9a4745e02e0fe) (openbsd-amd64:openbsd-78-amd64-5.5_opam-2.5)Base: openbsd-78-amd64-ocaml-5.5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-hvsock.git" -b "main" && cd "ocaml-hvsock" && git reset --hard 6f7854abcat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-78-amd64-ocaml-5.5# openbsd-78-amd64-5.5_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN opam update -uCOPY --chown=1000:1000 hvsock.opam /home/opam/src/./RUN opam pin add -yn hvsock.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cmdliner.2.1.1 compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 mirage-flow.5.0.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y hvsock.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-30 19:36.56: Using cache hint "mirage/ocaml-hvsock-openbsd-78-amd64-ocaml-5.5-openbsd-78-amd64-5.5_opam-2.5-06adc6af7388100c45fe91b3a812d2d4"2026-06-30 19:36.56: Using OBuilder spec:((from openbsd-78-amd64-ocaml-5.5)(comment openbsd-78-amd64-5.5_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))(copy (src hvsock.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn hvsock.dev '/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cmdliner.2.1.1 compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 mirage-flow.5.0.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y hvsock.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-06-30 19:36.56: Connecting to build cluster…2026-06-30 19:36.56: Waiting for resource in pool OCluster2026-06-30 20:41.17: Waiting for worker…2026-07-01 00:17.00: Got resource from pool OClusterBuilding on oregano.caelum.ci.devAll commits already cachedHEAD is now at 6f7854a add maintenance intent, fix link(from openbsd-78-amd64-ocaml-5.5)2026-07-01 00:17.00 ---> using "ccae11b41e67ff31b516a8bcb38e06f2d7922e0aefbdcd5a2c4a7994a69b1893" from cache/: (comment openbsd-78-amd64-5.5_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-07-01 00:17.00 ---> using "5bacfeac074b82b756e7e0fc240ff765349af48b951c0c355ba41932915f12b9" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADed86d35f8f..8cd35acddd master -> origin/master8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.02026-07-01 00:17.00 ---> using "64dd448d42f2718d9ed340e1a6a4637e4950a7728ea47a46bf231189b1aea0e0" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositorydefault (at file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-07-01 00:17.00 ---> using "67c0d5806d98d2f4680efbe9a789666488c65cbd58235bdf7fb4fe733cfaf75c" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.8The OCaml toplevel, version 5.5.02.5.02026-07-01 00:17.00 ---> using "2b2a2bd690d0f9cfb9f556011cacf7a1e738b9065230510dc64e9b0630ed5af6" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-07-01 00:17.00 ---> using "9373561a4a010b6995e9e9da99f7d9f6bf9f5a8e535e67405d006e5f1aa10ffe" from cache/: (copy (src hvsock.opam) (dst /home/opam/src/./))2026-07-01 00:18.06 ---> saved as "03ccd04c0858eb1e765cb44b3b5c3a475af188df5e80fe15e2f15382b239968c"/: (run (network host)(shell "opam pin add -yn hvsock.dev '/home/opam/src/./'"))[hvsock.dev] synchronised (file:///home/opam/src)hvsock is now pinned to file:///home/opam/src (version dev)2026-07-01 00:18.51 ---> saved as "9fad3b25c1c6c4c4b35e9ae214754266d2b6b500f68750987a1aaa96f87fc6fc"/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-07-01 00:19.57 ---> saved as "9e2cc787b256a779864b8d33f3aa3d367dad2a37ca1531b0d24d0e27d8a535e4"/: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cmdliner.2.1.1 compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 mirage-flow.5.0.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y hvsock.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[hvsock.dev] synchronised (file:///home/opam/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-07-01 00:20.54 ---> saved as "0269f707ccaa19454a548506a5051d954650a103105b8cafc86918118dcc74f2"/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 29 packages- install alcotest 1.9.1- install angstrom 0.16.1- install astring 0.8.5- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install cmdliner 2.1.1- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install dune 3.24.0- install dune-configurator 3.24.0- install duration 0.3.1- install fmt 0.11.0- install logs 0.10.0- install lwt 6.1.2- install mirage-flow 5.0.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install re 1.14.0- install sha 1.15.4- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.1- install uri 4.4.0- install uuidm 0.9.10- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved duration.0.3.1 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved uuidm.0.9.10 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.24.0, dune-configurator.3.24.0 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed cmdliner.2.1.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed uuidm.0.9.10-> installed uutf.1.0.4-> installed dune.3.24.0-> installed base64.3.5.2-> installed csexp.1.5.2-> installed duration.0.3.1-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed ocplib-endian.1.2-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.24.0-> installed stringext.1.6.0-> installed bigstringaf.0.10.0-> installed re.1.14.0-> installed sha.1.15.4-> installed angstrom.0.16.1-> installed uri.4.4.0-> installed alcotest.1.9.1-> installed lwt.6.1.2-> installed mirage-flow.5.0.0-> installed logs.0.10.0Done.# To update the current shell environment, run: eval $(opam env)2026-07-01 00:26.36 ---> saved as "1ecbbeab0ad073729c2c9ef911105b5bd3449d20d66bdec634b1487b8202a521"/: (copy (src .) (dst /home/opam/src))2026-07-01 00:27.42 ---> saved as "638c7f6bb3ab09894d45b84e39207844173e907288c23c55fdd824d4d28e2854"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.5.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w A-4-41-44 -warn-error +1..49 -safe-string -principal -strict-sequence -g -bin-annot -bin-annot-occurrences -I lib/.hvsock.objs/byte -I /home/opam/.opam/5.5.0/lib/angstrom -I /home/opam/.opam/5.5.0/lib/base64 -I /home/opam/.opam/5.5.0/lib/bigstringaf -I /home/opam/.opam/5.5.0/lib/cstruct -I /home/opam/.opam/5.5.0/lib/ocaml/unix -I /home/opam/.opam/5.5.0/lib/stringext -I /home/opam/.opam/5.5.0/lib/uri -I /home/opam/.opam/5.5.0/lib/uuidm -I /home/opam/.opam/5.5.0/lib/uutf -no-alias-deps -opaque -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/5.5.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o src/sock_stress.exe /home/opam/.opam/5.5.0/lib/stringext/stringext.cmxa /home/opam/.opam/5.5.0/lib/bigstringaf/bigstringaf.cmxa -I /home/opam/.opam/5.5.0/lib/bigstringaf /home/opam/.opam/5.5.0/lib/angstrom/angstrom.cmxa /home/opam/.opam/5.5.0/lib/uri/uri.cmxa /home/opam/.opam/5.5.0/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.5.0/lib/sha/sha.cmxa -I /home/opam/.opam/5.5.0/lib/sha /home/opam/.opam/5.5.0/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.5.0/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.5.0/lib/cstruct/cstruct.cmxa -I /home/opam/.opam/5.5.0/lib/cstruct /home/opam/.opam/5.5.0/lib/uuidm/uuidm.cmxa /home/opam/.opam/5.5.0/lib/base64/base64.cmxa /home/opam/.opam/5.5.0/lib/uutf/uutf.cmxa lib/hvsock.cmxa -I lib /home/opam/.opam/5.5.0/lib/lwt/lwt.cmxa /home/opam/.opam/5.5.0/lib/fmt/fmt.cmxa /home/opam/.opam/5.5.0/lib/mirage-flow/mirage_flow.cmxa /home/opam/.opam/5.5.0/lib/logs/logs.cmxa /home/opam/.opam/5.5.0/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.5.0/lib/duration/duration.cmxa lwt/hvsock_lwt.cmxa /home/opam/.opam/5.5.0/lib/ocplib-endian/ocplib_endian.cmxa /home/opam/.opam/5.5.0/lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa /home/opam/.opam/5.5.0/lib/lwt/unix/lwt_unix.cmxa -I /home/opam/.opam/5.5.0/lib/lwt/unix lwt_unix/hvsock_lwt_unix.cmxa src/.hvcat.eobjs/native/sock_stress.cmx)ld: warning: sha256_stubs.c:139(sha256_stubs.o:(stub_sha256_file) in archive /home/opam/.opam/5.5.0/lib/sha/libsha_stubs.a): warning: strcpy() is almost always misused, please use strlcpy()2026-07-01 00:28.56 ---> saved as "14b2db34a33e368e60aedd0ab450a2f8f4766b3ddacf474d28a5e99847207876"Job succeeded2026-07-01 00:28.56: Job succeeded