2026-04-03 11:38.06: New job: test mirage/mirage-net-solo5 https://github.com/mirage/mirage-net-solo5.git#refs/heads/main (3a9e186b61e934a8170eded5b3e756d4e6a0694e) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-net-solo5.git" -b "main" && cd "mirage-net-solo5" && git reset --hard 3a9e186bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67# ubuntu-25.10-5.4_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-net-solo5.opam ./RUN opam pin add -yn mirage-net-solo5.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.1 dune-configurator.3.22.1 duration.0.2.1 fmt.0.11.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-net-solo5.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-03 11:38.06: Using cache hint "mirage/mirage-net-solo5-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67-ubuntu-25.10-5.4_opam-2.5-00692fd71300906fda7452bfb0c59b47"2026-04-03 11:38.06: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67)(comment ubuntu-25.10-5.4_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-net-solo5.opam) (dst ./))(run (network host)(shell "opam pin add -yn mirage-net-solo5.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.1 dune-configurator.3.22.1 duration.0.2.1 fmt.0.11.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1")(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-net-solo5.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-03 11:38.06: Waiting for resource in pool OCluster2026-04-03 21:01.24: Waiting for worker…2026-04-03 21:02.57: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 3a9e186 Merge pull request #46 from hannesm/add-maint(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67' locallydocker.io/ocaml/opam@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67: Pulling from ocaml/opam16c195d4c5e9: Already existseef1e591e8a9: Pulling fs layer475b07e782b4: Pulling fs layer18fb99e993e1: Pulling fs layereef1e591e8a9: Waitingca37c6a45798: Pulling fs layer475b07e782b4: Waiting18fb99e993e1: Waitingc57691858953: Pulling fs layerca37c6a45798: Waiting5512f1558e14: Pulling fs layer43fe003df081: Pulling fs layerc57691858953: Waiting6e925d30090e: Pulling fs layer5512f1558e14: Waiting3417bab79df5: Pulling fs layer6e925d30090e: Waiting0aa36f5a555a: Pulling fs layer3417bab79df5: Waiting474fc3d17365: Pulling fs layer0aa36f5a555a: Waiting49a3768a5f63: Pulling fs layerc5abc7eafdff: Pulling fs layer62941fb37fba: Pulling fs layer474fc3d17365: Waiting49a3768a5f63: Waiting378967450a13: Pulling fs layerc5abc7eafdff: Waitingb77cfa4e2ae3: Pulling fs layer62941fb37fba: Waitingcb268f925fd0: Pulling fs layer378967450a13: Waitingb77cfa4e2ae3: Waiting3bf4591bde94: Pulling fs layercb268f925fd0: Waiting34a47fe3891d: Pulling fs layer3bf4591bde94: Waiting0e9e8d8d7a8c: Pulling fs layer024b2f94e104: Pulling fs layer4f4fb700ef54: Pulling fs layer0e9e8d8d7a8c: Waiting024b2f94e104: Waiting071fbbcf50f3: Pulling fs layerb43a2046bab2: Pulling fs layer071fbbcf50f3: Waitingf34036196a91: Pulling fs layerb07913c71979: Pulling fs layerf1c987ef231c: Pulling fs layerb43a2046bab2: Waiting1a8485ec060a: Pulling fs layeraa1dac00c891: Pulling fs layerf34036196a91: Waitingb07913c71979: Waiting215e9614a861: Pulling fs layer117130324f1d: Pulling fs layerf1c987ef231c: Waitingaa1dac00c891: Waitingedf62db1b518: Pulling fs layer1a8485ec060a: Waiting0db4778affc6: Pulling fs layera7061a59a18a: Pulling fs layer117130324f1d: Waiting215e9614a861: Waiting1a46a132d40e: Pulling fs layeredf62db1b518: Waitinge461a5dda351: Pulling fs layer0db4778affc6: Waitinga7061a59a18a: Waitingbaef187c60a6: Pulling fs layer60fb67301e08: Pulling fs layere461a5dda351: Waitingbf681241fc68: Pulling fs layerbaef187c60a6: Waiting23eaa9b4d484: Pulling fs layer60fb67301e08: Waitingbf681241fc68: Waiting1c659a6a7694: Pulling fs layerdba14649d85a: Pulling fs layer141dacab2962: Pulling fs layer23eaa9b4d484: Waiting77e0ad4866d4: Pulling fs layer141dacab2962: Waiting401d82f13ac3: Pulling fs layer77e0ad4866d4: Waiting29458acfee8b: Pulling fs layer401d82f13ac3: Waiting0f86b9a8699c: Pulling fs layereef1e591e8a9: Download complete475b07e782b4: Verifying Checksum475b07e782b4: Download completeeef1e591e8a9: Pull complete475b07e782b4: Pull complete18fb99e993e1: Verifying Checksum18fb99e993e1: Download completeca37c6a45798: Verifying Checksumca37c6a45798: Download complete18fb99e993e1: Pull completeca37c6a45798: Pull complete5512f1558e14: Download complete43fe003df081: Download complete6e925d30090e: Verifying Checksum6e925d30090e: Download complete3417bab79df5: Download complete0aa36f5a555a: Verifying Checksum0aa36f5a555a: Download complete474fc3d17365: Verifying Checksum474fc3d17365: Download complete49a3768a5f63: Verifying Checksum49a3768a5f63: Download completec5abc7eafdff: Verifying Checksumc5abc7eafdff: Download complete378967450a13: Verifying Checksum378967450a13: Download completec57691858953: Verifying Checksumc57691858953: Download completecb268f925fd0: Download completeb77cfa4e2ae3: Verifying Checksumb77cfa4e2ae3: Download complete62941fb37fba: Verifying Checksum62941fb37fba: Download complete3bf4591bde94: Download complete34a47fe3891d: Download complete0e9e8d8d7a8c: Download complete4f4fb700ef54: Download complete024b2f94e104: Verifying Checksum024b2f94e104: Download complete071fbbcf50f3: Download completeb43a2046bab2: Verifying Checksumb43a2046bab2: Download completef34036196a91: Verifying Checksumf34036196a91: Download completeb07913c71979: Verifying Checksumb07913c71979: Download completef1c987ef231c: Verifying Checksumf1c987ef231c: Download completeaa1dac00c891: Download complete1a8485ec060a: Verifying Checksum1a8485ec060a: Download complete215e9614a861: Download complete117130324f1d: Verifying Checksum117130324f1d: Download completeedf62db1b518: Verifying Checksumedf62db1b518: Download complete0db4778affc6: Verifying Checksum0db4778affc6: Download completea7061a59a18a: Verifying Checksuma7061a59a18a: Download completee461a5dda351: Verifying Checksume461a5dda351: Download complete60fb67301e08: Verifying Checksum60fb67301e08: Download completebf681241fc68: Download complete23eaa9b4d484: Download complete1c659a6a7694: Verifying Checksum1c659a6a7694: Download completedba14649d85a: Verifying Checksumdba14649d85a: Download completec57691858953: Pull complete5512f1558e14: Pull complete43fe003df081: Pull complete6e925d30090e: Pull complete3417bab79df5: Pull complete0aa36f5a555a: Pull complete1a46a132d40e: Verifying Checksum1a46a132d40e: Download complete474fc3d17365: Pull complete49a3768a5f63: Pull complete141dacab2962: Verifying Checksum141dacab2962: Download completebaef187c60a6: Verifying Checksumbaef187c60a6: Download completec5abc7eafdff: Pull complete401d82f13ac3: Verifying Checksum401d82f13ac3: Download complete29458acfee8b: Verifying Checksum29458acfee8b: Download complete62941fb37fba: Pull complete378967450a13: Pull completeb77cfa4e2ae3: Pull completecb268f925fd0: Pull complete0f86b9a8699c: Download complete3bf4591bde94: Pull complete34a47fe3891d: Pull complete0e9e8d8d7a8c: Pull complete024b2f94e104: Pull complete77e0ad4866d4: Verifying Checksum77e0ad4866d4: Download complete4f4fb700ef54: Pull complete071fbbcf50f3: Pull completeb43a2046bab2: Pull completef34036196a91: Pull completeb07913c71979: Pull completef1c987ef231c: Pull complete1a8485ec060a: Pull completeaa1dac00c891: Pull complete215e9614a861: Pull complete117130324f1d: Pull completeedf62db1b518: Pull complete0db4778affc6: Pull completea7061a59a18a: Pull complete1a46a132d40e: Pull completee461a5dda351: Pull completebaef187c60a6: Pull complete60fb67301e08: Pull completebf681241fc68: Pull complete23eaa9b4d484: Pull complete1c659a6a7694: Pull completedba14649d85a: Pull complete141dacab2962: Pull complete77e0ad4866d4: Pull complete401d82f13ac3: Pull complete29458acfee8b: Pull complete0f86b9a8699c: Pull completeDigest: sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67Status: Downloaded newer image for ocaml/opam@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a672026-04-03 21:30.31 ---> using "a781d67ad57eb4ac231790d4a694bd40cad33d7e4b31ef1def44795689b32c1f" from cache/: (comment ubuntu-25.10-5.4_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-03 21:30.31 ---> using "abe213cdc34cea893280fdf44cd1cad04b0a7e440d2650b191efdd05f6df5c7e" 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-03 21:30.31 ---> using "7659bfa6fdb9326b707eb9973ad8bcdf27440a4236f27ab86e5cd85886d159d5" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-04-03 21:30.31 ---> using "d964b47b2ae170f14fe1436dc3eb59c3e2c6b43393eaab8966e7fb9cece21c97" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 21:30.31 ---> using "ee14fa90ac6cc53c98770e42e923950defb8fc6d617d34e15b97a90e3fef1b0c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4f056bfedf..d28e8bf13a master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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-03 21:30.31 ---> using "e7b466c670222e6a8ccf26455eac93931dfbbb1a12efc34d1a1908ec75b34705" from cache/src: (copy (src mirage-net-solo5.opam) (dst ./))2026-04-03 21:30.31 ---> using "089e02087e549a1a2dd78dbb41c5e3efe4ca94f5ca61c23cb340c0eb6fc0bbdc" from cache/src: (run (network host)(shell "opam pin add -yn mirage-net-solo5.dev './'"))[mirage-net-solo5.dev] synchronised (file:///src)mirage-net-solo5 is now pinned to file:///src (version dev)2026-04-03 21:30.31 ---> using "8787fa2024c0ce0d49a5da0a5bfde46e1afd7d3abcfa1f3ae810f49bab489f53" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 21:30.31 ---> using "e64534e0cce17adc6c8d2aa67f271b646780e2fcf991a2d5c5d5c68a61bfe9e2" from cache/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.1 dune-configurator.3.22.1 duration.0.2.1 fmt.0.11.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1")/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-net-solo5.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:3 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [264 kB]- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [340 kB]- Get:7 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [237 kB]- Get:8 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [338 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [239 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [471 kB]- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [5979 B]- Fetched 2300 kB in 0s (12.3 MB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-net-solo5.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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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).# To update the current shell environment, run: eval $(opam env)2026-04-03 21:30.31 ---> using "a3e1bff8796e08e0034f95e09415e4d6b0207ed427a2aa0db85af7d18198af8a" from cache/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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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 25 packages- install base-bytes base- install bheap 2.0.0- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install domain-name 0.5.0- install dune 3.22.1- install dune-configurator 3.22.1- install duration 0.2.1- install fmt 0.11.0- install ipaddr 5.6.2- install logs 0.10.0- install lwt 6.1.1- install macaddr 5.6.2- install metrics 0.5.0- install metrics-lwt 0.5.0- install mirage-net 4.0.0- install mirage-runtime 4.10.5- install mirage-sleep 4.1.0- install mirage-solo5 0.10.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bheap.2.0.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved metrics.0.5.0, metrics-lwt.0.5.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mirage-solo5.0.10.0 (cached)-> retrieved mirage-runtime.4.10.5 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed dune.3.22.1-> installed bheap.2.0.0-> installed duration.0.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed macaddr.5.6.2-> installed metrics.0.5.0-> installed ocplib-endian.1.2-> installed ipaddr.5.6.2-> installed dune-configurator.3.22.1-> installed lwt.6.1.1-> installed mirage-net.4.0.0-> installed mirage-sleep.4.1.0-> installed logs.0.10.0-> installed metrics-lwt.0.5.0-> installed mirage-runtime.4.10.5-> installed mirage-solo5.0.10.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-03 21:30.31 ---> using "164bfbab85cd7cfc7cd53de89b90761d812461e8ac088696fa83b590d0e63cca" from cache/src: (copy (src .) (dst /src))2026-04-03 21:30.31 ---> saved as "07acb3d78e3506fa3ee8d817b7e562fc6114363bd4cd0132a1d11a1fcc7a713c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-03 21:30.32 ---> saved as "be0d4aeba92f304b3815f19e57113c39246f4579b99f004b8fd1a5f8e0f52ec0"Job succeeded2026-04-03 21:30.32: Job succeeded