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:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "deferred-wakeup" && cd "lwt" && git reset --hard b20ad404 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 # fedora-43-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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_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 $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 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 OCluster 2026-01-27 10:55.34: Waiting for worker… 2026-01-27 10:55.34: Got resource from pool OCluster Building on toxis.caelum.ci.dev HEAD is now at 141d187d1 lwt_unix_stubs.c: fix races reported by TSan HEAD 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' locally docker.io/ocaml/opam@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5: Pulling from ocaml/opam 1216d224fefc: Pulling fs layer d2b80d0f9692: Pulling fs layer b44754d8bf82: Pulling fs layer 36abc5888bbf: Pulling fs layer 13ceeda275e3: Pulling fs layer 9d0a0e279caf: Pulling fs layer d2b80d0f9692: Waiting 40e2d63e6bc8: Pulling fs layer 1216d224fefc: Waiting 75b3ac574ea6: Pulling fs layer 13ceeda275e3: Waiting 1049f777ea82: Pulling fs layer 03fc9df51c6a: Pulling fs layer 75b3ac574ea6: Waiting b047e90b13a5: Pulling fs layer 36abc5888bbf: Waiting 9e9b975180f0: Pulling fs layer 1049f777ea82: Waiting 40e2d63e6bc8: Waiting 67d0d0d5c8c1: Pulling fs layer 89a5d6bde7a7: Pulling fs layer 1d93c1211989: Pulling fs layer 67d0d0d5c8c1: Waiting 29eae7cc87b0: Pulling fs layer cbc0891b6ad5: Pulling fs layer 1dcdb5dba4d6: Pulling fs layer cbc0891b6ad5: Waiting cbbbe6830481: Pulling fs layer 21e1ea572da2: Pulling fs layer 4f4fb700ef54: Pulling fs layer 98b69470db28: Pulling fs layer 21e1ea572da2: Waiting 4f4fb700ef54: Waiting 2dcdfd57803f: Pulling fs layer 379ef38822e9: Pulling fs layer 3bc4f9dcff1f: Pulling fs layer d9698ccc8ea7: Pulling fs layer 5ed663178eca: Pulling fs layer 98b69470db28: Waiting 3bc4f9dcff1f: Waiting 379ef38822e9: Waiting c8305c642087: Pulling fs layer 2dcdfd57803f: Waiting 8f6d93fd556f: Pulling fs layer 921519ed1807: Pulling fs layer c60d13ca69bb: Pulling fs layer 2aac9c9633a8: Pulling fs layer c0e95d961175: Pulling fs layer 27ce8579a8e4: Pulling fs layer 2aac9c9633a8: Waiting fe5862feaa51: Pulling fs layer c8305c642087: Waiting 921519ed1807: Waiting e29132ca7758: Pulling fs layer c0e95d961175: Waiting 8f6d93fd556f: Waiting fe5862feaa51: Waiting 7f1e364d449b: Pulling fs layer e29132ca7758: Waiting a8bd8d8144bc: Pulling fs layer 571a3efac70d: Pulling fs layer 9c68ae25f7d9: Pulling fs layer 7f1e364d449b: Waiting 0f9e015b3d2e: Pulling fs layer 571a3efac70d: Waiting 6bbac6cf626c: Pulling fs layer 0f9e015b3d2e: Waiting 1357dfaab010: Pulling fs layer 84b864a466fe: Pulling fs layer 6bbac6cf626c: Waiting 1357dfaab010: Waiting 84b864a466fe: Waiting d2b80d0f9692: Verifying Checksum d2b80d0f9692: Download complete 36abc5888bbf: Verifying Checksum 36abc5888bbf: Download complete 13ceeda275e3: Verifying Checksum 13ceeda275e3: Download complete 9d0a0e279caf: Verifying Checksum 9d0a0e279caf: Download complete 40e2d63e6bc8: Verifying Checksum 40e2d63e6bc8: Download complete 75b3ac574ea6: Verifying Checksum 75b3ac574ea6: Download complete 1049f777ea82: Verifying Checksum 1049f777ea82: Download complete 03fc9df51c6a: Verifying Checksum 03fc9df51c6a: Download complete b047e90b13a5: Verifying Checksum b047e90b13a5: Download complete 9e9b975180f0: Verifying Checksum 9e9b975180f0: Download complete 67d0d0d5c8c1: Verifying Checksum 67d0d0d5c8c1: Download complete 89a5d6bde7a7: Download complete 1d93c1211989: Verifying Checksum 1d93c1211989: Download complete 29eae7cc87b0: Verifying Checksum 29eae7cc87b0: Download complete cbc0891b6ad5: Download complete 1dcdb5dba4d6: Verifying Checksum 1dcdb5dba4d6: Download complete cbbbe6830481: Verifying Checksum cbbbe6830481: Download complete 21e1ea572da2: Verifying Checksum 21e1ea572da2: Download complete 1216d224fefc: Verifying Checksum 1216d224fefc: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 98b69470db28: Download complete 2dcdfd57803f: Verifying Checksum 2dcdfd57803f: Download complete 379ef38822e9: Verifying Checksum 379ef38822e9: Download complete d9698ccc8ea7: Download complete 3bc4f9dcff1f: Verifying Checksum 3bc4f9dcff1f: Download complete 5ed663178eca: Verifying Checksum 5ed663178eca: Download complete 8f6d93fd556f: Verifying Checksum 8f6d93fd556f: Download complete c8305c642087: Verifying Checksum c8305c642087: Download complete 921519ed1807: Download complete 2aac9c9633a8: Verifying Checksum 2aac9c9633a8: Download complete c60d13ca69bb: Download complete c0e95d961175: Verifying Checksum c0e95d961175: Download complete fe5862feaa51: Verifying Checksum fe5862feaa51: Download complete 1216d224fefc: Pull complete d2b80d0f9692: Pull complete e29132ca7758: Verifying Checksum e29132ca7758: Download complete 7f1e364d449b: Download complete a8bd8d8144bc: Verifying Checksum a8bd8d8144bc: Download complete b44754d8bf82: Verifying Checksum b44754d8bf82: Download complete 571a3efac70d: Verifying Checksum 571a3efac70d: Download complete b44754d8bf82: Pull complete 9c68ae25f7d9: Verifying Checksum 9c68ae25f7d9: Download complete 6bbac6cf626c: Verifying Checksum 6bbac6cf626c: Download complete 1357dfaab010: Verifying Checksum 1357dfaab010: Download complete 0f9e015b3d2e: Verifying Checksum 0f9e015b3d2e: Download complete 84b864a466fe: Download complete 36abc5888bbf: Pull complete 13ceeda275e3: Pull complete 9d0a0e279caf: Pull complete 40e2d63e6bc8: Pull complete 75b3ac574ea6: Pull complete 1049f777ea82: Pull complete 03fc9df51c6a: Pull complete b047e90b13a5: Pull complete 9e9b975180f0: Pull complete 67d0d0d5c8c1: Pull complete 89a5d6bde7a7: Pull complete 1d93c1211989: Pull complete 29eae7cc87b0: Pull complete cbc0891b6ad5: Pull complete 1dcdb5dba4d6: Pull complete cbbbe6830481: Pull complete 21e1ea572da2: Pull complete 4f4fb700ef54: Pull complete 98b69470db28: Pull complete 2dcdfd57803f: Pull complete 379ef38822e9: Pull complete 3bc4f9dcff1f: Pull complete d9698ccc8ea7: Pull complete 5ed663178eca: Pull complete c8305c642087: Pull complete 8f6d93fd556f: Pull complete 921519ed1807: Pull complete c60d13ca69bb: Pull complete 2aac9c9633a8: Pull complete c0e95d961175: Pull complete 27ce8579a8e4: Verifying Checksum 27ce8579a8e4: Download complete 27ce8579a8e4: Pull complete fe5862feaa51: Pull complete e29132ca7758: Pull complete 7f1e364d449b: Pull complete a8bd8d8144bc: Pull complete 571a3efac70d: Pull complete 9c68ae25f7d9: Pull complete 0f9e015b3d2e: Pull complete 6bbac6cf626c: Pull complete 1357dfaab010: Pull complete 84b864a466fe: Pull complete Digest: sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 Status: Downloaded newer image for ocaml/opam@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 2026-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 | 00m01s Fedora 43 openh264 (From Cisco) - x86_ 100% | 1.2 KiB/s | 986.0 B | 00m01s Fedora 43 - x86_64 - Updates 100% | 74.8 KiB/s | 20.4 KiB | 00m00s Repositories 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] y Format 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] Initialised 2026-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-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-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_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 [ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patches The 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.3 Done. <><> 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.0 Done. # 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 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. 230 tests ran, 9 tests skipped in 6.29 seconds 2026-01-27 11:55.34: Cancelling: Timeout (60.0 minutes) Job cancelled 2026-01-27 11:55.34: Timeout (60.0 minutes)