2025-10-18 16:36.43: New job: test mirage/mirage-net-xen https://github.com/mirage/mirage-net-xen.git#refs/heads/main (509eb9ebc37d682ab2869b6e35cac19b236483eb) (linux-x86_64:debian-13-5.4+flambda_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933
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 509eb9eb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933
# debian-13-5.4+flambda_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && 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.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 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.10.2 mirage-sleep.4.1.0 mirage-xen.9.0.0 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options 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-10-18 16:36.43: Using cache hint "mirage/mirage-net-xen-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933-debian-13-5.4+flambda_opam-2.4-b190cf98e2bc72988af68227bd5dbe2e"
2025-10-18 16:36.43: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)
(comment debian-13-5.4+flambda_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && 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.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 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.10.2 mirage-sleep.4.1.0 mirage-xen.9.0.0 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options 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-10-18 16:36.43: Waiting for resource in pool OCluster
2025-10-18 18:04.38: Waiting for worker…
2025-10-18 18:06.49: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 509eb9e changes for 2.1.7
(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933' locally
docker.io/ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933: Pulling from ocaml/opam
cae3b572364a: Already exists
1ea31b9b2905: Already exists
00af97c1a7ee: Already exists
2888ddae7853: Already exists
169f1c0e1d75: Already exists
b97630267a3c: Already exists
8f0f0f294210: Already exists
a61c20f8abb8: Already exists
276b6584a497: Already exists
f959c052cfb3: Already exists
badfcf6bb6a0: Already exists
a922ef0f4b3a: Already exists
763b846be8bd: Already exists
f2aedde72921: Already exists
93872d64e9dc: Already exists
5539ecb0d21f: Already exists
1da4220c24fc: Already exists
3370bc40449d: Already exists
d9f40c12529d: Already exists
1cc07cfbde7c: Already exists
6192479a37f0: Already exists
4f4fb700ef54: Already exists
4ecb3473db3c: Already exists
7b53a84c214e: Already exists
bf785b671409: Already exists
d31b01dff4a7: Already exists
573722d1f7a6: Already exists
ed9a82da7774: Already exists
2124637b0a62: Already exists
55471547ee86: Already exists
7c57db1a5e44: Already exists
c9318ee17ec1: Already exists
3746bb8be4f4: Already exists
343122758f2e: Already exists
d2c146b14ad0: Already exists
480879182a9f: Already exists
41ec89e6098c: Already exists
9a9e8fae4e62: Already exists
0bedcf0c3971: Already exists
595479dafdfb: Already exists
d808eb6342e5: Pulling fs layer
9be9c7fc6d78: Pulling fs layer
d808eb6342e5: Waiting
460ed924d035: Pulling fs layer
262579630356: Pulling fs layer
9be9c7fc6d78: Waiting
d77e746d137e: Pulling fs layer
460ed924d035: Waiting
262579630356: Waiting
2f2153070a8d: Pulling fs layer
d77e746d137e: Waiting
e156a7fecdea: Pulling fs layer
2f2153070a8d: Waiting
d808eb6342e5: Download complete
d808eb6342e5: Pull complete
9be9c7fc6d78: Download complete
9be9c7fc6d78: Pull complete
460ed924d035: Verifying Checksum
460ed924d035: Download complete
460ed924d035: Pull complete
262579630356: Verifying Checksum
262579630356: Download complete
d77e746d137e: Verifying Checksum
d77e746d137e: Download complete
2f2153070a8d: Verifying Checksum
2f2153070a8d: Download complete
262579630356: Pull complete
d77e746d137e: Pull complete
2f2153070a8d: Pull complete
e156a7fecdea: Download complete
e156a7fecdea: Pull complete
Digest: sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933
Status: Downloaded newer image for ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933
2025-10-18 18:06.49 ---> using "6aac88b40f8371df71ceaa583553943aaa2f334eb9f2c24a03f1036a44dbf41f" from cache
/: (comment debian-13-5.4+flambda_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-18 18:06.49 ---> using "4af4db56322f2f0c85d629dbe510932763c6b2b1976cf88a8d80b906e22d12a4" 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-10-18 18:06.49 ---> using "d0e85ef98074b40067e94f168ff3ed5cb417c68cb50047d7d91df4680844c444" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-18 18:06.49 ---> using "d4c745d416d0ad39026f729b7e42fa33645ccd268b3c6ce110c95ee11b42edf3" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-18 18:06.49 ---> using "ff3572a5540826f30578995d37df9333fd351510fd19da0873c9c071bb414e99" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))
60c74a29f5 Merge pull request #28709 from hannesm/release-domain-name-v0.5.0
<><> 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-10-18 18:06.49 ---> using "7cd955237aa3599cd06778a57f2df29db9828440196854fae1474e7ee2f9fc96" from cache
/src: (copy (src mirage-net-xen.opam) (dst ./))
2025-10-18 18:06.49 ---> saved as "f460218ed91715e254a57b77284528e6003b90e63b9628f8c947e9ab6a7256db"
/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-10-18 18:06.50 ---> saved as "273a5d193222381c0aa276aa497701b42c0d68f14472c8e5d7a864e2c29913c7"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-18 18:06.50 ---> saved as "f159058920f13bf9aa356b05f7ae88477d43e3ce5c9a102e1cb9898048c4a74f"
/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.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 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.10.2 mirage-sleep.4.1.0 mirage-xen.9.0.0 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options 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 "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]
- Fetched 90.7 kB in 0s (1552 kB/s)
- Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-net-xen.dev] synchronised (file:///src)
[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 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 ... 20653 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) ...
2025-10-18 18:07.00 ---> saved as "6bec582dec8671c85247b566e065001ce0dd227ef2b57049346caf84e12ab3c9"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 2.0.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.5.0
- install dune 3.20.2
- install dune-configurator 3.20.2
- 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.2
- 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.10.2
- 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.0
- install xenstore 2.4.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0 (cached)
-> retrieved cmdliner.2.0.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.5.0 (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.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.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved mirage-xen.9.0.0 (https://opam.ocaml.org/cache)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1 (cached)
-> retrieved ounit2.2.2.7 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved xenstore.2.4.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> installed cmdliner.2.0.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.20.2
-> 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.5.0
-> 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.20.2
-> installed lwt.5.9.2
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed shared-memory-ring-lwt.3.2.1
-> installed xenstore.2.4.0
-> installed logs.0.9.0
-> installed metrics-lwt.0.5.0
-> installed mirage-runtime.4.10.2
-> installed mirage-xen.9.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 18:07.42 ---> saved as "9efef53fd64275575ea23dacad5a2d526b58b64b67123dda66f8c036cec0bec5"
/src: (copy (src .) (dst /src))
2025-10-18 18:07.42 ---> saved as "8f30d8d2952b41163389d50ec9e9fdc729de4414fa860a9f84a1a4b7156f87b6"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.mirage_net_xen.objs/byte -I lib/.mirage_net_xen.objs/native -I /home/opam/.opam/5.4/lib/bheap -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/cstruct -I /home/opam/.opam/5.4/lib/duration -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/io-page -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt-dllist -I /home/opam/.opam/5.4/lib/macaddr -I /home/opam/.opam/5.4/lib/metrics -I /home/opam/.opam/5.4/lib/metrics-lwt -I /home/opam/.opam/5.4/lib/mirage-net -I /home/opam/.opam/5.4/lib/mirage-runtime -I /home/opam/.opam/5.4/lib/mirage-runtime/functoria -I /home/opam/.opam/5.4/lib/mirage-sleep -I /home/opam/.opam/5.4/lib/mirage-xen -I /home/opam/.opam/5.4/lib/shared-memory-ring -I /home/opam/.opam/5.4/lib/shared-memory-ring-lwt -I /home/opam/.opam/5.4/lib/xenstore -I /home/opam/.opam/5.4/lib/xenstore/client -cmi-file lib/.mirage_net_xen.objs/byte/shared_page_pool.cmi -no-alias-deps -opaque -o lib/.mirage_net_xen.objs/native/shared_page_pool.cmx -c -impl lib/shared_page_pool.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module
Mirage_sleep, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.mirage_net_xen.objs/byte -I lib/.mirage_net_xen.objs/native -I /home/opam/.opam/5.4/lib/bheap -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/cstruct -I /home/opam/.opam/5.4/lib/duration -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/io-page -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt-dllist -I /home/opam/.opam/5.4/lib/macaddr -I /home/opam/.opam/5.4/lib/metrics -I /home/opam/.opam/5.4/lib/metrics-lwt -I /home/opam/.opam/5.4/lib/mirage-net -I /home/opam/.opam/5.4/lib/mirage-runtime -I /home/opam/.opam/5.4/lib/mirage-runtime/functoria -I /home/opam/.opam/5.4/lib/mirage-sleep -I /home/opam/.opam/5.4/lib/mirage-xen -I /home/opam/.opam/5.4/lib/shared-memory-ring -I /home/opam/.opam/5.4/lib/shared-memory-ring-lwt -I /home/opam/.opam/5.4/lib/xenstore -I /home/opam/.opam/5.4/lib/xenstore/client -cmi-file lib/.mirage_net_xen.objs/byte/frontend.cmi -no-alias-deps -opaque -o lib/.mirage_net_xen.objs/native/frontend.cmx -c -impl lib/frontend.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module
Mirage_sleep, and its interface was not compiled with -opaque
2025-10-18 18:07.43 ---> saved as "0c70ed77b187df5d8d3de08cd709c56a3b76d56b174e2982040f2a4638f3c8d6"
Job succeeded
2025-10-18 18:07.43: Job succeeded