Organisationsocsigenlwtb20ad4 ()debian-13-4.14_x86_32_opam-2.5

debian-13-4.14_x86_32_opam-2.5

Logs

Show full logs
2026-01-27 10:55.33: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/deferred-wakeup (b20ad40423428915603c63bf36ea9f57e79c53a6) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocsigen/lwt.git" -b "deferred-wakeup" && cd "lwt" && git reset --hard b20ad404
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5
# debian-13-4.14_x86_32_opam-2.5
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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_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.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.16.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_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

2026-01-27 10:55.33: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5-debian-13-4.14_x86_32_opam-2.5-177da2e5de974ccd97156e2e01baa047"
2026-01-27 10:55.33: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5)
 (comment debian-13-4.14_x86_32_opam-2.5)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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_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.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.16.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_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"))
)

2026-01-27 10:55.33: Waiting for resource in pool OCluster
2026-01-27 10:55.34: Waiting for worker…
2026-01-27 10:55.34: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at b20ad4042 rehaul

(from ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5' locally
docker.io/ocaml/opam@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5: Pulling from ocaml/opam
7ba68d5e03a0: Pulling fs layer
07b8ed5c5fc7: Pulling fs layer
58593d382636: Pulling fs layer
0ac347eff7cb: Pulling fs layer
9e0dce827f6c: Pulling fs layer
59412abebd11: Pulling fs layer
6f40c6b8e49d: Pulling fs layer
d425252fe4ce: Pulling fs layer
d2fd5628395f: Pulling fs layer
1afdf15deb97: Pulling fs layer
b0f895c507c7: Pulling fs layer
008ad3ebfa79: Pulling fs layer
2c2f57579aeb: Pulling fs layer
d53c2fa82d21: Pulling fs layer
e4d849d21609: Pulling fs layer
9e0dce827f6c: Waiting
105c7911a399: Pulling fs layer
59412abebd11: Waiting
cffce0974ee5: Pulling fs layer
2592e9c0b5c6: Pulling fs layer
0ac347eff7cb: Waiting
e781106bd8eb: Pulling fs layer
6f40c6b8e49d: Waiting
a92c4ad367c1: Pulling fs layer
a5032c647546: Pulling fs layer
db024d7ceed7: Pulling fs layer
d425252fe4ce: Waiting
105c7911a399: Waiting
4f4fb700ef54: Pulling fs layer
2c2f57579aeb: Waiting
b0f895c507c7: Waiting
d2fd5628395f: Waiting
e4d849d21609: Waiting
d53c2fa82d21: Waiting
b736586eae86: Pulling fs layer
0793122c5463: Pulling fs layer
008ad3ebfa79: Waiting
1afdf15deb97: Waiting
d43d7e0d3789: Pulling fs layer
e781106bd8eb: Waiting
2592e9c0b5c6: Waiting
524f31350c16: Pulling fs layer
db024d7ceed7: Waiting
a92c4ad367c1: Waiting
a5032c647546: Waiting
0793122c5463: Waiting
834542d0184a: Pulling fs layer
4f4fb700ef54: Waiting
92a1bdddbb21: Pulling fs layer
524f31350c16: Waiting
d43d7e0d3789: Waiting
db8f6f57c096: Pulling fs layer
834542d0184a: Waiting
8b21ba328ac8: Pulling fs layer
b62a644fd3ae: Pulling fs layer
74df08082153: Pulling fs layer
4544a2d99dec: Pulling fs layer
f1c2491fd607: Pulling fs layer
b65b8b420dec: Pulling fs layer
b62a644fd3ae: Waiting
8b21ba328ac8: Waiting
b7d2dd83e3d1: Pulling fs layer
4544a2d99dec: Waiting
2705612c6e82: Pulling fs layer
74df08082153: Waiting
b65b8b420dec: Waiting
296f4af8d4cd: Pulling fs layer
f1c2491fd607: Waiting
6858402c6fe2: Pulling fs layer
a04f04ce7fcc: Pulling fs layer
2705612c6e82: Waiting
5b4901c89fd9: Pulling fs layer
5ea4f9314f65: Pulling fs layer
76fc04b8943d: Pulling fs layer
3f8bac1f3979: Pulling fs layer
5b4901c89fd9: Waiting
296f4af8d4cd: Waiting
76fc04b8943d: Waiting
a04f04ce7fcc: Waiting
5ea4f9314f65: Waiting
6858402c6fe2: Waiting
58593d382636: Download complete
07b8ed5c5fc7: Verifying Checksum
07b8ed5c5fc7: Download complete
9e0dce827f6c: Verifying Checksum
9e0dce827f6c: Download complete
0ac347eff7cb: Verifying Checksum
0ac347eff7cb: Download complete
7ba68d5e03a0: Verifying Checksum
7ba68d5e03a0: Download complete
d425252fe4ce: Verifying Checksum
d425252fe4ce: Download complete
6f40c6b8e49d: Verifying Checksum
6f40c6b8e49d: Download complete
7ba68d5e03a0: Pull complete
07b8ed5c5fc7: Pull complete
58593d382636: Pull complete
d2fd5628395f: Verifying Checksum
d2fd5628395f: Download complete
1afdf15deb97: Verifying Checksum
1afdf15deb97: Download complete
0ac347eff7cb: Pull complete
9e0dce827f6c: Pull complete
b0f895c507c7: Verifying Checksum
b0f895c507c7: Download complete
008ad3ebfa79: Verifying Checksum
008ad3ebfa79: Download complete
2c2f57579aeb: Verifying Checksum
2c2f57579aeb: Download complete
d53c2fa82d21: Verifying Checksum
d53c2fa82d21: Download complete
e4d849d21609: Download complete
105c7911a399: Download complete
cffce0974ee5: Verifying Checksum
cffce0974ee5: Download complete
2592e9c0b5c6: Verifying Checksum
2592e9c0b5c6: Download complete
e781106bd8eb: Verifying Checksum
e781106bd8eb: Download complete
a92c4ad367c1: Verifying Checksum
a92c4ad367c1: Download complete
a5032c647546: Verifying Checksum
a5032c647546: Download complete
db024d7ceed7: Verifying Checksum
db024d7ceed7: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
b736586eae86: Download complete
0793122c5463: Verifying Checksum
0793122c5463: Download complete
d43d7e0d3789: Verifying Checksum
d43d7e0d3789: Download complete
524f31350c16: Verifying Checksum
524f31350c16: Download complete
834542d0184a: Verifying Checksum
834542d0184a: Download complete
92a1bdddbb21: Verifying Checksum
92a1bdddbb21: Download complete
db8f6f57c096: Verifying Checksum
db8f6f57c096: Download complete
8b21ba328ac8: Verifying Checksum
8b21ba328ac8: Download complete
b62a644fd3ae: Download complete
74df08082153: Download complete
4544a2d99dec: Verifying Checksum
4544a2d99dec: Download complete
f1c2491fd607: Verifying Checksum
f1c2491fd607: Download complete
b7d2dd83e3d1: Verifying Checksum
b7d2dd83e3d1: Download complete
b65b8b420dec: Verifying Checksum
b65b8b420dec: Download complete
296f4af8d4cd: Download complete
6858402c6fe2: Download complete
2705612c6e82: Verifying Checksum
2705612c6e82: Download complete
a04f04ce7fcc: Download complete
5ea4f9314f65: Download complete
76fc04b8943d: Download complete
3f8bac1f3979: Download complete
59412abebd11: Verifying Checksum
59412abebd11: Download complete
5b4901c89fd9: Verifying Checksum
5b4901c89fd9: Download complete
59412abebd11: Pull complete
6f40c6b8e49d: Pull complete
d425252fe4ce: Pull complete
d2fd5628395f: Pull complete
1afdf15deb97: Pull complete
b0f895c507c7: Pull complete
008ad3ebfa79: Pull complete
2c2f57579aeb: Pull complete
d53c2fa82d21: Pull complete
e4d849d21609: Pull complete
105c7911a399: Pull complete
cffce0974ee5: Pull complete
2592e9c0b5c6: Pull complete
e781106bd8eb: Pull complete
a92c4ad367c1: Pull complete
a5032c647546: Pull complete
db024d7ceed7: Pull complete
4f4fb700ef54: Pull complete
b736586eae86: Pull complete
0793122c5463: Pull complete
d43d7e0d3789: Pull complete
524f31350c16: Pull complete
834542d0184a: Pull complete
92a1bdddbb21: Pull complete
db8f6f57c096: Pull complete
8b21ba328ac8: Pull complete
b62a644fd3ae: Pull complete
74df08082153: Pull complete
4544a2d99dec: Pull complete
f1c2491fd607: Pull complete
b65b8b420dec: Pull complete
b7d2dd83e3d1: Pull complete
2705612c6e82: Pull complete
296f4af8d4cd: Pull complete
6858402c6fe2: Pull complete
a04f04ce7fcc: Pull complete
5b4901c89fd9: Pull complete
5ea4f9314f65: Pull complete
76fc04b8943d: Pull complete
3f8bac1f3979: Pull complete
Digest: sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5
Status: Downloaded newer image for ocaml/opam@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2026-01-27 10:57.32 ---> saved as "bf2730aaf7df93ddabe6b4d8c89ba92b2e6829e58850311df4ca9432593a9013"

/: (comment debian-13-4.14_x86_32_opam-2.5)

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

/: (shell /usr/bin/linux32 /bin/sh -c)

/: (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 10:57.33 ---> saved as "bbc2bdeb0cdbada570a3aa1700ebe4e17b87b134a5ff77474eb24b3097d0714a"

/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 10:58.08 ---> saved as "e52de50ed2ca27754095a1af01fc2e0219c243990283a19710c72be5f10d79d2"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-01-27 10:58.08 ---> saved as "af124018b0c7b27ba80a285511be712f78de8aecaafc997998a1750cd675d93d"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-01-27 10:58.08 ---> saved as "793e34cfe72a70646355777021c8fbc6661927936a00a38033d49422f95bc208"

/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
   16d9c0eb87..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

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.4.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-01-27 10:58.24 ---> saved as "2660e54a3ddebf48a41edd5401f0f14c60abd584d55388a765344e5d8d8dd4ed"

/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)
            (dst ./))
