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.2_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7Opam 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.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7# debian-13-5.2_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-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.2.1 ocaml-base-compiler.5.2.1 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 $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.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7-debian-13-5.2_opam-2.5-270a4f31eafe2088bf623531eb63e409"2026-01-27 13:54.14: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7)(comment debian-13-5.2_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-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.2.1 ocaml-base-compiler.5.2.1 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 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 toxis.caelum.ci.devAll commits already cachedHEAD is now at 5f62a5561 fix mistranslation of original wakeup(from ocaml/opam:debian-13-ocaml-5.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7)Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7' locallydocker.io/ocaml/opam@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7: Pulling from ocaml/opam281b80c799de: Pulling fs layerce76feb86791: Pulling fs layer7984eb0e5b45: Pulling fs layer56c452a960b1: Pulling fs layerb85825bef00a: Pulling fs layerd6ff43dfb85c: Pulling fs layer4197ec645389: Pulling fs layer37cac33e41ff: Pulling fs layer4cb993fb248e: Pulling fs layerca442870f91f: Pulling fs layerb1d1a2fb5f4a: Pulling fs layer0dea577b2801: Pulling fs layercc10daaea4fd: Pulling fs layer5f878cb1723a: Pulling fs layer8968959fa983: Pulling fs layer5bdd9b9ed0e3: Pulling fs layer55661c5b388f: Pulling fs layer92d1dc6907bd: Pulling fs layer7100b414728b: Pulling fs layera6a54ddc9818: Pulling fs layera920ad627810: Pulling fs layer4f4fb700ef54: Pulling fs layerf7df7b6e19c0: Pulling fs layercd713d66718c: Pulling fs layer6ed45ab2af86: Pulling fs layer40598b80a8fe: Pulling fs layer983f7969ff00: Pulling fs layer37cac33e41ff: Waiting40ec09ee09bd: Pulling fs layer4cb993fb248e: Waitingca442870f91f: Waiting76a0afa38cd9: Pulling fs layer1d5a564d139a: Pulling fs layerb1d1a2fb5f4a: Waiting0dea577b2801: Waitingcc10daaea4fd: Waiting5f878cb1723a: Waiting8968959fa983: Waiting5bdd9b9ed0e3: Waiting55661c5b388f: Waiting92d1dc6907bd: Waiting7100b414728b: Waitinga6a54ddc9818: Waitinga920ad627810: Waiting4f4fb700ef54: Waitingf7df7b6e19c0: Waitingcd713d66718c: Waiting6ed45ab2af86: Waiting40598b80a8fe: Waiting82883b85a4f0: Pulling fs layer1d8458efd73b: Pulling fs layer983f7969ff00: Waiting2d80a9fac9ac: Pulling fs layer40ec09ee09bd: Waiting4d69ee6ae94b: Pulling fs layerce8d28b713f1: Pulling fs layerb85825bef00a: Waiting76a0afa38cd9: Waiting1d5a564d139a: Waiting97580d938033: Pulling fs layerda5fa40e04f8: Pulling fs layerd7a499968f64: Pulling fs layer28e5932c7c69: Pulling fs layer81389c423fc3: Pulling fs layer4d539b35ca4b: Pulling fs layer174d636e7732: Pulling fs layer97c418526f61: Pulling fs layer520aa5adcd88: Pulling fs layer82883b85a4f0: Waitingd6ff43dfb85c: Waiting2b18979031bf: Pulling fs layer56c452a960b1: Waitingbb421667400f: Pulling fs layer4197ec645389: Waitingb928d85a3951: Pulling fs layer1d8458efd73b: Waiting2d80a9fac9ac: Waiting4d69ee6ae94b: Waiting28e5932c7c69: Waiting81389c423fc3: Waitingce8d28b713f1: Waiting4d539b35ca4b: Waiting97580d938033: Waiting174d636e7732: Waitingda5fa40e04f8: Waitingd7a499968f64: Waiting97c418526f61: Waiting520aa5adcd88: Waiting2b18979031bf: Waitingbb421667400f: Waiting7984eb0e5b45: Verifying Checksum7984eb0e5b45: Download completece76feb86791: Verifying Checksumce76feb86791: Download completeb85825bef00a: Verifying Checksumb85825bef00a: Download complete56c452a960b1: Download complete4197ec645389: Download complete37cac33e41ff: Verifying Checksum37cac33e41ff: Download complete4cb993fb248e: Verifying Checksum4cb993fb248e: Download completeca442870f91f: Verifying Checksumca442870f91f: Download complete281b80c799de: Verifying Checksum281b80c799de: Download completeb1d1a2fb5f4a: Verifying Checksumb1d1a2fb5f4a: Download complete0dea577b2801: Verifying Checksum0dea577b2801: Download completecc10daaea4fd: Verifying Checksumcc10daaea4fd: Download complete8968959fa983: Verifying Checksum8968959fa983: Download complete5f878cb1723a: Verifying Checksum5f878cb1723a: Download complete55661c5b388f: Verifying Checksum55661c5b388f: Download complete5bdd9b9ed0e3: Verifying Checksum5bdd9b9ed0e3: Download complete92d1dc6907bd: Verifying Checksum92d1dc6907bd: Download complete7100b414728b: Verifying Checksum7100b414728b: Download completea6a54ddc9818: Verifying Checksuma6a54ddc9818: Download completea920ad627810: Verifying Checksuma920ad627810: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completecd713d66718c: Verifying Checksumcd713d66718c: Download completef7df7b6e19c0: Verifying Checksumf7df7b6e19c0: Download complete6ed45ab2af86: Verifying Checksum6ed45ab2af86: Download complete40598b80a8fe: Verifying Checksum40598b80a8fe: Download complete983f7969ff00: Verifying Checksum983f7969ff00: Download complete40ec09ee09bd: Verifying Checksum40ec09ee09bd: Download complete76a0afa38cd9: Download complete1d5a564d139a: Verifying Checksum1d5a564d139a: Download complete82883b85a4f0: Verifying Checksum82883b85a4f0: Download complete1d8458efd73b: Verifying Checksum1d8458efd73b: Download complete2d80a9fac9ac: Verifying Checksum2d80a9fac9ac: Download complete4d69ee6ae94b: Download complete97580d938033: Download completeda5fa40e04f8: Verifying Checksumda5fa40e04f8: Download completed7a499968f64: Verifying Checksumd7a499968f64: Download completece8d28b713f1: Verifying Checksumce8d28b713f1: Download complete28e5932c7c69: Verifying Checksum28e5932c7c69: Download complete81389c423fc3: Verifying Checksum81389c423fc3: Download complete4d539b35ca4b: Verifying Checksum4d539b35ca4b: Download complete97c418526f61: Verifying Checksum97c418526f61: Download complete174d636e7732: Verifying Checksum174d636e7732: Download complete2b18979031bf: Verifying Checksum2b18979031bf: Download completebb421667400f: Verifying Checksumbb421667400f: Download complete281b80c799de: Pull completeb928d85a3951: Download completed6ff43dfb85c: Download complete520aa5adcd88: Verifying Checksum520aa5adcd88: Download completece76feb86791: Pull complete7984eb0e5b45: Pull complete56c452a960b1: Pull completeb85825bef00a: Pull completed6ff43dfb85c: Pull complete4197ec645389: Pull complete37cac33e41ff: Pull complete4cb993fb248e: Pull completeca442870f91f: Pull completeb1d1a2fb5f4a: Pull complete0dea577b2801: Pull completecc10daaea4fd: Pull complete5f878cb1723a: Pull complete8968959fa983: Pull complete5bdd9b9ed0e3: Pull complete55661c5b388f: Pull complete92d1dc6907bd: Pull complete7100b414728b: Pull completea6a54ddc9818: Pull completea920ad627810: Pull complete4f4fb700ef54: Pull completef7df7b6e19c0: Pull completecd713d66718c: Pull complete6ed45ab2af86: Pull complete40598b80a8fe: Pull complete983f7969ff00: Pull complete40ec09ee09bd: Pull complete76a0afa38cd9: Pull complete1d5a564d139a: Pull complete82883b85a4f0: Pull complete1d8458efd73b: Pull complete2d80a9fac9ac: Pull complete4d69ee6ae94b: Pull completece8d28b713f1: Pull complete97580d938033: Pull completeda5fa40e04f8: Pull completed7a499968f64: Pull complete28e5932c7c69: Pull complete81389c423fc3: Pull complete4d539b35ca4b: Pull complete174d636e7732: Pull complete97c418526f61: Pull complete520aa5adcd88: Pull complete2b18979031bf: Pull completebb421667400f: Pull completeb928d85a3951: Pull completeDigest: sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7Status: Downloaded newer image for ocaml/opam@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa72026-01-27 13:54.16 ---> using "b5bd9c066c3a792f2449958b5ac2051bcdf89adcf9c907dce832deb855abab3d" from cache/: (comment debian-13-5.2_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 "937e5e29aa32e2d3d65932219aff86ca7263a3ac55f1634b532ff058a33f420f" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-27 13:54.16 ---> using "0a8bb0b9372941336838614dd7a29347589db13933bc0fcfceb7c30c42d80a7c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.2.12.5.02026-01-27 13:54.16 ---> using "2c8720faf6ba20f27b5795b8482074f2111223221df3e136271b644f4ac56492" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 13:54.16 ---> using "63ad37411282d5b15b43522ac7d7485f201340e4b83ee4ebf5a2684e04012c50" 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_HEAD16d9c0eb87..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-repositoryEverything 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 13:54.16 ---> using "bc0aa2fe1be2a71ebac8b28ffae526af50cc014aa9582ca3ddf96b2f919a392d" 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.16 ---> saved as "62e7d08d18df5dab7bcde46b38220dc51bf61e829aebf1a23eb8073a36d980ac"/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.26 ---> saved as "1e9b393b33e97a6d634cee715e269871498a17a0258eb43170f3698dce3dc0d6"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 13:54.27 ---> saved as "4f9ed27e8cb55aac0b4c6a81451aa6d97e5ef7aa17e40a156244828d299f54ed"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.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.2.1 ocaml-base-compiler.5.2.1 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"- 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 2s (4463 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-base-compiler is already installed (current version is 5.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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-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.40 ---> saved as "da91502d1549cdd87fc3bfbba591a342cfdbd7e7de73973e129a24e72dcfdfed"/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-base-compiler is already installed (current version is 5.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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-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 csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.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.48 ---> saved as "edc2d3bd0ac81a9548d898a537781f808b986086a190d6d4dded8b4f4ec398ae"/src: (copy (src .) (dst /src))2026-01-27 13:55.48 ---> saved as "079f8e9594e36bdc5c43d12677ea5f2be95ced24e5a3d9087daea8f3db06b7c9"/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.31 seconds2026-01-27 14:54.15: Cancelling: Timeout (60.0 minutes)Job cancelled2026-01-27 14:54.15: Timeout (60.0 minutes)