Organisationsmiragemirage-net-xen04295d ()fedora-41-5.3_opam-2.4

fedora-41-5.3_opam-2.4

Link Copied
Code Copied

Logs

2025-08-18 07:44.15: New job: test mirage/mirage-net-xen https://github.com/mirage/mirage-net-xen.git#refs/heads/main (04295d4a8100f31ca558fabad7e3f7a6a92e90a2) (linux-x86_64:fedora-41-5.3_opam-2.4)
Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-net-xen.git" -b "main" && cd "mirage-net-xen" && git reset --hard 04295d4a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
# fedora-41-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.4 /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 5be4501fa6ddc55d3c341fd2677b53c60808c6e0 || git fetch origin master) && git reset -q --hard 5be4501fa6ddc55d3c341fd2677b53c60808c6e0 && git log --no-decorate -n1 --oneline && opam update -u
COPY --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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.1 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-xen.9.0.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.0 xenstore.2.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-net-xen.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


2025-08-18 07:44.15: Using cache hint "mirage/mirage-net-xen-ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5-fedora-41-5.3_opam-2.4-c0e03b4974234200d1e3b7c0fc576d4f"
2025-08-18 07:44.15: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)
(comment fedora-41-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 5be4501fa6ddc55d3c341fd2677b53c60808c6e0 || git fetch origin master) && git reset -q --hard 5be4501fa6ddc55d3c341fd2677b53c60808c6e0 && 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 (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.1 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-xen.9.0.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.0 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.4 --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"))
)


