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:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "deferred-wakeup" && cd "lwt" && git reset --hard 5f62a556cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8# debian-13-5.4+flambda_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-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 OCluster2026-01-27 13:54.14: Waiting for worker…2026-01-27 13:54.15: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD 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' locallydocker.io/ocaml/opam@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8: Pulling from ocaml/opam281b80c799de: Pulling fs layer00fc4ac50d5e: Pulling fs layer7dc48a314bea: Pulling fs layer8f654937f9e3: Pulling fs layer1240f6fbe8cc: Pulling fs layerf77f967230a1: Pulling fs layer1b4ac3d9a8c2: Pulling fs layer281b80c799de: Waiting27b61414175d: Pulling fs layer7dc48a314bea: Waiting26fabf9b20e0: Pulling fs layerb4426e2c299b: Pulling fs layer8f654937f9e3: Waiting9c12df827e83: Pulling fs layer9a5608646906: Pulling fs layerf77f967230a1: Waiting2a83342677ae: Pulling fs layer1240f6fbe8cc: Waiting1b4ac3d9a8c2: Waiting27b61414175d: Waiting5cbaedd36b85: Pulling fs layerb4426e2c299b: Waiting26fabf9b20e0: Waiting750a9830ac77: Pulling fs layer9a5608646906: Waiting400560080670: Pulling fs layer9c12df827e83: Waitingbad13195b6fa: Pulling fs layerb51fe78b498e: Pulling fs layer185ce27e889b: Pulling fs layer5cbaedd36b85: Waiting8a483dc1e759: Pulling fs layer4de9d6d54a13: Pulling fs layer0c268a22c8a0: Pulling fs layer750a9830ac77: Waiting2a83342677ae: Waiting4f4fb700ef54: Pulling fs layerb51fe78b498e: Waiting185ce27e889b: Waitinge61881bc2621: Pulling fs layerbad13195b6fa: Waitingc864a4af1ff0: Pulling fs layer0c268a22c8a0: Waiting42d012f62ad9: Pulling fs layer4de9d6d54a13: Waitingccb2ed78fa2e: Pulling fs layer400560080670: Waiting84c22434b2f6: Pulling fs layere61881bc2621: Waitingc864a4af1ff0: Waiting18c972827b32: Pulling fs layer8a483dc1e759: Waiting42d012f62ad9: Waiting4c6dcdff9e80: Pulling fs layer84c22434b2f6: Waiting18c972827b32: Waitingccb2ed78fa2e: Waiting280bf9d33ca6: Pulling fs layer51ce8c29753c: Pulling fs layer5ac80663b9d2: Pulling fs layer4c6dcdff9e80: Waiting93f877c915e3: Pulling fs layer280bf9d33ca6: Waiting8573ccc6bb69: Pulling fs layerd26192cd75ec: Pulling fs layerc7cce15b715e: Pulling fs layer8573ccc6bb69: Waitingc998ca7b5976: Pulling fs layer3cd1b61d806b: Pulling fs layer93f877c915e3: Waitingd26192cd75ec: Waiting19a26ec5319e: Pulling fs layerc998ca7b5976: Waitingb1f6813045f3: Pulling fs layer2fb6fee07095: Pulling fs layerb1f6813045f3: Waitingd7a8a6f23075: Pulling fs layer19a26ec5319e: Waitingd1eb163b4fac: Pulling fs layer39e67413349c: Pulling fs layer32625120391d: Pulling fs layer2bb0fee11258: Pulling fs layer39e67413349c: Waiting2fb6fee07095: Waitingaed90036ed39: Pulling fs layerd7a8a6f23075: Waitingaed90036ed39: Waitingd1eb163b4fac: Waiting00fc4ac50d5e: Download complete7dc48a314bea: Download complete8f654937f9e3: Verifying Checksum8f654937f9e3: Download complete1240f6fbe8cc: Verifying Checksum1240f6fbe8cc: Download complete281b80c799de: Verifying Checksum281b80c799de: Download complete281b80c799de: Pull complete00fc4ac50d5e: Pull complete7dc48a314bea: Pull complete8f654937f9e3: Pull complete1240f6fbe8cc: Pull complete27b61414175d: Verifying Checksum27b61414175d: Download completef77f967230a1: Verifying Checksumf77f967230a1: Download complete26fabf9b20e0: Verifying Checksum26fabf9b20e0: Download completeb4426e2c299b: Verifying Checksumb4426e2c299b: Download complete9c12df827e83: Verifying Checksum9c12df827e83: Download complete9a5608646906: Verifying Checksum9a5608646906: Download complete2a83342677ae: Verifying Checksum2a83342677ae: Download complete5cbaedd36b85: Verifying Checksum5cbaedd36b85: Download complete400560080670: Download complete750a9830ac77: Verifying Checksum750a9830ac77: Download complete1b4ac3d9a8c2: Verifying Checksum1b4ac3d9a8c2: Download completebad13195b6fa: Verifying Checksumbad13195b6fa: Download completeb51fe78b498e: Download complete8a483dc1e759: Verifying Checksum8a483dc1e759: Download complete185ce27e889b: Download complete4de9d6d54a13: Verifying Checksum4de9d6d54a13: Download complete0c268a22c8a0: Download complete4f4fb700ef54: Download completee61881bc2621: Verifying Checksume61881bc2621: Download completec864a4af1ff0: Verifying Checksumc864a4af1ff0: Download completeccb2ed78fa2e: Download complete84c22434b2f6: Verifying Checksum84c22434b2f6: Download complete42d012f62ad9: Verifying Checksum42d012f62ad9: Download completef77f967230a1: Pull complete1b4ac3d9a8c2: Pull complete27b61414175d: Pull complete26fabf9b20e0: Pull complete18c972827b32: Download completeb4426e2c299b: Pull complete4c6dcdff9e80: Verifying Checksum4c6dcdff9e80: Download complete280bf9d33ca6: Verifying Checksum280bf9d33ca6: Download complete9c12df827e83: Pull complete9a5608646906: Pull complete2a83342677ae: Pull complete5cbaedd36b85: Pull complete750a9830ac77: Pull complete400560080670: Pull complete5ac80663b9d2: Verifying Checksum5ac80663b9d2: Download completebad13195b6fa: Pull completeb51fe78b498e: Pull complete51ce8c29753c: Download complete185ce27e889b: Pull complete8a483dc1e759: Pull complete4de9d6d54a13: Pull complete93f877c915e3: Download complete0c268a22c8a0: Pull complete4f4fb700ef54: Pull completee61881bc2621: Pull completec864a4af1ff0: Pull complete42d012f62ad9: Pull completeccb2ed78fa2e: Pull complete84c22434b2f6: Pull complete18c972827b32: Pull complete4c6dcdff9e80: Pull complete280bf9d33ca6: Pull complete51ce8c29753c: Pull complete5ac80663b9d2: Pull complete93f877c915e3: Pull complete8573ccc6bb69: Download complete8573ccc6bb69: Pull completec7cce15b715e: Verifying Checksumc7cce15b715e: Download complete3cd1b61d806b: Verifying Checksum3cd1b61d806b: Download complete19a26ec5319e: Download completec998ca7b5976: Verifying Checksumc998ca7b5976: Download completeb1f6813045f3: Download complete2fb6fee07095: Download completed7a8a6f23075: Verifying Checksumd7a8a6f23075: Download completed1eb163b4fac: Verifying Checksumd1eb163b4fac: Download complete32625120391d: Verifying Checksum32625120391d: Download complete2bb0fee11258: Verifying Checksum2bb0fee11258: Download completeaed90036ed39: Verifying Checksumaed90036ed39: Download complete39e67413349c: Verifying Checksum39e67413349c: Download completed26192cd75ec: Verifying Checksumd26192cd75ec: Download completed26192cd75ec: Pull completec7cce15b715e: Pull completec998ca7b5976: Pull complete3cd1b61d806b: Pull complete19a26ec5319e: Pull completeb1f6813045f3: Pull complete2fb6fee07095: Pull completed7a8a6f23075: Pull completed1eb163b4fac: Pull complete39e67413349c: Pull complete32625120391d: Pull complete2bb0fee11258: Pull completeaed90036ed39: Pull completeDigest: sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a8Status: Downloaded newer image for ocaml/opam@sha256:5e17466e6f7e30ed05201e6eaa188b26ed09caa5236a24a3ad1c6c17559fe4a82026-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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-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-genericThe OCaml toplevel, version 5.4.02.5.02026-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_HEADa6b2f19780..da10f1e072 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready 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.1Done.# 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 secondsFile "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 seconds2026-01-27 14:54.15: Cancelling: Timeout (60.0 minutes)Job cancelled2026-01-27 14:54.15: Timeout (60.0 minutes)