Organisationsocsigenlwtaf1f9e ()fedora-41-5.3_opam-2.4

fedora-41-5.3_opam-2.4

Link Copied
Code Copied

Logs

2025-08-21 12:42.25: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/better-ci-test-ppx (af1f9e66663e9594266282ef19630ff94cc213b7) (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/ocsigen/lwt.git" -b "better-ci-test-ppx" && cd "lwt" && git reset --hard af1f9e66
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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam ./
RUN opam pin add -yn lwt_retry.dev './' && \
opam pin add -yn lwt_react.dev './' && \
opam pin add -yn lwt_ppx.dev './' && \
opam pin add -yn lwt.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.3 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.20.0 dune-configurator.3.20.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.36.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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-21 12:42.25: Using cache hint "ocsigen/lwt-ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5-fedora-41-5.3_opam-2.4-41eb028d85f2d2d821f1d01fc3b18f5a"
2025-08-21 12:42.25: 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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.17.3 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.20.0 dune-configurator.3.20.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.36.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.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 lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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-21 12:42.25: Waiting for resource in pool OCluster
2025-08-21 12:42.25: Waiting for worker…
2025-08-21 12:43.02: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
HEAD is now at 8dfa03043 improve maintainability of github action
HEAD is now at af1f9e666 improve maintainability of github action


(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
404af7605dc7: Pulling fs layer
007ac776635c: Pulling fs layer
3d6a7bcf6161: Pulling fs layer
4f4fb700ef54: Pulling fs layer
81a2be02a786: Pulling fs layer
bd0aecc02a24: Pulling fs layer
720686032277: Waiting
a5cf4976352b: Waiting
d45fa2528917: Pulling fs layer
80de9e6990f7: Pulling fs layer
22426805282e: Waiting
2c18ac3ce9e5: Waiting
93be4d741366: Waiting
302d2b5cf94e: Waiting
a61a2d3582bd: Waiting
d39f24bef506: Waiting
03da6777de95: Pulling fs layer
9d7b82e56a00: Waiting
744bd9676b94: Waiting
df139e1f3f46: Waiting
494d5ca3df8f: Pulling fs layer
007ac776635c: Waiting
404af7605dc7: Waiting
bee85951ecc4: Waiting
81a2be02a786: Waiting
41c6b53a001d: Pulling fs layer
bd0aecc02a24: Waiting
cfb7dd932d0a: Waiting
3e8b84460b11: Pulling fs layer
80de9e6990f7: Waiting
494d5ca3df8f: Waiting
d053d4a106fe: Pulling fs layer
03da6777de95: Waiting
3e8b84460b11: Waiting
41c6b53a001d: Waiting
fa7761527b70: Pulling fs layer
dcd9d9d9b709: Pulling fs layer
d9806d9e64c4: Pulling fs layer
fa7761527b70: Waiting
f876e57ff686: Pulling fs layer
d9806d9e64c4: Waiting
8bc0b3187df7: Pulling fs layer
f876e57ff686: Waiting
8b9e19fd2c6f: Pulling fs layer
9ba4810d75d9: Pulling fs layer
dbd14d793cc9: Pulling fs layer
8b9e19fd2c6f: Waiting
42532df89f46: Pulling fs layer
d03e76a27dce: Pulling fs layer
9ba4810d75d9: Waiting
bac3b6f3c4a9: Pulling fs layer
dbd14d793cc9: Waiting
d03e76a27dce: Waiting
50215e359b55: Pulling fs layer
bac3b6f3c4a9: Waiting
27e83a79dc4e: Pulling fs layer
42532df89f46: Waiting
334ed129df98: Pulling fs layer
50215e359b55: Waiting
334ed129df98: Waiting
c18ed2f7611b: Verifying Checksum
c18ed2f7611b: Download complete
2b0cc7ee804c: Verifying Checksum
2b0cc7ee804c: Download complete
93be4d741366: Verifying Checksum
93be4d741366: Download complete
0e212a9ba2f6: Verifying Checksum
0e212a9ba2f6: Download complete
df139e1f3f46: Verifying Checksum
df139e1f3f46: Download complete
bee85951ecc4: Download complete
cfb7dd932d0a: Verifying Checksum
cfb7dd932d0a: Download complete
2b0cc7ee804c: Pull complete
c18ed2f7611b: Pull complete
0e212a9ba2f6: Pull complete
302d2b5cf94e: Verifying Checksum
302d2b5cf94e: 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: Verifying Checksum
2c18ac3ce9e5: Download complete
9d7b82e56a00: Verifying Checksum
9d7b82e56a00: Download complete
404af7605dc7: Verifying Checksum
404af7605dc7: Download complete
007ac776635c: Verifying Checksum
007ac776635c: Download complete
3d6a7bcf6161: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
744bd9676b94: Verifying Checksum
744bd9676b94: Download complete
81a2be02a786: Verifying Checksum
81a2be02a786: Download complete
bd0aecc02a24: Verifying Checksum
bd0aecc02a24: Download complete
d45fa2528917: Download complete
80de9e6990f7: Download complete
03da6777de95: Download complete
41c6b53a001d: Verifying Checksum
41c6b53a001d: Download complete
3e8b84460b11: Verifying Checksum
3e8b84460b11: Download complete
d053d4a106fe: Verifying Checksum
d053d4a106fe: Download complete
fa7761527b70: Verifying Checksum
fa7761527b70: Download complete
dcd9d9d9b709: Verifying Checksum
dcd9d9d9b709: Download complete
d9806d9e64c4: Verifying Checksum
d9806d9e64c4: Download complete
8bc0b3187df7: Verifying Checksum
8bc0b3187df7: Download complete
8b9e19fd2c6f: Verifying Checksum
8b9e19fd2c6f: Download complete
9ba4810d75d9: Verifying Checksum
9ba4810d75d9: Download complete
dbd14d793cc9: Verifying Checksum
dbd14d793cc9: Download complete
42532df89f46: Verifying Checksum
42532df89f46: Download complete
d03e76a27dce: Download complete
f876e57ff686: Download complete
50215e359b55: Verifying Checksum
50215e359b55: Download complete
27e83a79dc4e: Verifying Checksum
27e83a79dc4e: Download complete
334ed129df98: Verifying Checksum
334ed129df98: Download complete
bac3b6f3c4a9: Verifying Checksum
bac3b6f3c4a9: Download complete
720686032277: Verifying Checksum
720686032277: 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: 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-21 12:43.04 ---> 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% | 167.4 KiB/s |  23.6 KiB |  00m00s
Fedora 41 openh264 (From Cisco) - x86_ 100% |   7.5 KiB/s | 986.0   B |  00m00s
Fedora 41 - x86_64                     100% | 211.0 KiB/s |  26.2 KiB |  00m00s
Fedora 41 - x86_64 - Updates           100% |   4.4 MiB/s |   5.0 MiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.


Nothing to do.
2025-08-21 12:43.04 ---> using "84924c65c35e03b36258f80f529e248173044abc9ac80c35d9b0574d8f80cc0a" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-08-21 12:43.04 ---> 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-08-21 12:43.04 ---> using "6a72ba5e93e8a85c798bd2f9c3826f0ec8bfc63c1bffc4415bc4db59bec4582a" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-08-21 12:43.04 ---> 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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee8b9193dd..0978bfceb7  master     -> origin/master
f9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.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-08-21 12:43.04 ---> using "7f19c0c35fb33ca39910f333c4c9093a721a66fd7ebb215953bd0def06133757" from cache


/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)
(dst ./))
2025-08-21 12:43.04 ---> using "715ef46e09ae3361a0270637b9f9940b1304a639fda3da9f01fe6cecc9816439" from cache


