2026-03-23 09:25.14: New job: test mirage/mirage-qubes https://github.com/mirage/mirage-qubes.git#refs/pull/76/head (552cadbdcc659fca9b6f7bbb68b26a66b4b35058) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4dbOpam 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:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db# debian-12-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 58acbffc6f60d53f07791fc02fa73c37625536af || git fetch origin master) && git reset -q --hard 58acbffc6f60d53f07791fc02fa73c37625536af && 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.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.0 dune-configurator.3.22.0 duration.0.2.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.4.14.2 ocaml-base-compiler.4.14.2 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-03-23 09:25.14: Using cache hint "mirage/mirage-qubes-ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db-debian-12-4.14_opam-2.5-9ba77b7dd7cb63cbf4e79057d2e6c8ce"2026-03-23 09:25.14: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)(comment debian-12-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 58acbffc6f60d53f07791fc02fa73c37625536af || git fetch origin master) && git reset -q --hard 58acbffc6f60d53f07791fc02fa73c37625536af && 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.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.0 dune-configurator.3.22.0 duration.0.2.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.4.14.2 ocaml-base-compiler.4.14.2 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-03-23 09:25.14: Waiting for resource in pool OCluster2026-03-23 10:14.12: Waiting for worker…2026-03-23 10:20.58: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 552cadb add default handler for commands, change the API(from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db' locallydocker.io/ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db: Pulling from ocaml/opam6bc9f599b3ef: Pulling fs layerd58ede61f1ea: Pulling fs layer59fd7d32ea8a: Pulling fs layer60d26dc9eed4: Pulling fs layer6bc9f599b3ef: Waitingd58ede61f1ea: Waiting98f543d3d01d: Pulling fs layer59fd7d32ea8a: Waiting161a462e0ee3: Pulling fs layer98f543d3d01d: Waitingd63b9e393571: Pulling fs layer5035b470c5fd: Pulling fs layerd63b9e393571: Waitingc044051f86f0: Pulling fs layer5035b470c5fd: Waitinge46db7eb399e: Pulling fs layerc044051f86f0: Waiting3e83b7b7fc77: Pulling fs layere46db7eb399e: Waiting03ea2e79c43c: Pulling fs layer3e83b7b7fc77: Waiting8d2b9b45eead: Pulling fs layer03ea2e79c43c: Waitinga3c20940c5b9: Pulling fs layer8d2b9b45eead: Waitingbbffc2740725: Pulling fs layer5f27f2e5115b: Pulling fs layeraa26a691a008: Pulling fs layerbd1d45f5a000: Pulling fs layer0cc5c7c7516a: Pulling fs layerd0b90656e0e8: Pulling fs layer643825a484d2: Pulling fs layeraa26a691a008: Waiting67dabf16b113: Pulling fs layera3c20940c5b9: Waiting5f27f2e5115b: Waiting4f4fb700ef54: Pulling fs layerbd1d45f5a000: Waiting9551114336f8: Pulling fs layerbbffc2740725: Waiting0cc5c7c7516a: Waiting2a7bf6427e8c: Pulling fs layerd0b90656e0e8: Waiting643825a484d2: Waiting1b47d47d94f8: Pulling fs layer67dabf16b113: Waiting9551114336f8: Waiting4f4fb700ef54: Waiting4be82938ba83: Pulling fs layer2a7bf6427e8c: Waiting80976f0d06a6: Pulling fs layer5bbf91e88fcf: Pulling fs layer4be82938ba83: Waiting10bde5a9d661: Pulling fs layer80976f0d06a6: Waiting5bbf91e88fcf: Waiting00617c3bf097: Pulling fs layer6dff02c33996: Pulling fs layer42aae9593b3f: Pulling fs layer00617c3bf097: Waiting6dff02c33996: Waitingaec72d9c9e64: Pulling fs layer16d1596d51b2: Pulling fs layer9cbb5291df33: Pulling fs layer11ddb25ececc: Pulling fs layer46139e478336: Pulling fs layer9cbb5291df33: Waitinge852d99175ac: Pulling fs layer11ddb25ececc: Waiting8efd7bff796c: Pulling fs layer49052a37c89a: Pulling fs layer8efd7bff796c: Waiting3a99b4ee4231: Pulling fs layerc75f7bd00dfc: Pulling fs layere852d99175ac: Waiting49052a37c89a: Waiting00d438fe307c: Pulling fs layerc75f7bd00dfc: Waiting0b6b272507f8: Pulling fs layer00d438fe307c: Waiting0b6b272507f8: Waitingd58ede61f1ea: Download complete59fd7d32ea8a: Verifying Checksum59fd7d32ea8a: Download complete6bc9f599b3ef: Verifying Checksum6bc9f599b3ef: Download complete98f543d3d01d: Verifying Checksum98f543d3d01d: Download complete60d26dc9eed4: Verifying Checksum60d26dc9eed4: Download complete6bc9f599b3ef: Pull completed58ede61f1ea: Pull complete59fd7d32ea8a: Pull completed63b9e393571: Verifying Checksumd63b9e393571: Download complete5035b470c5fd: Verifying Checksum5035b470c5fd: Download complete60d26dc9eed4: Pull complete98f543d3d01d: Pull completec044051f86f0: Verifying Checksumc044051f86f0: Download completee46db7eb399e: Download complete3e83b7b7fc77: Verifying Checksum3e83b7b7fc77: Download complete03ea2e79c43c: Verifying Checksum03ea2e79c43c: Download complete8d2b9b45eead: Verifying Checksum8d2b9b45eead: Download completea3c20940c5b9: Verifying Checksuma3c20940c5b9: Download completebbffc2740725: Download complete5f27f2e5115b: Download completebd1d45f5a000: Download completeaa26a691a008: Verifying Checksumaa26a691a008: Download completed0b90656e0e8: Verifying Checksumd0b90656e0e8: Download complete0cc5c7c7516a: Verifying Checksum0cc5c7c7516a: Download complete643825a484d2: Download complete67dabf16b113: Download complete4f4fb700ef54: Download complete9551114336f8: Download complete161a462e0ee3: Verifying Checksum161a462e0ee3: Download complete2a7bf6427e8c: Verifying Checksum2a7bf6427e8c: Download complete1b47d47d94f8: Verifying Checksum1b47d47d94f8: Download complete4be82938ba83: Verifying Checksum4be82938ba83: Download complete80976f0d06a6: Download complete5bbf91e88fcf: Download complete10bde5a9d661: Verifying Checksum10bde5a9d661: Download complete6dff02c33996: Verifying Checksum6dff02c33996: Download complete42aae9593b3f: Verifying Checksum42aae9593b3f: Download completeaec72d9c9e64: Download complete16d1596d51b2: Verifying Checksum16d1596d51b2: Download complete11ddb25ececc: Download completee852d99175ac: Verifying Checksume852d99175ac: Download complete8efd7bff796c: Verifying Checksum49052a37c89a: Verifying Checksum49052a37c89a: Download complete9cbb5291df33: Verifying Checksum9cbb5291df33: Download completec75f7bd00dfc: Download complete00d438fe307c: Download complete0b6b272507f8: Verifying Checksum0b6b272507f8: Download complete3a99b4ee4231: Verifying Checksum3a99b4ee4231: Download complete161a462e0ee3: Pull completed63b9e393571: Pull complete5035b470c5fd: Pull completec044051f86f0: Pull completee46db7eb399e: Pull complete3e83b7b7fc77: Pull complete03ea2e79c43c: Pull complete8d2b9b45eead: Pull completea3c20940c5b9: Pull completebbffc2740725: Pull complete5f27f2e5115b: Pull completeaa26a691a008: Pull completebd1d45f5a000: Pull complete0cc5c7c7516a: Pull completed0b90656e0e8: Pull complete643825a484d2: Pull complete67dabf16b113: Pull complete4f4fb700ef54: Pull complete9551114336f8: Pull complete2a7bf6427e8c: Pull complete1b47d47d94f8: Pull complete4be82938ba83: Pull complete80976f0d06a6: Pull complete5bbf91e88fcf: Pull complete10bde5a9d661: Pull complete00617c3bf097: Pull complete6dff02c33996: Pull complete42aae9593b3f: Pull completeaec72d9c9e64: Pull complete16d1596d51b2: Pull complete46139e478336: Verifying Checksum46139e478336: Download complete9cbb5291df33: Pull complete11ddb25ececc: Pull complete46139e478336: Pull completee852d99175ac: Pull complete8efd7bff796c: Pull complete49052a37c89a: Pull complete3a99b4ee4231: Pull completec75f7bd00dfc: Pull complete00d438fe307c: Pull complete0b6b272507f8: Pull completeDigest: sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4dbStatus: Downloaded newer image for ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db2026-03-23 10:20.58 ---> using "803d3abb0b30d9111098acbd495ef0082ad79e8f26595cf5193f0fdf5ac7c007" from cache/: (comment debian-12-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-03-23 10:20.58 ---> using "be39064392c922316f5e43243de103d15ddc965bc8763a22c341e0c9a34151eb" 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 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-23 10:20.58 ---> using "80e163142c89c25bd30d9e4388418870595e3828055a382b322da8351ae2e70f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.22.5.02026-03-23 10:20.58 ---> using "8363f9073e832b63eb1abebdfdb614cae4914b44026cf7c73226e5d4223c2f50" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-23 10:20.58 ---> using "f3a7d1671b4872c2e2880bfbed5666be41e43f60697fd5e07446f336a2456514" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 58acbffc6f60d53f07791fc02fa73c37625536af || git fetch origin master) && git reset -q --hard 58acbffc6f60d53f07791fc02fa73c37625536af && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD3109384a92..63b7ba71be master -> origin/master58acbffc6f Merge pull request #29571 from hannesm/mirage-runtime-relax-dep<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[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-03-23 10:20.58 ---> using "1246731273b8acdfe482d4ba28d3c3ed46e502cc2c30aeadafbcc675f490f5ba" from cache/src: (copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./))2026-03-23 10:20.58 ---> using "84e10b687c2e820c1e73c30e1cf97c51994c57dc3561fb687ce74fba87cfdda9" 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-03-23 10:20.58 ---> using "b505b984390a04ede330a637721c324e18074e6d9aeba694582198a70fe66742" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-23 10:20.58 ---> using "3ef35bad78a9d2128d2113e280f9dfb983cabae16ac75f9ee09c75991f698bc8" from cache/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.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.0 dune-configurator.3.22.0 duration.0.2.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.4.14.2 ocaml-base-compiler.4.14.2 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://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [294 kB]- Fetched 397 kB in 0s (1035 kB/s)- 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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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"- debconf: delaying package configuration, since apt-utils is not installed- 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 ... 18755 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-1) ...- Setting up libpkgconf3:amd64 (1.8.1-1) ...- Setting up pkgconf-bin (1.8.1-1) ...- Setting up pkgconf:amd64 (1.8.1-1) ...- Setting up pkg-config:amd64 (1.8.1-1) ...- Processing triggers for libc-bin (2.36-9+deb12u13) ...# To update the current shell environment, run: eval $(opam env)2026-03-23 10:20.58 ---> using "626970aa020ad661ce2a67fd7e1b78482e69e8574558ac4efe47fc3fd2bc4533" 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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.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.0- install dune-configurator 3.22.0- install duration 0.2.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.2.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 mirage-crypto.2.1.0, mirage-crypto-rng.2.1.0 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (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)-> 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 mtime.2.1.0-> installed fmt.0.11.0-> installed dune.3.22.0-> installed bheap.2.0.0-> installed lwt-dllist.1.1.0-> installed duration.0.2.1-> 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 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 dune-configurator.3.22.0-> installed ounit2.2.2.7-> installed mirage-crypto.2.1.0-> installed lwt.6.1.1-> installed mirage-flow.5.0.0-> installed cstruct-lwt.6.2.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 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-03-23 10:20.58 ---> using "12ca59dd27219e4b233a876347190cc77e1cafaaedce049d3361aa1f57484844" from cache/src: (copy (src .) (dst /src))2026-03-23 10:20.58 ---> saved as "f416264892e333335fbc7a6b674097f46e398d56c30071f8991ba16f0a0bdd4c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-23 10:20.59 ---> saved as "669647217991cb0a769c58c05a83f7824e9bf04b8673ba60475c093d5b281524"Job succeeded2026-03-23 10:20.59: Job succeeded