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:fedora-43-4.14_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5Opam 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:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5# fedora-43-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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-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 $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:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5-fedora-43-4.14_opam-2.5-177da2e5de974ccd97156e2e01baa047"2026-01-27 10:55.33: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5)(comment fedora-43-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 OCluster2026-01-27 10:55.34: Waiting for worker…2026-01-27 10:55.34: Got resource from pool OClusterBuilding on toxis.caelum.ci.devHEAD is now at 141d187d1 lwt_unix_stubs.c: fix races reported by TSanHEAD is now at b20ad4042 rehaul(from ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5' locallydocker.io/ocaml/opam@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5: Pulling from ocaml/opam1216d224fefc: Pulling fs layerd2b80d0f9692: Pulling fs layerb44754d8bf82: Pulling fs layer36abc5888bbf: Pulling fs layer13ceeda275e3: Pulling fs layer9d0a0e279caf: Pulling fs layerd2b80d0f9692: Waiting40e2d63e6bc8: Pulling fs layer1216d224fefc: Waiting75b3ac574ea6: Pulling fs layer13ceeda275e3: Waiting1049f777ea82: Pulling fs layer03fc9df51c6a: Pulling fs layer75b3ac574ea6: Waitingb047e90b13a5: Pulling fs layer36abc5888bbf: Waiting9e9b975180f0: Pulling fs layer1049f777ea82: Waiting40e2d63e6bc8: Waiting67d0d0d5c8c1: Pulling fs layer89a5d6bde7a7: Pulling fs layer1d93c1211989: Pulling fs layer67d0d0d5c8c1: Waiting29eae7cc87b0: Pulling fs layercbc0891b6ad5: Pulling fs layer1dcdb5dba4d6: Pulling fs layercbc0891b6ad5: Waitingcbbbe6830481: Pulling fs layer21e1ea572da2: Pulling fs layer4f4fb700ef54: Pulling fs layer98b69470db28: Pulling fs layer21e1ea572da2: Waiting4f4fb700ef54: Waiting2dcdfd57803f: Pulling fs layer379ef38822e9: Pulling fs layer3bc4f9dcff1f: Pulling fs layerd9698ccc8ea7: Pulling fs layer5ed663178eca: Pulling fs layer98b69470db28: Waiting3bc4f9dcff1f: Waiting379ef38822e9: Waitingc8305c642087: Pulling fs layer2dcdfd57803f: Waiting8f6d93fd556f: Pulling fs layer921519ed1807: Pulling fs layerc60d13ca69bb: Pulling fs layer2aac9c9633a8: Pulling fs layerc0e95d961175: Pulling fs layer27ce8579a8e4: Pulling fs layer2aac9c9633a8: Waitingfe5862feaa51: Pulling fs layerc8305c642087: Waiting921519ed1807: Waitinge29132ca7758: Pulling fs layerc0e95d961175: Waiting8f6d93fd556f: Waitingfe5862feaa51: Waiting7f1e364d449b: Pulling fs layere29132ca7758: Waitinga8bd8d8144bc: Pulling fs layer571a3efac70d: Pulling fs layer9c68ae25f7d9: Pulling fs layer7f1e364d449b: Waiting0f9e015b3d2e: Pulling fs layer571a3efac70d: Waiting6bbac6cf626c: Pulling fs layer0f9e015b3d2e: Waiting1357dfaab010: Pulling fs layer84b864a466fe: Pulling fs layer6bbac6cf626c: Waiting1357dfaab010: Waiting84b864a466fe: Waitingd2b80d0f9692: Verifying Checksumd2b80d0f9692: Download complete36abc5888bbf: Verifying Checksum36abc5888bbf: Download complete13ceeda275e3: Verifying Checksum13ceeda275e3: Download complete9d0a0e279caf: Verifying Checksum9d0a0e279caf: Download complete40e2d63e6bc8: Verifying Checksum40e2d63e6bc8: Download complete75b3ac574ea6: Verifying Checksum75b3ac574ea6: Download complete1049f777ea82: Verifying Checksum1049f777ea82: Download complete03fc9df51c6a: Verifying Checksum03fc9df51c6a: Download completeb047e90b13a5: Verifying Checksumb047e90b13a5: Download complete9e9b975180f0: Verifying Checksum9e9b975180f0: Download complete67d0d0d5c8c1: Verifying Checksum67d0d0d5c8c1: Download complete89a5d6bde7a7: Download complete1d93c1211989: Verifying Checksum1d93c1211989: Download complete29eae7cc87b0: Verifying Checksum29eae7cc87b0: Download completecbc0891b6ad5: Download complete1dcdb5dba4d6: Verifying Checksum1dcdb5dba4d6: Download completecbbbe6830481: Verifying Checksumcbbbe6830481: Download complete21e1ea572da2: Verifying Checksum21e1ea572da2: Download complete1216d224fefc: Verifying Checksum1216d224fefc: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete98b69470db28: Download complete2dcdfd57803f: Verifying Checksum2dcdfd57803f: Download complete379ef38822e9: Verifying Checksum379ef38822e9: Download completed9698ccc8ea7: Download complete3bc4f9dcff1f: Verifying Checksum3bc4f9dcff1f: Download complete5ed663178eca: Verifying Checksum5ed663178eca: Download complete8f6d93fd556f: Verifying Checksum8f6d93fd556f: Download completec8305c642087: Verifying Checksumc8305c642087: Download complete921519ed1807: Download complete2aac9c9633a8: Verifying Checksum2aac9c9633a8: Download completec60d13ca69bb: Download completec0e95d961175: Verifying Checksumc0e95d961175: Download completefe5862feaa51: Verifying Checksumfe5862feaa51: Download complete1216d224fefc: Pull completed2b80d0f9692: Pull completee29132ca7758: Verifying Checksume29132ca7758: Download complete7f1e364d449b: Download completea8bd8d8144bc: Verifying Checksuma8bd8d8144bc: Download completeb44754d8bf82: Verifying Checksumb44754d8bf82: Download complete571a3efac70d: Verifying Checksum571a3efac70d: Download completeb44754d8bf82: Pull complete9c68ae25f7d9: Verifying Checksum9c68ae25f7d9: Download complete6bbac6cf626c: Verifying Checksum6bbac6cf626c: Download complete1357dfaab010: Verifying Checksum1357dfaab010: Download complete0f9e015b3d2e: Verifying Checksum0f9e015b3d2e: Download complete84b864a466fe: Download complete36abc5888bbf: Pull complete13ceeda275e3: Pull complete9d0a0e279caf: Pull complete40e2d63e6bc8: Pull complete75b3ac574ea6: Pull complete1049f777ea82: Pull complete03fc9df51c6a: Pull completeb047e90b13a5: Pull complete9e9b975180f0: Pull complete67d0d0d5c8c1: Pull complete89a5d6bde7a7: Pull complete1d93c1211989: Pull complete29eae7cc87b0: Pull completecbc0891b6ad5: Pull complete1dcdb5dba4d6: Pull completecbbbe6830481: Pull complete21e1ea572da2: Pull complete4f4fb700ef54: Pull complete98b69470db28: Pull complete2dcdfd57803f: Pull complete379ef38822e9: Pull complete3bc4f9dcff1f: Pull completed9698ccc8ea7: Pull complete5ed663178eca: Pull completec8305c642087: Pull complete8f6d93fd556f: Pull complete921519ed1807: Pull completec60d13ca69bb: Pull complete2aac9c9633a8: Pull completec0e95d961175: Pull complete27ce8579a8e4: Verifying Checksum27ce8579a8e4: Download complete27ce8579a8e4: Pull completefe5862feaa51: Pull completee29132ca7758: Pull complete7f1e364d449b: Pull completea8bd8d8144bc: Pull complete571a3efac70d: Pull complete9c68ae25f7d9: Pull complete0f9e015b3d2e: Pull complete6bbac6cf626c: Pull complete1357dfaab010: Pull complete84b864a466fe: Pull completeDigest: sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5Status: Downloaded newer image for ocaml/opam@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded52026-01-27 10:55.34 ---> using "f9a5319fd08a3d0936869d3ca5942bd93cc92745d834f6a608361cb54a429951" from cache/: (comment fedora-43-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 100% | 20.0 KiB/s | 21.9 KiB | 00m01sFedora 43 openh264 (From Cisco) - x86_ 100% | 1.2 KiB/s | 986.0 B | 00m01sFedora 43 - x86_64 - Updates 100% | 74.8 KiB/s | 20.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-01-27 10:55.34 ---> using "8ac7509c8bdad31fa4853da6b480df4d12af853b2635e4a86c46dbdc2eec4f40" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-27 10:55.34 ---> using "ee8230386aa91c1af05ea74b49b036d1cc62222cc9641aecdb0585c755bda359" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-01-27 10:55.34 ---> using "cb1fef56e6c814614e4ac3e804b34fc9119eb4a773dcf17de00c5f3b9031864e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.5.02026-01-27 10:55.34 ---> using "d05ee483c51035e435b0c841d1f8fa8b18538cdc3594578e7841555f6001396d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 10:55.34 ---> using "6184ae243d77c34883d81aa8cac0d5634ef60821820cf75a0dbabb8c4362d65a" 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-repository[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patchesThe following actions will be performed:=== recompile 2 packages- recompile ocaml 4.14.2 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.4.14.2-> installed ocaml.4.14.2-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead# To update the current shell environment, run: eval $(opam env)2026-01-27 10:55.34 ---> using "1ca540ca7128792296769eb676cb127be790e21f508321aecbd15e1f6030b1e5" from cache/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)(dst ./))2026-01-27 10:55.34 ---> saved as "327fa5bb3ee2327fca6d739efcbc6833ed0441de700d575dc22ac52db44ba541"/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:55.38 ---> saved as "d7c4922b209a44c0aad466e1ffab1eed6ffd5435fe30fd5dc08b986e652c2b34"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 10:55.38 ---> saved as "1a61e4a21d2e956e39993f8573bfec5f2a87fede49a555e2bddd14c37e767331"/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/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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:55.48 ---> saved as "af4fc8022f54b7b1ec4d8ad0273def6fb971ff4f670e38dc8f617c95f6bf3bf7"/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 ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (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:56.55 ---> saved as "4349a07df1bea3df85cfae314f955987331352f06d901636a24d2493a3965050"/src: (copy (src .) (dst /src))2026-01-27 10:56.55 ---> saved as "a3a9b1ed0514cb6412e17190a8730c374b0ef6a26a507c4e24b7852338026c45"/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)