2026-04-22 14:11.13: New job: test mirage/mirage-net-solo5 https://github.com/mirage/mirage-net-solo5.git#refs/heads/main (3a9e186b61e934a8170eded5b3e756d4e6a0694e) (linux-x86_64:opensuse-16.0-5.4_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01Opam 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:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01# opensuse-16.0-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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.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.6 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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-22 14:11.13: Using cache hint "mirage/mirage-net-solo5-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01-opensuse-16.0-5.4_opam-2.5-b24d22b652fcde196c0f7ecb4dac702a"2026-04-22 14:11.13: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01)(comment opensuse-16.0-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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.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.6 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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-22 14:11.13: Waiting for resource in pool OCluster2026-04-22 14:36.49: Waiting for worker…2026-04-22 14:39.47: 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:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01' locallydocker.io/ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01: Pulling from ocaml/opam64cfa2a65095: Already exists204ffcf2f1fe: Pulling fs layerf6fa4529cc6b: Pulling fs layer97af65095748: Pulling fs layerb802a6057f6d: Pulling fs layer47b045e79836: Pulling fs layerf6fa4529cc6b: Waiting2ce8a10bf29f: Pulling fs layer97af65095748: Waiting781ee767d1c7: Pulling fs layer204ffcf2f1fe: Waiting2271c058ae3a: Pulling fs layer2ce8a10bf29f: Waitingb802a6057f6d: Waiting47b045e79836: Waiting2e5754ca2c40: Pulling fs layer2271c058ae3a: Waiting781ee767d1c7: Waitingde21e4dabd9c: Pulling fs layerf047029589c4: Pulling fs layer0f454d36be04: Pulling fs layer04ab44a2df2c: Pulling fs layer2e5754ca2c40: Waitingad401f078830: Pulling fs layerf047029589c4: Waiting096a51bccb57: Pulling fs layerde21e4dabd9c: Waiting0f454d36be04: Waitinge7134f98c78b: Pulling fs layer04ab44a2df2c: Waitingafc7c35ee433: Pulling fs layerad401f078830: Waiting7bfa5dba7952: Pulling fs layere7134f98c78b: Waiting4f4fb700ef54: Pulling fs layerf6b6a751bb6a: Pulling fs layerf71dccae2ee7: Pulling fs layer4f4fb700ef54: Waitingfe37a54a1499: Pulling fs layerf6b6a751bb6a: Waiting1815b99ebc09: Pulling fs layerf71dccae2ee7: Waiting363d1f23b2cf: Pulling fs layerfe37a54a1499: Waiting4bb0990bd121: Pulling fs layer363d1f23b2cf: Waiting1815b99ebc09: Waitingac4f9c652c6c: Pulling fs layerab5409fef174: Pulling fs layer5e58ee45c6c7: Pulling fs layer4bb0990bd121: Waitingab5409fef174: Waitingee06219176b1: Pulling fs layerac4f9c652c6c: Waiting5e58ee45c6c7: Waiting34fd31afeec8: Pulling fs layerc7a97b361486: Pulling fs layer34fd31afeec8: Waitingfc2b6e5cc5d9: Pulling fs layerc7a97b361486: Waiting1c145dfb6c8a: Pulling fs layerfc2b6e5cc5d9: Waitingf1bb600e92a6: Pulling fs layer97457e4bb83c: Pulling fs layer1c145dfb6c8a: Waitingf1bb600e92a6: Waitingf443344b6027: Pulling fs layer899babe8d9b2: Pulling fs layer0782628cdc8a: Pulling fs layerf443344b6027: Waiting5f180230ef97: Pulling fs layerf013892c68c1: Pulling fs layer899babe8d9b2: Waiting3c9c3f15c70f: Pulling fs layer5f180230ef97: Waitingf013892c68c1: Waitingdc2d418c83c6: Pulling fs layer977e732b88fa: Pulling fs layer3c9c3f15c70f: Waiting45baf3280147: Pulling fs layer977e732b88fa: Waitingdc2d418c83c6: Waiting45baf3280147: Waiting204ffcf2f1fe: Verifying Checksum204ffcf2f1fe: Download complete204ffcf2f1fe: Pull completef6fa4529cc6b: Verifying Checksumf6fa4529cc6b: Download completeb802a6057f6d: Download complete47b045e79836: Download complete2ce8a10bf29f: Verifying Checksum2ce8a10bf29f: Download completef6fa4529cc6b: Pull complete781ee767d1c7: Verifying Checksum781ee767d1c7: Download complete2271c058ae3a: Verifying Checksum2271c058ae3a: Download complete2e5754ca2c40: Download completede21e4dabd9c: Verifying Checksumde21e4dabd9c: Download completef047029589c4: Verifying Checksumf047029589c4: Download complete0f454d36be04: Verifying Checksum0f454d36be04: Download complete04ab44a2df2c: Verifying Checksum04ab44a2df2c: Download completead401f078830: Verifying Checksumad401f078830: Download complete096a51bccb57: Download completee7134f98c78b: Download complete7bfa5dba7952: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completef6b6a751bb6a: Verifying Checksumf6b6a751bb6a: Download completef71dccae2ee7: Download complete1815b99ebc09: Verifying Checksum1815b99ebc09: Download complete363d1f23b2cf: Verifying Checksum363d1f23b2cf: Download complete4bb0990bd121: Download completeac4f9c652c6c: Download completeab5409fef174: Verifying Checksumab5409fef174: Download complete5e58ee45c6c7: Verifying Checksum5e58ee45c6c7: Download completeee06219176b1: Verifying Checksumee06219176b1: Download complete34fd31afeec8: Verifying Checksum34fd31afeec8: Download completec7a97b361486: Download completefc2b6e5cc5d9: Verifying Checksumfc2b6e5cc5d9: Download complete1c145dfb6c8a: Download completef1bb600e92a6: Verifying Checksumf1bb600e92a6: Download complete97457e4bb83c: Verifying Checksum97457e4bb83c: Download completef443344b6027: Download complete899babe8d9b2: Verifying Checksum899babe8d9b2: Download complete0782628cdc8a: Download complete5f180230ef97: Verifying Checksum5f180230ef97: Download completef013892c68c1: Verifying Checksumf013892c68c1: Download complete3c9c3f15c70f: Verifying Checksum3c9c3f15c70f: Download completedc2d418c83c6: Download complete977e732b88fa: Verifying Checksum977e732b88fa: Download complete45baf3280147: Verifying Checksum45baf3280147: Download complete97af65095748: Verifying Checksum97af65095748: Download complete97af65095748: Pull completeb802a6057f6d: Pull complete47b045e79836: Pull complete2ce8a10bf29f: Pull complete781ee767d1c7: Pull complete2271c058ae3a: Pull complete2e5754ca2c40: Pull completede21e4dabd9c: Pull completef047029589c4: Pull complete0f454d36be04: Pull complete04ab44a2df2c: Pull completead401f078830: Pull complete096a51bccb57: Pull completee7134f98c78b: Pull completeafc7c35ee433: Pull complete7bfa5dba7952: Pull complete4f4fb700ef54: Pull completef6b6a751bb6a: Pull completef71dccae2ee7: Pull completefe37a54a1499: Pull complete1815b99ebc09: Pull complete363d1f23b2cf: Pull complete4bb0990bd121: Pull completeac4f9c652c6c: Pull completeab5409fef174: Pull complete5e58ee45c6c7: Pull completeee06219176b1: Pull complete34fd31afeec8: Pull completec7a97b361486: Pull completefc2b6e5cc5d9: Pull complete1c145dfb6c8a: Pull completef1bb600e92a6: Pull complete97457e4bb83c: Pull completef443344b6027: Pull complete899babe8d9b2: Pull complete0782628cdc8a: Pull complete5f180230ef97: Pull completef013892c68c1: Pull complete3c9c3f15c70f: Pull completedc2d418c83c6: Pull complete977e732b88fa: Pull complete45baf3280147: Pull completeDigest: sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01Status: Downloaded newer image for ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c012026-04-22 14:39.48 ---> using "ae84376c8ea64c3b44609ae7ddbc6e3c1ee969d9d31c6d20fd5399e1219d3141" from cache/: (comment opensuse-16.0-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-22 14:39.48 ---> using "1ee9c1e317a25924020f89502dbdbad8fdf3f56681bfee7edfc8d0ed6348d80e" 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-22 14:39.48 ---> using "7805bba59b7c6e676aabbcb51933844eaffb2f4bb1fab3f2094053a973466463" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.12.5.02026-04-22 14:39.48 ---> using "8368f41d2b7f9e27edfe538453b7a35ef59ae347249d166d59db90c1ae6552fb" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 14:39.48 ---> using "7811d14c159e034d2d2bb93679fdcd7e841dee20d8ba648dad9e05a22f63897b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..80ba534fc6 master -> origin/master036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> 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-22 14:39.48 ---> using "69e412f8e1b08ce361dddb3eb75df64f32a1e8a08ae8bba0060345e2d38fbb7c" from cache/src: (copy (src mirage-net-solo5.opam) (dst ./))2026-04-22 14:39.48 ---> using "bbd5c2db5dc04d65466bce11abb683740ff48c2fc30c247f0b7981bc3e6894f0" 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-22 14:39.48 ---> using "b2def86b144b76aac454d3d7e1c0f4b26d3280b4d3999aced498e1cc31101417" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-22 14:39.48 ---> using "72e84a3de25740168b9800e8a8b98990922aa455ed56b9eabc521b89ced7bf0d" 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.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.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.6 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Retrieving repository 'repo-oss (16.0)' metadata [.- ...- Looking for gpg keys in repository repo-oss (16.0).- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key- ..- .- .- .- ......- ..........- .....- .......- ........- ..........- .........- .........- .........- ..........- .........- ..........- .......- .......- ......- .....- ....- ......- ...- ....- .....- .....- ......- .......- .......- ......- ........- .......- .........- ........- ..........- .........- ..........- .......- .......- .......- ....- ........- .......- ....- .....- ......- .......- ........- .......- ........- .........- ........- .........- ....- ...- .........- ........- .........- ........- ........- .......- ...- .....- .....- ....- .....- .......- ....- .....- .......- ......- .......- ...- ......- ......- ......- ...- ......- .......- .......- .........- .......- ........- .........- ......- ......- .- ....- .......- .........- ....done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> 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.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).# To update the current shell environment, run: eval $(opam env)2026-04-22 14:40.54 ---> saved as "3ca201711c8b1d2876f61f8621c376accf54a627323a61aec405c8314e5860c0"/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 25 packages- install base-bytes base- install bheap 2.0.0- install cmdliner 2.1.1- 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.2- install dune-configurator 3.22.2- install duration 0.3.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.6- 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.1 (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.3.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.6 (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.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.1-> 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.2-> installed bheap.2.0.0-> installed duration.0.3.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.2-> 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.6-> installed mirage-solo5.0.10.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-22 14:41.41 ---> saved as "ba39a2a4d0fa0b1035cdfe9d15c415071723a06f4fd99703da377adf168e570e"/src: (copy (src .) (dst /src))2026-04-22 14:41.41 ---> saved as "7de4202eb0e5817db9b28481dd9f57007fd9f787c16f1162d85fdcb549bc48da"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-22 14:41.42 ---> saved as "5bbe52e9bc7f9b40fcf9036e7de48228843710790ff40269a95acdb00fa09944"Job succeeded2026-04-22 14:41.42: Job succeeded