2026-04-29 00:35.48: New job: test mirage/mirage-net-xen https://github.com/mirage/mirage-net-xen.git#refs/pull/116/head (ea6ae0404dbdcb1dfba15c1a499edb64431e7de9) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-net-xen.git" && cd "mirage-net-xen" && git fetch origin "refs/pull/116/head" && git reset --hard ea6ae040cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131# 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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-net-xen.opam ./RUN opam pin add -yn mirage-net-xen.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="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 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.1 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.2 lwt-dllist.1.1.0 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.6 mirage-sleep.4.1.0 mirage-xen.9.0.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 ounit2.2.2.7 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 topkg.1.1.1 xenstore.2.4.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-net-xen.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-net-xen-ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131-debian-12-4.14_opam-2.5-a4790c9c839dd7e6ef8136cd5ba6288e"2026-04-29 00:35.48: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131)(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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-net-xen.opam) (dst ./))(run (network host)(shell "opam pin add -yn mirage-net-xen.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "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 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.1 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.2 lwt-dllist.1.1.0 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.6 mirage-sleep.4.1.0 mirage-xen.9.0.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 ounit2.2.2.7 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 topkg.1.1.1 xenstore.2.4.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-net-xen.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.44: Waiting for worker…2026-04-29 02:07.37: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at ea6ae04 remove unused files and add netif.mli file(from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131' locallydocker.io/ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131: Pulling from ocaml/opamdb53381ee51f: Pulling fs layerb3e2b48e921d: Pulling fs layere459b55aaa69: Pulling fs layer0a156e8c6272: Pulling fs layere42408e5ffdf: Pulling fs layer50bb2b3826ab: Pulling fs layere459b55aaa69: Waiting4618d1f3d563: Pulling fs layerb3e2b48e921d: Waiting0a156e8c6272: Waiting50bb2b3826ab: Waitingefa196b04cec: Pulling fs layere42408e5ffdf: Waitingdb53381ee51f: Waiting4618d1f3d563: Waiting78007f9dbcde: Pulling fs layer9eb9691d1780: Pulling fs layer154d04bdbd49: Pulling fs layer78007f9dbcde: Waiting9eb9691d1780: Waitingafab16d31797: Pulling fs layer43546dfdea90: Pulling fs layer154d04bdbd49: Waitingc285e4bc2236: Pulling fs layerafab16d31797: Waiting9fa77dc95407: Pulling fs layerc285e4bc2236: Waitingf8dca9d30623: Pulling fs layer9fa77dc95407: Waitinga900254ad981: Pulling fs layer9ec16dbccaf2: Pulling fs layera900254ad981: Waitingd8bb652027f5: Pulling fs layerf8dca9d30623: Waitingd5a64739e55b: Pulling fs layer9ec16dbccaf2: Waiting8411aa5818e1: Pulling fs layerc367703ffbfd: Pulling fs layer4f4fb700ef54: Pulling fs layerd5a64739e55b: Waitingc367703ffbfd: Waiting8411aa5818e1: Waiting06ed83b93433: Pulling fs layerd8bb652027f5: Waiting4f4fb700ef54: Waitinge335f4621067: Pulling fs layer936c44eb0cd5: Pulling fs layer06ed83b93433: Waitinge335f4621067: Waiting31c07354a88a: Pulling fs layered57764a58c9: Pulling fs layer04ee923c5dd7: Pulling fs layer31c07354a88a: Waitinged57764a58c9: Waiting00d09ef45b27: Pulling fs layer04ee923c5dd7: Waiting9d8c730b185a: Pulling fs layerb1ca3f6b0b88: Pulling fs layer00d09ef45b27: Waitinge7959d77f2f9: Pulling fs layer56d4d012630e: Pulling fs layerb1ca3f6b0b88: Waitinge7959d77f2f9: Waitingbfc1e2c4fe29: Pulling fs layer56d4d012630e: Waitingbd0dac824dd3: Pulling fs layer8534f767fb63: Pulling fs layerbfc1e2c4fe29: Waiting43147bea5997: Pulling fs layerbd0dac824dd3: Waiting8534f767fb63: Waiting61e1aff4c41d: Pulling fs layer43147bea5997: Waiting841b52120a5c: Pulling fs layerd56e33f3c3f1: Pulling fs layer61e1aff4c41d: Waitingd1ad66254d32: Pulling fs layer841b52120a5c: Waitingd56e33f3c3f1: Waiting26aa6f0595b6: Pulling fs layerd1ad66254d32: Waitingd9866a05df42: Pulling fs layerd06932c99024: Pulling fs layer26aa6f0595b6: Waitingd9866a05df42: Waitingd06932c99024: Waitingb3e2b48e921d: Download completedb53381ee51f: Verifying Checksumdb53381ee51f: Download completee459b55aaa69: Download completee42408e5ffdf: Verifying Checksume42408e5ffdf: Download complete0a156e8c6272: Verifying Checksum0a156e8c6272: Download complete4618d1f3d563: Download completedb53381ee51f: Pull completeb3e2b48e921d: Pull completee459b55aaa69: Pull complete50bb2b3826ab: Verifying Checksum50bb2b3826ab: Download completeefa196b04cec: Verifying Checksumefa196b04cec: Download complete0a156e8c6272: Pull completee42408e5ffdf: Pull complete78007f9dbcde: Verifying Checksum78007f9dbcde: Download complete9eb9691d1780: Verifying Checksum9eb9691d1780: Download complete154d04bdbd49: Verifying Checksum154d04bdbd49: Download completeafab16d31797: Verifying Checksumafab16d31797: Download completec285e4bc2236: Verifying Checksumc285e4bc2236: Download complete43546dfdea90: Download complete9fa77dc95407: Download completef8dca9d30623: Verifying Checksumf8dca9d30623: Download completea900254ad981: Download complete9ec16dbccaf2: Download completed8bb652027f5: Verifying Checksumd8bb652027f5: Download completed5a64739e55b: Verifying Checksumd5a64739e55b: Download complete8411aa5818e1: Verifying Checksum8411aa5818e1: Download completec367703ffbfd: Verifying Checksumc367703ffbfd: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete06ed83b93433: Download completee335f4621067: Verifying Checksume335f4621067: Download complete936c44eb0cd5: Download complete31c07354a88a: Verifying Checksum31c07354a88a: Download completeed57764a58c9: Verifying Checksumed57764a58c9: Download complete04ee923c5dd7: Verifying Checksum04ee923c5dd7: Download complete00d09ef45b27: Download completeb1ca3f6b0b88: Verifying Checksumb1ca3f6b0b88: Download completee7959d77f2f9: Verifying Checksume7959d77f2f9: Download complete9d8c730b185a: Verifying Checksum9d8c730b185a: Download completebfc1e2c4fe29: Verifying Checksumbfc1e2c4fe29: Download complete56d4d012630e: Download complete8534f767fb63: Verifying Checksum8534f767fb63: Download complete61e1aff4c41d: Download complete841b52120a5c: Download completed56e33f3c3f1: Verifying Checksumd56e33f3c3f1: Download completebd0dac824dd3: Verifying Checksumbd0dac824dd3: Download complete26aa6f0595b6: Download completed9866a05df42: Download completed06932c99024: Download complete43147bea5997: Verifying Checksum43147bea5997: Download completed1ad66254d32: Verifying Checksumd1ad66254d32: Download complete50bb2b3826ab: Pull complete4618d1f3d563: Pull completeefa196b04cec: Pull complete78007f9dbcde: Pull complete9eb9691d1780: Pull complete154d04bdbd49: Pull completeafab16d31797: Pull complete43546dfdea90: Pull completec285e4bc2236: Pull complete9fa77dc95407: Pull completef8dca9d30623: Pull completea900254ad981: Pull complete9ec16dbccaf2: Pull completed8bb652027f5: Pull completed5a64739e55b: Pull complete8411aa5818e1: Pull completec367703ffbfd: Pull complete4f4fb700ef54: Pull complete06ed83b93433: Pull completee335f4621067: Pull complete936c44eb0cd5: Pull complete31c07354a88a: Pull completeed57764a58c9: Pull complete04ee923c5dd7: Pull complete00d09ef45b27: Pull complete9d8c730b185a: Pull completeb1ca3f6b0b88: Pull completee7959d77f2f9: Pull complete56d4d012630e: Pull completebfc1e2c4fe29: Pull completebd0dac824dd3: Pull complete8534f767fb63: Pull complete43147bea5997: Pull complete61e1aff4c41d: Pull complete841b52120a5c: Pull completed56e33f3c3f1: Pull completed1ad66254d32: Pull complete26aa6f0595b6: Pull completed9866a05df42: Pull completed06932c99024: Pull completeDigest: sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131Status: Downloaded newer image for ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d1312026-04-29 02:07.38 ---> using "8eeeee592794562764d894fbd145492a49eae4057d14de00ab0bc2eb49387fc0" 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-04-29 02:07.38 ---> using "84257d805c6f7bc639fe2196530d35e2500b50093994cf2a111687c109982a81" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-29 02:07.38 ---> using "ffb1bdb340243b49dc9df1b2e0c32d07aab013444d1af80709726454b62d4687" 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.38 ---> using "7cc0e1908486cd81cfb13a206a6a38d62635f7188e7734bd5070c1d7c8a67127" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-29 02:07.38 ---> using "2116358d41d594606c34a071624c510454ea89b2b02afe33d4a752251deb06fe" 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 ><><><><><><><><><><><><><><><><><><><><><><>[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.38 ---> using "0bc6b5ad8fa9c97f2995a8bb39ca755fbebfa2615cd3076fa8ec8d93f2e05d01" from cache/src: (copy (src mirage-net-xen.opam) (dst ./))2026-04-29 02:07.38 ---> using "2c6cdd1dc1cdbf934e6ead4c80b31ac5f42599f77af9a231c512b5f056404a4a" from cache/src: (run (network host)(shell "opam pin add -yn mirage-net-xen.dev './'"))[mirage-net-xen.dev] synchronised (file:///src)mirage-net-xen is now pinned to file:///src (version dev)2026-04-29 02:07.38 ---> using "50eafec16e95fc423fcec955a731d3807273d7aa09c840e18958e906f599f526" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-29 02:07.38 ---> using "4e6875d8eaf754e237088a9002c2069a09c551227920d6aaa54dad1707a1a6c1" from cache/src: (env DEPS "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 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.1 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.2 lwt-dllist.1.1.0 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.6 mirage-sleep.4.1.0 mirage-xen.9.0.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 ounit2.2.2.7 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 topkg.1.1.1 xenstore.2.4.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-net-xen.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]- Fetched 103 kB in 0s (290 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-net-xen.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"- 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-04-29 02:07.38 ---> using "bd508f24d2d3ae7be9994a71c0bd673e75513a4a3af07612c87dfb43ff0ebe54" 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.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 34 packages- 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 domain-name 0.5.0- install dune 3.22.2- install dune-configurator 3.22.2- install duration 0.3.1- install fmt 0.11.0- install io-page 3.0.0- install ipaddr 5.6.2- install logs 0.10.0- install lwt 6.1.2- install lwt-dllist 1.1.0- install macaddr 5.6.2- install metrics 0.5.0- install metrics-lwt 0.5.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 ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ounit2 2.2.7- 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 topkg 1.1.1- install xenstore 2.4.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> 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 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.3.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved io-page.3.0.0 (cached)-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved metrics.0.5.0, metrics-lwt.0.5.0 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mirage-runtime.4.10.6 (cached)-> retrieved mirage-xen.9.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ounit2.2.2.7 (cached)-> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved xenstore.2.4.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed dune.3.22.2-> installed bheap.2.0.0-> installed lwt-dllist.1.1.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 macaddr.5.6.2-> installed metrics.0.5.0-> installed stdlib-shims.0.3.0-> installed io-page.3.0.0-> installed shared-memory-ring.3.2.1-> installed ocplib-endian.1.2-> installed ipaddr.5.6.2-> installed dune-configurator.3.22.2-> installed ounit2.2.2.7-> installed lwt.6.1.2-> installed mirage-net.4.0.0-> installed shared-memory-ring-lwt.3.2.1-> installed mirage-sleep.4.1.0-> installed xenstore.2.4.0-> installed logs.0.10.0-> installed metrics-lwt.0.5.0-> installed mirage-runtime.4.10.6-> installed mirage-xen.9.0.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-29 02:07.38 ---> using "610a383ff82399faf4ddfd1a65af4b12d1b6d6580942749f8f34aae98a0acd01" from cache/src: (copy (src .) (dst /src))2026-04-29 02:07.38 ---> saved as "fc6a0f18973d7f22024f33fcad3b050850d7c86c2b10585f24f956c56d1e0675"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-29 02:07.38 ---> saved as "4c3a9a71748c3e5b33f7fce2d52055fa5959226df6bf5f8ff41d31893d7859c2"Job succeeded2026-04-29 02:07.38: Job succeeded