2026-04-19 07:03.10: New job: test mirage/mirage-qubes https://github.com/mirage/mirage-qubes.git#refs/heads/main (ff58fca6f334cad15076cd42ab173c84dd6a6ff3) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691Opam 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-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691# ubuntu-25.04-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 1e0f02e011661beec5618d34d6dda854b00b2358 || git fetch origin master) && git reset -q --hard 1e0f02e011661beec5618d34d6dda854b00b2358 && 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.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.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-19 07:03.10: Using cache hint "mirage/mirage-qubes-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691-ubuntu-25.04-5.4_opam-2.5-c617eda3ef2d2c3701456a27ce8bb192"2026-04-19 07:03.10: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691)(comment ubuntu-25.04-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 1e0f02e011661beec5618d34d6dda854b00b2358 || git fetch origin master) && git reset -q --hard 1e0f02e011661beec5618d34d6dda854b00b2358 && 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.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.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-19 07:03.10: Waiting for resource in pool OCluster2026-04-19 07:56.17: Waiting for worker…2026-04-19 07:58.16: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at ff58fca changes for 2.0.0(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691' locallydocker.io/ocaml/opam@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691: Pulling from ocaml/opamc62190a9ab61: Already existsf1b90cdcec88: Pulling fs layerf8127a040c1d: Pulling fs layer2447f562704f: Pulling fs layer0d0f3574c57a: Pulling fs layeraced54db9227: Pulling fs layer0d0f3574c57a: Waiting628811db6b3c: Pulling fs layeraced54db9227: Waitingd98318ee8cc2: Pulling fs layer628811db6b3c: Waitingb4056aeacb3c: Pulling fs layerd98318ee8cc2: Waiting318cc58f031e: Pulling fs layerb4056aeacb3c: Waiting318cc58f031e: Waitinge3395b2326bd: Pulling fs layer506a26e021f3: Pulling fs layere3395b2326bd: Waiting9586cad45233: Pulling fs layer506a26e021f3: Waitingff737bcc8afd: Pulling fs layer9586cad45233: Waiting97c90c908f2c: Pulling fs layerff737bcc8afd: Waitinge3e492fc5cff: Pulling fs layer97c90c908f2c: Waiting6dc572fd729f: Pulling fs layere3e492fc5cff: Waiting6dc572fd729f: Waiting823b417e9c08: Pulling fs layerf96f3df0bcd1: Pulling fs layer823b417e9c08: Waitinge87ce6e2ce9c: Pulling fs layerf96f3df0bcd1: Waitingaacf312e7271: Pulling fs layer4f4fb700ef54: Pulling fs layere87ce6e2ce9c: Waitingaacf312e7271: Waiting5890479a716c: Pulling fs layer4f4fb700ef54: Waitingb5227f4fe3ac: Pulling fs layer5890479a716c: Waiting68ef80443855: Pulling fs layerb5227f4fe3ac: Waiting552579538854: Pulling fs layer68ef80443855: Waitinge6ed7c3a752f: Pulling fs layer552579538854: Waiting365e137a0aa5: Pulling fs layere6ed7c3a752f: Waiting365e137a0aa5: Waitinge58e7ad04a6a: Pulling fs layer3cc1cd29089f: Pulling fs layere58e7ad04a6a: Waitinga0521c40c1eb: Pulling fs layer3cc1cd29089f: Waitinga1dc524408e1: Pulling fs layera0521c40c1eb: Waiting1f1d80e028b5: Pulling fs layera1dc524408e1: Waiting1f1d80e028b5: Waiting9a99205de717: Pulling fs layer9a99205de717: Waiting37e5ec0ffedd: Pulling fs layerb570147adb8a: Pulling fs layer37e5ec0ffedd: Waiting620a0584243b: Pulling fs layerb570147adb8a: Waitingae1ae5589352: Pulling fs layer620a0584243b: Waitinga9b28e13afbf: Pulling fs layerae1ae5589352: Waiting82ac02c3438f: Pulling fs layera9b28e13afbf: Waiting82ac02c3438f: Waiting63de1911d408: Pulling fs layerd068a121e87b: Pulling fs layer63de1911d408: Waitingecc208f29136: Pulling fs layerd068a121e87b: Waiting226eb74151c6: Pulling fs layerecc208f29136: Waiting468808489549: Pulling fs layer226eb74151c6: Waiting6f5b63162ee4: Pulling fs layer468808489549: Waiting5fea2b7079e1: Pulling fs layer6f5b63162ee4: Waiting5fea2b7079e1: Waitingf1b90cdcec88: Download completef8127a040c1d: Verifying Checksumf8127a040c1d: Download completef1b90cdcec88: Pull completef8127a040c1d: Pull complete0d0f3574c57a: Verifying Checksum0d0f3574c57a: Download complete628811db6b3c: Verifying Checksum628811db6b3c: Download complete2447f562704f: Verifying Checksum2447f562704f: Download completed98318ee8cc2: Verifying Checksumd98318ee8cc2: Download completeb4056aeacb3c: Verifying Checksumb4056aeacb3c: Download complete318cc58f031e: Verifying Checksum318cc58f031e: Download completee3395b2326bd: Verifying Checksume3395b2326bd: Download complete2447f562704f: Pull complete9586cad45233: Verifying Checksum9586cad45233: Download completeaced54db9227: Verifying Checksumaced54db9227: Download complete0d0f3574c57a: Pull complete506a26e021f3: Verifying Checksum506a26e021f3: Download completeff737bcc8afd: Verifying Checksumff737bcc8afd: Download complete97c90c908f2c: Verifying Checksum97c90c908f2c: Download completee3e492fc5cff: Verifying Checksume3e492fc5cff: Download complete6dc572fd729f: Verifying Checksum6dc572fd729f: Download complete823b417e9c08: Download completee87ce6e2ce9c: Download completeaacf312e7271: Download completef96f3df0bcd1: Download complete5890479a716c: Verifying Checksum5890479a716c: Download completeb5227f4fe3ac: Verifying Checksumb5227f4fe3ac: Download complete68ef80443855: Verifying Checksum68ef80443855: Download complete4f4fb700ef54: Download completee6ed7c3a752f: Download complete552579538854: Verifying Checksum552579538854: Download complete365e137a0aa5: Download completee58e7ad04a6a: Download complete3cc1cd29089f: Verifying Checksum3cc1cd29089f: Download completea0521c40c1eb: Verifying Checksuma0521c40c1eb: Download complete1f1d80e028b5: Verifying Checksum1f1d80e028b5: Download completea1dc524408e1: Download completeb570147adb8a: Download complete9a99205de717: Verifying Checksum9a99205de717: Download completeae1ae5589352: Verifying Checksumae1ae5589352: Download completea9b28e13afbf: Download complete82ac02c3438f: Verifying Checksum82ac02c3438f: Download completeaced54db9227: Pull complete628811db6b3c: Pull complete63de1911d408: Verifying Checksum63de1911d408: Download completed98318ee8cc2: Pull completed068a121e87b: Verifying Checksumd068a121e87b: Download completeb4056aeacb3c: Pull completeecc208f29136: Verifying Checksumecc208f29136: Download complete318cc58f031e: Pull completee3395b2326bd: Pull complete506a26e021f3: Pull complete9586cad45233: Pull completeff737bcc8afd: Pull complete97c90c908f2c: Pull completee3e492fc5cff: Pull complete6dc572fd729f: Pull complete823b417e9c08: Pull completef96f3df0bcd1: Pull completee87ce6e2ce9c: Pull completeaacf312e7271: Pull complete4f4fb700ef54: Pull complete5890479a716c: Pull completeb5227f4fe3ac: Pull complete68ef80443855: Pull complete552579538854: Pull completee6ed7c3a752f: Pull complete365e137a0aa5: Pull completee58e7ad04a6a: Pull complete3cc1cd29089f: Pull completea0521c40c1eb: Pull completea1dc524408e1: Pull complete1f1d80e028b5: Pull complete9a99205de717: Pull complete226eb74151c6: Verifying Checksum226eb74151c6: Download complete468808489549: Download complete6f5b63162ee4: Verifying Checksum6f5b63162ee4: Download complete5fea2b7079e1: Download complete620a0584243b: Verifying Checksum620a0584243b: Download complete37e5ec0ffedd: Verifying Checksum37e5ec0ffedd: Download complete37e5ec0ffedd: Pull completeb570147adb8a: Pull complete620a0584243b: Pull completeae1ae5589352: Pull completea9b28e13afbf: Pull complete82ac02c3438f: Pull complete63de1911d408: Pull completed068a121e87b: Pull completeecc208f29136: Pull complete226eb74151c6: Pull complete468808489549: Pull complete6f5b63162ee4: Pull complete5fea2b7079e1: Pull completeDigest: sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691Status: Downloaded newer image for ocaml/opam@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b1296912026-04-19 07:58.17 ---> using "f5e318b4f7827354c80e01f5eb08623f14d26dfa9c8f46d7e4a7dc1dd9ab7d51" from cache/: (comment ubuntu-25.04-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-19 07:58.17 ---> using "c9f84644fcc821060258035ba30dfb4315e5df38a445f49836385c483d31f3a8" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-19 07:58.17 ---> using "f27a52b673e6e3229d278370091ff6620c479075b9adc6b6ca721f257c891299" 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-19 07:58.17 ---> using "63d0aa07c2e13f7fb08e30a71f13a7a028dcde32b34e098fd5a3a3bb36803634" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-19 07:58.17 ---> using "6ccde9157983d8bdc8449890dbf5280f5a1b54008b8dfa81011feef78f5cee9f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1e0f02e011661beec5618d34d6dda854b00b2358 || git fetch origin master) && git reset -q --hard 1e0f02e011661beec5618d34d6dda854b00b2358 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..1e0f02e011 master -> origin/master1e0f02e011 Merge pull request #29735 from hannesm/release-duration-v0.3.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-19 07:58.17 ---> using "3b3a72b596b83bb35a5dee3f58b57b81183bbe08bc5a9ad4b4e4fcf25e6a2674" from cache/src: (copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./))2026-04-19 07:58.17 ---> saved as "cb253ab4b679d7bbf634277360256d415e430a5af6ff4d4d2986f730fc85fc98"/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-19 07:58.21 ---> saved as "1d992452ed059432e744cd49a1c5fd35d9a2c095c281993d6ca64ab65d777a3c"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-19 07:58.21 ---> saved as "12fef1ba1975bc29f3ce44dd8b6c8fd35e193196ff32f631b996332a80d5dfda"/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.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.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/bin/sudo "apt-get" "update"- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:2 http://archive.ubuntu.com/ubuntu plucky 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 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 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 ... 16533 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-04-19 07:58.39 ---> saved as "c241cb1b0f8f752a0d01364057b9b3ba063e11ce0a60682f71ea08cd42b2cf23"/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.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.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.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.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 dune.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved mirage-crypto.2.1.0, mirage-crypto-rng.2.1.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 vchan.6.0.2, vchan-xen.6.0.2 (cached)-> installed cmdliner.2.1.0-> installed seq.base-> retrieved tcpip.9.0.1 (cached)-> retrieved topkg.1.1.1 (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 fmt.0.11.0-> installed mtime.2.1.0-> installed dune.3.22.2-> installed bheap.2.0.0-> installed lwt-dllist.1.1.0-> installed ohex.0.2.0-> installed duration.0.3.1-> installed randomconv.0.2.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed eqaf.0.10-> installed macaddr.5.6.2-> installed metrics.0.5.0-> installed mirage-mtime.5.2.0-> installed psq.0.2.1-> installed stdlib-shims.0.3.0-> installed io-page.3.0.0-> installed macaddr-cstruct.5.6.2-> installed lru.0.3.1-> installed shared-memory-ring.3.2.1-> installed ocplib-endian.1.2-> 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-net.4.0.0-> installed mirage-flow.5.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 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.5-> installed vchan.6.0.2-> 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-19 08:00.37 ---> saved as "4b5bfcd880aba5c45a74fe4952c4903cfc789a05fb71c9a8c562c5c2ff539b52"/src: (copy (src .) (dst /src))2026-04-19 08:00.37 ---> saved as "6a4adee144a223af478091722cc117b67d9b49200f7ecb71aafc93dff9d18765"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-19 08:00.39 ---> saved as "392e34c7fe518c313d500edcc5e53b1a48b67ca967f397dc2aaf77e853c349b7"Job succeeded2026-04-19 08:00.39: Job succeeded