2026-04-23 09:53.46: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/418/head (f9338d16f88fcd1767241f4d99779c280c235379) (linux-ppc64:debian-13-5.4_ppc64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bdOpam 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:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd# debian-13-5.4_ppc64_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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-23 09:53.46: Using cache hint "mirage/mirage-skeleton-ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd-debian-13-5.4_ppc64_opam-2.5-74150c6b78a7af89b4bcf7092ce1d54c"2026-04-23 09:53.46: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd)(comment debian-13-5.4_ppc64_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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-23 09:53.46: Waiting for resource in pool OCluster2026-04-23 09:56.08: Waiting for worker…2026-04-23 10:09.35: Got resource from pool OClusterBuilding on orithia.caelum.ci.devAll commits already cachedHEAD is now at f9338d1 Pass dhcp to resolver_dns(from ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd' locallydocker.io/ocaml/opam@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd: Pulling from ocaml/opamf2bea5beaa06: Already exists3c80b55ccf22: Already existsbe8a2645856c: Already exists840261c8617b: Already existsbdb6952988d9: Already exists61bb87981e2c: Already exists3915b9dfe453: Already existsaba9894e1aef: Already exists91022a65d4ff: Already exists4952a3dd13a7: Already existsdc7cca72e3fa: Already exists9c543c41af4d: Already exists48e224a4c6e5: Pulling fs layer393daff4895e: Pulling fs layer28390f4e0676: Pulling fs layer36b22addfabe: Pulling fs layer010c23b095ac: Pulling fs layer7f095c0c5f48: Pulling fs layer35873b334a29: Pulling fs layer0f2727b62670: Pulling fs layer0dcac5a1d8f5: Pulling fs layera43569493539: Pulling fs layer4f4fb700ef54: Pulling fs layer4e616ea23188: Pulling fs layer9d0cb620ec86: Pulling fs layer9ce35f8c294c: Pulling fs layer0fcc04d87b21: Pulling fs layer8cf8c626ef08: Pulling fs layerb07789a7de11: Pulling fs layera76180363a8f: Pulling fs layer88458efdaf5f: Pulling fs layer610db4964037: Pulling fs layer663b7304dafa: Pulling fs layer69b4c91bbad3: Pulling fs layerb66ba50a001e: Pulling fs layera6cedc782e23: Pulling fs layer6e4f57b3683b: Pulling fs layerf9e6fef4e873: Pulling fs layerd1508d55deb7: Pulling fs layer90a2e1034837: Pulling fs layere0210fd0f02b: Pulling fs layere554e4ed6365: Pulling fs layer5468804d72e2: Pulling fs layer643363812929: Pulling fs layer3feb89dfc6cd: Pulling fs layer2f8f05bbf9c1: Pulling fs layer1594b2e35484: Pulling fs layer3426c58469f2: Pulling fs layer36b22addfabe: Waiting610db4964037: Waiting6e4f57b3683b: Waiting010c23b095ac: Waiting663b7304dafa: Waitingf9e6fef4e873: Waitinge0210fd0f02b: Waiting69b4c91bbad3: Waitingd1508d55deb7: Waiting7f095c0c5f48: Waitingb66ba50a001e: Waitinga6cedc782e23: Waitinge554e4ed6365: Waiting0fcc04d87b21: Waiting9d0cb620ec86: Waiting9ce35f8c294c: Waiting8cf8c626ef08: Waitinga43569493539: Waiting0f2727b62670: Waiting5468804d72e2: Waiting4f4fb700ef54: Waiting1594b2e35484: Waitingb07789a7de11: Waiting3426c58469f2: Waiting4e616ea23188: Waiting88458efdaf5f: Waiting0dcac5a1d8f5: Waitinga76180363a8f: Waiting643363812929: Waiting3feb89dfc6cd: Waiting2f8f05bbf9c1: Waiting28390f4e0676: Download complete48e224a4c6e5: Download complete393daff4895e: Download complete48e224a4c6e5: Pull complete36b22addfabe: Verifying Checksum36b22addfabe: Download complete010c23b095ac: Verifying Checksum010c23b095ac: Download complete7f095c0c5f48: Verifying Checksum7f095c0c5f48: Download complete393daff4895e: Pull complete28390f4e0676: Pull complete36b22addfabe: Pull complete35873b334a29: Download complete010c23b095ac: Pull complete0f2727b62670: Verifying Checksum0f2727b62670: Download complete7f095c0c5f48: Pull complete0dcac5a1d8f5: Verifying Checksum0dcac5a1d8f5: Download complete35873b334a29: Pull complete0f2727b62670: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete0dcac5a1d8f5: Pull completea43569493539: Verifying Checksuma43569493539: Download completea43569493539: Pull complete4f4fb700ef54: Pull complete4e616ea23188: Verifying Checksum4e616ea23188: Download complete4e616ea23188: Pull complete9ce35f8c294c: Verifying Checksum9ce35f8c294c: Download complete9d0cb620ec86: Verifying Checksum9d0cb620ec86: Download complete9d0cb620ec86: Pull complete9ce35f8c294c: Pull complete0fcc04d87b21: Download complete0fcc04d87b21: Pull completeb07789a7de11: Verifying Checksumb07789a7de11: Download complete8cf8c626ef08: Download complete8cf8c626ef08: Pull completeb07789a7de11: Pull completea76180363a8f: Verifying Checksuma76180363a8f: Download completea76180363a8f: Pull complete610db4964037: Verifying Checksum610db4964037: Download complete88458efdaf5f: Verifying Checksum88458efdaf5f: Download complete88458efdaf5f: Pull complete610db4964037: Pull complete663b7304dafa: Verifying Checksum663b7304dafa: Download complete663b7304dafa: Pull complete69b4c91bbad3: Verifying Checksum69b4c91bbad3: Download completeb66ba50a001e: Verifying Checksumb66ba50a001e: Download complete69b4c91bbad3: Pull completeb66ba50a001e: Pull complete6e4f57b3683b: Verifying Checksum6e4f57b3683b: Download completed1508d55deb7: Verifying Checksumd1508d55deb7: Download complete90a2e1034837: Download completee0210fd0f02b: Download completee554e4ed6365: Verifying Checksume554e4ed6365: Download complete5468804d72e2: Download complete643363812929: Verifying Checksum643363812929: Download completea6cedc782e23: Verifying Checksuma6cedc782e23: Download complete2f8f05bbf9c1: Verifying Checksum2f8f05bbf9c1: Download completef9e6fef4e873: Verifying Checksumf9e6fef4e873: Download complete1594b2e35484: Verifying Checksum1594b2e35484: Download complete3426c58469f2: Verifying Checksum3426c58469f2: Download complete3feb89dfc6cd: Download completea6cedc782e23: Pull complete6e4f57b3683b: Pull completef9e6fef4e873: Pull completed1508d55deb7: Pull complete90a2e1034837: Pull completee0210fd0f02b: Pull completee554e4ed6365: Pull complete5468804d72e2: Pull complete643363812929: Pull complete3feb89dfc6cd: Pull complete2f8f05bbf9c1: Pull complete1594b2e35484: Pull complete3426c58469f2: Pull completeDigest: sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bdStatus: Downloaded newer image for ocaml/opam@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd2026-04-23 10:09.35 ---> using "cb2c910d515c1f3970eb53650720ba97de566a13693c58b45eb595cdcfba01ee" from cache/: (comment debian-13-5.4_ppc64_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-23 10:09.35 ---> using "3093075fce671cf0f27254b3d51ae799ab00fc7592ff192c6e19d110e80a4aae" 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.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-23 10:09.35 ---> using "7288b528cb2b86ad0c8ef15cdc956cd0013d29671bc10a2016d79fa0d971af38" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-23 10:09.35 ---> using "0c9290d8da03c97184fcfa6acd15c44312a566c33cfb162e105b78c1269c798f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-23 10:09.35 ---> using "420eae9aa094b4f37b692695880233ff53f64f1c6bd219c67211187d9c396a67" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..6b6b0c375b master -> origin/master499ef09e25 Merge pull request #29791 from dbuenzli/b0-publish-bos.0.3.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)Everything as up-to-date as possibleHowever, 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-23 10:09.35 ---> using "7fd9438954f8e695b22948e443fbc5daf41d6d4441d844dcb8008b74e38a313b" from cache/src: (copy (src mirage-skeleton.opam) (dst ./))2026-04-23 10:09.36 ---> saved as "e4b65defbd85dc861e77225174f1fc774bc4a061f8fe2feabf3a8f8c24bc4bad"/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-23 10:09.38 ---> saved as "33c7dbbcef04d24304c2016f94be6bf1fb4f0c7604720b731d3d25f5ee517b69"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-23 10:09.38 ---> saved as "d7564855e8ff03a6d8deb21549f999a06d8e2055f0d548fc88905a8184c594e1"/src: (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [122 kB]- Fetched 212 kB in 0s (1744 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 system packages will first need to be installed:pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"- Selecting previously unselected package libpkgconf3:ppc64el.- (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 ... 20629 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4_ppc64el.deb ...- Unpacking libpkgconf3:ppc64el (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_ppc64el.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:ppc64el.- Preparing to unpack .../pkgconf_1.8.1-4_ppc64el.deb ...- Unpacking pkgconf:ppc64el (1.8.1-4) ...- Selecting previously unselected package pkg-config:ppc64el.- Preparing to unpack .../pkg-config_1.8.1-4_ppc64el.deb ...- Unpacking pkg-config:ppc64el (1.8.1-4) ...- Setting up libpkgconf3:ppc64el (1.8.1-4) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up pkgconf:ppc64el (1.8.1-4) ...- Setting up pkg-config:ppc64el (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12+deb13u2) ...# To update the current shell environment, run: eval $(opam env)2026-04-23 10:10.07 ---> saved as "4eba70e39c109af3fd23c903cf351197f83fbe198665a642c1a52876a86186b5"/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 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 logs.0.10.0-> installed fpath.0.7.3-> 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-23 10:11.38 ---> saved as "0a6736c986b7c090c3633fab0dd9747b3a511a7840dd2dbe45920772a0abd133"/src: (copy (src .) (dst /src))2026-04-23 10:11.38 ---> saved as "4c27193857d198bd7230a21bbd2f3d26426081113606cc17ec1ddf1857598824"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-23 10:11.39 ---> saved as "8717180174bd7aed310551ac66c929d8083cda0aa9044c1758a9ce9cb29fbf1a"Job succeeded2026-04-23 10:11.39: Job succeeded