Organisationsmiragemirage-net-xen509eb9 (main)fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-16 16:40.16: New job: test mirage/mirage-net-xen https://github.com/mirage/mirage-net-xen.git#refs/heads/main (509eb9ebc37d682ab2869b6e35cac19b236483eb) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b
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:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b
# fedora-43-5.4_opam-2.5
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.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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.1.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-xen.9.0.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.1 xenstore.2.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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


2026-04-16 16:40.16: Using cache hint "mirage/mirage-net-xen-ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b-fedora-43-5.4_opam-2.5-0358db8cf2969e77166a90dbc49783d8"
2026-04-16 16:40.16: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b)
(comment fedora-43-5.4_opam-2.5)
(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.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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 (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.1.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-xen.9.0.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.1 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.5 --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"))
)


2026-04-16 16:40.16: Waiting for resource in pool OCluster
2026-04-16 17:35.06: Waiting for worker…
2026-04-16 17:40.34: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 509eb9e changes for 2.1.7


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b' locally
docker.io/ocaml/opam@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b: Pulling from ocaml/opam
5bc90b3315da: Already exists
80d71788ea9e: Already exists
ad80df798a1c: Already exists
cd85517f6ae1: Already exists
a927948f92fa: Already exists
4433c52b5ab1: Already exists
8aa93bc8ca93: Already exists
7d31cd7e9a9b: Already exists
959a5be6bfab: Already exists
6569047248d7: Already exists
a01a3ff02f3d: Already exists
8b1106fd8e03: Already exists
61c97bcc90cd: Already exists
b9124a8b6c28: Already exists
d2c94cd49c4c: Already exists
0e63679d7dbc: Already exists
0e63679d7dbc: Already exists
6819a31cdb14: Already exists
1d67c4c09922: Already exists
3f456f1cc39a: Already exists
6afff2ae07da: Already exists
4f4fb700ef54: Already exists
90c294795090: Already exists
d7c6287626d1: Already exists
0e6719fd9f6d: Already exists
53830a3a67c9: Already exists
b407be133f08: Already exists
951a5932e150: Already exists
dcc0f382cd80: Already exists
d3cdec43bf88: Already exists
d69ff9f37121: Already exists
cfcfca2848c7: Already exists
08269f8e9f88: Already exists
3e59769da2fa: Already exists
a1004eb1842a: Pulling fs layer
3a6ed7e0720e: Pulling fs layer
5503bfbdb082: Pulling fs layer
4685c134845d: Pulling fs layer
67f122543075: Pulling fs layer
a1004eb1842a: Waiting
5503bfbdb082: Waiting
d60a75d560f5: Pulling fs layer
3a6ed7e0720e: Waiting
4685c134845d: Waiting
d1f1983b7a0a: Pulling fs layer
67f122543075: Waiting
d9c0eec06d5d: Pulling fs layer
d60a75d560f5: Waiting
453380662f6c: Pulling fs layer
d1f1983b7a0a: Waiting
d9c0eec06d5d: Waiting
4d090674c42b: Pulling fs layer
453380662f6c: Waiting
bbd88afdcdf3: Pulling fs layer
4d090674c42b: Waiting
bbd88afdcdf3: Waiting
3a6ed7e0720e: Download complete
5503bfbdb082: Verifying Checksum
5503bfbdb082: Download complete
4685c134845d: Download complete
67f122543075: Download complete
d60a75d560f5: Verifying Checksum
d60a75d560f5: Download complete
a1004eb1842a: Verifying Checksum
a1004eb1842a: Download complete
a1004eb1842a: Pull complete
3a6ed7e0720e: Pull complete
5503bfbdb082: Pull complete
4685c134845d: Pull complete
67f122543075: Pull complete
d60a75d560f5: Pull complete
d1f1983b7a0a: Download complete
d1f1983b7a0a: Pull complete
d9c0eec06d5d: Verifying Checksum
d9c0eec06d5d: Download complete
453380662f6c: Download complete
4d090674c42b: Download complete
bbd88afdcdf3: Download complete
d9c0eec06d5d: Pull complete
453380662f6c: Pull complete
4d090674c42b: Pull complete
bbd88afdcdf3: Pull complete
Digest: sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b
Status: Downloaded newer image for ocaml/opam@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b
2026-04-16 17:40.35 ---> using "b4f58bf638be103d120971146d8fc126e9b3a8c46e3a4588789af4c5e1fccda0" from cache


/: (comment fedora-43-5.4_opam-2.5)


/: (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 43 - x86_64 - Updates           100% |  79.0 KiB/s |  15.7 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-04-16 17:40.35 ---> using "524735b077c9512b6910eb61394d9eebef016b7d107d4d7b79adf23a8d11090c" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-16 17:40.35 ---> using "8cfb01e840492959ff95d3d5b6f59f80dfb7be314774547e49c6b970bb5e1d00" 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-16 17:40.36 ---> using "62a4127ab24cb770a3f441b63fbbb50777e0a9c11a35360cd84ef49dd3bfeb23" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-16 17:40.36 ---> using "201ad514b21b8e45f6ee307ccc16011d93b1898dc3d1c414ee43a01f6017ca08" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-16 17:40.36 ---> using "0ea47d1513ca38b3e93e2d568380f3532c58d7ee39e5227e7b3a1d92427960eb" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
42844088d7..0b0acbee05  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


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


Everything as up-to-date as possible
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-16 17:40.36 ---> using "ab73ebcb4a8f0dc890272086ed3b984d087fa9a4f8132756c5df5136d947e249" from cache


/src: (copy (src mirage-net-xen.opam) (dst ./))
2026-04-16 17:40.36 ---> saved as "242b4b95e1026ca301e91760f9d83e334eb2cb59ddb7a94f486513b9f6889f3f"


/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)
2026-04-16 17:40.38 ---> saved as "621edbc91a1f1682fef6b4806f4b51ae3b440fcc88819c41ff8bcfa5b94c4152"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-16 17:40.38 ---> saved as "80f113a904f9f1125600ea033fcb2eec48257ee56d4c41d49802ea8d697e9101"


/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.1.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-xen.9.0.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.1 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.5 --depext-only -y mirage-net-xen.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- 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.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-04-16 17:40.59 ---> saved as "62efd900aea71b3b6eb7241322a995324254b10a5dd3a98b6f19ef7cce40d742"


/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.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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.1.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.22.2
- install dune-configurator      3.22.2
- install duration               0.3.0
- install fmt                    0.11.0
- install io-page                3.0.0
- install ipaddr                 5.6.2
- install logs                   0.10.0
- install lwt                    6.1.1
- install lwt-dllist             1.1.0
- install macaddr                5.6.2
- install metrics                0.5.0
- install metrics-lwt            0.5.0
- install mirage-net             4.0.0
- install mirage-runtime         4.10.5
- 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.1
- install xenstore               2.4.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0  (cached)
-> retrieved cmdliner.2.1.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.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved io-page.3.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved metrics.0.5.0, metrics-lwt.0.5.0  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mirage-runtime.4.10.5  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved mirage-xen.9.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> 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.1  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.22.2
-> installed duration.0.3.0
-> installed lwt-dllist.1.1.0
-> installed bheap.2.0.0
-> 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.2
-> installed metrics.0.5.0
-> installed stdlib-shims.0.3.0
-> installed io-page.3.0.0
-> installed shared-memory-ring.3.2.1
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.2
-> installed ounit2.2.2.7
-> installed dune-configurator.3.22.2
-> installed lwt.6.1.1
-> installed shared-memory-ring-lwt.3.2.1
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed xenstore.2.4.0
-> installed logs.0.10.0
-> installed metrics-lwt.0.5.0
-> installed mirage-runtime.4.10.5
-> installed mirage-xen.9.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-16 17:43.13 ---> saved as "32c1627a10b9d8cebd90cc5a0d7d8eca4b7160dee28834186267e8f9a625a5da"


/src: (copy (src .) (dst /src))
2026-04-16 17:43.13 ---> saved as "13b0e08e75779e9b6b589f487be27f16ed0867c4875cdee52734bd46e397c118"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-04-16 17:43.15 ---> saved as "3dce2d5a4c1f9e3551443f4d395b96793ef0839c00fc93238cb1548539fcf0ff"
Job succeeded
2026-04-16 17:43.15: Job succeeded