2025-10-09 20:54.53: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/heads/main (395229ba90b6338e3e2b10bd70f8a6e5b402f63c) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)
Base: freebsd-14.3-ocaml-4.14
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mirage/mirage-skeleton.git" -b "main" && cd "mirage-skeleton" && git reset --hard 395229ba
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
# freebsd-14.3-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /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 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 || git fetch origin master) && git reset -q --hard 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 && 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.0.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.1 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.9.0 macaddr.5.6.1 mirage.4.10.2 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 $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
2025-10-09 20:54.53: Using cache hint "mirage/mirage-skeleton-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-3720da8acc59a03455bad3a023c87c45"
2025-10-09 20:54.53: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
(comment freebsd-14.3-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 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 || git fetch origin master) && git reset -q --hard 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 && 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.0.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.1 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.9.0 macaddr.5.6.1 mirage.4.10.2 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-10-09 20:54.53: Waiting for resource in pool OCluster
2025-10-09 20:54.53: Waiting for worker…
2025-10-09 21:30.14: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 395229b Merge pull request #412 from hannesm/prep-410
(from freebsd-14.3-ocaml-4.14)
2025-10-09 21:28.31 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache
/: (comment freebsd-14.3-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-10-09 21:28.32 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" 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
2025-10-09 21:28.32 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" 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.4.1
2025-10-09 21:28.32 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-09 21:28.33 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 || git fetch origin master) && git reset -q --hard 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
98696b94e2..38a1469dbb master -> origin/master
2c0fc5a232 Merge pull request #28645 from hannesm/release-mirage-v4.10.2
<><> 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.3.0
- ocaml-config.3
However, 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-10-09 21:28.33 ---> using "3127b506a4c98e0627d8e43f97afe9f2349aa770ac011a0aa9fdbb6be5ac33c4" from cache
/src: (copy (src mirage-skeleton.opam) (dst ./))
2025-10-09 21:28.34 ---> saved as "50758b062b8db401ba57a3fa16f6ea96f47c4feacdfcf286a9f5b66b90ec33c0"
/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-10-09 21:28.35 ---> saved as "34439f60843b91191250d820623398607f53a7a15899e6a94065a1c6ac9d6215"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-09 21:28.36 ---> saved as "7a311caf4037765cf7dc91937b1f75577d2ea6d1df475d9925d8ea5896c44258"
/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.0.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.1 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.9.0 macaddr.5.6.1 mirage.4.10.2 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-10-09 21:28.45 ---> saved as "ab12cb0fd9f929b0ebefc7cc09c3bdcafe0f1b930c78e79bb2bceb35d29c3193"
/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.0.0
∗ conf-pkg-config 4
∗ csexp 1.5.2
∗ domain-name 0.4.1
∗ 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.9.0
∗ macaddr 5.6.1
∗ mirage 4.10.2
∗ 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.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.4.1 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved cmdliner.2.0.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.10.2 (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.2, dune-configurator.3.20.2 (cached)
⬇ retrieved opam-monorepo.0.4.3 (cached)
∗ installed ocamlbuild.0.16.1
∗ installed cmdliner.2.0.0
∗ installed ocamlfind.1.9.8
∗ 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.2
∗ 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.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.2
Done.
2025-10-09 21:30.07 ---> saved as "1ee2cb9e50952199156b4b2bc748cf7b985999e64ec55b93d87639e85c91b482"
/src: (copy (src .) (dst /src))
2025-10-09 21:30.09 ---> saved as "b1e8c29abdad351208b60f0b2cb8aa7eceec85c2b2211b67ddf116e422d993e1"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-09 21:30.10 ---> saved as "1514cad3181d233cb9514af55ff522980d2bc0ab0f26541fb3a22d0ef71d191a"
Job succeeded
2025-10-09 21:31.53: Job succeeded