2026-04-16 16:40.18: New job: test mirage/mirage-qubes https://github.com/mirage/mirage-qubes.git#refs/pull/76/head (552cadbdcc659fca9b6f7bbb68b26a66b4b35058) (linux-x86_64:fedora-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-qubes.git" && cd "mirage-qubes" && git fetch origin "refs/pull/76/head" && git reset --hard 552cadbdcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb# fedora-42-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-qubes.opam mirage-qubes-ipv4.opam ./RUN opam pin add -yn mirage-qubes.dev './' && \opam pin add -yn mirage-qubes-ipv4.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="arp.4.1.0 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 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-crypto.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-xen.9.0.0 mtime.2.1.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 ohex.0.2.0 ounit2.2.2.7 psq.0.2.1 randomconv.0.2.0 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 vchan.6.0.2 vchan-xen.6.0.2 xenstore.2.4.0 xenstore_transport.1.5.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-qubes.dev mirage-qubes-ipv4.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-16 16:40.18: Using cache hint "mirage/mirage-qubes-ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb-fedora-42-5.4_opam-2.5-b2f87499c6d08d4f809d727feb4335b9"2026-04-16 16:40.18: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)(comment fedora-42-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./))(run (network host)(shell "opam pin add -yn mirage-qubes.dev './' && \\nopam pin add -yn mirage-qubes-ipv4.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "arp.4.1.0 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 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-crypto.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-xen.9.0.0 mtime.2.1.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 ohex.0.2.0 ounit2.2.2.7 psq.0.2.1 randomconv.0.2.0 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 vchan.6.0.2 vchan-xen.6.0.2 xenstore.2.4.0 xenstore_transport.1.5.0")(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-qubes.dev mirage-qubes-ipv4.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-16 16:40.18: Waiting for resource in pool OCluster2026-04-16 17:37.33: Waiting for worker…2026-04-16 17:43.27: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 552cadb add default handler for commands, change the API(from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb' locallydocker.io/ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb: Pulling from ocaml/opambcbfb8588268: Already exists7c86f07d981d: Pulling fs layere523f6cbdc73: Pulling fs layere196c832855a: Pulling fs layerc24dcc89d23e: Pulling fs layercd9def049d81: Pulling fs layere360f9824a3f: Pulling fs layerfbeadbd8287f: Pulling fs layerc24dcc89d23e: Waitingb5be9212d8a5: Pulling fs layere360f9824a3f: Waiting58850ac9f02f: Pulling fs layerb5be9212d8a5: Waiting94de074660d5: Pulling fs layerc6d785172de9: Pulling fs layer94de074660d5: Waiting5642a0bc3a02: Pulling fs layer677ac3b3af73: Pulling fs layer5642a0bc3a02: Waiting97f4a46fa01c: Pulling fs layer677ac3b3af73: Waiting887c8b3bd767: Pulling fs layercd9def049d81: Waiting97f4a46fa01c: Waitingc6d785172de9: Waiting887c8b3bd767: Waiting8572bae05e44: Pulling fs layer58850ac9f02f: Waitinga801ab04175f: Pulling fs layer8eb7359ab813: Pulling fs layerfbeadbd8287f: Waitinga801ab04175f: Waitingea7dd170751f: Pulling fs layer8eb7359ab813: Waiting4f4fb700ef54: Pulling fs layer4eeb3f6c741a: Pulling fs layer4f4fb700ef54: Waitingd8096e11e5a7: Pulling fs layer8572bae05e44: Waitingb45c71862e05: Pulling fs layer4eeb3f6c741a: Waitingd8096e11e5a7: Waiting3d3025681a79: Pulling fs layer3619e9f4de7b: Pulling fs layerb45c71862e05: Waiting3d3025681a79: Waitinge1d8131f324a: Pulling fs layer3619e9f4de7b: Waiting98ffe2fff5c0: Pulling fs layerecf008026c3e: Pulling fs layere1d8131f324a: Waitingb7768b04427d: Pulling fs layeraad28dcc458f: Pulling fs layer98ffe2fff5c0: Waiting2972bd6e2f3d: Pulling fs layerb7768b04427d: Waitingecf008026c3e: Waitingaad28dcc458f: Waitingca68011eb393: Pulling fs layerae07445296b0: Pulling fs layerf042b21668eb: Pulling fs layer45040ee99e59: Pulling fs layer2972bd6e2f3d: Waitingca68011eb393: Waitingf042b21668eb: Waiting9ffc20870c04: Pulling fs layer45040ee99e59: Waitingae07445296b0: Waiting5238c2dafd46: Pulling fs layerd98d556ee1fb: Pulling fs layerfd7b54172364: Pulling fs layerbb0d31b2f870: Pulling fs layer0f27e5b0a211: Pulling fs layer9ffc20870c04: Waitingd98d556ee1fb: Waitingbb0d31b2f870: Waitingfd7b54172364: Waitinge4629b699694: Pulling fs layere80cce26268d: Pulling fs layer0f27e5b0a211: Waitinge80cce26268d: Waitinge4629b699694: Waiting7c86f07d981d: Verifying Checksum7c86f07d981d: Download complete7c86f07d981d: Pull completec24dcc89d23e: Verifying Checksumc24dcc89d23e: Download completecd9def049d81: Verifying Checksumcd9def049d81: Download completee523f6cbdc73: Verifying Checksume523f6cbdc73: Download completee360f9824a3f: Verifying Checksume360f9824a3f: Download completefbeadbd8287f: Verifying Checksumfbeadbd8287f: Download completeb5be9212d8a5: Verifying Checksumb5be9212d8a5: Download completee196c832855a: Verifying Checksume196c832855a: Download complete58850ac9f02f: Verifying Checksum58850ac9f02f: Download complete5642a0bc3a02: Verifying Checksum5642a0bc3a02: Download completec6d785172de9: Verifying Checksum677ac3b3af73: Verifying Checksum677ac3b3af73: Download complete97f4a46fa01c: Verifying Checksum97f4a46fa01c: Download completee523f6cbdc73: Pull complete887c8b3bd767: Verifying Checksum887c8b3bd767: Download complete8572bae05e44: Download completea801ab04175f: Verifying Checksuma801ab04175f: Download complete8eb7359ab813: Verifying Checksum8eb7359ab813: Download completeea7dd170751f: Download complete4f4fb700ef54: Download complete4eeb3f6c741a: Download completed8096e11e5a7: Download completeb45c71862e05: Download complete3d3025681a79: Download complete3619e9f4de7b: Verifying Checksum3619e9f4de7b: Download completee1d8131f324a: Verifying Checksume1d8131f324a: Download complete98ffe2fff5c0: Download complete94de074660d5: Verifying Checksum94de074660d5: Download completeb7768b04427d: Verifying Checksumb7768b04427d: Download completeecf008026c3e: Verifying Checksumecf008026c3e: Download completeaad28dcc458f: Verifying Checksumaad28dcc458f: Download complete2972bd6e2f3d: Download completeca68011eb393: Verifying Checksumca68011eb393: Download completef042b21668eb: Verifying Checksumf042b21668eb: Download complete9ffc20870c04: Verifying Checksum9ffc20870c04: Download complete5238c2dafd46: Verifying Checksum5238c2dafd46: Download completed98d556ee1fb: Download completeae07445296b0: Verifying Checksumae07445296b0: Download completee196c832855a: Pull complete45040ee99e59: Verifying Checksum45040ee99e59: Download completec24dcc89d23e: Pull complete0f27e5b0a211: Download completecd9def049d81: Pull completee360f9824a3f: Pull completefbeadbd8287f: Pull completeb5be9212d8a5: Pull complete58850ac9f02f: Pull complete94de074660d5: Pull completec6d785172de9: Pull complete5642a0bc3a02: Pull complete677ac3b3af73: Pull complete97f4a46fa01c: Pull complete887c8b3bd767: Pull complete8572bae05e44: Pull completea801ab04175f: Pull complete8eb7359ab813: Pull completeea7dd170751f: Pull complete4f4fb700ef54: Pull complete4eeb3f6c741a: Pull completed8096e11e5a7: Pull completeb45c71862e05: Pull complete3d3025681a79: Pull complete3619e9f4de7b: Pull completee1d8131f324a: Pull complete98ffe2fff5c0: Pull completeecf008026c3e: Pull completeb7768b04427d: Pull completeaad28dcc458f: Pull complete2972bd6e2f3d: Pull completeca68011eb393: Pull completee4629b699694: Verifying Checksume4629b699694: Download completee80cce26268d: Verifying Checksume80cce26268d: Download completefd7b54172364: Verifying Checksumfd7b54172364: Download completebb0d31b2f870: Verifying Checksumbb0d31b2f870: Download completeae07445296b0: Pull completef042b21668eb: Pull complete45040ee99e59: Pull complete9ffc20870c04: Pull complete5238c2dafd46: Pull completed98d556ee1fb: Pull completefd7b54172364: Pull completebb0d31b2f870: Pull complete0f27e5b0a211: Pull completee4629b699694: Pull completee80cce26268d: Pull completeDigest: sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bbStatus: Downloaded newer image for ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb2026-04-16 17:44.48 ---> using "423398002419b3482a8b9665338c10f3f6c6b1984e842901c7828810d9f1719f" from cache/: (comment fedora-42-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 - Updates 100% | 17.8 KiB/s | 15.0 KiB | 00m01sFedora 42 - x86_64 100% | 46.6 KiB/s | 22.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-04-16 17:44.48 ---> using "1427494dc45be5d05dbedbb8c6284d5e83d9273a70f2daf74a61f90a98d0153e" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-16 17:44.48 ---> using "19628ecee2b7021c05d076acb8b575d724060ee9d27e8253ec58be2a65f4ddd0" 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-16 17:44.48 ---> using "00f7701599ad8380429df556869d2f9cb63297eff82a94fac2e05a284e8da899" 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-16 17:44.49 ---> using "e55eb9acff13ea939a36766f3c838462b852eaadd915ca3606d1a3083dc268bf" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-16 17:44.49 ---> using "6c2e1647892afca68a954ba31371313f5c7a85b2327e123f87d1fdd112f8c4bd" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..0b0acbee05 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-16 17:44.49 ---> using "018a97b31165807af7fba249152e75da5cdd8f3daf6904b31cabd0ce5b2462c8" from cache/src: (copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./))2026-04-16 17:44.49 ---> using "32a163a1a705c61b717674a0b75308e61023dd0631fc32473eddf818bc5c5b91" from cache/src: (run (network host)(shell "opam pin add -yn mirage-qubes.dev './' && \\nopam pin add -yn mirage-qubes-ipv4.dev './'"))[mirage-qubes.dev] synchronised (file:///src)mirage-qubes is now pinned to file:///src (version dev)[mirage-qubes-ipv4.dev] synchronised (file:///src)mirage-qubes-ipv4 is now pinned to file:///src (version dev)2026-04-16 17:44.49 ---> using "a1537939e2bfb0e5cabc9c244e1dbb99fc12ddb23b8c1c835cfd4732ff09254d" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-16 17:44.49 ---> using "9ab7f0339dde11f7c3f912fa8c254301f0e4f4727189fea994575718ff00e0f3" from cache/src: (env DEPS "arp.4.1.0 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 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-crypto.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-xen.9.0.0 mtime.2.1.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 ohex.0.2.0 ounit2.2.2.7 psq.0.2.1 randomconv.0.2.0 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 vchan.6.0.2 vchan-xen.6.0.2 xenstore.2.4.0 xenstore_transport.1.5.0")/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-qubes.dev mirage-qubes-ipv4.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-qubes.dev] synchronised (file:///src)[mirage-qubes-ipv4.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-16 17:44.49 ---> using "40f8fdae2ae22136b1f5d844163a6b2b29def430243ac3df3530626a324fa57f" 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.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 54 packages- install arp 4.1.0- install base-bytes base- install bheap 2.0.0- install cmdliner 2.1.0- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.22.2- install dune-configurator 3.22.2- install duration 0.3.0- install eqaf 0.10- install ethernet 3.2.0- install fmt 0.11.0- install io-page 3.0.0- install ipaddr 5.6.2- install ipaddr-cstruct 5.6.2- install logs 0.10.0- install lru 0.3.1- install lwt 6.1.1- install lwt-dllist 1.1.0- install macaddr 5.6.2- install macaddr-cstruct 5.6.2- install metrics 0.5.0- install metrics-lwt 0.5.0- install mirage-crypto 2.1.0- install mirage-crypto-rng 2.1.0- install mirage-flow 5.0.0- install mirage-mtime 5.2.0- install mirage-net 4.0.0- install mirage-runtime 4.10.5- install mirage-sleep 4.1.0- install mirage-xen 9.0.0- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install ounit2 2.2.7- install psq 0.2.1- install randomconv 0.2.0- install seq base- install shared-memory-ring 3.2.1- install shared-memory-ring-lwt 3.2.1- install stdlib-shims 0.3.0- install tcpip 9.0.1- install topkg 1.1.1- install vchan 6.0.2- install vchan-xen 6.0.2- install xenstore 2.4.0- install xenstore_transport 1.5.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved arp.4.1.0 (cached)-> retrieved bheap.2.0.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.3.0 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved ethernet.3.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved io-page.3.0.0 (cached)-> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lru.0.3.1 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved metrics.0.5.0, metrics-lwt.0.5.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-mtime.5.2.0 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-runtime.4.10.5 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mirage-xen.9.0.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tcpip.9.0.1 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved vchan.6.0.2, vchan-xen.6.0.2 (cached)-> retrieved xenstore.2.4.0 (cached)-> retrieved xenstore_transport.1.5.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved mirage-crypto.2.1.0, mirage-crypto-rng.2.1.0 (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 mtime.2.1.0-> installed fmt.0.11.0-> installed dune.3.22.2-> installed bheap.2.0.0-> installed duration.0.3.0-> installed domain-name.0.5.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed eqaf.0.10-> installed lwt-dllist.1.1.0-> installed macaddr.5.6.2-> installed metrics.0.5.0-> installed mirage-mtime.5.2.0-> installed ohex.0.2.0-> installed psq.0.2.1-> installed randomconv.0.2.0-> installed stdlib-shims.0.3.0-> installed io-page.3.0.0-> installed shared-memory-ring.3.2.1-> installed ocplib-endian.1.2-> installed macaddr-cstruct.5.6.2-> installed lru.0.3.1-> installed ipaddr.5.6.2-> installed ipaddr-cstruct.5.6.2-> installed digestif.1.3.0-> installed ounit2.2.2.7-> installed dune-configurator.3.22.2-> installed mirage-crypto.2.1.0-> installed lwt.6.1.1-> installed mirage-flow.5.0.0-> installed mirage-net.4.0.0-> installed cstruct-lwt.6.2.0-> installed mirage-sleep.4.1.0-> installed shared-memory-ring-lwt.3.2.1-> installed xenstore.2.4.0-> installed xenstore_transport.1.5.0-> installed logs.0.10.0-> installed metrics-lwt.0.5.0-> installed ethernet.3.2.0-> installed vchan.6.0.2-> installed mirage-runtime.4.10.5-> installed mirage-crypto-rng.2.1.0-> installed arp.4.1.0-> installed mirage-xen.9.0.0-> installed vchan-xen.6.0.2-> installed tcpip.9.0.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-16 17:44.49 ---> using "a0b4e2f0bfd529d382a35096c6ac0f57e75dc7c3929babbd82b2b9f6bf71151f" from cache/src: (copy (src .) (dst /src))2026-04-16 17:44.49 ---> saved as "a131e964a0538454393dc7239c4448c890f601862ca1f2535b4dbf24ec62ec03"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-16 17:44.50 ---> saved as "434f0669534985c4e9b8adae8ea106ee33e681c715c4b05344ada6ac9fe0f3e3"Job succeeded2026-04-16 17:44.50: Job succeeded