2025-08-18 07:44.15: Waiting for resource in pool OCluster
2025-08-18 07:44.15: Waiting for worker…
2025-08-18 07:44.16: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 04295d4 reuse allocated pages to avoid allocation for each client packet (#114)


(from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)
Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5' locally
docker.io/ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5: Pulling from ocaml/opam
2b0cc7ee804c: Pulling fs layer
c18ed2f7611b: Pulling fs layer
0e212a9ba2f6: Pulling fs layer
720686032277: Pulling fs layer
93be4d741366: Pulling fs layer
df139e1f3f46: Pulling fs layer
bee85951ecc4: Pulling fs layer
cfb7dd932d0a: Pulling fs layer
302d2b5cf94e: Pulling fs layer
744bd9676b94: Pulling fs layer
a61a2d3582bd: Pulling fs layer
a5cf4976352b: Pulling fs layer
2bc5a8b0d983: Pulling fs layer
22426805282e: Pulling fs layer
d39f24bef506: Pulling fs layer
2c18ac3ce9e5: Pulling fs layer
9d7b82e56a00: Pulling fs layer
93be4d741366: Waiting
404af7605dc7: Pulling fs layer
df139e1f3f46: Waiting
007ac776635c: Pulling fs layer
744bd9676b94: Waiting
302d2b5cf94e: Waiting
3d6a7bcf6161: Pulling fs layer
bee85951ecc4: Waiting
a61a2d3582bd: Waiting
4f4fb700ef54: Pulling fs layer
cfb7dd932d0a: Waiting
81a2be02a786: Pulling fs layer
a5cf4976352b: Waiting
bd0aecc02a24: Pulling fs layer
2bc5a8b0d983: Waiting
d45fa2528917: Pulling fs layer
22426805282e: Waiting
80de9e6990f7: Pulling fs layer
720686032277: Waiting
03da6777de95: Pulling fs layer
2c18ac3ce9e5: Waiting
494d5ca3df8f: Pulling fs layer
41c6b53a001d: Pulling fs layer
3e8b84460b11: Pulling fs layer
d053d4a106fe: Pulling fs layer
fa7761527b70: Pulling fs layer
dcd9d9d9b709: Pulling fs layer
d39f24bef506: Waiting
d9806d9e64c4: Pulling fs layer
4f4fb700ef54: Waiting
f876e57ff686: Pulling fs layer
81a2be02a786: Waiting
bd0aecc02a24: Waiting
8bc0b3187df7: Pulling fs layer
8b9e19fd2c6f: Pulling fs layer
9ba4810d75d9: Pulling fs layer
9d7b82e56a00: Waiting
494d5ca3df8f: Waiting
dbd14d793cc9: Pulling fs layer
d45fa2528917: Waiting
42532df89f46: Pulling fs layer
3e8b84460b11: Waiting
d03e76a27dce: Pulling fs layer
03da6777de95: Waiting
bac3b6f3c4a9: Pulling fs layer
50215e359b55: Pulling fs layer
27e83a79dc4e: Pulling fs layer
3d6a7bcf6161: Waiting
8b9e19fd2c6f: Waiting
9ba4810d75d9: Waiting
334ed129df98: Pulling fs layer
42532df89f46: Waiting
bac3b6f3c4a9: Waiting
d03e76a27dce: Waiting
50215e359b55: Waiting
41c6b53a001d: Waiting
d9806d9e64c4: Waiting
8bc0b3187df7: Waiting
334ed129df98: Waiting
404af7605dc7: Waiting
fa7761527b70: Waiting
dbd14d793cc9: Waiting
2b0cc7ee804c: Verifying Checksum
2b0cc7ee804c: Download complete
93be4d741366: Verifying Checksum
93be4d741366: Download complete
df139e1f3f46: Verifying Checksum
df139e1f3f46: Download complete
bee85951ecc4: Verifying Checksum
bee85951ecc4: Download complete
cfb7dd932d0a: Verifying Checksum
cfb7dd932d0a: Download complete
2b0cc7ee804c: Pull complete
c18ed2f7611b: Pull complete
302d2b5cf94e: Verifying Checksum
302d2b5cf94e: Download complete
720686032277: Verifying Checksum
720686032277: Download complete
744bd9676b94: Verifying Checksum
744bd9676b94: Download complete
a61a2d3582bd: Verifying Checksum
a61a2d3582bd: Download complete
a5cf4976352b: Verifying Checksum
a5cf4976352b: Download complete
2bc5a8b0d983: Download complete
22426805282e: Verifying Checksum
22426805282e: Download complete
2c18ac3ce9e5: Verifying Checksum
2c18ac3ce9e5: Download complete
d39f24bef506: Download complete
9d7b82e56a00: Download complete
404af7605dc7: Verifying Checksum
404af7605dc7: Download complete
007ac776635c: Verifying Checksum
007ac776635c: Download complete
3d6a7bcf6161: Download complete
4f4fb700ef54: Download complete
81a2be02a786: Verifying Checksum
81a2be02a786: Download complete
d45fa2528917: Verifying Checksum
d45fa2528917: Download complete
bd0aecc02a24: Verifying Checksum
bd0aecc02a24: Download complete
80de9e6990f7: Download complete
03da6777de95: Verifying Checksum
03da6777de95: Download complete
494d5ca3df8f: Verifying Checksum
494d5ca3df8f: Download complete
41c6b53a001d: Verifying Checksum
41c6b53a001d: Download complete
3e8b84460b11: Verifying Checksum
3e8b84460b11: Download complete
d053d4a106fe: Verifying Checksum
d053d4a106fe: Download complete
fa7761527b70: Download complete
0e212a9ba2f6: Verifying Checksum
0e212a9ba2f6: Download complete
dcd9d9d9b709: Download complete
d9806d9e64c4: Verifying Checksum
d9806d9e64c4: Download complete
8bc0b3187df7: Download complete
9ba4810d75d9: Download complete
dbd14d793cc9: Download complete
42532df89f46: Verifying Checksum
42532df89f46: Download complete
0e212a9ba2f6: Pull complete
8b9e19fd2c6f: Verifying Checksum
8b9e19fd2c6f: Download complete
d03e76a27dce: Verifying Checksum
d03e76a27dce: Download complete
50215e359b55: Download complete
27e83a79dc4e: Verifying Checksum
27e83a79dc4e: Download complete
334ed129df98: Verifying Checksum
334ed129df98: Download complete
720686032277: Pull complete
93be4d741366: Pull complete
df139e1f3f46: Pull complete
bee85951ecc4: Pull complete
cfb7dd932d0a: Pull complete
302d2b5cf94e: Pull complete
744bd9676b94: Pull complete
a61a2d3582bd: Pull complete
a5cf4976352b: Pull complete
2bc5a8b0d983: Pull complete
22426805282e: Pull complete
d39f24bef506: Pull complete
2c18ac3ce9e5: Pull complete
9d7b82e56a00: Pull complete
404af7605dc7: Pull complete
007ac776635c: Pull complete
3d6a7bcf6161: Pull complete
4f4fb700ef54: Pull complete
81a2be02a786: Pull complete
bd0aecc02a24: Pull complete
d45fa2528917: Pull complete
80de9e6990f7: Pull complete
03da6777de95: Pull complete
494d5ca3df8f: Pull complete
41c6b53a001d: Pull complete
3e8b84460b11: Pull complete
d053d4a106fe: Pull complete
fa7761527b70: Pull complete
dcd9d9d9b709: Pull complete
d9806d9e64c4: Pull complete
f876e57ff686: Verifying Checksum
f876e57ff686: Download complete
bac3b6f3c4a9: Verifying Checksum
bac3b6f3c4a9: Download complete
f876e57ff686: Pull complete
8bc0b3187df7: Pull complete
8b9e19fd2c6f: Pull complete
9ba4810d75d9: Pull complete
dbd14d793cc9: Pull complete
42532df89f46: Pull complete
d03e76a27dce: Pull complete
bac3b6f3c4a9: Pull complete
50215e359b55: Pull complete
27e83a79dc4e: Pull complete
334ed129df98: Pull complete
Digest: sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
Status: Downloaded newer image for ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
2025-08-18 07:44.18 ---> using "35acf84784bf4471d6359ee6903b64a640d608f18aa556a867466db9cbdb24a8" from cache


/: (comment fedora-41-5.3_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 41 - x86_64 - Updates           100% |  76.5 KiB/s |   8.4 KiB |  00m00s
Fedora 41 openh264 (From Cisco) - x86_ 100% |  11.2 KiB/s | 986.0   B |  00m00s
Fedora 41 - x86_64                     100% | 230.9 KiB/s |  26.3 KiB |  00m00s
Fedora 41 - x86_64 - Updates           100% |   1.2 MiB/s |   4.4 MiB |  00m04s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.


Nothing to do.
2025-08-18 07:44.18 ---> using "84924c65c35e03b36258f80f529e248173044abc9ac80c35d9b0574d8f80cc0a" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-08-18 07:44.18 ---> using "91c55b64e2d644bb6d6499bb0a8585851c2546e92f4a1fbc5f722dd288b9a6cc" 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 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-08-18 07:44.18 ---> using "6a72ba5e93e8a85c798bd2f9c3826f0ec8bfc63c1bffc4415bc4db59bec4582a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-08-18 07:44.18 ---> using "b3d032e204eda0858d1b0b65ee0a914a1692df89be24daa37b40567fbc7a8386" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-08-18 07:44.18 ---> using "376234755cf9500cead593c9d2d8bb0203bc20828bf2a19dd27415bf715a07cf" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5be4501fa6ddc55d3c341fd2677b53c60808c6e0 || git fetch origin master) && git reset -q --hard 5be4501fa6ddc55d3c341fd2677b53c60808c6e0 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee8b9193dd..ecc3510732  master     -> origin/master
5be4501fa6 Merge pull request #28281 from hannesm/release-ipaddr-v5.6.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-08-18 07:44.18 ---> using "50979096f215dfb63aef2c2ae45ed6c19a83cba568a9749f3bf8f5c134a628e5" from cache


/src: (copy (src mirage-net-xen.opam) (dst ./))
2025-08-18 07:44.18 ---> using "99d3d88b7ee5a14ac28771a05bd4f27348894453884f86fa044e16529fc78a40" 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)
2025-08-18 07:44.18 ---> using "8fdd44b7abe663b2cca3c964e8fbe6aad90dc13abf4a1acd0efb7ce7993cd2e3" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-08-18 07:44.18 ---> using "0383075676cc9b554d43ea36a72d6540132144c8b4b132da2f0f882ab41e87af" from cache


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.1 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-xen.9.0.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.0 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.4 --depext-only -y mirage-net-xen.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 41 - x86_64 - Updates           100% |  29.5 KiB/s |   7.0 KiB |  00m00s
-  Fedora 41 - x86_64 - Updates           100% |   5.2 MiB/s |   3.8 MiB |  00m01s
- Repositories loaded.
- Metadata cache created.


<><> 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-08-18 07:44.18 ---> using "07390b2a8cba7e5b06d803cb3714516575c9caef0a7f3df0084c24d4403396c7" 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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               1.3.0
- install conf-pkg-config        4
- install cppo                   1.8.0
- install csexp                  1.5.2
- install cstruct                6.2.0
- install domain-name            0.4.1
- install dune                   3.19.1
- install dune-configurator      3.19.1
- install duration               0.2.1
- install fmt                    0.11.0
- install io-page                3.0.0
- install ipaddr                 5.6.1
- install logs                   0.9.0
- install lwt                    5.9.1
- install lwt-dllist             1.1.0
- install macaddr                5.6.1
- install metrics                0.5.0
- install metrics-lwt            0.5.0
- install mirage-net             4.0.0
- install mirage-runtime         4.9.0
- install mirage-sleep           4.0.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.0
- install xenstore               2.4.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0  (cached)
-> retrieved cmdliner.1.3.0  (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.4.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved io-page.3.0.0  (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved metrics.0.5.0, metrics-lwt.0.5.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-sleep.4.0.0  (cached)
-> retrieved mirage-runtime.4.9.0  (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.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.0
-> installed fmt.0.11.0
-> installed dune.3.19.1
-> 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.4.1
-> installed macaddr.5.6.1
-> installed metrics.0.5.0
-> installed stdlib-shims.0.3.0
-> installed io-page.3.0.0
-> installed ocplib-endian.1.2
-> installed shared-memory-ring.3.2.1
-> installed ipaddr.5.6.1
-> installed ounit2.2.2.7
-> installed dune-configurator.3.19.1
-> installed lwt.5.9.1
-> installed mirage-net.4.0.0
-> installed shared-memory-ring-lwt.3.2.1
-> installed mirage-sleep.4.0.0
-> installed xenstore.2.4.0
-> installed logs.0.9.0
-> installed metrics-lwt.0.5.0
-> installed mirage-runtime.4.9.0
-> installed mirage-xen.9.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-18 07:44.18 ---> using "e696c6bb3054b50e107c59edff37bd64f62621a14732163b553825696f2f1377" from cache


/src: (copy (src .) (dst /src))
2025-08-18 07:44.18 ---> using "d52cd59a3985e9599593852aef0dd691de708d1b82ed9a0295a4514d478ea156" from cache


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-08-18 07:44.18 ---> using "ed27218dd80333c1c09abe613d371b9547e25197f44cca6e8de70c4645ad5102" from cache
Job succeeded
2025-08-18 07:44.18: Job succeeded