2026-05-05 14:39.42: New job: test mirage/mirage-qubes https://github.com/mirage/mirage-qubes.git#refs/heads/main (ff58fca6f334cad15076cd42ab173c84dd6a6ff3) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdbOpam 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:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb# ubuntu-25.04-4.14_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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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.23.0 dune-configurator.3.23.0 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-05-05 14:39.42: Using cache hint "mirage/mirage-qubes-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb-ubuntu-25.04-4.14_opam-2.5-51ca60eb192789600d2289a9567fe016"2026-05-05 14:39.42: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)(comment ubuntu-25.04-4.14_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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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.23.0 dune-configurator.3.23.0 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-05-05 14:39.42: Waiting for resource in pool OCluster2026-05-05 16:27.39: Waiting for worker…2026-05-05 16:30.02: 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:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb' locallydocker.io/ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb: Pulling from ocaml/opamc62190a9ab61: Already exists357ac6654861: Pulling fs layera191be1efbfd: Pulling fs layereb4000d4ebbc: Pulling fs layer598bd7554f0c: Pulling fs layer79d6c515bbb9: Pulling fs layer154be107f855: Pulling fs layer598bd7554f0c: Waitingfd2208c876d6: Pulling fs layer16490c1f67c4: Pulling fs layer71652ce32f03: Pulling fs layerf6539204dd94: Pulling fs layer79d6c515bbb9: Waiting8832196939ac: Pulling fs layer051ac3f8d1fa: Pulling fs layer154be107f855: Waitingfd2208c876d6: Waiting9c22d08d7908: Pulling fs layerf92810fb1a76: Pulling fs layer16490c1f67c4: Waiting71652ce32f03: Waitingf6539204dd94: Waiting084bdef83a94: Pulling fs layerd61f838e95fd: Pulling fs layer8832196939ac: Waiting9c22d08d7908: Waiting051ac3f8d1fa: Waitingf92810fb1a76: Waiting4b9d9e7979d2: Pulling fs layer084bdef83a94: Waitingd61f838e95fd: Waiting5b295751883e: Pulling fs layer4cf5bde88b89: Pulling fs layer4b9d9e7979d2: Waitinga2e9395651c9: Pulling fs layer4f4fb700ef54: Pulling fs layer5b295751883e: Waiting4cf5bde88b89: Waiting8d482fe260fa: Pulling fs layera2e9395651c9: Waiting0c1606e5aae9: Pulling fs layer35abd5e9c377: Pulling fs layerdd98292fdce5: Pulling fs layer35abd5e9c377: Waiting013f4f55172f: Pulling fs layerdd98292fdce5: Waiting74138f97645f: Pulling fs layerdd1ee7cdcf24: Pulling fs layer013f4f55172f: Waiting9af03bee1815: Pulling fs layerdd1ee7cdcf24: Waiting2aa5fb145868: Pulling fs layer236cbd8de420: Pulling fs layer50b334ba052c: Pulling fs layer9af03bee1815: Waiting0ecd776bb54b: Pulling fs layer2aa5fb145868: Waiting61565fcd1ea7: Pulling fs layer236cbd8de420: Waitingc61c7e9567a5: Pulling fs layer6616a61e7604: Pulling fs layer9ff1755321c4: Pulling fs layera72649cf11ee: Pulling fs layer0ecd776bb54b: Waitingd7886880bcec: Pulling fs layerc61c7e9567a5: Waiting61565fcd1ea7: Waitinga72649cf11ee: Waiting2a89a2b3cc39: Pulling fs layer6616a61e7604: Waitingdebc803d2143: Pulling fs layer9ff1755321c4: Waitinge4a5f49164e2: Pulling fs layerd7886880bcec: Waiting2a89a2b3cc39: Waiting569b9f5d92e4: Pulling fs layerdebc803d2143: Waitinge4a5f49164e2: Waitinged5d03d53c7d: Pulling fs layer569b9f5d92e4: Waitinged5d03d53c7d: Waiting4f4fb700ef54: Waiting50b334ba052c: Waiting74138f97645f: Waitinga191be1efbfd: Verifying Checksuma191be1efbfd: Download complete357ac6654861: Verifying Checksum357ac6654861: Download complete357ac6654861: Pull completea191be1efbfd: Pull complete598bd7554f0c: Verifying Checksum598bd7554f0c: Download complete154be107f855: Verifying Checksum154be107f855: Download completefd2208c876d6: Verifying Checksumfd2208c876d6: Download complete79d6c515bbb9: Verifying Checksum79d6c515bbb9: Download complete16490c1f67c4: Verifying Checksum16490c1f67c4: Download complete71652ce32f03: Verifying Checksum71652ce32f03: Download completef6539204dd94: Verifying Checksumf6539204dd94: Download complete8832196939ac: Verifying Checksum8832196939ac: Download completeeb4000d4ebbc: Verifying Checksumeb4000d4ebbc: Download complete051ac3f8d1fa: Verifying Checksum051ac3f8d1fa: Download completef92810fb1a76: Verifying Checksumf92810fb1a76: Download complete9c22d08d7908: Verifying Checksum9c22d08d7908: Download completed61f838e95fd: Verifying Checksumd61f838e95fd: Download complete4b9d9e7979d2: Download complete084bdef83a94: Verifying Checksum084bdef83a94: Download completeeb4000d4ebbc: Pull complete5b295751883e: Verifying Checksum5b295751883e: Download complete4cf5bde88b89: Verifying Checksum4cf5bde88b89: Download complete598bd7554f0c: Pull completea2e9395651c9: Verifying Checksuma2e9395651c9: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8d482fe260fa: Verifying Checksum8d482fe260fa: Download complete35abd5e9c377: Verifying Checksum35abd5e9c377: Download complete0c1606e5aae9: Verifying Checksum0c1606e5aae9: Download completedd98292fdce5: Verifying Checksumdd98292fdce5: Download complete013f4f55172f: Verifying Checksum013f4f55172f: Download completedd1ee7cdcf24: Download complete74138f97645f: Verifying Checksum74138f97645f: Download complete9af03bee1815: Verifying Checksum9af03bee1815: Download complete2aa5fb145868: Verifying Checksum2aa5fb145868: Download complete50b334ba052c: Verifying Checksum50b334ba052c: Download complete236cbd8de420: Download complete0ecd776bb54b: Verifying Checksum0ecd776bb54b: Download completec61c7e9567a5: Download complete9ff1755321c4: Download completea72649cf11ee: Download completed7886880bcec: Verifying Checksumd7886880bcec: Download complete79d6c515bbb9: Pull complete61565fcd1ea7: Verifying Checksum61565fcd1ea7: Download complete154be107f855: Pull completefd2208c876d6: Pull complete16490c1f67c4: Pull complete71652ce32f03: Pull completef6539204dd94: Pull complete8832196939ac: Pull complete051ac3f8d1fa: Pull complete6616a61e7604: Verifying Checksum6616a61e7604: Download complete9c22d08d7908: Pull completef92810fb1a76: Pull complete084bdef83a94: Pull completed61f838e95fd: Pull complete4b9d9e7979d2: Pull complete5b295751883e: Pull complete4cf5bde88b89: Pull completea2e9395651c9: Pull complete4f4fb700ef54: Pull complete8d482fe260fa: Pull complete0c1606e5aae9: Pull complete35abd5e9c377: Pull completedd98292fdce5: Pull complete013f4f55172f: Pull complete74138f97645f: Pull completedd1ee7cdcf24: Pull complete9af03bee1815: Pull complete2aa5fb145868: Pull completee4a5f49164e2: Download complete236cbd8de420: Pull complete50b334ba052c: Pull complete0ecd776bb54b: Pull complete2a89a2b3cc39: Verifying Checksum2a89a2b3cc39: Download complete569b9f5d92e4: Verifying Checksum569b9f5d92e4: Download completeed5d03d53c7d: Download completedebc803d2143: Verifying Checksumdebc803d2143: Download complete61565fcd1ea7: Pull completec61c7e9567a5: Pull complete6616a61e7604: Pull complete9ff1755321c4: Pull completea72649cf11ee: Pull completed7886880bcec: Pull complete2a89a2b3cc39: Pull completedebc803d2143: Pull completee4a5f49164e2: Pull complete569b9f5d92e4: Pull completeed5d03d53c7d: Pull completeDigest: sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdbStatus: Downloaded newer image for ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb2026-05-05 16:30.06 ---> using "26f2d1b20504f8a72d300005d6ed3a2bee34c58ce7ff6ebb581c3cd8e7bf182d" from cache/: (comment ubuntu-25.04-4.14_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-05-05 16:30.06 ---> using "7729be9aeef278253c48b7491490d5770d24689c06ea7841c09b3b42721cf226" 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] y[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/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-05-05 16:30.06 ---> using "bcd56c2fcac37d8900ef1186d44a59635a254658349185b960a29c4b43106298" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-05 16:30.06 ---> using "4bde2fbab53a6005951fa182586f93b8ad206d426d444506a02328fa96ee0f26" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-05 16:30.06 ---> using "2baaf6d27d66036c3e175ae274404055a72ba045903fd57695496f186d7c138b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD045748b2d8..a70af20c71 master -> origin/mastera70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patchesEverything 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-05-05 16:30.06 ---> using "703ae6e458758ec31000faa2df0e1c997c9619468218ae707d37d87e975097fa" from cache/src: (copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./))2026-05-05 16:30.06 ---> saved as "e9707f125f577bbaf788d82d9afe12712f9652f292225c50715ee8170b6d76a4"/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-05-05 16:30.12 ---> saved as "9e9730a913560af178b94272fe530a132c944d6af6a5bf06544bcb903e405028"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-05 16:30.12 ---> saved as "723468372f2c53adf10027b79dda91fb578ad4690bff78629b1cd5ad77f6d5e1"/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.23.0 dune-configurator.3.23.0 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/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease- Hit:2 http://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease- Reading package lists...-<><> 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).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:amd64.- (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 ... 16503 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...# To update the current shell environment, run: eval $(opam env)2026-05-05 16:30.31 ---> saved as "6e95c9bb996f24c461622b68b1feece1640106d7aa65c5eed70a1d694695dbf6"/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.23.0- install dune-configurator 3.23.0- 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 ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved mirage-crypto.2.1.0, mirage-crypto-rng.2.1.0 (cached)-> retrieved dune.3.23.0, dune-configurator.3.23.0 (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)-> retrieved tcpip.9.0.1 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved vchan.6.0.2, vchan-xen.6.0.2 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed seq.base-> retrieved xenstore.2.4.0 (cached)-> retrieved xenstore_transport.1.5.0 (cached)-> 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.23.0-> installed bheap.2.0.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed duration.0.3.1-> 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 ocplib-endian.1.2-> installed io-page.3.0.0-> installed shared-memory-ring.3.2.1-> 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.23.0-> installed mirage-crypto.2.1.0-> installed lwt.6.1.2-> installed cstruct-lwt.6.2.0-> installed mirage-flow.5.0.0-> installed mirage-net.4.0.0-> installed mirage-sleep.4.1.0-> installed shared-memory-ring-lwt.3.2.1-> installed xenstore.2.4.0-> installed logs.0.10.0-> installed xenstore_transport.1.5.0-> installed metrics-lwt.0.5.0-> installed ethernet.3.2.0-> installed mirage-runtime.4.10.6-> installed mirage-crypto-rng.2.1.0-> installed vchan.6.0.2-> 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-05-05 16:31.56 ---> saved as "96478ce1feaf7c7666c07b5b1e27467aa0ef6a98a2d91774ddd7e43ce0cf8fd7"/src: (copy (src .) (dst /src))2026-05-05 16:31.56 ---> saved as "a8a5fe673560d28c2dd4b20772ddb26385d560262ed170e309c273337f73f20b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-05-05 16:31.57 ---> saved as "2937ff5409a97f42181e5ffcb8162bc3e056027ebb4a3a1506b57274e8010811"Job succeeded2026-05-05 16:31.57: Job succeeded