2025-12-15 14:45.14: New job: test mirage/ocaml-hvsock https://github.com/mirage/ocaml-hvsock.git#refs/heads/main (6f7854ab245645727a7fd06844b9a4745e02e0fe) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.4) Base: openbsd-77-amd64-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ocaml-hvsock.git" -b "main" && cd "ocaml-hvsock" && git reset --hard 6f7854ab cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-77-amd64-ocaml-5.4 # openbsd-77-amd64-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u COPY --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.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 mirage-flow.5.0.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.4 --depext-only -y hvsock.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-12-15 14:45.14: Using cache hint "mirage/ocaml-hvsock-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.4-98cab822976f6e14c2ec0b0a0caf51fc" 2025-12-15 14:45.14: Using OBuilder spec: ((from openbsd-77-amd64-ocaml-5.4) (comment openbsd-77-amd64-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam")) (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 "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && 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 (network host) (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.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 mirage-flow.5.0.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.4 --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")) ) 2025-12-15 14:45.14: Waiting for resource in pool OCluster 2025-12-16 06:45.39: Connecting to build cluster… 2025-12-16 09:37.24: Waiting for worker… 2025-12-16 15:11.52: Got resource from pool OCluster Building on oregano All commits already cached HEAD is now at 6f7854a add maintenance intent, fix link (from openbsd-77-amd64-ocaml-5.4) 2025-12-16 15:11.53 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache /: (comment openbsd-77-amd64-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-12-16 15:11.53 ---> using "c9c9d20b21285c86d832e721a23e6d7df92b8c156184c48d4f8227c52c533e04" 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] no changes from file:///home/opam/opam-repository 2025-12-16 15:11.53 ---> using "4fe223850f63b3570d56a2e9a2f2955ccada1b654ec00cbaced22f9e9f923ca0" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.7 The OCaml toplevel, version 5.4.0 2.4.1 2025-12-16 15:11.53 ---> using "8d299a54fbfd348a915878f15036df1470bbbf7d8b30158a99fe7f714d061672" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 5bf570252b..c65fcb1165 master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-12-16 15:11.53 ---> using "c2576702cf109641c902b809f113c94031fca52c4e5b5000dc279bf9a2be3f54" from cache /: (copy (src hvsock.opam) (dst /home/opam/src/./)) 2025-12-16 15:12.50 ---> saved as "aff875cc0df9fbe3e2035a973667d5ef59fd6169edb9bf6693f2e039290e8699" /: (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) 2025-12-16 15:13.44 ---> saved as "462354339f3bdc56f86df20ae22286e1328ad13e72812a5af9d5cd084bd0b794" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-12-16 15:14.27 ---> saved as "32799fa4aa308066321af4d3137909452e517dc37951a313132b6fab153d6f4e" /: (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.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 mirage-flow.5.0.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.4 --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-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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). 2025-12-16 15:15.22 ---> saved as "1a28edd73442826d539d2064c17427264e251b210d738956c033b3e6415a5e19" /: (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-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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.0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install duration 0.2.1 - install fmt 0.11.0 - install logs 0.10.0 - install lwt 5.9.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.0 (cached) -> retrieved duration.0.2.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 lwt.5.9.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sha.1.15.4 (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.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.2.1.0 -> installed dune.3.20.2 -> installed ocamlbuild.0.16.1 -> installed base64.3.5.2 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed duration.0.2.1 -> installed dune-configurator.3.20.2 -> installed ocaml-syntax-shims.1.0.0 -> installed bigstringaf.0.10.0 -> installed ocamlfind.1.9.8 -> installed angstrom.0.16.1 -> installed base-bytes.base -> installed re.1.14.0 -> installed ocplib-endian.1.2 -> installed stdlib-shims.0.3.0 -> installed lwt.5.9.2 -> installed sha.1.15.4 -> installed stringext.1.6.0 -> installed topkg.1.1.1 -> installed uri.4.4.0 -> installed astring.0.8.5 -> installed fmt.0.11.0 -> installed uuidm.0.9.10 -> installed cstruct.6.2.0 -> installed logs.0.10.0 -> installed mirage-flow.5.0.0 -> installed uutf.1.0.4 -> installed alcotest.1.9.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-12-16 15:25.47 ---> saved as "c35db0625ab146957f3ee59233dd865966c26dd75519534e5c9dcbe630dceeeb" /: (copy (src .) (dst /home/opam/src)) 2025-12-16 15:26.44 ---> saved as "c7d8a4bd10e250a97450cf3d19269d40daf4bdb2f36da912ef154a385517ad56" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.4.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.4.0/lib/angstrom -I /home/opam/.opam/5.4.0/lib/base64 -I /home/opam/.opam/5.4.0/lib/bigstringaf -I /home/opam/.opam/5.4.0/lib/cstruct -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/stringext -I /home/opam/.opam/5.4.0/lib/uri -I /home/opam/.opam/5.4.0/lib/uuidm -I /home/opam/.opam/5.4.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.4.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.4.0/lib/stringext/stringext.cmxa /home/opam/.opam/5.4.0/lib/bigstringaf/bigstringaf.cmxa -I /home/opam/.opam/5.4.0/lib/bigstringaf /home/opam/.opam/5.4.0/lib/angstrom/angstrom.cmxa /home/opam/.opam/5.4.0/lib/uri/uri.cmxa /home/opam/.opam/5.4.0/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.4.0/lib/sha/sha.cmxa -I /home/opam/.opam/5.4.0/lib/sha /home/opam/.opam/5.4.0/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.4.0/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.4.0/lib/cstruct/cstruct.cmxa -I /home/opam/.opam/5.4.0/lib/cstruct /home/opam/.opam/5.4.0/lib/uuidm/uuidm.cmxa /home/opam/.opam/5.4.0/lib/base64/base64.cmxa /home/opam/.opam/5.4.0/lib/uutf/uutf.cmxa lib/hvsock.cmxa -I lib /home/opam/.opam/5.4.0/lib/lwt/lwt.cmxa /home/opam/.opam/5.4.0/lib/fmt/fmt.cmxa /home/opam/.opam/5.4.0/lib/mirage-flow/mirage_flow.cmxa /home/opam/.opam/5.4.0/lib/logs/logs.cmxa /home/opam/.opam/5.4.0/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.4.0/lib/duration/duration.cmxa lwt/hvsock_lwt.cmxa /home/opam/.opam/5.4.0/lib/ocplib-endian/ocplib_endian.cmxa /home/opam/.opam/5.4.0/lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa /home/opam/.opam/5.4.0/lib/lwt/unix/lwt_unix.cmxa -I /home/opam/.opam/5.4.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.4.0/lib/sha/libsha_stubs.a): warning: strcpy() is almost always misused, please use strlcpy() 2025-12-16 15:27.43 ---> saved as "7c188a2281fac2f837e2f5089692e9c94a9f99d9d0afbba87e89795f498f9719" Job succeeded 2025-12-16 15:27.43: Job succeeded