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-5.0_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "deferred-wakeup" && cd "lwt" && git reset --hard b20ad404cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4# debian-13-5.0_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_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-domains.base base-nnp.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.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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 $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 10:55.33: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4-debian-13-5.0_opam-2.5-d22fd5ac8d069a02aaa43b8b6a57a477"2026-01-27 10:55.33: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4)(comment debian-13-5.0_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_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-domains.base base-nnp.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.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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 OCluster2026-01-27 10:55.34: Waiting for worker…2026-01-27 10:55.34: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at b20ad4042 rehaul(from ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4)Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4' locallydocker.io/ocaml/opam@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4: Pulling from ocaml/opam281b80c799de: Pulling fs layerce76feb86791: Pulling fs layer7984eb0e5b45: Pulling fs layer56c452a960b1: Pulling fs layer281b80c799de: Waitingb85825bef00a: Pulling fs layerd6ff43dfb85c: Pulling fs layer7984eb0e5b45: Waitingce76feb86791: Waiting4197ec645389: Pulling fs layerb85825bef00a: Waiting56c452a960b1: Waiting37cac33e41ff: Pulling fs layerd6ff43dfb85c: Waiting4cb993fb248e: Pulling fs layer37cac33e41ff: Waiting4197ec645389: Waitingca442870f91f: Pulling fs layerb1d1a2fb5f4a: Pulling fs layer0dea577b2801: Pulling fs layerca442870f91f: Waitingcc10daaea4fd: Pulling fs layer5f878cb1723a: Pulling fs layer8968959fa983: Pulling fs layer5f878cb1723a: Waiting5bdd9b9ed0e3: Pulling fs layer0dea577b2801: Waiting55661c5b388f: Pulling fs layer8968959fa983: Waitingcc10daaea4fd: Waiting92d1dc6907bd: Pulling fs layer5bdd9b9ed0e3: Waiting55661c5b388f: Waiting7100b414728b: Pulling fs layer92d1dc6907bd: Waitinga6a54ddc9818: Pulling fs layera920ad627810: Pulling fs layer7100b414728b: Waiting4f4fb700ef54: Pulling fs layera920ad627810: Waitingf7df7b6e19c0: Pulling fs layera6a54ddc9818: Waitingcd713d66718c: Pulling fs layer6ed45ab2af86: Pulling fs layer40598b80a8fe: Pulling fs layer983f7969ff00: Pulling fs layer6ed45ab2af86: Waiting40ec09ee09bd: Pulling fs layer40598b80a8fe: Waiting983f7969ff00: Waiting76a0afa38cd9: Pulling fs layer1d5a564d139a: Pulling fs layer82883b85a4f0: Pulling fs layer76a0afa38cd9: Waiting1d8458efd73b: Pulling fs layer2d80a9fac9ac: Pulling fs layer1d5a564d139a: Waiting1d8458efd73b: Waiting4d69ee6ae94b: Pulling fs layer2d80a9fac9ac: Waitingce8d28b713f1: Pulling fs layer97580d938033: Pulling fs layer4d69ee6ae94b: Waitingda5fa40e04f8: Pulling fs layerd7a499968f64: Pulling fs layer97580d938033: Waiting28e5932c7c69: Pulling fs layer81389c423fc3: Pulling fs layerd7a499968f64: Waiting28e5932c7c69: Waitingda5fa40e04f8: Waitinga4217a7d176a: Pulling fs layer90b7e5fdf13e: Pulling fs layerec7274401784: Pulling fs layer90b7e5fdf13e: Waitingf6a5b75e3bf1: Pulling fs layerec7274401784: Waitingf6a5b75e3bf1: Waiting281b80c799de: Verifying Checksum281b80c799de: Download complete281b80c799de: Pull completece76feb86791: Download completece76feb86791: Pull complete7984eb0e5b45: Verifying Checksum7984eb0e5b45: Download complete7984eb0e5b45: Pull complete56c452a960b1: Verifying Checksum56c452a960b1: Download complete56c452a960b1: Pull completeb85825bef00a: Verifying Checksumb85825bef00a: Download completeb85825bef00a: Pull complete4197ec645389: Verifying Checksum4197ec645389: Download complete37cac33e41ff: Verifying Checksum37cac33e41ff: Download complete4cb993fb248e: Verifying Checksum4cb993fb248e: Download completeca442870f91f: Verifying Checksumca442870f91f: Download completeb1d1a2fb5f4a: Verifying Checksumb1d1a2fb5f4a: Download complete0dea577b2801: Verifying Checksum0dea577b2801: Download completecc10daaea4fd: Download complete5f878cb1723a: Download completed6ff43dfb85c: Verifying Checksumd6ff43dfb85c: Download complete5bdd9b9ed0e3: Verifying Checksum5bdd9b9ed0e3: Download complete8968959fa983: Verifying Checksum8968959fa983: Download complete7100b414728b: Verifying Checksum7100b414728b: Download completea6a54ddc9818: Verifying Checksuma6a54ddc9818: Download complete55661c5b388f: Verifying Checksum55661c5b388f: Download completea920ad627810: Download complete4f4fb700ef54: Download completecd713d66718c: Download completef7df7b6e19c0: Verifying Checksumf7df7b6e19c0: Download completed6ff43dfb85c: Pull complete4197ec645389: Pull complete37cac33e41ff: Pull complete4cb993fb248e: Pull complete40598b80a8fe: Verifying Checksum40598b80a8fe: Download completeca442870f91f: Pull completeb1d1a2fb5f4a: Pull complete0dea577b2801: Pull completecc10daaea4fd: Pull complete5f878cb1723a: Pull complete8968959fa983: Pull complete5bdd9b9ed0e3: Pull complete55661c5b388f: Pull complete983f7969ff00: Verifying Checksum983f7969ff00: Download complete92d1dc6907bd: Pull complete7100b414728b: Pull completea6a54ddc9818: Pull completea920ad627810: Pull complete4f4fb700ef54: Pull completef7df7b6e19c0: Pull completecd713d66718c: Pull complete6ed45ab2af86: Verifying Checksum6ed45ab2af86: Download complete6ed45ab2af86: Pull complete40598b80a8fe: Pull complete983f7969ff00: Pull complete40ec09ee09bd: Verifying Checksum40ec09ee09bd: Download complete40ec09ee09bd: Pull complete76a0afa38cd9: Verifying Checksum76a0afa38cd9: Download complete76a0afa38cd9: Pull complete1d5a564d139a: Verifying Checksum1d5a564d139a: Download complete1d5a564d139a: Pull complete82883b85a4f0: Verifying Checksum82883b85a4f0: Download complete82883b85a4f0: Pull complete1d8458efd73b: Verifying Checksum1d8458efd73b: Download complete1d8458efd73b: Pull complete2d80a9fac9ac: Verifying Checksum2d80a9fac9ac: Download complete2d80a9fac9ac: Pull complete4d69ee6ae94b: Verifying Checksum4d69ee6ae94b: Download complete4d69ee6ae94b: Pull complete97580d938033: Download completece8d28b713f1: Download complete28e5932c7c69: Verifying Checksum28e5932c7c69: Download complete81389c423fc3: Verifying Checksum81389c423fc3: Download completeda5fa40e04f8: Verifying Checksumda5fa40e04f8: Download completea4217a7d176a: Verifying Checksuma4217a7d176a: Download complete90b7e5fdf13e: Verifying Checksum90b7e5fdf13e: Download completeec7274401784: Download completef6a5b75e3bf1: Verifying Checksumf6a5b75e3bf1: Download completece8d28b713f1: Pull complete97580d938033: Pull completeda5fa40e04f8: Pull completed7a499968f64: Pull complete28e5932c7c69: Pull complete81389c423fc3: Pull completea4217a7d176a: Pull complete90b7e5fdf13e: Pull completeec7274401784: Pull completef6a5b75e3bf1: Pull completeDigest: sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4Status: Downloaded newer image for ocaml/opam@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e42026-01-27 10:55.35 ---> using "ddd37be92c9b56d281c587e661e20a8ee6777ba8c8eb0346c4be459788d39d65" from cache/: (comment debian-13-5.0_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 10:55.35 ---> saved as "0ccab7fd60f8fd9560fd2d1f9527c55159e08d116fb0fa5343db2aa7cfc358cf"/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 10:55.55 ---> saved as "87ddc4fcd6d47415e521d29a0b1b91dddb0281329c091c24fedbe78fc6596f55"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 5.0.02.5.02026-01-27 10:55.55 ---> saved as "3bf4600f44a0a423108e5cd94d5c4ad9482e080d7d0fba43e844e4647b824014"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 10:55.55 ---> saved as "836143867de7dd9c2f2f0989a5195ff9b20e2678e13d73e82328449a58f07b06"/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..e4bc1b0e55 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 10:56.08 ---> saved as "c295ea397ee0c3a991d545593232a1d89657de7865360b89064db709701ccf98"/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)(dst ./))2026-01-27 10:56.09 ---> saved as "c231e988d9d999ef439fbe9e5b0fd747f80a626b6c1d25affbc1badf50bf372b"/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:56.13 ---> saved as "5bd57f0bb4ff98e4486cb0d147afca96b74f00ee75ab516668c0cecc68b24243"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 10:56.13 ---> saved as "0dcf0312fbe904fb6c07076535987bbda01f8e0fe21dcc93f7583abf645d9c08"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-bytes.base base-domains.base base-nnp.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.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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 amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [97.9 kB]- Fetched 9999 kB in 9s (1099 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 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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 10:56.30 ---> saved as "2442c43321fb8be8d9fa39a3a0c9d0a4c0f904c6263c9c66fd0a2c43c3eba162"/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.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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 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.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-27 10:57.10 ---> saved as "7434d361c71b653e813ed6641b3bdd4c94ee65be9e7fcc38f49762d1ee29ca09"/src: (copy (src .) (dst /src))2026-01-27 10:57.10 ---> saved as "77705a8d18454ad6bd4ee6849786b4af75f6369801e124d25b80aee81818b27f"/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 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. 230 tests ran, 9 tests skipped in 6.29 seconds2026-01-27 11:55.34: Cancelling: Timeout (60.0 minutes)Job cancelled2026-01-27 11:55.34: Timeout (60.0 minutes)