2025-12-15 14:45.14: New job: test mirage/ocaml-hvsock https://github.com/mirage/ocaml-hvsock.git#refs/heads/main (6f7854ab245645727a7fd06844b9a4745e02e0fe) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.4)Base: freebsd-14.3-ocaml-5.4Opam 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 freebsd-14.3-ocaml-5.4# freebsd-14.3-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --chown=1000:1000 hvsock.opam ./RUN opam pin add -yn hvsock.dev './'RUN echo '(lang dune 3.0)' > './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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-15 14:45.14: Using cache hint "mirage/ocaml-hvsock-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.4-98cab822976f6e14c2ec0b0a0caf51fc"2025-12-15 14:45.14: Using OBuilder spec:((from freebsd-14.3-ocaml-5.4)(comment freebsd-14.3-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(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 ./))(run (network host)(shell "opam pin add -yn hvsock.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './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 /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-12-15 14:45.14: Waiting for resource in pool OCluster2025-12-15 17:29.46: Waiting for worker…2025-12-15 18:23.58: Got resource from pool OClusterBuilding on rosemaryhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>hint:hint: Disable this message with "git config set advice.defaultBranchName false"Initialized empty Git repository in /obuilder/state/git/ocaml-hvsock.git-122f33d84dbf64f8f70eab9a8b306ce30de5852e/.git/HEAD is now at 6f7854a add maintenance intent, fix link(from freebsd-14.3-ocaml-5.4)2025-12-15 18:29.58 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache/: (comment freebsd-14.3-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))2025-12-15 18:29.58 ---> using "3a594302e099be4d1fe17d31961c678e53238e61e9f64fbe865d05a177bbd49f" from cache/src: (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.This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2025-12-15 18:29.58 ---> using "966aea62bfa80234ccffa3e603e9d2a2c27a29ab53d209038b434e38821f2fb7" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 5.4.02.4.12025-12-15 18:29.59 ---> using "901289cfc1072ebb5c56e6766d7e4b0939435c511aca0ca5e37a81de9f740bdb" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-15 18:29.59 ---> using "1dc6b19784012bf1d34b6ef08bc9997df686c93fa70b17674c490e435d82e9d9" from cache/src: (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_HEAD24866eca47..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.2025-12-15 18:29.59 ---> using "71cea8fc628967377805ab339d6656c194f54639984de8f227d46436b36991f1" from cache/src: (copy (src hvsock.opam) (dst ./))2025-12-15 18:29.59 ---> saved as "264250b9aa3802ee828ddec567facb6b68312246413288e590dd72ce18e075c4"/src: (run (network host)(shell "opam pin add -yn hvsock.dev './'"))[hvsock.dev] synchronised (file:///src)hvsock is now pinned to file:///src (version dev)2025-12-15 18:30.00 ---> saved as "42cd51f019ab2fa69b14c0560b76185c64ae0d92094a564157b632c99c8faa46"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-15 18:30.01 ---> saved as "e325631b4775549a630020d4305ac2e13dd29833ec0e17d5d4355b7a378e8de1"/src: (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")/src: (env CI true)/src: (env OCAMLCI true)/src: (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:///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-15 18:30.07 ---> saved as "17069d78dbf9b130328dc919ddd1d686774fe12da05de4f74e07f794a811bd8f"/src: (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∗ alcotest 1.9.1∗ angstrom 0.16.1∗ astring 0.8.5∗ base-bytes 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-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<><> 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 ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved lwt.5.9.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.20.2, dune-configurator.3.20.2 (cached)∗ installed cmdliner.2.1.0∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed topkg.1.1.1∗ installed uuidm.0.9.10∗ installed uutf.1.0.4∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed dune.3.20.2∗ installed duration.0.2.1∗ installed base64.3.5.2∗ installed csexp.1.5.2∗ installed stringext.1.6.0∗ installed stdlib-shims.0.3.0∗ installed re.1.14.0∗ installed ocaml-syntax-shims.1.0.0∗ installed cstruct.6.2.0∗ installed cppo.1.8.0∗ installed ocplib-endian.1.2∗ installed sha.1.15.4∗ installed alcotest.1.9.1∗ installed dune-configurator.3.20.2∗ installed bigstringaf.0.10.0∗ installed angstrom.0.16.1∗ installed uri.4.4.0∗ installed lwt.5.9.2∗ installed mirage-flow.5.0.0∗ installed logs.0.10.0Done.2025-12-15 18:30.52 ---> saved as "7f094806921c84fe97fadf1e47dfbbcd85b010c6bd9c2649141f26e4bfe9ed92"/src: (copy (src .) (dst /src))2025-12-15 18:30.53 ---> saved as "c5fcd0a9f0320820bff801793a57fd5eae3db76a1e991b97179ada03d3c98daf"/src: (run (shell "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.2025-12-15 18:30.54 ---> saved as "7581124f109bd47d017d34bd24174553a9a8469e95a4ab1e7f7ad5e056759279"Job succeeded2025-12-15 18:33.55: Job succeeded