Organisationsocsigenlwt21aefc (more-ppx-test)fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:37.35: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/more-ppx-test (21aefcc4b73625ffb54de9483b1929493e78ac02) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "more-ppx-test" && cd "lwt" && git reset --hard 21aefcc4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
# 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam ./
RUN opam pin add -yn lwt_runtime_events.dev './' && \
opam pin add -yn lwt_retry.dev './' && \
opam pin add -yn lwt_react.dev './' && \
opam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \
opam pin add -yn lwt_ppx.dev './' && \
opam pin add -yn lwt_direct.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.22.1 dune-configurator.3.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.38.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lwt_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.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


2026-04-03 11:37.35: Using cache hint "ocsigen/lwt-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-006e9ba70465c6c43d16017c65a90567"
2026-04-03 11:37.35: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
(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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn lwt_runtime_events.dev './' && \
\nopam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt_direct.dev './' && \
\nopam pin add -yn lwt.dev './'"))
(run (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.22.1 dune-configurator.3.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.38.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1")
(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 lwt_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.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"))
)


2026-04-03 11:37.35: Waiting for resource in pool OCluster
2026-04-03 19:47.42: Waiting for worker…
2026-04-03 19:49.08: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 21aefcc4b more ppx test re constraints


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0' locally
docker.io/ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0: Pulling from ocaml/opam
5bc90b3315da: Already exists
33cde4bdcf90: Pulling fs layer
b5955b8be52e: Pulling fs layer
fbf1b27930a6: Pulling fs layer
b347f3d8654c: Pulling fs layer
612ce5ee7018: Pulling fs layer
39a0083c72b4: Pulling fs layer
b5955b8be52e: Waiting
fbf1b27930a6: Waiting
33cde4bdcf90: Waiting
2a32d726bc66: Pulling fs layer
b347f3d8654c: Waiting
612ce5ee7018: Waiting
39a0083c72b4: Waiting
2a32d726bc66: Waiting
e11ae392722c: Pulling fs layer
8d611bf8a252: Pulling fs layer
e11ae392722c: Waiting
0e1351173a64: Pulling fs layer
8d611bf8a252: Waiting
f8d564b68b69: Pulling fs layer
0e1351173a64: Waiting
0e1646b50296: Pulling fs layer
2801b00e97cb: Pulling fs layer
f8d564b68b69: Waiting
4043da018e76: Pulling fs layer
78d7c0bec0d9: Pulling fs layer
0e1646b50296: Waiting
2801b00e97cb: Waiting
3b3b2404c3c9: Pulling fs layer
4043da018e76: Waiting
78d7c0bec0d9: Waiting
8467b570f768: Pulling fs layer
af1b4ee1a3ae: Pulling fs layer
3b3b2404c3c9: Waiting
8467b570f768: Waiting
d8dfc440aace: Pulling fs layer
af1b4ee1a3ae: Waiting
49b2a8e5a461: Pulling fs layer
d8dfc440aace: Waiting
4f4fb700ef54: Pulling fs layer
49b2a8e5a461: Waiting
8be6bee5bc68: Pulling fs layer
3c9a56c64991: Pulling fs layer
4f4fb700ef54: Waiting
e80b01b68140: Pulling fs layer
8be6bee5bc68: Waiting
3c9a56c64991: Waiting
fef37f6a2418: Pulling fs layer
e80b01b68140: Waiting
2585abb9d55d: Pulling fs layer
fef37f6a2418: Waiting
120374638853: Pulling fs layer
2585abb9d55d: Waiting
63dfb60472ab: Pulling fs layer
120374638853: Waiting
abc6281a8a2d: Pulling fs layer
eed1b7440d1e: Pulling fs layer
63dfb60472ab: Waiting
0a3bf2765d2e: Pulling fs layer
eed1b7440d1e: Waiting
886ab5bf800e: Pulling fs layer
0a3bf2765d2e: Waiting
a46169c2e251: Pulling fs layer
886ab5bf800e: Waiting
80ef96b71029: Pulling fs layer
895656fb7a7a: Pulling fs layer
80ef96b71029: Waiting
fa1d27dc8eab: Pulling fs layer
3813748e3271: Pulling fs layer
fa1d27dc8eab: Waiting
55d32576fd82: Pulling fs layer
895656fb7a7a: Waiting
77f643b56c63: Pulling fs layer
ce0f0971e20d: Pulling fs layer
9e039d85a4d4: Pulling fs layer
ce0f0971e20d: Waiting
4000d2b4aa9a: Pulling fs layer
26f209a0e652: Pulling fs layer
9e039d85a4d4: Waiting
135e05105094: Pulling fs layer
4000d2b4aa9a: Waiting
135e05105094: Waiting
26f209a0e652: Waiting
33cde4bdcf90: Verifying Checksum
33cde4bdcf90: Download complete
33cde4bdcf90: Pull complete
b5955b8be52e: Verifying Checksum
b5955b8be52e: Download complete
b5955b8be52e: Pull complete
fbf1b27930a6: Verifying Checksum
fbf1b27930a6: Download complete
b347f3d8654c: Verifying Checksum
b347f3d8654c: Download complete
612ce5ee7018: Verifying Checksum
612ce5ee7018: Download complete
39a0083c72b4: Verifying Checksum
39a0083c72b4: Download complete
e11ae392722c: Verifying Checksum
e11ae392722c: Download complete
2a32d726bc66: Download complete
8d611bf8a252: Verifying Checksum
8d611bf8a252: Download complete
0e1351173a64: Verifying Checksum
0e1351173a64: Download complete
f8d564b68b69: Verifying Checksum
f8d564b68b69: Download complete
2801b00e97cb: Download complete
0e1646b50296: Verifying Checksum
0e1646b50296: Download complete
4043da018e76: Download complete
78d7c0bec0d9: Download complete
8467b570f768: Download complete
d8dfc440aace: Verifying Checksum
d8dfc440aace: Download complete
af1b4ee1a3ae: Download complete
49b2a8e5a461: Verifying Checksum
49b2a8e5a461: Download complete
4f4fb700ef54: Download complete
8be6bee5bc68: Verifying Checksum
8be6bee5bc68: Download complete
3c9a56c64991: Download complete
e80b01b68140: Download complete
fef37f6a2418: Download complete
2585abb9d55d: Download complete
120374638853: Download complete
63dfb60472ab: Verifying Checksum
63dfb60472ab: Download complete
abc6281a8a2d: Verifying Checksum
abc6281a8a2d: Download complete
eed1b7440d1e: Verifying Checksum
eed1b7440d1e: Download complete
0a3bf2765d2e: Verifying Checksum
886ab5bf800e: Verifying Checksum
886ab5bf800e: Download complete
a46169c2e251: Download complete
895656fb7a7a: Download complete
3813748e3271: Verifying Checksum
3813748e3271: Download complete
55d32576fd82: Verifying Checksum
55d32576fd82: Download complete
77f643b56c63: Verifying Checksum
77f643b56c63: Download complete
ce0f0971e20d: Verifying Checksum
ce0f0971e20d: Download complete
fa1d27dc8eab: Verifying Checksum
fa1d27dc8eab: Download complete
4000d2b4aa9a: Download complete
26f209a0e652: Download complete
135e05105094: Verifying Checksum
135e05105094: Download complete
fbf1b27930a6: Pull complete
9e039d85a4d4: Verifying Checksum
9e039d85a4d4: Download complete
80ef96b71029: Verifying Checksum
80ef96b71029: Download complete
b347f3d8654c: Pull complete
612ce5ee7018: Pull complete
39a0083c72b4: Pull complete
2a32d726bc66: Pull complete
e11ae392722c: Pull complete
8d611bf8a252: Pull complete
0e1351173a64: Pull complete
f8d564b68b69: Pull complete
0e1646b50296: Pull complete
2801b00e97cb: Pull complete
4043da018e76: Pull complete
78d7c0bec0d9: Pull complete
3b3b2404c3c9: Pull complete
8467b570f768: Pull complete
af1b4ee1a3ae: Pull complete
d8dfc440aace: Pull complete
49b2a8e5a461: Pull complete
4f4fb700ef54: Pull complete
8be6bee5bc68: Pull complete
3c9a56c64991: Pull complete
e80b01b68140: Pull complete
fef37f6a2418: Pull complete
2585abb9d55d: Pull complete
120374638853: Pull complete
63dfb60472ab: Pull complete
abc6281a8a2d: Pull complete
eed1b7440d1e: Pull complete
0a3bf2765d2e: Pull complete
886ab5bf800e: Pull complete
a46169c2e251: Pull complete
80ef96b71029: Pull complete
895656fb7a7a: Pull complete
fa1d27dc8eab: Pull complete
3813748e3271: Pull complete
55d32576fd82: Pull complete
77f643b56c63: Pull complete
ce0f0971e20d: Pull complete
9e039d85a4d4: Pull complete
4000d2b4aa9a: Pull complete
26f209a0e652: Pull complete
135e05105094: Pull complete
Digest: sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
Status: Downloaded newer image for ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
2026-04-03 19:49.09 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" 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 openh264 (From Cisco) - x86_ 100% | 389.0   B/s | 986.0   B |  00m03s
Fedora 43 - x86_64                     100% |  66.9 KiB/s |  22.1 KiB |  00m00s
Fedora 43 - x86_64 - Updates           100% |  94.1 KiB/s |  17.2 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-04-03 19:49.09 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-03 19:49.09 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" 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
2026-04-03 19:49.09 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-03 19:49.09 ---> using "f3d4c2d71b743487228470cbb258b245e8bb4eef88b4bcc7c24bcbdafa500505" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-03 19:49.09 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..d28e8bf13a  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
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-03 19:49.09 ---> using "073a3f4a992d5ae3c4395393a4968d31fd18da7644cfae38b152fe905bf97483" from cache


/src: (copy (src lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)
(dst ./))
2026-04-03 19:49.09 ---> saved as "2e46c32cb319f1000b222227023b428d8a4a6baa2da9fe7f5074c0bf758f7288"


/src: (run (network host)
(shell  "opam pin add -yn lwt_runtime_events.dev './' && \
\nopam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt_direct.dev './' && \
\nopam pin add -yn lwt.dev './'"))
[lwt_runtime_events.dev] synchronised (file:///src)
lwt_runtime_events is now pinned to file:///src (version 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)
[NOTE] Package lwt_ppx__ppx_let_tests does not exist in opam repositories registered in the current switch.
[lwt_ppx__ppx_let_tests.dev] synchronised (file:///src)
[WARNING] Failed checks on lwt_ppx__ppx_let_tests package definition from source at file:///src:
warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "NOTFORRELEASE"
lwt_ppx__ppx_let_tests 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_direct.dev] synchronised (file:///src)
lwt_direct is now pinned to file:///src (version dev)
[lwt.dev] synchronised (file:///src)
lwt is now pinned to file:///src (version dev)
2026-04-03 19:49.14 ---> saved as "085c7e8678c5af1dfc8a034b2cfdd997ad9675eca1c85d0ac3fd74286afae777"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 19:49.14 ---> saved as "e3741520e232bba3199f2fb703f26816edf8bed8d7b12fe5c83952a589b3e318"


/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.22.1 dune-configurator.3.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.38.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1")


/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 lwt_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt.dev] synchronised (file:///src)
[lwt_direct.dev] synchronised (file:///src)
[lwt_ppx.dev] synchronised (file:///src)
[lwt_ppx__ppx_let_tests.dev] synchronised (file:///src)
[lwt_react.dev] synchronised (file:///src)
[lwt_retry.dev] synchronised (file:///src)
[lwt_runtime_events.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.0).
[NOTE] Package ocaml-base-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).
# To update the current shell environment, run: eval $(opam env)
2026-04-03 19:49.22 ---> saved as "d74e2cecd3097e741946768bdfcb8d2d0fefbd1e4f486bf255ebe4761f399bf8"


/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.0).
[NOTE] Package ocaml-base-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 19 packages
- install base                    v0.17.3
- install base-bytes              base
- install cppo                    1.8.0
- install csexp                   1.5.2
- install dune                    3.22.1
- install dune-configurator       3.22.1
- 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.38.0
- install react                   1.2.2
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0
- install topkg                   1.1.1


<><> 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.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed react.1.2.2
-> installed dune.3.22.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.22.1
-> installed base.v0.17.3
-> installed ppxlib.0.38.0
-> installed ppx_here.v0.17.0
-> installed ppx_let.v0.17.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 19:50.26 ---> saved as "20f51df78190cd5112be635c69dffb918810a4da590e116c8c196d567d74319e"


/src: (copy (src .) (dst /src))
2026-04-03 19:50.27 ---> saved as "10b8ada711222e4aa2b6f6a8d6889ff6d57f3a9eb924875e3399d999b2a5c333"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune-project", line 39, characters 2-24:
39 |   (lwt (= 6.0.0-beta01))))
^^^^^^^^^^^^^^^^^^^^^^
Warning: Duplicate dependency on package (lwt (= 6.0.0-beta01)) in
'conflicts' field. If you want to specify multiple constraints, combine them
using (and ...).
Hint: To disable this warning, add the following to your dune-project file:
(warnings (duplicate_deps disabled))
(cd _build/default/test/direct && ./main.exe)
Testing library 'lwt_direct'...
.............
Ok. 13 tests ran, 0 tests skipped in 0.00 seconds
(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.15 seconds
(cd _build/default/test/ppx && ./main.exe)
Testing library 'ppx'...
.....................
Ok. 21 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. 227 tests ran, 9 tests skipped in 6.30 seconds
2026-04-03 19:50.36 ---> saved as "27c5dee2c6f62f6aaa81b242db01edca39eca37d16d407424ed1c356248712dd"
Job succeeded
2026-04-03 19:50.37: Job succeeded