2025-08-27 12:55.22: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/409/head (3b9efcbfa6d687b777e70e2b35ff384598ed414a) (freebsd-x86_64:freebsd-14.2-4.14_opam-2.4)Base: freebsd-14.2-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/409/head" && git reset --hard 3b9efcbfcat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.2-ocaml-4.14# freebsd-14.2-4.14_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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-skeleton.opam ./RUN opam pin add -yn mirage-skeleton.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.1 dune.3.20.1 dune-configurator.3.20.1 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 mirage.4.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-skeleton.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-08-27 12:55.22: Using cache hint "mirage/mirage-skeleton-freebsd-14.2-ocaml-4.14-freebsd-14.2-4.14_opam-2.4-d0be53a6b39cae46f0d78f01104cb252"2025-08-27 12:55.22: Using OBuilder spec:((from freebsd-14.2-ocaml-4.14)(comment freebsd-14.2-4.14_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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-skeleton.opam) (dst ./))(run (network host)(shell "opam pin add -yn mirage-skeleton.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.1 dune.3.20.1 dune-configurator.3.20.1 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 mirage.4.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 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 mirage-skeleton.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-08-27 12:55.22: Waiting for resource in pool OCluster2025-08-27 12:55.22: Waiting for worker…2025-08-27 12:55.22: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 3b9efcb Add an example that uses ~local_libs(from freebsd-14.2-ocaml-4.14)2025-08-27 12:56.19 ---> using "e232d73c9161ea3ff94ff4ae2b5a6983da9a9ca98d5185b2db1dbadeae5228e2" from cache/: (comment freebsd-14.2-4.14_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-08-27 12:56.19 ---> using "ab3b72ff1bef5200ab51bf41b5ce466d603a607c082bc77b8cb9a89bd0ee8e2b" 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-08-27 12:56.19 ---> using "4f5272944a297469599fadae70be6af0a741315c350ad35dc552c1741ce274b4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.2-RELEASE-p1The OCaml toplevel, version 4.14.22.4.12025-08-27 12:56.20 ---> using "07a4e313abba0673771074c9860cdd9543e4761d68d2fb7c6d7221bc739a7e75" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-08-27 12:56.20 ---> using "3a9f22eefbfbdecb5fa973f708084041cdbe652271a081208757b5e926d582b0" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf1d3c77350..4c972ba0fc master -> origin/master4c972ba0fc Merge pull request #28397 from maiste/release-dune-3.20.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.3.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2025-08-27 12:56.20 ---> using "2603980023e54d541aeb63f648e8dc319afb9025a8a70ba09832e38bac5a3ada" from cache/src: (copy (src mirage-skeleton.opam) (dst ./))2025-08-27 12:56.20 ---> saved as "f6eb05dfddaf048f3677f1f3c616dd3f7ca474926ddab15b88fa0a94000745da"/src: (run (network host)(shell "opam pin add -yn mirage-skeleton.dev './'"))[NOTE] Package mirage-skeleton does not exist in opam repositories registered in the current switch.[mirage-skeleton.dev] synchronised (file:///src)[WARNING] Failed checks on mirage-skeleton package definition from source at file:///src:warning 68: Missing field 'license'mirage-skeleton is now pinned to file:///src (version dev)2025-08-27 12:56.21 ---> saved as "4324921968fd8be53f6227263566fae40efbf1d6309b925a09cc95e39aa0653d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-08-27 12:56.22 ---> saved as "1fc41283b9755306b59c6e4f72abb17e4f66a3480c017a984b44bd7f68e0a602"/src: (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.1 dune.3.20.1 dune-configurator.3.20.1 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 mirage.4.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 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 mirage-skeleton.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-skeleton.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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).2025-08-27 12:56.27 ---> saved as "5a7396b46231765247d00d53d514a29d46601ce9055c6b3794d41a0d42c734bc"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 28 packages∗ angstrom 0.16.1∗ astring 0.8.5∗ base64 3.5.1∗ bigstringaf 0.10.0∗ bos 0.2.1∗ cmdliner 1.3.0∗ conf-pkg-config 4∗ csexp 1.5.2∗ domain-name 0.4.1∗ dune 3.20.1∗ dune-configurator 3.20.1∗ emile 1.1∗ fmt 0.11.0∗ fpath 0.7.3∗ ipaddr 5.6.1∗ logs 0.9.0∗ macaddr 5.6.1∗ mirage 4.9.0∗ ocaml-syntax-shims 1.0.0∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ opam-monorepo 0.4.3∗ pecu 0.7∗ rresult 0.7.0∗ stringext 1.6.0∗ topkg 1.1.0∗ uri 4.4.0∗ uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved base64.3.5.1 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved bigstringaf.0.10.0 (cached)⬇ retrieved angstrom.0.16.1 (cached)⬇ retrieved bos.0.2.1 (cached)∗ installed conf-pkg-config.4⬇ retrieved domain-name.0.4.1 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cmdliner.1.3.0 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved emile.1.1 (cached)⬇ retrieved fpath.0.7.3 (cached)⬇ retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)⬇ retrieved logs.0.9.0 (cached)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved mirage.4.9.0 (cached)⬇ retrieved pecu.0.7 (cached)⬇ retrieved rresult.0.7.0 (cached)⬇ retrieved stringext.1.6.0 (cached)⬇ retrieved topkg.1.1.0 (cached)⬇ retrieved uri.4.4.0 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved dune.3.20.1, dune-configurator.3.20.1 (cached)∗ installed ocamlbuild.0.16.1⬇ retrieved opam-monorepo.0.4.3 (cached)∗ installed ocamlfind.1.9.8∗ installed cmdliner.1.3.0∗ installed topkg.1.1.0∗ installed rresult.0.7.0∗ installed uutf.1.0.4∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed fpath.0.7.3∗ installed logs.0.9.0∗ installed bos.0.2.1∗ installed dune.3.20.1∗ installed ocaml-syntax-shims.1.0.0∗ installed macaddr.5.6.1∗ installed domain-name.0.4.1∗ installed csexp.1.5.2∗ installed ipaddr.5.6.1∗ installed stringext.1.6.0∗ installed pecu.0.7∗ installed base64.3.5.1∗ installed dune-configurator.3.20.1∗ installed bigstringaf.0.10.0∗ installed angstrom.0.16.1∗ installed emile.1.1∗ installed uri.4.4.0∗ installed opam-monorepo.0.4.3∗ installed mirage.4.9.0Done.2025-08-27 12:57.33 ---> saved as "9b6afe58b2fde22a8cc16c9e89eed26b4343ea09178b5c461ae09912edf287dc"/src: (copy (src .) (dst /src))2025-08-27 12:57.34 ---> saved as "4c76ad11c0421f660ac1f8184b3fd0b06cc100a5805929272db1bfa1aa953dc4"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-08-27 12:57.35 ---> saved as "d910de46ab0c65db78f037b6711ca3721a2077e38212400ef9e25d15520653cc"Job succeeded2025-08-27 12:56.39: Job succeeded