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:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41eOpam 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-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e# debian-13-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.0.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 bigarray-compat.1.0.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.1.3.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 io-page.2.4.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.5.7.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 metrics-lwt.0.4.1 mirage-crypto.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-runtime.4.7.0 mirage-sleep.4.0.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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 psq.0.2.0 randomconv.0.2.0 seq.0.3 shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.1.0 tcpip.9.0.0 topkg.1.0.8 vchan.6.0.2 vchan-xen.6.0.2 xenstore.2.3.0 xenstore_transport.1.0.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-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e-debian-13-4.14_opam-2.5-9feaaa23c538e8a33aae9242c4b9beef"2026-03-23 09:25.14: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)(comment debian-13-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.0.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 bigarray-compat.1.0.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.1.3.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 io-page.2.4.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.5.7.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 metrics-lwt.0.4.1 mirage-crypto.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-runtime.4.7.0 mirage-sleep.4.0.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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 psq.0.2.0 randomconv.0.2.0 seq.0.3 shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.1.0 tcpip.9.0.0 topkg.1.0.8 vchan.6.0.2 vchan-xen.6.0.2 xenstore.2.3.0 xenstore_transport.1.0.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.17: Waiting for worker…2026-03-23 10:20.58: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 552cadb add default handler for commands, change the API(from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)2026-03-23 10:25.07 ---> using "32cd5b5baf995c02200cf270da597dbb25becd220af2c200c00b8b241a742195" from cache/: (comment debian-13-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:25.07 ---> using "4f6fce958d04f3556d9966164b27c526850b5628d97aa27e8227ff9981dadf3b" 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.Continue? [Y/n] yFormat upgrade done.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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-23 10:25.07 ---> using "b3d41437327cedff938f58dd906824b8c1107d34bcf5f841f652391a9fbc2673" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.5.02026-03-23 10:25.07 ---> using "942017a51cbbb8dadbbb849e2bf72676b33a1a2fd2e059ea93f69cbfbbf3917c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-23 10:25.07 ---> using "f93f55042adcd01845938c5eedad49ad8e941dac727eab4e47b378c7bcaa3d06" 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_HEADffb54b9bdd..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:25.07 ---> using "f403291be0d6b5a12790ae12d87db5ff9b919f75889c53f137a428fb4b2a4a42" from cache/src: (copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./))2026-03-23 10:25.07 ---> using "f21d981a1b2ada03f4d458795afc1d8d56b151be10447869ce36cb3a6abd50ad" 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:25.07 ---> using "f588df110f601eea323c6378c53aed45a37ab24cfdb5bafc9880e5cbc257fba9" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-23 10:25.07 ---> using "1718cb288a4d714882213824d658d6be5d9b8dbab214f0a7d448d5ea9e2093fb" from cache/src: (env DEPS "arp.4.0.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 bigarray-compat.1.0.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.1.3.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 io-page.2.4.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.5.7.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 metrics-lwt.0.4.1 mirage-crypto.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-runtime.4.7.0 mirage-sleep.4.0.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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 psq.0.2.0 randomconv.0.2.0 seq.0.3 shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.1.0 tcpip.9.0.0 topkg.1.0.8 vchan.6.0.2 vchan-xen.6.0.2 xenstore.2.3.0 xenstore_transport.1.0.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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]- Fetched 10.0 MB in 8s (1204 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"- 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 ... 20623 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-12+deb13u1) ...# To update the current shell environment, run: eval $(opam env)2026-03-23 10:25.07 ---> using "1aa369db264840a750192083aa9f9a5c1365685a46cb692094681dc481aed7cd" 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 56 packages- install arp 4.0.0- install astring 0.8.5- install base-bytes base- install bheap 2.0.0- install bigarray-compat 1.0.0- install cmdliner 1.3.0- install conf-pkg-config 1.0- install cppo 1.6.1- install cstruct 6.0.0- install cstruct-lwt 3.7.0- install digestif 1.3.0- install domain-name 0.3.0- install dune 2.9.3- install dune-configurator 2.5.1- install dune-private-libs 2.5.1- install duration 0.2.1- install eqaf 0.8- install ethernet 3.2.0- install fmt 0.8.8- install io-page 2.4.0- install ipaddr 5.6.0- install ipaddr-cstruct 5.6.0- install jbuilder 1.0+beta20.1 (deprecated)- install logs 0.7.0- install lru 0.3.0- install lwt 5.7.0- install lwt-dllist 1.0.0- install macaddr 5.6.0- install macaddr-cstruct 5.6.0- install metrics 0.4.1- install metrics-lwt 0.4.1- install mirage-crypto 1.2.0- install mirage-crypto-rng 1.2.0- install mirage-flow 5.0.0- install mirage-mtime 5.0.0- install mirage-net 4.0.0- install mirage-runtime 4.7.0- install mirage-sleep 4.0.0- install mirage-xen 9.0.0- install mtime 2.1.0- install ocamlbuild 0.14.0- install ocamlfind 1.9.1- install ocplib-endian 1.0- install ohex 0.2.0- install psq 0.2.0- install randomconv 0.2.0- install seq 0.3- install shared-memory-ring 3.2.1- install shared-memory-ring-lwt 3.2.1- install stdlib-shims 0.1.0- install tcpip 9.0.0- install topkg 1.0.8- install vchan 6.0.2- install vchan-xen 6.0.2- install xenstore 2.3.0- install xenstore_transport 1.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved arp.4.0.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bheap.2.0.0 (cached)-> retrieved bigarray-compat.1.0.0 (cached)-> retrieved cppo.1.6.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> installed conf-pkg-config.1.0-> retrieved cstruct.6.0.0 (cached)-> retrieved cstruct-lwt.3.7.0 (cached)-> retrieved domain-name.0.3.0 (cached)-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved dune.2.9.3 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.8 (cached)-> retrieved ethernet.3.2.0 (cached)-> retrieved fmt.0.8.8 (cached)-> retrieved io-page.2.4.0 (cached)-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved lru.0.3.0 (cached)-> retrieved lwt-dllist.1.0.0 (cached)-> retrieved metrics.0.4.1, metrics-lwt.0.4.1 (cached)-> retrieved lwt.5.7.0 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-mtime.5.0.0 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-sleep.4.0.0 (cached)-> retrieved mirage-runtime.4.7.0 (cached)-> retrieved mirage-xen.9.0.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved mirage-crypto.1.2.0, mirage-crypto-rng.1.2.0 (cached)-> retrieved ocamlfind.1.9.1 (cached)-> retrieved ocplib-endian.1.0 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved psq.0.2.0 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved seq.0.3 (cached)-> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1 (cached)-> installed cmdliner.1.3.0-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved tcpip.9.0.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved vchan.6.0.2, vchan-xen.6.0.2 (cached)-> retrieved xenstore_transport.1.0.0 (cached)-> retrieved xenstore.2.3.0 (cached)-> installed ocamlfind.1.9.1-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> installed cppo.1.6.1-> installed dune.2.9.3-> installed bheap.2.0.0-> installed bigarray-compat.1.0.0-> installed topkg.1.0.8-> installed duration.0.2.1-> installed randomconv.0.2.0-> installed seq.0.3-> installed ohex.0.2.0-> installed macaddr.5.6.0-> installed stdlib-shims.0.1.0-> installed cstruct.6.0.0-> installed psq.0.2.0-> installed macaddr-cstruct.5.6.0-> installed io-page.2.4.0-> installed shared-memory-ring.3.2.1-> installed lru.0.3.0-> installed eqaf.0.8-> installed fmt.0.8.8-> installed mtime.2.1.0-> installed astring.0.8.5-> installed digestif.1.3.0-> installed mirage-mtime.5.0.0-> installed metrics.0.4.1-> installed domain-name.0.3.0-> installed ipaddr.5.6.0-> installed ipaddr-cstruct.5.6.0-> installed ocplib-endian.1.0-> installed dune-private-libs.2.5.1-> installed dune-configurator.2.5.1-> installed mirage-crypto.1.2.0-> installed lwt.5.7.0-> installed mirage-flow.5.0.0-> installed mirage-net.4.0.0-> installed lwt-dllist.1.0.0-> installed cstruct-lwt.3.7.0-> installed mirage-sleep.4.0.0-> installed shared-memory-ring-lwt.3.2.1-> installed xenstore.2.3.0-> installed xenstore_transport.1.0.0-> installed logs.0.7.0-> installed vchan.6.0.2-> installed ethernet.3.2.0-> installed metrics-lwt.0.4.1-> installed mirage-runtime.4.7.0-> installed mirage-crypto-rng.1.2.0-> installed arp.4.0.0-> installed mirage-xen.9.0.0-> installed vchan-xen.6.0.2-> installed tcpip.9.0.0Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2026-03-23 10:25.31 ---> saved as "354ca18ab71207e2a92b3d451b789f7c228eccdbad017adbb9ec867a5565e787"/src: (copy (src .) (dst /src))2026-03-23 10:25.32 ---> saved as "5685521e8ae4d0418809230a96d090828e3f9b1688455c3d0d248f60ef1f701f"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-23 10:25.34 ---> saved as "28df0734c920341158288a31cdf32e5b7661d0cdc4236059d9d3215559003791"Job succeeded2026-03-23 10:25.34: Job succeeded