2026-04-29 00:35.48: New job: test mirage/mirage-qubes https://github.com/mirage/mirage-qubes.git#refs/heads/main (ff58fca6f334cad15076cd42ab173c84dd6a6ff3) (linux-x86_64:fedora-42-4.14_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-qubes.git" -b "main" && cd "mirage-qubes" && git reset --hard ff58fca6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06# fedora-42-4.14_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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && 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-threads.base base-unix.base bheap.2.0.0 cmdliner.2.1.1 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.1 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.2 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.6 mirage-sleep.4.1.0 mirage-xen.9.0.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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-29 00:35.48: Using cache hint "mirage/mirage-qubes-ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06-fedora-42-4.14_opam-2.5-9e43b70aadd9c6ecf7148fce1a6c4c6a"2026-04-29 00:35.48: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06)(comment fedora-42-4.14_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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && 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-threads.base base-unix.base bheap.2.0.0 cmdliner.2.1.1 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.1 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.2 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.6 mirage-sleep.4.1.0 mirage-xen.9.0.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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-29 00:35.48: Waiting for resource in pool OCluster2026-04-29 02:05.03: Waiting for worker…2026-04-29 02:07.17: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at ff58fca changes for 2.0.0(from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06)Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06' locallydocker.io/ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06: Pulling from ocaml/opambcbfb8588268: Already exists73b2408747f6: Pulling fs layer9801aa370cb0: Pulling fs layer73b2408747f6: Waitinge2db682e1091: Pulling fs layer35ce4f3a1d8f: Pulling fs layer9801aa370cb0: Waiting0c758f381927: Pulling fs layere2db682e1091: Waiting35ce4f3a1d8f: Waiting331d2e83f975: Pulling fs layer0c758f381927: Waiting587b7a9d2fa5: Pulling fs layer6f5d85344b5e: Pulling fs layer331d2e83f975: Waiting0bf270c8c680: Pulling fs layerb8a710b2793e: Pulling fs layer102e4eb337f9: Pulling fs layer587b7a9d2fa5: Waiting6f5d85344b5e: Waiting8074f360636b: Pulling fs layer0bf270c8c680: Waitingb8a710b2793e: Waitinge2e6e0c8e26d: Pulling fs layer523ea61dbc78: Pulling fs layer102e4eb337f9: Waiting8074f360636b: Waitingfdc7142430a4: Pulling fs layere2e6e0c8e26d: Waitingbd9c320da6c3: Pulling fs layer523ea61dbc78: Waitingfdc7142430a4: Waiting84da89250dcb: Pulling fs layer14965138aadf: Pulling fs layerbd9c320da6c3: Waiting423340f710ae: Pulling fs layer84da89250dcb: Waitinga8ded4eff573: Pulling fs layer14965138aadf: Waiting4f4fb700ef54: Pulling fs layer423340f710ae: Waitingb0088e840ba0: Pulling fs layer4f4fb700ef54: Waitinga8ded4eff573: Waiting8af4a5e4bfe7: Pulling fs layer47714dafabe1: Pulling fs layerb0088e840ba0: Waiting8af4a5e4bfe7: Waiting7d178f126a38: Pulling fs layer1e25091b9328: Pulling fs layer47714dafabe1: Waiting7d178f126a38: Waitinge7334ffd00ee: Pulling fs layer1e25091b9328: Waitingb0d0fb29e996: Pulling fs layere7334ffd00ee: Waitingb514f69d4736: Pulling fs layercc65440c3c3b: Pulling fs layerb0d0fb29e996: Waiting92a35f6a24ed: Pulling fs layerb514f69d4736: Waitingcc65440c3c3b: Waiting9913b5eb2db3: Pulling fs layer164a98ef7bc0: Pulling fs layer92a35f6a24ed: Waitingebe09a1e10fd: Pulling fs layercd30e6adea74: Pulling fs layerebe09a1e10fd: Waitingb864cbae0a9c: Pulling fs layer164a98ef7bc0: Waitingba3fe2c0fbfd: Pulling fs layerb864cbae0a9c: Waiting889dd894e69f: Pulling fs layer29224cb56fda: Pulling fs layerba3fe2c0fbfd: Waiting6c44a2ff139a: Pulling fs layer6b234c7a28b8: Pulling fs layer889dd894e69f: Waiting29224cb56fda: Waitingcd3978b92ac3: Pulling fs layer6c44a2ff139a: Waiting536dada2d351: Pulling fs layer67fc0ef3a1ba: Pulling fs layercd3978b92ac3: Waiting536dada2d351: Waiting67fc0ef3a1ba: Waiting73b2408747f6: Verifying Checksum73b2408747f6: Pull complete9801aa370cb0: Verifying Checksum9801aa370cb0: Download completee2db682e1091: Verifying Checksume2db682e1091: Download complete35ce4f3a1d8f: Verifying Checksum35ce4f3a1d8f: Download complete0c758f381927: Verifying Checksum0c758f381927: Download complete9801aa370cb0: Pull complete331d2e83f975: Verifying Checksum331d2e83f975: Download complete587b7a9d2fa5: Verifying Checksum587b7a9d2fa5: Download complete6f5d85344b5e: Verifying Checksum6f5d85344b5e: Download completeb8a710b2793e: Verifying Checksumb8a710b2793e: Download complete0bf270c8c680: Verifying Checksum0bf270c8c680: Download complete102e4eb337f9: Verifying Checksum102e4eb337f9: Download completee2e6e0c8e26d: Verifying Checksume2e6e0c8e26d: Download complete8074f360636b: Download complete523ea61dbc78: Download completefdc7142430a4: Download completebd9c320da6c3: Download complete84da89250dcb: Verifying Checksum84da89250dcb: Download complete423340f710ae: Verifying Checksum423340f710ae: Download completea8ded4eff573: Download complete14965138aadf: Verifying Checksum14965138aadf: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeb0088e840ba0: Verifying Checksumb0088e840ba0: Download complete8af4a5e4bfe7: Verifying Checksum8af4a5e4bfe7: Download complete47714dafabe1: Verifying Checksum47714dafabe1: Download complete7d178f126a38: Verifying Checksum7d178f126a38: Download complete1e25091b9328: Verifying Checksum1e25091b9328: Download completeb0d0fb29e996: Verifying Checksume7334ffd00ee: Download completeb514f69d4736: Download complete92a35f6a24ed: Verifying Checksum92a35f6a24ed: Download completecc65440c3c3b: Download complete9913b5eb2db3: Verifying Checksum9913b5eb2db3: Download complete164a98ef7bc0: Download completecd30e6adea74: Verifying Checksumcd30e6adea74: Download completeba3fe2c0fbfd: Verifying Checksumba3fe2c0fbfd: Download complete889dd894e69f: Verifying Checksum889dd894e69f: Download complete29224cb56fda: Download complete6c44a2ff139a: Verifying Checksum6c44a2ff139a: Download complete6b234c7a28b8: Verifying Checksum6b234c7a28b8: Download completecd3978b92ac3: Verifying Checksumcd3978b92ac3: Download complete536dada2d351: Download complete67fc0ef3a1ba: Download completeb864cbae0a9c: Verifying Checksumb864cbae0a9c: Download completee2db682e1091: Pull complete35ce4f3a1d8f: Pull complete0c758f381927: Pull complete331d2e83f975: Pull complete587b7a9d2fa5: Pull complete6f5d85344b5e: Pull complete0bf270c8c680: Pull completeb8a710b2793e: Pull complete102e4eb337f9: Pull complete8074f360636b: Pull completee2e6e0c8e26d: Pull complete523ea61dbc78: Pull completefdc7142430a4: Pull completebd9c320da6c3: Pull complete84da89250dcb: Pull complete14965138aadf: Pull complete423340f710ae: Pull completea8ded4eff573: Pull complete4f4fb700ef54: Pull completeb0088e840ba0: Pull complete8af4a5e4bfe7: Pull complete47714dafabe1: Pull complete7d178f126a38: Pull complete1e25091b9328: Pull completee7334ffd00ee: Pull completeb0d0fb29e996: Pull completeb514f69d4736: Pull completecc65440c3c3b: Pull complete92a35f6a24ed: Pull complete9913b5eb2db3: Pull complete164a98ef7bc0: Pull completeebe09a1e10fd: Verifying Checksumebe09a1e10fd: Download completeebe09a1e10fd: Pull completecd30e6adea74: Pull completeb864cbae0a9c: Pull completeba3fe2c0fbfd: Pull complete889dd894e69f: Pull complete29224cb56fda: Pull complete6c44a2ff139a: Pull complete6b234c7a28b8: Pull completecd3978b92ac3: Pull complete536dada2d351: Pull complete67fc0ef3a1ba: Pull completeDigest: sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06Status: Downloaded newer image for ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a062026-04-29 02:07.18 ---> using "a2138dc0ef62f001e023e4416ed486d1206cfe1a8119b44d0145c01c1c705900" from cache/: (comment fedora-42-4.14_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% | 49.1 KiB/s | 11.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-04-29 02:07.18 ---> using "58803695cc6abc3d549c4df51963f984b5dc2f86724a3b4c1a28f3f1782c5a76" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-29 02:07.18 ---> using "ced88770838d03c64fb8e716497a3ccad63e4841e26fed6a10facd47fb2a012b" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-04-29 02:07.18 ---> using "6e9a9535e319472b2a29a3d4d48cb6a6b3073ad99d1208d8351c4cf8850bdca8" 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-29 02:07.18 ---> using "0700f36ed8d4644f121891f73c39da1608a342d69989cbde0acdecf4bda422d7" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-29 02:07.18 ---> using "bf3690f6247c9aaf56d24d330855d609682cc634cb3f28d0fd9a7765d012f469" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD045748b2d8..dd592986d4 master -> origin/masterdd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[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-29 02:07.18 ---> using "42bdb90cce102a475e3ed8fafd9bf9f5350d20c026525c566ade70461c4a78b5" from cache/src: (copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./))2026-04-29 02:07.18 ---> saved as "a6ecdb061deddb0c581eafc3b4f20cc305a440f310861995769c62e74dda1b1c"/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-29 02:07.20 ---> saved as "1cc1ca410d8927fc145c885a79579a29f41c1a412b99aff9d2d4882128275ebf"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-29 02:07.21 ---> saved as "9724e74d1a345d2850cbc30dc4789cbdc905621ed90ccfaa3bf558f7d0151165"/src: (env DEPS "arp.4.1.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.2.1.1 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.1 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.2 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.6 mirage-sleep.4.1.0 mirage-xen.9.0.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 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).# To update the current shell environment, run: eval $(opam env)2026-04-29 02:07.33 ---> saved as "2b18898d173d8bdc9523c2191f3b474de6b2db5241aac69bbaf37cba03082e21"/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 54 packages- install arp 4.1.0- install base-bytes base- install bheap 2.0.0- install cmdliner 2.1.1- 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.1- 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.2- 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.6- 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.1 (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.1 (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.2 (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.6 (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 dune.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved mirage-crypto.2.1.0, mirage-crypto-rng.2.1.0 (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 seq.base (cached)-> retrieved psq.0.2.1 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed cmdliner.2.1.1-> installed seq.base-> 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)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> 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 lwt-dllist.1.1.0-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed duration.0.3.1-> installed eqaf.0.10-> installed cppo.1.8.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 ounit2.2.2.7-> 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 dune-configurator.3.22.2-> installed mirage-crypto.2.1.0-> installed lwt.6.1.2-> installed mirage-flow.5.0.0-> installed shared-memory-ring-lwt.3.2.1-> installed cstruct-lwt.6.2.0-> installed mirage-net.4.0.0-> installed mirage-sleep.4.1.0-> 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.6-> installed arp.4.1.0-> installed mirage-crypto-rng.2.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-29 02:09.26 ---> saved as "32c95db5b927f401a9a01f78608d41f32619db9e41c5e4ef26a9a0d350eae532"/src: (copy (src .) (dst /src))2026-04-29 02:09.26 ---> saved as "3d11c1661646bd41d6cfb369f0c03216e6c748db9e247af32acb0f29322c88e6"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-29 02:09.28 ---> saved as "632bc93ee7d84a7e9a9365bd124578e72edcc9e22bfed949818188befb4f0cad"Job succeeded2026-04-29 02:09.28: Job succeeded