Organisationsocsigenlwt661646 (release-6.1.0)debian-13-5.4_riscv64_opam-2.5

debian-13-5.4_riscv64_opam-2.5

Link Copied
Code Copied

Logs

2026-01-27 14:56.48: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-6.1.0 (661646e40639298dde11834cfd3575b6ead2cadc) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-6.1.0" && cd "lwt" && git reset --hard 661646e4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed
# debian-13-5.4_riscv64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 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.37.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-01-27 14:56.48: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed-debian-13-5.4_riscv64_opam-2.5-75ab778214f47ae1c2af4a869bf7c608"
2026-01-27 14:56.48: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed)
(comment debian-13-5.4_riscv64_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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 (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.21.0 dune-configurator.3.21.0 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.37.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-01-27 14:56.48: Waiting for resource in pool OCluster
2026-01-27 14:56.48: Waiting for worker…
2026-01-27 15:54.16: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
HEAD is now at 5f62a5561 fix mistranslation of original wakeup
HEAD is now at 661646e40 CHANGES


(from ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed' locally
docker.io/ocaml/opam@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed: Pulling from ocaml/opam
aaf3ef12aa0c: Already exists
a34acde99ba4: Pulling fs layer
4293ae448ba9: Pulling fs layer
72d1df5950c6: Pulling fs layer
22502c1a8adc: Pulling fs layer
b2bf4abe4dd0: Pulling fs layer
8f17f09baf89: Pulling fs layer
6a4f174a3c4f: Pulling fs layer
1a0138d62f52: Pulling fs layer
76aa171569db: Pulling fs layer
5e607c57fa10: Pulling fs layer
ff6fc947f462: Pulling fs layer
aff935c2599f: Pulling fs layer
26f7966e40f3: Pulling fs layer
626fa36de9ad: Pulling fs layer
8735944aca80: Pulling fs layer
a6abb4978a3d: Pulling fs layer
408672e1d804: Pulling fs layer
8cfa50ef517c: Pulling fs layer
8681f5d4967e: Pulling fs layer
8f286f90917f: Pulling fs layer
6c5ee43c4f55: Pulling fs layer
4f4fb700ef54: Pulling fs layer
57a911dc2123: Pulling fs layer
7a2b42fa2014: Pulling fs layer
2b0d233bf499: Pulling fs layer
e252534f56b8: Pulling fs layer
a73321b29080: Pulling fs layer
8b2af40b3f81: Pulling fs layer
3fa514be847f: Pulling fs layer
0e40e791ed5f: Pulling fs layer
1f05844481c1: Pulling fs layer
984de9c75519: Pulling fs layer
3bd5877a7c8d: Pulling fs layer
b351fa832479: Pulling fs layer
76339ec42270: Pulling fs layer
4aef5176a1c1: Pulling fs layer
9c61627241b4: Pulling fs layer
1f42b8230038: Pulling fs layer
f890ce5e02aa: Pulling fs layer
d37dd929f794: Pulling fs layer
7c8b03539c3b: Pulling fs layer
71a411cfe0f8: Pulling fs layer
3d55c25a0882: Pulling fs layer
bedaefcf3d63: Pulling fs layer
d5b57655f943: Pulling fs layer
1514a87a5d59: Pulling fs layer
f341a178edd4: Pulling fs layer
5e607c57fa10: Waiting
22502c1a8adc: Waiting
b2bf4abe4dd0: Waiting
aff935c2599f: Waiting
26f7966e40f3: Waiting
626fa36de9ad: Waiting
8735944aca80: Waiting
a6abb4978a3d: Waiting
408672e1d804: Waiting
8cfa50ef517c: Waiting
8681f5d4967e: Waiting
8f286f90917f: Waiting
ff6fc947f462: Waiting
0e40e791ed5f: Waiting
1f05844481c1: Waiting
984de9c75519: Waiting
3bd5877a7c8d: Waiting
b351fa832479: Waiting
76339ec42270: Waiting
4aef5176a1c1: Waiting
6c5ee43c4f55: Waiting
9c61627241b4: Waiting
1f42b8230038: Waiting
f890ce5e02aa: Waiting
4f4fb700ef54: Waiting
d37dd929f794: Waiting
57a911dc2123: Waiting
7c8b03539c3b: Waiting
7a2b42fa2014: Waiting
71a411cfe0f8: Waiting
2b0d233bf499: Waiting
3d55c25a0882: Waiting
e252534f56b8: Waiting
bedaefcf3d63: Waiting
a73321b29080: Waiting
d5b57655f943: Waiting
8b2af40b3f81: Waiting
1514a87a5d59: Waiting
3fa514be847f: Waiting
f341a178edd4: Waiting
8f17f09baf89: Waiting
6a4f174a3c4f: Waiting
76aa171569db: Waiting
1a0138d62f52: Waiting
4293ae448ba9: Verifying Checksum
4293ae448ba9: Download complete
a34acde99ba4: Download complete
a34acde99ba4: Pull complete
4293ae448ba9: Pull complete
22502c1a8adc: Verifying Checksum
22502c1a8adc: Download complete
72d1df5950c6: Verifying Checksum
72d1df5950c6: Download complete
72d1df5950c6: Pull complete
22502c1a8adc: Pull complete
8f17f09baf89: Verifying Checksum
8f17f09baf89: Download complete
6a4f174a3c4f: Verifying Checksum
6a4f174a3c4f: Download complete
1a0138d62f52: Verifying Checksum
1a0138d62f52: Download complete
76aa171569db: Verifying Checksum
76aa171569db: Download complete
ff6fc947f462: Verifying Checksum
ff6fc947f462: Download complete
5e607c57fa10: Verifying Checksum
5e607c57fa10: Download complete
aff935c2599f: Verifying Checksum
aff935c2599f: Download complete
26f7966e40f3: Verifying Checksum
26f7966e40f3: Download complete
626fa36de9ad: Verifying Checksum
626fa36de9ad: Download complete
a6abb4978a3d: Verifying Checksum
a6abb4978a3d: Download complete
8735944aca80: Verifying Checksum
8735944aca80: Download complete
8cfa50ef517c: Verifying Checksum
8cfa50ef517c: Download complete
408672e1d804: Verifying Checksum
408672e1d804: Download complete
8681f5d4967e: Verifying Checksum
8681f5d4967e: Download complete
8f286f90917f: Verifying Checksum
8f286f90917f: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
6c5ee43c4f55: Download complete
7a2b42fa2014: Verifying Checksum
7a2b42fa2014: Download complete
57a911dc2123: Verifying Checksum
57a911dc2123: Download complete
2b0d233bf499: Verifying Checksum
2b0d233bf499: Download complete
e252534f56b8: Verifying Checksum
e252534f56b8: Download complete
a73321b29080: Verifying Checksum
a73321b29080: Download complete
8b2af40b3f81: Verifying Checksum
8b2af40b3f81: Download complete
3fa514be847f: Download complete
b2bf4abe4dd0: Verifying Checksum
b2bf4abe4dd0: Download complete
1f05844481c1: Download complete
3bd5877a7c8d: Verifying Checksum
3bd5877a7c8d: Download complete
0e40e791ed5f: Verifying Checksum
0e40e791ed5f: Download complete
984de9c75519: Verifying Checksum
984de9c75519: Download complete
b351fa832479: Verifying Checksum
b351fa832479: Download complete
4aef5176a1c1: Verifying Checksum
4aef5176a1c1: Download complete
1f42b8230038: Verifying Checksum
1f42b8230038: Download complete
f890ce5e02aa: Verifying Checksum
f890ce5e02aa: Download complete
d37dd929f794: Download complete
7c8b03539c3b: Verifying Checksum
7c8b03539c3b: Download complete
71a411cfe0f8: Verifying Checksum
71a411cfe0f8: Download complete
3d55c25a0882: Verifying Checksum
3d55c25a0882: Download complete
76339ec42270: Verifying Checksum
76339ec42270: Download complete
d5b57655f943: Verifying Checksum
d5b57655f943: Download complete
1514a87a5d59: Download complete
f341a178edd4: Download complete
9c61627241b4: Verifying Checksum
9c61627241b4: Download complete
bedaefcf3d63: Verifying Checksum
bedaefcf3d63: Download complete
b2bf4abe4dd0: Pull complete
8f17f09baf89: Pull complete
6a4f174a3c4f: Pull complete
1a0138d62f52: Pull complete
76aa171569db: Pull complete
5e607c57fa10: Pull complete
ff6fc947f462: Pull complete
aff935c2599f: Pull complete
26f7966e40f3: Pull complete
626fa36de9ad: Pull complete
8735944aca80: Pull complete
a6abb4978a3d: Pull complete
408672e1d804: Pull complete
8cfa50ef517c: Pull complete
8681f5d4967e: Pull complete
8f286f90917f: Pull complete
6c5ee43c4f55: Pull complete
4f4fb700ef54: Pull complete
57a911dc2123: Pull complete
7a2b42fa2014: Pull complete
2b0d233bf499: Pull complete
e252534f56b8: Pull complete
a73321b29080: Pull complete
8b2af40b3f81: Pull complete
3fa514be847f: Pull complete
0e40e791ed5f: Pull complete
1f05844481c1: Pull complete
984de9c75519: Pull complete
3bd5877a7c8d: Pull complete
b351fa832479: Pull complete
76339ec42270: Pull complete
4aef5176a1c1: Pull complete
9c61627241b4: Pull complete
1f42b8230038: Pull complete
f890ce5e02aa: Pull complete
d37dd929f794: Pull complete
7c8b03539c3b: Pull complete
71a411cfe0f8: Pull complete
3d55c25a0882: Pull complete
bedaefcf3d63: Pull complete
d5b57655f943: Pull complete
1514a87a5d59: Pull complete
f341a178edd4: Pull complete
Digest: sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed
Status: Downloaded newer image for ocaml/opam@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed
2026-01-27 15:54.18 ---> using "14a3aafbd053f90f80456868928e361883d2c7f606038c39984bee02944df3c5" from cache


/: (comment debian-13-5.4_riscv64_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-27 15:54.18 ---> using "1069d6d00ae181c67648d4359800b423774ffc2670961d6a9657135373dd2300" 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
2026-01-27 15:54.18 ---> using "4d1ec418290fd875e93a91b34e099cba10e49134936226ada46bab1c825bcce8" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-27 15:54.18 ---> using "241b65d4b95f11d4d2c19cb104bbad73e9444306dd2a7ff3e60fb4b19eabe6b1" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-27 15:54.18 ---> using "a44e6d4f266c7a67e8afe18f31e2098a8039a70ab804709f07c75e6ac33bcd3e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..e4bc1b0e55  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.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)
2026-01-27 15:54.18 ---> using "814301570a263910f70a56efc278bb25dd1612f2cf48655d7c81cb70ddce28a7" 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-01-27 15:54.19 ---> saved as "ab7ef92fb0aaacd8d71e43625a4b61ec489d5d08a0ab85d9b93df91e8571e1f1"


/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-01-27 15:55.04 ---> saved as "b29221829410fe26411b8c3e2e1b8ec86b9b7dfde3dd3d8b0b968be02ccd03a0"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-27 15:55.04 ---> saved as "5224431f4e4a7d209c97cc8f1e7aeb7c17cd080181019a33e45735817e698da0"


/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.21.0 dune-configurator.3.21.0 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.37.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/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]
- Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [90.3 kB]
- Fetched 181 kB in 0s (370 kB/s)
- Reading package lists...
- 


<><> 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-01-27 15:55.50 ---> saved as "98e09f194a6d839efdfc58a82cc4fc777d5265bf81ac968c7502a90a84aca6f0"


/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.21.0
- install dune-configurator       3.21.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.37.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.37.0  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (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.21.0
-> installed csexp.1.5.2
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed cppo.1.8.0
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocplib-endian.1.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.21.0
-> installed base.v0.17.3
-> installed ppxlib.0.37.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-01-27 16:05.38 ---> saved as "6f61c155842f6105b5382d141a75aac4180d7c043fbf3f71dff94b88e590ab41"


/src: (copy (src .) (dst /src))
2026-01-27 16:05.38 ---> saved as "e8a58625832c02412ae877e23a5c6f52a65f2815d42cfbbc8639462d7425109e"


/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.02 seconds
(cd _build/default/test/direct && ./main.exe)
Testing library 'lwt_direct'...
.............
Ok. 13 tests ran, 0 tests skipped in 0.01 seconds
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
...........
Ok. 11 tests ran, 0 tests skipped in 4.53 seconds
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
..................................SSSSS..................................................................................................................................................SSSS...............................................
Ok. 227 tests ran, 9 tests skipped in 6.57 seconds
(cd _build/default/test/core && ./main.exe)
Testing library 'core'...
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................
Ok. 705 tests ran, 23 tests skipped in 3.16 seconds
(cd _build/default/test/ppx && ./main.exe)
Testing library 'ppx'...
...................
Ok. 19 tests ran, 0 tests skipped in 1.21 seconds
2026-01-27 16:07.01 ---> saved as "f7fee39c4589f18c3f440cb5569d47b283a86a9f2ae54fc3241c1065555fcf2c"
Job succeeded
2026-01-27 16:07.01: Job succeeded