/src: (run (network host)
(shell  "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt.dev './'"))
[lwt_retry.dev] synchronised (file:///src)
lwt_retry is now pinned to file:///src (version dev)
[lwt_react.dev] synchronised (file:///src)
lwt_react is now pinned to file:///src (version dev)
[lwt_ppx.dev] synchronised (file:///src)
lwt_ppx is now pinned to file:///src (version dev)
[lwt.dev] synchronised (file:///src)
lwt is now pinned to file:///src (version dev)
2025-08-21 12:43.04 ---> using "2bac9c20b57f6e1714e99787464a6c15fc46f3742d5f037c428dbc34672da2ee" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-08-21 12:43.04 ---> using "e65ab2834b06f766448491ad9612794c3250bb78ed855ab843bd2ba6851b646d" from cache


/src: (env DEPS "base.v0.17.3 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.20.0 dune-configurator.3.20.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.36.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.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 lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 41 - x86_64 - Updates           100% |  30.7 KiB/s |   9.0 KiB |  00m00s
-  Fedora 41 - x86_64 - Updates           100% |   2.9 MiB/s |   3.6 MiB |  00m01s
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt.dev] synchronised (file:///src)
[lwt_ppx.dev] synchronised (file:///src)
[lwt_react.dev] synchronised (file:///src)
[lwt_retry.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-21 12:43.04 ---> using "aea231d923bb4690f30be3f6164c0de79373ff05b9abf2e202a40a924d8b5ccb" 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 19 packages
- install base                    v0.17.3
- install base-bytes              base
- install cppo                    1.8.0
- install csexp                   1.5.2
- install dune                    3.20.0
- install dune-configurator       3.20.0
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild              0.16.1
- install ocamlfind               1.9.8
- install ocplib-endian           1.2
- install ppx_derivers            1.2.1
- install ppx_here                v0.17.0
- install ppx_let                 v0.17.1
- install ppxlib                  0.36.0
- install react                   1.2.2
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0
- install topkg                   1.1.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_let.v0.17.1  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved ppxlib.0.36.0  (cached)
-> retrieved dune.3.20.0, dune-configurator.3.20.0  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.0
-> installed react.1.2.2
-> installed dune.3.20.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed cppo.1.8.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.0
-> installed base.v0.17.3
-> installed ppxlib.0.36.0
-> installed ppx_here.v0.17.0
-> installed ppx_let.v0.17.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-21 12:43.04 ---> using "8e910d212bacd432a24d53f359d72cd9c3fc9232a468b0924098f467a96573f4" from cache


/src: (copy (src .) (dst /src))
2025-08-21 12:43.04 ---> saved as "08c55df8bd7cad8447662755cf80f31c8f3d3ce6c410613c40f0f223c3ef9c5f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/retry && ./main.exe)
Testing library 'retry'...
..............
Ok. 14 tests ran, 0 tests skipped in 0.01 seconds
(cd _build/default/test/core && ./main.exe)
Testing library 'core'...
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................
Ok. 705 tests ran, 23 tests skipped in 0.25 seconds
(cd _build/default/test/ppx && ./main.exe)
Testing library 'ppx'...
................
Ok. 16 tests ran, 0 tests skipped in 1.20 seconds
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
...........
Ok. 11 tests ran, 0 tests skipped in 4.50 seconds
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
.....................................SSSSS..............................................................................................................SSSS...................................................................................
Ok. 230 tests ran, 9 tests skipped in 6.30 seconds
2025-08-21 12:43.14 ---> saved as "2a38414e97f01b7e8ac4bf8ff4438e787eaaaa2b85b40d0d0ce11edaa3f96d3b"
Job succeeded
2025-08-21 12:43.14: Job succeeded