Organisationsmirageocaml-xenstore0dc6db ()fedora-41-5.3_opam-2.4

fedora-41-5.3_opam-2.4

Logs

Show full logs
2025-07-31 07:30.44: New job: test mirage/ocaml-xenstore https://github.com/mirage/ocaml-xenstore.git#refs/heads/main (0dc6db269b6176160f945376bb91c342ba39f00d) (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/ocaml-xenstore.git" -b "main" && cd "ocaml-xenstore" && git reset --hard 0dc6db26
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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 xenstore.opam ./
RUN opam pin add -yn xenstore.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 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y xenstore.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-07-31 07:30.44: Using cache hint "mirage/ocaml-xenstore-ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5-fedora-41-5.3_opam-2.4-5b36e6cdffd7c95c3c4b6cf7fede632a"
2025-07-31 07:30.44: 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src xenstore.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn xenstore.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 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 seq.base stdlib-shims.0.3.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 xenstore.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-07-31 07:30.44: Waiting for resource in pool OCluster
2025-07-31 09:57.24: Waiting for worker…
2025-07-31 09:59.19: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 0dc6db2 Merge pull request #58 from psafont/release

(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
2b0cc7ee804c: Waiting
720686032277: Pulling fs layer
93be4d741366: Pulling fs layer
c18ed2f7611b: Waiting
df139e1f3f46: Pulling fs layer
0e212a9ba2f6: Waiting
720686032277: Waiting
bee85951ecc4: Pulling fs layer
df139e1f3f46: Waiting
93be4d741366: Waiting
cfb7dd932d0a: Pulling fs layer
302d2b5cf94e: Pulling fs layer
744bd9676b94: Pulling fs layer
a61a2d3582bd: Pulling fs layer
302d2b5cf94e: Waiting
bee85951ecc4: Waiting
744bd9676b94: Waiting
cfb7dd932d0a: Waiting
a5cf4976352b: Pulling fs layer
2bc5a8b0d983: Pulling fs layer
a61a2d3582bd: Waiting
22426805282e: Pulling fs layer
d39f24bef506: Pulling fs layer
2c18ac3ce9e5: Pulling fs layer
a5cf4976352b: Waiting
2bc5a8b0d983: Waiting
9d7b82e56a00: Pulling fs layer
22426805282e: Waiting
d39f24bef506: Waiting
404af7605dc7: Pulling fs layer
9d7b82e56a00: Waiting
007ac776635c: Pulling fs layer
404af7605dc7: Waiting
3d6a7bcf6161: Pulling fs layer
4f4fb700ef54: Pulling fs layer
81a2be02a786: Pulling fs layer
3d6a7bcf6161: Waiting
bd0aecc02a24: Pulling fs layer
4f4fb700ef54: Waiting
007ac776635c: Waiting
81a2be02a786: Waiting
d45fa2528917: Pulling fs layer
80de9e6990f7: Pulling fs layer
03da6777de95: Pulling fs layer
494d5ca3df8f: Pulling fs layer
03da6777de95: Waiting
80de9e6990f7: Waiting
41c6b53a001d: Pulling fs layer
494d5ca3df8f: Waiting
d45fa2528917: Waiting
bd0aecc02a24: Waiting
3e8b84460b11: Pulling fs layer
41c6b53a001d: Waiting
d053d4a106fe: Pulling fs layer
fa7761527b70: Pulling fs layer
dcd9d9d9b709: Pulling fs layer
d9806d9e64c4: Pulling fs layer
f876e57ff686: Pulling fs layer
8bc0b3187df7: Pulling fs layer
3e8b84460b11: Waiting
d9806d9e64c4: Waiting
fa7761527b70: Waiting
d053d4a106fe: Waiting
8b9e19fd2c6f: Pulling fs layer
9ba4810d75d9: Pulling fs layer
f876e57ff686: Waiting
dbd14d793cc9: Pulling fs layer
8bc0b3187df7: Waiting
8b9e19fd2c6f: Waiting
42532df89f46: Pulling fs layer
dbd14d793cc9: Waiting
d03e76a27dce: Pulling fs layer
bac3b6f3c4a9: Pulling fs layer
9ba4810d75d9: Waiting
42532df89f46: Waiting
50215e359b55: Pulling fs layer
27e83a79dc4e: Pulling fs layer
d03e76a27dce: Waiting
50215e359b55: Waiting
334ed129df98: Pulling fs layer
27e83a79dc4e: Waiting
334ed129df98: Waiting
2b0cc7ee804c: Verifying Checksum
2b0cc7ee804c: Download complete
c18ed2f7611b: Download complete
0e212a9ba2f6: Verifying Checksum
0e212a9ba2f6: Download complete
2b0cc7ee804c: Pull complete
c18ed2f7611b: Pull complete
720686032277: Verifying Checksum
720686032277: Download complete
0e212a9ba2f6: Pull 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
302d2b5cf94e: Verifying Checksum
302d2b5cf94e: Download complete
744bd9676b94: Verifying Checksum
744bd9676b94: Download complete
a61a2d3582bd: Verifying Checksum
a61a2d3582bd: Download complete
a5cf4976352b: Verifying Checksum
a5cf4976352b: Download complete
2bc5a8b0d983: Verifying Checksum
2bc5a8b0d983: Download complete
22426805282e: Verifying Checksum
22426805282e: Download complete
d39f24bef506: Verifying Checksum
d39f24bef506: Download complete
2c18ac3ce9e5: Download complete
9d7b82e56a00: Download complete
404af7605dc7: Verifying Checksum
404af7605dc7: Download complete
720686032277: Pull complete
007ac776635c: Verifying Checksum
007ac776635c: Download complete
3d6a7bcf6161: Download complete
4f4fb700ef54: Download complete
93be4d741366: Pull complete
df139e1f3f46: Pull complete
bee85951ecc4: Pull complete
81a2be02a786: Download complete
cfb7dd932d0a: Pull complete
bd0aecc02a24: Download complete
302d2b5cf94e: Pull complete
d45fa2528917: Download complete
744bd9676b94: Pull complete
80de9e6990f7: Verifying Checksum
80de9e6990f7: Download 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: Download complete
03da6777de95: Pull complete
494d5ca3df8f: Download complete
494d5ca3df8f: Pull complete
3e8b84460b11: Verifying Checksum
3e8b84460b11: Download complete
41c6b53a001d: Verifying Checksum
41c6b53a001d: Download complete
41c6b53a001d: Pull complete
3e8b84460b11: Pull complete
fa7761527b70: Verifying Checksum
fa7761527b70: Download complete
d053d4a106fe: Verifying Checksum
d053d4a106fe: Download complete
d053d4a106fe: Pull complete
fa7761527b70: Pull complete
dcd9d9d9b709: Verifying Checksum
dcd9d9d9b709: Download complete
dcd9d9d9b709: Pull complete
d9806d9e64c4: Download complete
d9806d9e64c4: Pull complete
8bc0b3187df7: Verifying Checksum
8bc0b3187df7: Download complete
8b9e19fd2c6f: Verifying Checksum
8b9e19fd2c6f: Download complete
9ba4810d75d9: Verifying Checksum
9ba4810d75d9: Download complete
f876e57ff686: Verifying Checksum
f876e57ff686: Download complete
dbd14d793cc9: Verifying Checksum
dbd14d793cc9: Download complete
42532df89f46: Verifying Checksum
42532df89f46: Download complete
d03e76a27dce: Verifying Checksum
d03e76a27dce: Download complete
50215e359b55: Download complete
27e83a79dc4e: Verifying Checksum
27e83a79dc4e: Download complete
334ed129df98: Download complete
f876e57ff686: Pull complete
8bc0b3187df7: Pull complete
8b9e19fd2c6f: Pull complete
9ba4810d75d9: Pull complete
dbd14d793cc9: Pull complete
42532df89f46: Pull complete
d03e76a27dce: Pull complete
bac3b6f3c4a9: Verifying Checksum
bac3b6f3c4a9: Download 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-07-31 09:59.19 ---> 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% |  40.3 KiB/s |  24.8 KiB |  00m01s
 Fedora 41 - x86_64 - Updates           100% | 496.4 KiB/s |   3.9 MiB |  00m08s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.

Nothing to do.
2025-07-31 09:59.19 ---> using "84924c65c35e03b36258f80f529e248173044abc9ac80c35d9b0574d8f80cc0a" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 09:59.19 ---> 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-31 09:59.19 ---> using "6a72ba5e93e8a85c798bd2f9c3826f0ec8bfc63c1bffc4415bc4db59bec4582a" from cache

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

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-07-31 09:59.19 ---> 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.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-07-31 09:59.19 ---> using "144837b47a4f488aad0ab10322769f122c8430376ba6267fb900451d946ca713" from cache

/src: (copy (src xenstore.opam) (dst ./))
2025-07-31 09:59.19 ---> saved as "068b63755ebcf0a58dac4d5c483332ed1db4afa759d1568a39aed6a271da4d59"

/src: (run (network host)
           (shell "opam pin add -yn xenstore.dev './'"))
[xenstore.dev] synchronised (file:///src)
xenstore is now pinned to file:///src (version dev)
2025-07-31 09:59.21 ---> saved as "693731c6b8393e68322f97023b436b4da345902ad710bc886f119f685edb81ed"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 09:59.21 ---> saved as "832214e8eedc5667b62dd590a1c3efdbef97797ac4c96429848ea4ac162489fe"

/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 seq.base stdlib-shims.0.3.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 xenstore.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 41 - x86_64 - Updates           100% | 118.0 KiB/s |  14.5 KiB |  00m00s
-  Fedora 41 - x86_64 - Updates           100% | 640.7 KiB/s | 303.0 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[xenstore.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-07-31 09:59.44 ---> saved as "b5da71987290a0d05e822ed51c897d0080f6c23bfd4c236727c4ecf8641bd3af"

/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 11 packages
  - install base-bytes        base
  - install cppo              1.8.0
  - install csexp             1.5.2
  - install dune              3.19.1
  - install dune-configurator 3.19.1
  - install lwt               5.9.1
  - install ocamlfind         1.9.8
  - install ocplib-endian     1.2
  - install ounit2            2.2.7
  - install seq               base
  - install stdlib-shims      0.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed dune-configurator.3.19.1
-> installed lwt.5.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 10:00.56 ---> saved as "b691f71fcd4fa5de914df128f3086dbbb6ba7df1834b78d61e9ef02e5b1343c1"

/src: (copy (src .) (dst /src))
2025-07-31 10:00.56 ---> saved as "a6b452785143501d868c0c257e2684afc21bcf65eb6f894a68731774f4ea57d8"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/core_test && ./xs_test.exe)
.............................................................................................
Ran: 93 tests in: 0.05 seconds.
OK
(cd _build/default/server_test && ./server_test.exe)
...................
Ran: 19 tests in: 0.01 seconds.
OK
2025-07-31 10:00.59 ---> saved as "b5f6f5cc64d6c78056e1b1844213248879ba8df6ff2dc571d7de1312dde95118"
Job succeeded
2025-07-31 10:00.59: Job succeeded