2026-04-28 15:56.12: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/418/head (f9338d16f88fcd1767241f4d99779c280c235379) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1aOpam project buildTo 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 f9338d16cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a# ubuntu-22.04-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && 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.2 bigstringaf.0.10.0 bos.0.3.0 cmdliner.2.1.1 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 macaddr.5.6.2 mirage.4.10.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-28 15:56.12: Using cache hint "mirage/mirage-skeleton-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a-ubuntu-22.04-4.14_opam-2.5-d2b6b2c8494e5643bc3346a793ff02e8"2026-04-28 15:56.12: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a)(comment ubuntu-22.04-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/bin/opam-2.5 /usr/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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && 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 (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.3.0 cmdliner.2.1.1 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 macaddr.5.6.2 mirage.4.10.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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-04-28 15:56.12: Waiting for resource in pool OCluster2026-04-28 16:06.26: Waiting for worker…2026-04-28 16:09.23: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at f9338d1 Pass dhcp to resolver_dns(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a' locallydocker.io/ocaml/opam@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a: Pulling from ocaml/opamf63eb04151bc: Already exists16ef32c2b922: Pulling fs layere5e797a8532e: Pulling fs layer900d76492cd2: Pulling fs layer16ef32c2b922: Waitinge5e797a8532e: Waitingb32fb13583c7: Pulling fs layer900d76492cd2: Waitingcc067465d8d1: Pulling fs layerb32fb13583c7: Waiting6aa8f5351c31: Pulling fs layercc067465d8d1: Waitingdd8552e5b43d: Pulling fs layer6aa8f5351c31: Waiting43f4b9675c30: Pulling fs layerdd8552e5b43d: Waiting4c7b0811a3d4: Pulling fs layer43f4b9675c30: Waiting631ea5d5606c: Pulling fs layer4c7b0811a3d4: Waitingfeb2963643de: Pulling fs layer631ea5d5606c: Waiting4a7bd3298042: Pulling fs layerfeb2963643de: Waiting869749c01379: Pulling fs layer4a7bd3298042: Waiting869749c01379: Waiting062faef17978: Pulling fs layer3da7b1d53079: Pulling fs layer5c55fc1c2e7f: Pulling fs layer062faef17978: Waiting3da7b1d53079: Waiting4f4fb700ef54: Pulling fs layerbc630b9f54d9: Pulling fs layer4f4fb700ef54: Waitingd37f1552c2be: Pulling fs layer93fddfb5d660: Pulling fs layerd37f1552c2be: Waiting7e22d88b1f22: Pulling fs layer471528d8c145: Pulling fs layerea05e57fd084: Pulling fs layer7e22d88b1f22: Waiting158119cd57c7: Pulling fs layer325db06da924: Pulling fs layer471528d8c145: Waiting168b1f896c3b: Pulling fs layer2bfb76a16172: Pulling fs layer325db06da924: Waiting0cf1ed22f117: Pulling fs layer2bfb76a16172: Waiting5ccb0f2d64b3: Pulling fs layer0cf1ed22f117: Waiting168b1f896c3b: Waiting5e94edcc9569: Pulling fs layer00860f476adc: Pulling fs layer5ccb0f2d64b3: Waiting94d81fb6e3f5: Pulling fs layer5e94edcc9569: Waiting0247515e7c33: Pulling fs layer94d81fb6e3f5: Waitinge05c2c8dbed5: Pulling fs layer5e97b484e1fe: Pulling fs layer0247515e7c33: Waiting3b7e8887fcc2: Pulling fs layere05c2c8dbed5: Waiting5e97b484e1fe: Waiting15db2b9812bb: Pulling fs layer610e48377a63: Pulling fs layer3b7e8887fcc2: Waiting117f8d44d4a3: Pulling fs layer610e48377a63: Waiting9eddb87ae6a8: Pulling fs layer117f8d44d4a3: Waitingb38c24be2496: Pulling fs layer4cffb5c2964b: Pulling fs layerb38c24be2496: Waiting9eddb87ae6a8: Waiting4cffb5c2964b: Waiting16ef32c2b922: Download complete16ef32c2b922: Pull completee5e797a8532e: Verifying Checksume5e797a8532e: Download completee5e797a8532e: Pull complete900d76492cd2: Download completeb32fb13583c7: Verifying Checksumb32fb13583c7: Download complete900d76492cd2: Pull completeb32fb13583c7: Pull complete6aa8f5351c31: Verifying Checksum6aa8f5351c31: Download completedd8552e5b43d: Verifying Checksumdd8552e5b43d: Download completecc067465d8d1: Verifying Checksumcc067465d8d1: Download complete43f4b9675c30: Verifying Checksum43f4b9675c30: Download complete4c7b0811a3d4: Verifying Checksum4c7b0811a3d4: Download complete631ea5d5606c: Verifying Checksum631ea5d5606c: Download completefeb2963643de: Verifying Checksumfeb2963643de: Download complete869749c01379: Verifying Checksum869749c01379: Download complete062faef17978: Verifying Checksum062faef17978: Download complete5c55fc1c2e7f: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete3da7b1d53079: Verifying Checksum3da7b1d53079: Download completed37f1552c2be: Verifying Checksumd37f1552c2be: Download completebc630b9f54d9: Verifying Checksumbc630b9f54d9: Download complete93fddfb5d660: Download complete7e22d88b1f22: Verifying Checksum7e22d88b1f22: Download complete471528d8c145: Download completeea05e57fd084: Verifying Checksumea05e57fd084: Download complete158119cd57c7: Verifying Checksum158119cd57c7: Download complete325db06da924: Download complete168b1f896c3b: Verifying Checksum168b1f896c3b: Download complete2bfb76a16172: Verifying Checksum2bfb76a16172: Download complete5ccb0f2d64b3: Verifying Checksum5ccb0f2d64b3: Download complete0cf1ed22f117: Verifying Checksum0cf1ed22f117: Download complete5e94edcc9569: Verifying Checksum5e94edcc9569: Download complete00860f476adc: Verifying Checksum00860f476adc: Download complete94d81fb6e3f5: Verifying Checksum94d81fb6e3f5: Download completee05c2c8dbed5: Download completecc067465d8d1: Pull complete6aa8f5351c31: Pull completedd8552e5b43d: Pull complete43f4b9675c30: Pull complete4c7b0811a3d4: Pull complete631ea5d5606c: Pull completefeb2963643de: Pull complete4a7bd3298042: Pull complete869749c01379: Pull complete062faef17978: Pull complete3da7b1d53079: Pull complete5c55fc1c2e7f: Pull complete5e97b484e1fe: Verifying Checksum5e97b484e1fe: Download complete3b7e8887fcc2: Verifying Checksum3b7e8887fcc2: Download complete15db2b9812bb: Download complete610e48377a63: Download complete4f4fb700ef54: Pull completebc630b9f54d9: Pull completed37f1552c2be: Pull complete93fddfb5d660: Pull complete7e22d88b1f22: Pull complete471528d8c145: Pull completeea05e57fd084: Pull complete158119cd57c7: Pull complete325db06da924: Pull complete168b1f896c3b: Pull complete2bfb76a16172: Pull complete0cf1ed22f117: Pull complete5ccb0f2d64b3: Pull complete5e94edcc9569: Pull complete00860f476adc: Pull complete94d81fb6e3f5: Pull complete117f8d44d4a3: Verifying Checksum117f8d44d4a3: Download complete9eddb87ae6a8: Download completeb38c24be2496: Download complete4cffb5c2964b: Download complete0247515e7c33: Verifying Checksum0247515e7c33: Download complete0247515e7c33: Pull completee05c2c8dbed5: Pull complete5e97b484e1fe: Pull complete3b7e8887fcc2: Pull complete15db2b9812bb: Pull complete610e48377a63: Pull complete117f8d44d4a3: Pull complete9eddb87ae6a8: Pull completeb38c24be2496: Pull complete4cffb5c2964b: Pull completeDigest: sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1aStatus: Downloaded newer image for ocaml/opam@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a2026-04-28 16:09.27 ---> using "8f2b5d0a59cc03e6e84b710b80d10f3206c6bcf1d163b115e624435fb4299fd5" from cache/: (comment ubuntu-22.04-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/bin/opam-2.5 /usr/bin/opam"))2026-04-28 16:09.27 ---> using "87fdcf2f2a15f69e2326fdefca603bf7e5009918339b39978c52d9140c3c5cd9" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from 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.0 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-28 16:09.27 ---> using "0780bb7df08dce901f0f1d0c7e2ed44e749fe768d09bfe42aa793c4b41ebc505" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.12026-04-28 16:09.28 ---> using "292a08f2d8ffaadcbe2e8aef0b4b29bd4676ba1d6895ab82a8f9fed1b58fe31a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-28 16:09.28 ---> using "a03adddbad1c03d5ec72934682e5f46d67d262e0e097e2afa79c5c78dfcdb45a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u"))499ef09e25 Merge pull request #29791 from dbuenzli/b0-publish-bos.0.3.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-28 16:09.29 ---> using "1618db028d62b2bfd968c94b145aa29e1a48a316e4f1ed906b4f9f6dddd4c020" from cache/src: (copy (src mirage-skeleton.opam) (dst ./))2026-04-28 16:09.31 ---> saved as "b55ff143e75813a7b7e8540b7722f28075c011fabffe34cceb5daefb7e99dbc1"/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-04-28 16:09.37 ---> saved as "c13d402d0e16de774a03bf5e6be7f8c3467c72c3a9ab53bfa394bbeb4520f44f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-28 16:09.41 ---> saved as "dd2002e70c6e4e3a95933a7c85db9725717345774bbc7c32c194dae151b56d1b"/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.3.0 cmdliner.2.1.1 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 macaddr.5.6.2 mirage.4.10.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:2 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3863 kB]- Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:4 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1292 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.0 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7142 kB]- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4192 kB]- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1601 kB]- Fetched 18.6 MB in 10s (1866 kB/s)- Reading package lists...-<><> 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 system packages will first need to be installed:pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libglib2.0-0:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15645 files and directories currently installed.)- Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...- Selecting previously unselected package libicu70:amd64.- Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ...- Unpacking libicu70:amd64 (70.1-2) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ...- Unpacking shared-mime-info (2.1-2) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...- Selecting previously unselected package pkg-config.- Preparing to unpack .../6-pkg-config_0.29.2-1ubuntu3_amd64.deb ...- Unpacking pkg-config (0.29.2-1ubuntu3) ...- Setting up xdg-user-dirs (0.17-2ubuntu4) ...- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...- No schema files found: doing nothing.- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...- Setting up pkg-config (0.29.2-1ubuntu3) ...- Setting up libicu70:amd64 (70.1-2) ...- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...- Setting up shared-mime-info (2.1-2) ...- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...# To update the current shell environment, run: eval $(opam env)2026-04-28 16:10.10 ---> saved as "e12f7d2ee97d4314eb427b2ed60cb7d3bd51552a28956e1287d3b38c9dfcf9ee"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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- install angstrom 0.16.1- install astring 0.8.5- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.3.0- install cmdliner 2.1.1- install conf-pkg-config 4- install csexp 1.5.2- install domain-name 0.5.0- install dune 3.22.2- install dune-configurator 3.22.2- install emile 1.1- install fmt 0.11.0- install fpath 0.7.3- install ipaddr 5.6.2- install logs 0.10.0- install macaddr 5.6.2- install mirage 4.10.6- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install opam-monorepo 0.4.3- install pecu 0.7- install rresult 0.7.0- install stringext 1.6.0- install topkg 1.1.1- install uri 4.4.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved bos.0.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cmdliner.2.1.1 (cached)-> installed conf-pkg-config.4-> retrieved domain-name.0.5.0 (cached)-> retrieved emile.1.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved mirage.4.10.6 (cached)-> retrieved ocamlfind.1.9.8 (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.22.2, dune-configurator.3.22.2 (cached)-> retrieved opam-monorepo.0.4.3 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> 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 fpath.0.7.3-> installed logs.0.10.0-> installed bos.0.3.0-> installed dune.3.22.2-> installed base64.3.5.2-> installed csexp.1.5.2-> installed domain-name.0.5.0-> installed macaddr.5.6.2-> installed ocaml-syntax-shims.1.0.0-> installed pecu.0.7-> installed stringext.1.6.0-> installed ipaddr.5.6.2-> installed dune-configurator.3.22.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.6Done.# To update the current shell environment, run: eval $(opam env)2026-04-28 16:11.01 ---> saved as "7cb0433d996fe5ec178c39506ba8d45e06f7dc819c1073b7fcdf1de12240a770"/src: (copy (src .) (dst /src))2026-04-28 16:12.39 ---> saved as "7e70dc9bdadd2de48734a76ab85923a358fde6bf3e692705cb5a0c372026ec79"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-28 16:12.44 ---> saved as "54a5b1fd410d15c313fa55c3b96cf44577691816c07e5686cca6726fb86956c1"Job succeeded2026-04-28 16:13.57: Job succeeded