2026-01-27 14:56.48: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-6.1.0 (661646e40639298dde11834cfd3575b6ead2cadc) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-6.1.0" && cd "lwt" && git reset --hard 661646e4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5# debian-13-4.14_x86_32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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.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 --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-27 14:56.48: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5-debian-13-4.14_x86_32_opam-2.5-3b84dc1a596e40e31f28d13b993359ca"2026-01-27 14:56.48: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5)(comment debian-13-4.14_x86_32_opam-2.5)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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.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 --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build")))2026-01-27 14:56.48: Waiting for resource in pool OCluster2026-01-27 14:56.48: Waiting for worker…2026-01-27 14:56.48: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 661646e40 CHANGES(from ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5' locallydocker.io/ocaml/opam@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5: Pulling from ocaml/opam7ba68d5e03a0: Pulling fs layer07b8ed5c5fc7: Pulling fs layer58593d382636: Pulling fs layer0ac347eff7cb: Pulling fs layer07b8ed5c5fc7: Waiting7ba68d5e03a0: Waiting58593d382636: Waiting0ac347eff7cb: Waiting9e0dce827f6c: Pulling fs layer59412abebd11: Pulling fs layer9e0dce827f6c: Waiting6f40c6b8e49d: Pulling fs layer59412abebd11: Waitingd425252fe4ce: Pulling fs layer6f40c6b8e49d: Waitingd2fd5628395f: Pulling fs layerd425252fe4ce: Waiting1afdf15deb97: Pulling fs layerd2fd5628395f: Waitingb0f895c507c7: Pulling fs layer1afdf15deb97: Waiting008ad3ebfa79: Pulling fs layerb0f895c507c7: Waiting2c2f57579aeb: Pulling fs layer008ad3ebfa79: Waitingd53c2fa82d21: Pulling fs layer2c2f57579aeb: Waitingd53c2fa82d21: Waitinge4d849d21609: Pulling fs layer105c7911a399: Pulling fs layere4d849d21609: Waitingcffce0974ee5: Pulling fs layer105c7911a399: Waiting2592e9c0b5c6: Pulling fs layere781106bd8eb: Pulling fs layercffce0974ee5: Waiting2592e9c0b5c6: Waitinga92c4ad367c1: Pulling fs layere781106bd8eb: Waitinga92c4ad367c1: Waitinga5032c647546: Pulling fs layerdb024d7ceed7: Pulling fs layera5032c647546: Waiting4f4fb700ef54: Pulling fs layerdb024d7ceed7: Waitingb736586eae86: Pulling fs layer4f4fb700ef54: Waitingb736586eae86: Waiting0793122c5463: Pulling fs layerd43d7e0d3789: Pulling fs layer0793122c5463: Waitingd43d7e0d3789: Waiting524f31350c16: Pulling fs layer834542d0184a: Pulling fs layer524f31350c16: Waiting92a1bdddbb21: Pulling fs layer834542d0184a: Waiting92a1bdddbb21: Waitingdb8f6f57c096: Pulling fs layer8b21ba328ac8: Pulling fs layerdb8f6f57c096: Waiting8b21ba328ac8: Waitingb62a644fd3ae: Pulling fs layer74df08082153: Pulling fs layer4544a2d99dec: Pulling fs layerb62a644fd3ae: Waiting74df08082153: Waitingf1c2491fd607: Pulling fs layerb65b8b420dec: Pulling fs layer4544a2d99dec: Waitingf1c2491fd607: Waitingb65b8b420dec: Waitingb7d2dd83e3d1: Pulling fs layer2705612c6e82: Pulling fs layer296f4af8d4cd: Pulling fs layerb7d2dd83e3d1: Waiting2705612c6e82: Waiting6858402c6fe2: Pulling fs layer296f4af8d4cd: Waitinga04f04ce7fcc: Pulling fs layer6858402c6fe2: Waiting5b4901c89fd9: Pulling fs layer5ea4f9314f65: Pulling fs layer5b4901c89fd9: Waitinga04f04ce7fcc: Waiting76fc04b8943d: Pulling fs layer5ea4f9314f65: Waiting3f8bac1f3979: Pulling fs layer76fc04b8943d: Waiting3f8bac1f3979: Waiting7ba68d5e03a0: Verifying Checksum7ba68d5e03a0: Download complete7ba68d5e03a0: Pull complete07b8ed5c5fc7: Verifying Checksum07b8ed5c5fc7: Download complete07b8ed5c5fc7: Pull complete58593d382636: Download complete58593d382636: Pull complete9e0dce827f6c: Verifying Checksum9e0dce827f6c: Download complete0ac347eff7cb: Verifying Checksum0ac347eff7cb: Download complete6f40c6b8e49d: Verifying Checksum6f40c6b8e49d: Download completed425252fe4ce: Verifying Checksumd425252fe4ce: Download complete0ac347eff7cb: Pull complete9e0dce827f6c: Pull completed2fd5628395f: Verifying Checksumd2fd5628395f: Download complete1afdf15deb97: Verifying Checksum1afdf15deb97: Download completeb0f895c507c7: Verifying Checksumb0f895c507c7: Download complete008ad3ebfa79: Verifying Checksum008ad3ebfa79: Download complete2c2f57579aeb: Verifying Checksum2c2f57579aeb: Download completed53c2fa82d21: Verifying Checksume4d849d21609: Verifying Checksume4d849d21609: Download complete105c7911a399: Download completecffce0974ee5: Download complete2592e9c0b5c6: Verifying Checksum2592e9c0b5c6: Download completee781106bd8eb: Download completea92c4ad367c1: Download completea5032c647546: Download completedb024d7ceed7: Download complete4f4fb700ef54: Download completeb736586eae86: Download complete0793122c5463: Verifying Checksum0793122c5463: Download completed43d7e0d3789: Download complete524f31350c16: Download complete834542d0184a: Download complete92a1bdddbb21: Verifying Checksum92a1bdddbb21: Download completedb8f6f57c096: Verifying Checksumdb8f6f57c096: Download complete8b21ba328ac8: Verifying Checksum8b21ba328ac8: Download completeb62a644fd3ae: Verifying Checksum74df08082153: Verifying Checksum74df08082153: Download complete59412abebd11: Verifying Checksum59412abebd11: Download complete4544a2d99dec: Verifying Checksum4544a2d99dec: Download completef1c2491fd607: Download completeb7d2dd83e3d1: Verifying Checksumb7d2dd83e3d1: Download complete296f4af8d4cd: Download complete6858402c6fe2: Verifying Checksum6858402c6fe2: Download completea04f04ce7fcc: Download completeb65b8b420dec: Verifying Checksumb65b8b420dec: Download complete5ea4f9314f65: Verifying Checksum5ea4f9314f65: Download complete76fc04b8943d: Verifying Checksum76fc04b8943d: Download complete3f8bac1f3979: Download complete2705612c6e82: Verifying Checksum2705612c6e82: Download complete5b4901c89fd9: Verifying Checksum5b4901c89fd9: Download complete59412abebd11: Pull complete6f40c6b8e49d: Pull completed425252fe4ce: Pull completed2fd5628395f: Pull complete1afdf15deb97: Pull completeb0f895c507c7: Pull complete008ad3ebfa79: Pull complete2c2f57579aeb: Pull completed53c2fa82d21: Pull completee4d849d21609: Pull complete105c7911a399: Pull completecffce0974ee5: Pull complete2592e9c0b5c6: Pull completee781106bd8eb: Pull completea92c4ad367c1: Pull completea5032c647546: Pull completedb024d7ceed7: Pull complete4f4fb700ef54: Pull completeb736586eae86: Pull complete0793122c5463: Pull completed43d7e0d3789: Pull complete524f31350c16: Pull complete834542d0184a: Pull complete92a1bdddbb21: Pull completedb8f6f57c096: Pull complete8b21ba328ac8: Pull completeb62a644fd3ae: Pull complete74df08082153: Pull complete4544a2d99dec: Pull completef1c2491fd607: Pull completeb65b8b420dec: Pull completeb7d2dd83e3d1: Pull complete2705612c6e82: Pull complete296f4af8d4cd: Pull complete6858402c6fe2: Pull completea04f04ce7fcc: Pull complete5b4901c89fd9: Pull complete5ea4f9314f65: Pull complete76fc04b8943d: Pull complete3f8bac1f3979: Pull completeDigest: sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5Status: Downloaded newer image for ocaml/opam@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d52026-01-27 14:56.49 ---> using "bf2730aaf7df93ddabe6b4d8c89ba92b2e6829e58850311df4ca9432593a9013" from cache/: (comment debian-13-4.14_x86_32_opam-2.5)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (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 14:56.49 ---> using "bbc2bdeb0cdbada570a3aa1700ebe4e17b87b134a5ff77474eb24b3097d0714a" 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 14:56.49 ---> using "e52de50ed2ca27754095a1af01fc2e0219c243990283a19710c72be5f10d79d2" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-01-27 14:56.49 ---> using "af124018b0c7b27ba80a285511be712f78de8aecaafc997998a1750cd675d93d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 14:56.49 ---> using "793e34cfe72a70646355777021c8fbc6661927936a00a38033d49422f95bc208" 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..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 14:56.49 ---> using "2660e54a3ddebf48a41edd5401f0f14c60abd584d55388a765344e5d8d8dd4ed" 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 14:56.49 ---> saved as "ad2b4c02f9efd0a33d3de3cfc24ff234b44c4d5085791ede5bb5abb6dd91dbd7"/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 14:57.01 ---> saved as "cf2233384c229188e670f634a4e80a55cce8b96d1f43c3bb9aecc58c3a1e4e6f"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 14:57.01 ---> saved as "d4b498aa3e78a4f746d446969cb60e9177a762ce29b0bd64fa7a184af15d05b6"/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.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 i386 Packages [9429 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [89.7 kB]- Fetched 9750 kB in 2s (4654 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 14:57.13 ---> saved as "42a429760a74dc09385767e5250971c9ed5f3f164a88f3f7f69a60b761d00545"/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.16.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 ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppxlib.0.37.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)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed react.1.2.2-> installed dune.3.21.0-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed sexplib0.v0.16.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 14:58.13 ---> saved as "5c81e0a7e4b0f6689a9233a9dbc8c0dcbff08dface48facd8859049c7cf4ce12"/src: (copy (src .) (dst /src))2026-01-27 14:58.13 ---> saved as "2a7c4f325613e48895fba49cec21caf124da58918994f83bbafb55bd3f9f9be4"/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/core && ./main.exe)Testing library 'core'..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 705 tests ran, 23 tests skipped in 0.21 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'......................Ok. 19 tests ran, 0 tests skipped in 1.20 seconds(cd _build/default/test/react && ./main.exe)Testing library 'react'..............Ok. 11 tests ran, 0 tests skipped in 4.50 seconds(cd _build/default/test/unix && ./main.exe)Testing library 'unix'.....................................SSSSS..............................................................................................................SSSS...................................................................................Ok. 227 tests ran, 9 tests skipped in 6.29 seconds2026-01-27 14:58.23 ---> saved as "de7acd1d9f6885b46a2a5c218059fd9228995d3f4cb45f3f7ca85d1fb543640c"Job succeeded2026-01-27 14:58.23: Job succeeded