2026-01-27 13:54.14: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/deferred-wakeup (5f62a55618ae06b93ba7e53026f10d9d7075c5a5) (linux-x86_64:debian-13-5.4+flambda_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "deferred-wakeup" && cd "lwt" && git reset --hard 5f62a556 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8 # debian-13-5.4+flambda_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-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options 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 13:54.14: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8-debian-13-5.4+flambda_opam-2.5-3007304a9688460fc95c18541e8fea46" 2026-01-27 13:54.14: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8) (comment debian-13-5.4+flambda_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-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options 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 13:54.14: Waiting for resource in pool OCluster 2026-01-27 13:54.14: Waiting for worker… 2026-01-27 13:54.15: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 5f62a5561 fix mistranslation of original wakeup (from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8' locally docker.io/ocaml/opam@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8: Pulling from ocaml/opam 281b80c799de: Pulling fs layer 00fc4ac50d5e: Pulling fs layer 7dc48a314bea: Pulling fs layer 8f654937f9e3: Pulling fs layer 1240f6fbe8cc: Pulling fs layer f77f967230a1: Pulling fs layer 1b4ac3d9a8c2: Pulling fs layer 281b80c799de: Waiting 27b61414175d: Pulling fs layer 7dc48a314bea: Waiting 26fabf9b20e0: Pulling fs layer b4426e2c299b: Pulling fs layer 8f654937f9e3: Waiting 9c12df827e83: Pulling fs layer 9a5608646906: Pulling fs layer f77f967230a1: Waiting 2a83342677ae: Pulling fs layer 1240f6fbe8cc: Waiting 1b4ac3d9a8c2: Waiting 27b61414175d: Waiting 5cbaedd36b85: Pulling fs layer b4426e2c299b: Waiting 26fabf9b20e0: Waiting 750a9830ac77: Pulling fs layer 9a5608646906: Waiting 400560080670: Pulling fs layer 9c12df827e83: Waiting bad13195b6fa: Pulling fs layer b51fe78b498e: Pulling fs layer 185ce27e889b: Pulling fs layer 5cbaedd36b85: Waiting 8a483dc1e759: Pulling fs layer 4de9d6d54a13: Pulling fs layer 0c268a22c8a0: Pulling fs layer 750a9830ac77: Waiting 2a83342677ae: Waiting 4f4fb700ef54: Pulling fs layer b51fe78b498e: Waiting 185ce27e889b: Waiting e61881bc2621: Pulling fs layer bad13195b6fa: Waiting c864a4af1ff0: Pulling fs layer 0c268a22c8a0: Waiting 42d012f62ad9: Pulling fs layer 4de9d6d54a13: Waiting ccb2ed78fa2e: Pulling fs layer 400560080670: Waiting 84c22434b2f6: Pulling fs layer e61881bc2621: Waiting c864a4af1ff0: Waiting 18c972827b32: Pulling fs layer 8a483dc1e759: Waiting 42d012f62ad9: Waiting 4c6dcdff9e80: Pulling fs layer 84c22434b2f6: Waiting 18c972827b32: Waiting ccb2ed78fa2e: Waiting 280bf9d33ca6: Pulling fs layer 51ce8c29753c: Pulling fs layer 5ac80663b9d2: Pulling fs layer 4c6dcdff9e80: Waiting 93f877c915e3: Pulling fs layer 280bf9d33ca6: Waiting 8573ccc6bb69: Pulling fs layer d26192cd75ec: Pulling fs layer c7cce15b715e: Pulling fs layer 8573ccc6bb69: Waiting c998ca7b5976: Pulling fs layer 3cd1b61d806b: Pulling fs layer 93f877c915e3: Waiting d26192cd75ec: Waiting 19a26ec5319e: Pulling fs layer c998ca7b5976: Waiting b1f6813045f3: Pulling fs layer 2fb6fee07095: Pulling fs layer b1f6813045f3: Waiting d7a8a6f23075: Pulling fs layer 19a26ec5319e: Waiting d1eb163b4fac: Pulling fs layer 39e67413349c: Pulling fs layer 32625120391d: Pulling fs layer 2bb0fee11258: Pulling fs layer 39e67413349c: Waiting 2fb6fee07095: Waiting aed90036ed39: Pulling fs layer d7a8a6f23075: Waiting aed90036ed39: Waiting d1eb163b4fac: Waiting 00fc4ac50d5e: Download complete 7dc48a314bea: Download complete 8f654937f9e3: Verifying Checksum 8f654937f9e3: Download complete 1240f6fbe8cc: Verifying Checksum 1240f6fbe8cc: Download complete 281b80c799de: Verifying Checksum 281b80c799de: Download complete 281b80c799de: Pull complete 00fc4ac50d5e: Pull complete 7dc48a314bea: Pull complete 8f654937f9e3: Pull complete 1240f6fbe8cc: Pull complete 27b61414175d: Verifying Checksum 27b61414175d: Download complete f77f967230a1: Verifying Checksum f77f967230a1: Download complete 26fabf9b20e0: Verifying Checksum 26fabf9b20e0: Download complete b4426e2c299b: Verifying Checksum b4426e2c299b: Download complete 9c12df827e83: Verifying Checksum 9c12df827e83: Download complete 9a5608646906: Verifying Checksum 9a5608646906: Download complete 2a83342677ae: Verifying Checksum 2a83342677ae: Download complete 5cbaedd36b85: Verifying Checksum 5cbaedd36b85: Download complete 400560080670: Download complete 750a9830ac77: Verifying Checksum 750a9830ac77: Download complete 1b4ac3d9a8c2: Verifying Checksum 1b4ac3d9a8c2: Download complete bad13195b6fa: Verifying Checksum bad13195b6fa: Download complete b51fe78b498e: Download complete 8a483dc1e759: Verifying Checksum 8a483dc1e759: Download complete 185ce27e889b: Download complete 4de9d6d54a13: Verifying Checksum 4de9d6d54a13: Download complete 0c268a22c8a0: Download complete 4f4fb700ef54: Download complete e61881bc2621: Verifying Checksum e61881bc2621: Download complete c864a4af1ff0: Verifying Checksum c864a4af1ff0: Download complete ccb2ed78fa2e: Download complete 84c22434b2f6: Verifying Checksum 84c22434b2f6: Download complete 42d012f62ad9: Verifying Checksum 42d012f62ad9: Download complete f77f967230a1: Pull complete 1b4ac3d9a8c2: Pull complete 27b61414175d: Pull complete 26fabf9b20e0: Pull complete 18c972827b32: Download complete b4426e2c299b: Pull complete 4c6dcdff9e80: Verifying Checksum 4c6dcdff9e80: Download complete 280bf9d33ca6: Verifying Checksum 280bf9d33ca6: Download complete 9c12df827e83: Pull complete 9a5608646906: Pull complete 2a83342677ae: Pull complete 5cbaedd36b85: Pull complete 750a9830ac77: Pull complete 400560080670: Pull complete 5ac80663b9d2: Verifying Checksum 5ac80663b9d2: Download complete bad13195b6fa: Pull complete b51fe78b498e: Pull complete 51ce8c29753c: Download complete 185ce27e889b: Pull complete 8a483dc1e759: Pull complete 4de9d6d54a13: Pull complete 93f877c915e3: Download complete 0c268a22c8a0: Pull complete 4f4fb700ef54: Pull complete e61881bc2621: Pull complete c864a4af1ff0: Pull complete 42d012f62ad9: Pull complete ccb2ed78fa2e: Pull complete 84c22434b2f6: Pull complete 18c972827b32: Pull complete 4c6dcdff9e80: Pull complete 280bf9d33ca6: Pull complete 51ce8c29753c: Pull complete 5ac80663b9d2: Pull complete 93f877c915e3: Pull complete 8573ccc6bb69: Download complete 8573ccc6bb69: Pull complete c7cce15b715e: Verifying Checksum c7cce15b715e: Download complete 3cd1b61d806b: Verifying Checksum 3cd1b61d806b: Download complete 19a26ec5319e: Download complete c998ca7b5976: Verifying Checksum c998ca7b5976: Download complete b1f6813045f3: Download complete 2fb6fee07095: Download complete d7a8a6f23075: Verifying Checksum d7a8a6f23075: Download complete d1eb163b4fac: Verifying Checksum d1eb163b4fac: Download complete 32625120391d: Verifying Checksum 32625120391d: Download complete 2bb0fee11258: Verifying Checksum 2bb0fee11258: Download complete aed90036ed39: Verifying Checksum aed90036ed39: Download complete 39e67413349c: Verifying Checksum 39e67413349c: Download complete d26192cd75ec: Verifying Checksum d26192cd75ec: Download complete d26192cd75ec: Pull complete c7cce15b715e: Pull complete c998ca7b5976: Pull complete 3cd1b61d806b: Pull complete 19a26ec5319e: Pull complete b1f6813045f3: Pull complete 2fb6fee07095: Pull complete d7a8a6f23075: Pull complete d1eb163b4fac: Pull complete 39e67413349c: Pull complete 32625120391d: Pull complete 2bb0fee11258: Pull complete aed90036ed39: Pull complete Digest: sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8 Status: Downloaded newer image for ocaml/opam@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8 2026-01-27 13:54.16 ---> using "c8fe2874b311935dab17a36a624c1c045982974c34bbbbb407f5c0ccc087ecd5" from cache /: (comment debian-13-5.4+flambda_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 13:54.16 ---> using "dc7db11a86192beda370fb584323a0dfd47e2408a50a956c3fbdc06f4ed32134" 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-01-27 13:54.16 ---> using "19f277dcba8e556396bf47163fbf03829c528b4fecc28881570beea9a359c780" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-01-27 13:54.16 ---> using "820ec10ceca1598c1fb72bc0f9449e0a41a767e7b34297851d598dcee674520b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-27 13:54.16 ---> using "ab0b9c476a6011386a62452404a6d6cbf16cf3fb6ed3b41d647990ff2b891301" 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..da10f1e072 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 13:54.16 ---> using "5fb7ab1a73b9eaac7cb8edef7c6f85bfd3f040ad9a1fe73d599afc5ff40af75c" 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 13:54.17 ---> saved as "acb0c4ba24ba045a44bfc9196cb92a4339fc2160f3335ede92d5285e5022765f" /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 13:54.24 ---> saved as "4dd10c8c62bafb4c11a7af2ef702722e666a23cd9151a8f9e9e361465da823af" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-27 13:54.24 ---> saved as "74e3802742bcf2c36fd62df8a6dd8a8dc2d578b14a8dc9ada76202b34a42eaf0" /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-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options 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" - 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 amd64 Packages [9670 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [97.9 kB] - Fetched 9999 kB in 1s (8218 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-variants is already installed (current version is 5.4.0+options). [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 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 13:54.32 ---> saved as "4edcf324d8e648d14e85919d49c38797a3cec2e32fbf25af98e2d791e0ea601d" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options). [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 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 ppx_derivers.1.2.1 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed sexplib0.v0.17.0 -> installed ocplib-endian.1.2 -> 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 13:55.28 ---> saved as "a1bd2953b550f944480ee3f0dc254d65d07eb33b03639a68af6497b34ef1e706" /src: (copy (src .) (dst /src)) 2026-01-27 13:55.28 ---> saved as "e33c1a55a932112a53a47380e163553802a9a812b2771b79fcaf321df37d493b" /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. 19 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. 227 tests ran, 9 tests skipped in 6.28 seconds 2026-01-27 14:54.15: Cancelling: Timeout (60.0 minutes) Job cancelled 2026-01-27 14:54.15: Timeout (60.0 minutes)