2026-01-09 21:48.03: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/418/head (8382633e9753bcc0d7bccf55fe10a1844a3aa93f) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5) Base: freebsd-14.3-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/418/head" && git reset --hard 8382633e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.3-ocaml-4.14 # freebsd-14.3-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src 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 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.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.10.0 macaddr.5.6.1 mirage.4.10.4 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.1 uri.4.4.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-skeleton.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-01-09 21:48.03: Using cache hint "mirage/mirage-skeleton-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-49516d0b2faf383c250daafcfa03b33e" 2026-01-09 21:48.03: Using OBuilder spec: ((from freebsd-14.3-ocaml-4.14) (comment freebsd-14.3-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 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.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.10.0 macaddr.5.6.1 mirage.4.10.4 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.1 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.5 --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")) ) 2026-01-09 21:48.03: Waiting for resource in pool OCluster 2026-01-10 09:24.36: Waiting for worker… 2026-01-10 10:09.45: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at 8382633 Pass dhcp to resolver_dns (from freebsd-14.3-ocaml-4.14) 2026-01-10 10:05.55 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache /: (comment freebsd-14.3-4.14_opam-2.5) /: (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.5 /usr/local/bin/opam")) 2026-01-10 10:05.55 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2026-01-10 10:05.55 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.3-RELEASE-p3 The OCaml toplevel, version 4.14.2 2.5.0 2026-01-10 10:05.55 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-10 10:05.56 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" 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")) c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2026-01-10 10:05.56 ---> using "3e9bd2973e27374c893b9b086e368da08d72ae027d79177e19f50df0b0bf85a7" from cache /src: (copy (src mirage-skeleton.opam) (dst ./)) 2026-01-10 10:05.57 ---> saved as "74e8f7992c47295169b65fc7f76fc11703dfd2f3e846a2ce941dd0dd81086285" /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) 2026-01-10 10:05.58 ---> saved as "a0b2313bca746dbbc88e7106065f8da92131be7fe5070e1581f48f8de117d917" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-10 10:05.58 ---> saved as "9973d0fa29ca365cff030c00b87178662b132334b74c8d73ecb285d02e9c4586" /src: (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.10.0 macaddr.5.6.1 mirage.4.10.4 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.1 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.5 --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). 2026-01-10 10:06.04 ---> saved as "5bd6837a4e5730296c8457648183448ebf32df632c0f3f84945d513759cad818" /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.2 ∗ bigstringaf 0.10.0 ∗ bos 0.2.1 ∗ cmdliner 2.1.0 ∗ conf-pkg-config 4 ∗ csexp 1.5.2 ∗ domain-name 0.5.0 ∗ dune 3.20.2 ∗ dune-configurator 3.20.2 ∗ emile 1.1 ∗ fmt 0.11.0 ∗ fpath 0.7.3 ∗ ipaddr 5.6.1 ∗ logs 0.10.0 ∗ macaddr 5.6.1 ∗ mirage 4.10.4 ∗ 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.1 ∗ uri 4.4.0 ∗ uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved base64.3.5.2 (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.5.0 (cached) ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved cmdliner.2.1.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.10.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.10.4 (cached) ⬇ retrieved pecu.0.7 (cached) ⬇ retrieved rresult.0.7.0 (cached) ⬇ retrieved stringext.1.6.0 (cached) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved uri.4.4.0 (cached) ⬇ retrieved uutf.1.0.4 (cached) ⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) ⬇ retrieved opam-monorepo.0.4.3 (https://github.com/tarides/opam-monorepo/releases/download/0.4.3/opam-monorepo-0.4.3.tbz) ∗ installed ocamlfind.1.9.8 ∗ installed cmdliner.2.1.0 ∗ installed ocamlbuild.0.16.1 ∗ installed topkg.1.1.1 ∗ installed rresult.0.7.0 ∗ installed uutf.1.0.4 ∗ installed fmt.0.11.0 ∗ installed astring.0.8.5 ∗ installed logs.0.10.0 ∗ installed fpath.0.7.3 ∗ installed bos.0.2.1 ∗ installed dune.3.20.2 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed macaddr.5.6.1 ∗ installed domain-name.0.5.0 ∗ installed csexp.1.5.2 ∗ installed ipaddr.5.6.1 ∗ installed stringext.1.6.0 ∗ installed pecu.0.7 ∗ installed base64.3.5.2 ∗ installed dune-configurator.3.20.2 ∗ 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.10.4 Done. 2026-01-10 10:07.00 ---> saved as "1888b56fcae2a3c54a1482d084c6a89bb755fc71eee6d73566d7a46b55caaf3b" /src: (copy (src .) (dst /src)) 2026-01-10 10:07.01 ---> saved as "71941373ce6e5395711eea9f4126deb35b2c7f2f070526747a9f1297a0cf56ff" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-01-10 10:07.01 ---> saved as "4a12d1a3b8cd94d59c1e9b99e9ea9c55217e9c57b5b045ee4c4beae39d7fb909" Job succeeded 2026-01-10 10:10.53: Job succeeded