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:ubuntu-25.10-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ecOpam 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:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec# ubuntu-25.10-4.14_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-bigarray.base base-bytes.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.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 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_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-27 13:54.14: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec-ubuntu-25.10-4.14_opam-2.5-f80664a0fc43791440912ae83095cdb3"2026-01-27 13:54.14: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec)(comment ubuntu-25.10-4.14_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-bigarray.base base-bytes.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.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 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_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 --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @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.14: Got resource from pool OClusterBuilding on toxis.caelum.ci.devHEAD is now at b20ad4042 rehaulHEAD is now at 5f62a5561 fix mistranslation of original wakeup(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec' locallydocker.io/ocaml/opam@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec: Pulling from ocaml/opam16c195d4c5e9: Pulling fs layerea8d6f284f52: Pulling fs layera590f1caf60c: Pulling fs layer95a0aba17fe6: Pulling fs layer24604fb30e30: Pulling fs layerbb7bc1b8d84e: Pulling fs layerb52bcdd4741a: Pulling fs layer8c668707afec: Pulling fs layerc4692dd3f67a: Pulling fs layer24604fb30e30: Waitinga590f1caf60c: Waiting5eaf747da0d4: Pulling fs layer95a0aba17fe6: Waitingdacd9c5006da: Pulling fs layerf4da334a65ba: Pulling fs layerac7668965f73: Pulling fs layerbb7bc1b8d84e: Waiting34d1263af20a: Pulling fs layerc4692dd3f67a: Waitingb52bcdd4741a: Waitinga86b2aea8581: Pulling fs layer32d4d471ed96: Pulling fs layer5eaf747da0d4: Waitingdacd9c5006da: Waitingb77ed416f3dc: Pulling fs layerac7668965f73: Waitingf4da334a65ba: Waitingd1055a5d5025: Pulling fs layer202c9ab5b2cc: Pulling fs layer5c7364b10079: Pulling fs layerf1b0581b7244: Pulling fs layer4f4fb700ef54: Pulling fs layer9fa3330063e0: Pulling fs layer5c7364b10079: Waiting2713ff50a5c7: Pulling fs layer4f4fb700ef54: Waiting34d1263af20a: Waiting42b31df89324: Pulling fs layercccb2a33229d: Pulling fs layerf9eb1b0ba386: Pulling fs layercfa1b801ea0b: Pulling fs layer731be0d7062d: Pulling fs layer75483806616d: Pulling fs layer9fa3330063e0: Waitingcccb2a33229d: Waitingb77ed416f3dc: Waitingcfa1b801ea0b: Waiting61d580994fd0: Pulling fs layer75483806616d: Waiting731be0d7062d: Waiting369979efbe7c: Pulling fs layer3dcb2f554fbb: Pulling fs layere1eaa3dbc066: Pulling fs layerd1055a5d5025: Waiting61d580994fd0: Waitingbb45476b0f8e: Pulling fs layere1eaa3dbc066: Waiting3dcb2f554fbb: Waiting530fce115371: Pulling fs layerf9eb1b0ba386: Waitingfb7cddf53135: Pulling fs layerfd3c4ec2a132: Pulling fs layer530fce115371: Waitingfb7cddf53135: Waiting809886565a24: Pulling fs layerb7adeb70e5d2: Pulling fs layereadd9f1803a3: Pulling fs layerfd3c4ec2a132: Waiting0bebb82b5512: Pulling fs layerb7adeb70e5d2: Waiting809886565a24: Waiting88ef2e8c2c2e: Pulling fs layer0bebb82b5512: Waitingc0847e5b776d: Pulling fs layer88ef2e8c2c2e: Waiting6832235b99fe: Pulling fs layerc0847e5b776d: Waitingea8d6f284f52: Verifying Checksuma590f1caf60c: Download complete95a0aba17fe6: Verifying Checksum95a0aba17fe6: Download complete24604fb30e30: Verifying Checksum24604fb30e30: Download complete16c195d4c5e9: Verifying Checksum16c195d4c5e9: Download completeb52bcdd4741a: Verifying Checksumb52bcdd4741a: Download complete8c668707afec: Verifying Checksum8c668707afec: Download complete16c195d4c5e9: Pull completeea8d6f284f52: Pull completea590f1caf60c: Pull completec4692dd3f67a: Verifying Checksumc4692dd3f67a: Download complete5eaf747da0d4: Verifying Checksum5eaf747da0d4: Download complete95a0aba17fe6: Pull complete24604fb30e30: Pull completebb7bc1b8d84e: Verifying Checksumbb7bc1b8d84e: Download completef4da334a65ba: Verifying Checksumf4da334a65ba: Download completedacd9c5006da: Verifying Checksumdacd9c5006da: Download completea86b2aea8581: Verifying Checksuma86b2aea8581: Download completeac7668965f73: Verifying Checksumac7668965f73: Download complete34d1263af20a: Verifying Checksum34d1263af20a: Download complete32d4d471ed96: Verifying Checksum32d4d471ed96: Download completeb77ed416f3dc: Verifying Checksumb77ed416f3dc: Download completed1055a5d5025: Verifying Checksumd1055a5d5025: Download complete202c9ab5b2cc: Verifying Checksum202c9ab5b2cc: Download completef1b0581b7244: Verifying Checksumf1b0581b7244: Download complete4f4fb700ef54: Download complete5c7364b10079: Download complete9fa3330063e0: Verifying Checksum9fa3330063e0: Download complete2713ff50a5c7: Verifying Checksum2713ff50a5c7: Download complete42b31df89324: Verifying Checksum42b31df89324: Download completecccb2a33229d: Verifying Checksumcccb2a33229d: Download completecfa1b801ea0b: Verifying Checksumcfa1b801ea0b: Download completef9eb1b0ba386: Verifying Checksumf9eb1b0ba386: Download complete75483806616d: Download complete731be0d7062d: Download complete3dcb2f554fbb: Download complete369979efbe7c: Download completee1eaa3dbc066: Verifying Checksume1eaa3dbc066: Download complete61d580994fd0: Verifying Checksum61d580994fd0: Download complete530fce115371: Verifying Checksum530fce115371: Download completefd3c4ec2a132: Download complete809886565a24: Verifying Checksum809886565a24: Download completeb7adeb70e5d2: Verifying Checksumb7adeb70e5d2: Download completebb7bc1b8d84e: Pull completeb52bcdd4741a: Pull complete8c668707afec: Pull completec4692dd3f67a: Pull completefb7cddf53135: Verifying Checksumfb7cddf53135: Download complete5eaf747da0d4: Pull completedacd9c5006da: Pull completef4da334a65ba: Pull completeac7668965f73: Pull complete34d1263af20a: Pull completea86b2aea8581: Pull complete32d4d471ed96: Pull completeb77ed416f3dc: Pull completed1055a5d5025: Pull complete202c9ab5b2cc: Pull complete5c7364b10079: Pull completef1b0581b7244: Pull complete4f4fb700ef54: Pull complete9fa3330063e0: Pull complete2713ff50a5c7: Pull complete42b31df89324: Pull completecccb2a33229d: Pull completef9eb1b0ba386: Pull completecfa1b801ea0b: Pull complete731be0d7062d: Pull complete75483806616d: Pull complete61d580994fd0: Pull complete369979efbe7c: Pull complete3dcb2f554fbb: Pull completee1eaa3dbc066: Pull completeeadd9f1803a3: Download complete88ef2e8c2c2e: Verifying Checksum88ef2e8c2c2e: Download completec0847e5b776d: Verifying Checksumc0847e5b776d: Download complete6832235b99fe: Verifying Checksum6832235b99fe: Download complete0bebb82b5512: Verifying Checksum0bebb82b5512: Download completebb45476b0f8e: Download completebb45476b0f8e: Pull complete530fce115371: Pull completefb7cddf53135: Pull completefd3c4ec2a132: Pull complete809886565a24: Pull completeb7adeb70e5d2: Pull completeeadd9f1803a3: Pull complete0bebb82b5512: Pull complete88ef2e8c2c2e: Pull completec0847e5b776d: Pull complete6832235b99fe: Pull completeDigest: sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ecStatus: Downloaded newer image for ocaml/opam@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec2026-01-27 13:54.15 ---> using "75df70da953d671714cf7970335f8c27515d2f02b005faf9feb62dfc11340dab" from cache/: (comment ubuntu-25.10-4.14_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.15 ---> using "0868f6818629c9b1fa57e9f1c50087daaf981ede9b3ef45b1cac6a45ce3b4ca0" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/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 13:54.15 ---> using "89677c0f84fccc82a17b3a8527b0294b759518be030b5c5a65a2fc0031b0a85c" 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 13:54.15 ---> using "296a891161693ac3543b75e3b7cd7f7cf6580366f514416736fdfe515b00ffd0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 13:54.15 ---> using "fcaed8e9cab88da0ffb726db9094aacfbc5c85d997ff47780dee0c4350554c52" 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 13:54.15 ---> using "39defe92d95778e17f342e83d7489986e082573b183e1145409ad3d2115053ae" 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.15 ---> saved as "f3cf5989db5740f3a4f62cd1a845dae9a603fe3b35da704c876105ecf78d0eb7"/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.27 ---> saved as "75ed434da22aa393b994a5545b7b0f6a527981be0c5bfd8fd651aa945cde7fac"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 13:54.27 ---> saved as "a0d74bfb36185e5e8a9a074119b893ff70596f4beb1fc566f9775a9de114db13"/src: (env DEPS "base-bigarray.base base-bytes.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.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 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_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:3 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [120 kB]- Get:6 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [184 kB]- Get:7 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [120 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [178 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [159 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [3223 B]- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [310 kB]- Fetched 1479 kB in 0s (6301 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 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 13:54.39 ---> saved as "8b59d9539779c1e9918ede3de0a78bf0148e47a0f7d19e6f39d5b40003a8c1ee"/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 15 packages- 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.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ppx_derivers 1.2.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 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 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.12.4-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.21.0-> installed ppxlib.0.37.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-27 13:55.42 ---> saved as "66cb226dfe40b84e28366c3e9b0662e1190b6336a3d9ee7eac2ab7ac25de1e01"/src: (copy (src .) (dst /src))2026-01-27 13:55.42 ---> saved as "f676b61927374e955ae20da380ccd9f0032ca949cbdf8b1aebb78122734d0e08"/src: (run (shell "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @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.30 seconds2026-01-27 14:54.14: Cancelling: Timeout (60.0 minutes)Job cancelled2026-01-27 14:54.14: Timeout (60.0 minutes)