2026-01-27 10:58.24 ---> saved as "9aa038942ea9339d692715462acd058787df570e908a33646e690376d6770252"

/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)
2026-01-27 10:58.31 ---> saved as "394d965121e3b49d6164754fd41cb55552d41eb65999d3d7ef22ce28d5c13143"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-27 10:58.31 ---> saved as "30b50d50b468686edfa95ad838d34be99d206ab26f9f24332cb4c939dcee9687"

/src: (env DEPS "base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.16.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_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main i386 Packages [9429 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [89.7 kB]
- Fetched 9750 kB in 2s (5697 kB/s)
- Reading package lists...
- 

<><> 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-01-27 10:58.43 ---> saved as "a645ac6b220c23973c066a96853b43de0c356a709084de1bb96f1b24077bde1d"

/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 20 packages
  - install base                v0.16.4
  - install base-bytes          base
  - install bisect_ppx          2.8.3
  - install cmdliner            1.3.0
  - 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.12.4
  - 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.16.0
  - install ppx_let             v0.16.0
  - install ppxlib              0.35.0
  - install react               1.2.2
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install topkg               1.1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4  (cached)
-> retrieved bisect_ppx.2.8.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (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.16.0  (cached)
-> retrieved ppx_let.v0.16.0  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> installed cmdliner.1.3.0
-> 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 ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.0
-> installed base.v0.16.4
-> installed ppxlib.0.35.0
-> installed ppx_here.v0.16.0
-> installed bisect_ppx.2.8.3
-> installed ppx_let.v0.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-27 10:59.45 ---> saved as "3e03a8124455299669f59603192b5b405f5374323d6535b8e6f604525f177500"

/src: (copy (src .) (dst /src))
2026-01-27 10:59.45 ---> saved as "9f379b53d2ac73063f60b8f2e33bd497d727bc395f0e2b216a9bcf89cf974d26"

/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/ppx && ./main.exe)
Testing library 'ppx'...
................
Ok. 16 tests ran, 0 tests skipped in 1.20 seconds
File "test/react/dune", line 2, characters 7-11:
2 |  (name main)
           ^^^^
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
F.......
Failures in test suite 'lwt_event':
Test 'to_stream' produced 'false'
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
.....................................SSSSS..............................................................................................................SSSS...................................................................................
Ok. 230 tests ran, 9 tests skipped in 6.30 seconds
2026-01-27 11:55.34: Cancelling: Timeout (60.0 minutes)
Job cancelled
2026-01-27 11:55.34: Timeout (60.0 minutes)