2026-04-13 10:24.19: New job: test mirage/mirage-qubes https://github.com/mirage/mirage-qubes.git#refs/heads/main (ff58fca6f334cad15076cd42ab173c84dd6a6ff3) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-qubes.git" -b "main" && cd "mirage-qubes" && git reset --hard ff58fca6 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126 # debian-13-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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.3 ocaml-base-compiler.4.14.3 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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-13 10:24.19: Using cache hint "mirage/mirage-qubes-ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126-debian-13-4.14_opam-2.5-829f81d872cb8db1af44edd398781678" 2026-04-13 10:24.19: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126) (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.3 ocaml-base-compiler.4.14.3 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-04-13 10:24.19: Waiting for resource in pool OCluster 2026-04-13 12:42.51: Waiting for worker… 2026-04-13 12:44.25: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at ff58fca changes for 2.0.0 (from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126' locally docker.io/ocaml/opam@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126: Pulling from ocaml/opam 8f6ad858d0a4: Already exists 9cb5e198c8cf: Already exists 2d346d36dcf2: Already exists cdc35e289b8d: Already exists aeb7244bb580: Already exists fc1943254a0d: Already exists 84238c416f8e: Already exists fbbfe75d3112: Already exists 221fdc5d9929: Already exists 1fec9149b52a: Already exists 9c6e52557f24: Already exists 8737f5036aae: Already exists d69c4074de14: Already exists 7237152a5f04: Already exists fba4b414d8a0: Already exists 40d552afb3ef: Already exists 077cc17dc8e4: Already exists 077cc17dc8e4: Already exists 169e1be36a55: Already exists 0a8a005097ab: Already exists caba3ec4b361: Already exists 6a364dc641f8: Already exists 4f4fb700ef54: Already exists ab8052928cdc: Already exists f5717a28dd6a: Already exists 79233a9b9bed: Already exists d832d53e7392: Already exists 1872dad82243: Already exists bfd849b08ba7: Already exists 834a8024ef15: Already exists 98ccec79258b: Already exists fb48f36a0542: Already exists 3688b13db8e7: Already exists a5c099f5f72c: Already exists 1ff1760de5b0: Already exists 98eec6764aa5: Already exists aa22ae69debd: Already exists 12bfb7b962a2: Already exists ec25ce9bb816: Already exists beadd3cf7357: Already exists d0d0c65a426d: Already exists 27080da82c6b: Pulling fs layer 3b99adeb504e: Pulling fs layer 867c8a52ad10: Pulling fs layer 01ca275a6ca2: Pulling fs layer 01ca275a6ca2: Waiting 3b99adeb504e: Verifying Checksum 3b99adeb504e: Download complete 867c8a52ad10: Verifying Checksum 867c8a52ad10: Download complete 01ca275a6ca2: Verifying Checksum 01ca275a6ca2: Download complete 27080da82c6b: Verifying Checksum 27080da82c6b: Download complete 27080da82c6b: Pull complete 3b99adeb504e: Pull complete 867c8a52ad10: Pull complete 01ca275a6ca2: Pull complete Digest: sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126 Status: Downloaded newer image for ocaml/opam@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126 2026-04-13 12:44.25 ---> using "d0e330c08fa445d83f06df86dbe749aac73c20b9c3be340824d01a143f189b82" 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-04-13 12:44.25 ---> using "f59e5580f17ca54c6c0f0e8726a93a153599c5e1ef8bf3f75a71ea998e4d5bd4" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-13 12:44.25 ---> using "e5f050c685be6325713c9c81ec0604f69b60a3eb2e3c52aa4f8819fabb9fa2cd" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 4.14.3 2.5.0 2026-04-13 12:44.25 ---> using "71c131cebc84b80d37c64736b2b671e51b17c599ce05b0c60675c940259a4b2d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-13 12:44.25 ---> using "a5f96b2cefe3b06adfa1cbb2cf3eb286dd052053da8bf6c0b210857fc5d42690" 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")) 58acbffc6f Merge pull request #29571 from hannesm/mirage-runtime-relax-dep <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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-13 12:44.25 ---> using "496d7e2cd6edfaafffbeec93ffc411cf478ea07e74ae0510e9920a5fa838cb99" from cache /src: (copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./)) 2026-04-13 12:44.26 ---> saved as "f0f1e9366bf0b1db13d75a4abc1912599509d767e1b02e14bd228a276d52fb69" /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-13 12:44.31 ---> saved as "1fcddacdb11d70e77836feda2a590ae92385a60d195a2129ab2c37a5122298b2" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-13 12:44.32 ---> saved as "b11f9a6d25f8d3e5c005334b8d889d791241e827acbbbe73a66219c01012b78b" /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.3 ocaml-base-compiler.4.14.3 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" - Hit:1 http://deb.debian.org/debian trixie InRelease - 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-security trixie-security/main amd64 Packages [122 kB] - Fetched 213 kB in 0s (1160 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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config" - Selecting previously unselected package libpkgconf3:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 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+deb13u2) ... # To update the current shell environment, run: eval $(opam env) 2026-04-13 12:44.59 ---> saved as "c429a77035bcdd4307f6a52319316407eda29664773b0905d73222f183975635" /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 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.2.9.3 (cached) -> retrieved digestif.1.3.0 (cached) -> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (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 lwt.5.7.0 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> installed cmdliner.1.3.0 -> retrieved metrics.0.4.1, metrics-lwt.0.4.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-runtime.4.7.0 (cached) -> retrieved mirage-sleep.4.0.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved mirage-xen.9.0.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 stdlib-shims.0.1.0 (cached) -> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1 (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.2.3.0 (cached) -> retrieved mirage-crypto.1.2.0, mirage-crypto-rng.1.2.0 (cached) -> retrieved xenstore_transport.1.0.0 (cached) -> installed ocamlfind.1.9.1 -> installed base-bytes.base -> installed ocamlbuild.0.14.0 -> installed dune.2.9.3 -> installed jbuilder.1.0+beta20.1 -> installed bheap.2.0.0 -> installed bigarray-compat.1.0.0 -> installed duration.0.2.1 -> installed randomconv.0.2.0 -> installed seq.0.3 -> installed stdlib-shims.0.1.0 -> installed macaddr.5.6.0 -> installed ohex.0.2.0 -> installed psq.0.2.0 -> installed cstruct.6.0.0 -> installed lru.0.3.0 -> installed cppo.1.6.1 -> installed macaddr-cstruct.5.6.0 -> installed io-page.2.4.0 -> installed topkg.1.0.8 -> installed shared-memory-ring.3.2.1 -> installed eqaf.0.8 -> installed mtime.2.1.0 -> installed mirage-mtime.5.0.0 -> installed fmt.0.8.8 -> installed digestif.1.3.0 -> installed astring.0.8.5 -> installed metrics.0.4.1 -> installed domain-name.0.3.0 -> installed dune-private-libs.2.5.1 -> installed ipaddr.5.6.0 -> installed ipaddr-cstruct.5.6.0 -> installed dune-configurator.2.5.1 -> installed ocplib-endian.1.0 -> installed mirage-crypto.1.2.0 -> installed lwt.5.7.0 -> installed mirage-net.4.0.0 -> installed mirage-flow.5.0.0 -> installed mirage-sleep.4.0.0 -> installed cstruct-lwt.3.7.0 -> installed lwt-dllist.1.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 metrics-lwt.0.4.1 -> installed vchan.6.0.2 -> installed ethernet.3.2.0 -> 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.0 Done. <><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2026-04-13 12:46.37 ---> saved as "046a53b1ce016dacff8ba13e63421b270fc008b633f9a7616407ae623eaa2f91" /src: (copy (src .) (dst /src)) 2026-04-13 12:46.37 ---> saved as "39066e65e49f8f56892e9e00fa58abcc018a8471833f71308a962bb9e7ea7168" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-04-13 12:46.38 ---> saved as "fbc5a0b591a4e64e92514908731af542c1599006e2e24d7a1142305466d438b0" Job succeeded 2026-04-13 12:46.38: Job succeeded