Organisationsmiragemirage-qubes552cad ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2026-04-23 09:53.48: 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:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126
Opam project build


To 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 552cadbd
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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && 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-23 09:53.48: 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-23 09:53.48: 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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && 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-23 09:53.48: Waiting for resource in pool OCluster
2026-04-23 11:14.31: Waiting for worker…
2026-04-23 11:16.43: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 552cadb add default handler for commands, change the API


(from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126)
2026-04-23 11:16.43 ---> 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-23 11:16.43 ---> 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-23 11:16.43 ---> 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-23 11:16.43 ---> using "71c131cebc84b80d37c64736b2b671e51b17c599ce05b0c60675c940259a4b2d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-23 11:16.43 ---> 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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
95972b8834..6b6b0c375b  master     -> origin/master
499ef09e25 Merge pull request #29791 from dbuenzli/b0-publish-bos.0.3.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (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 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-23 11:16.43 ---> using "7bf8a0437ab55c072d61fbfc6415ccc3253e5eba08c1913d5221ff09fa69e42b" from cache


/src: (copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./))
2026-04-23 11:16.43 ---> using "80bf933d72a6afc5be87e2407b1775a7e3cc3d29c0b97944c68a4ac3088866cd" 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-04-23 11:16.43 ---> using "69492590a3fad9204c5b35b2160f8d3eeffb3c572df7de700e5dcf8438dae606" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-23 11:16.43 ---> using "68db8c053352952fc6fcc9d0ba98bd07880e9600bca3a869267ff56f0621641a" 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.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 [127 kB]
- Fetched 218 kB in 0s (954 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-23 11:16.52 ---> saved as "b26b968ba9b57a7be02949b97617a18e4f23845018fbdcc91c41ce18cf18336f"


/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)
-> installed conf-pkg-config.1.0
-> retrieved cppo.1.6.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> 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 jbuilder.1.0+beta20.1  (cached)
-> retrieved lwt.5.7.0  (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-crypto.1.2.0, mirage-crypto-rng.1.2.0  (cached)
-> retrieved mirage-xen.9.0.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> installed cmdliner.1.3.0
-> 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)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved vchan.6.0.2, vchan-xen.6.0.2  (cached)
-> retrieved tcpip.9.0.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved xenstore.2.3.0  (cached)
-> retrieved xenstore_transport.1.0.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 topkg.1.0.8
-> installed bheap.2.0.0
-> installed bigarray-compat.1.0.0
-> installed stdlib-shims.0.1.0
-> installed randomconv.0.2.0
-> installed macaddr.5.6.0
-> installed duration.0.2.1
-> installed seq.0.3
-> installed ohex.0.2.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 mtime.2.1.0
-> installed eqaf.0.8
-> installed fmt.0.8.8
-> installed mirage-mtime.5.0.0
-> installed metrics.0.4.1
-> installed astring.0.8.5
-> installed domain-name.0.3.0
-> installed digestif.1.3.0
-> installed ocplib-endian.1.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 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 metrics-lwt.0.4.1
-> installed ethernet.3.2.0
-> installed vchan.6.0.2
-> installed mirage-runtime.4.7.0
-> installed arp.4.0.0
-> installed mirage-crypto-rng.1.2.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-23 11:19.05 ---> saved as "23ccb62f63ed54822b7a1dd6322b4a81bac87d658a6d6b7f6788260a5c3f08e4"


/src: (copy (src .) (dst /src))
2026-04-23 11:19.06 ---> saved as "83b308a4b848a6b4d210ef0f0fd223518dfa59611d33cf68f605dd5bcb59883a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-04-23 11:19.08 ---> saved as "8fbf2a9b070ecbf68360f9dc4946cb1bfe083a8086c61adba59ec433b35bf213"
Job succeeded
2026-04-23 11:19.08: Job succeeded