2026-04-13 10:23.28: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/prepare-5-9-4 (e39d447ef7bf218e66f184a7b9f9960802d80d5e) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "prepare-5-9-4" && cd "lwt" && git reset --hard e39d447ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9# 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.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__ppx_let_tests.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-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.38.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-04-13 10:23.28: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9-debian-13-4.14_x86_32_opam-2.5-65a5af8bba621fb2c760ba0862eec933"2026-04-13 10:23.28: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9)(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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.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__ppx_let_tests.dev './' && \\nopam pin add -yn lwt_ppx.dev './' && \\nopam pin add -yn lwt.dev './'"))(run (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.22.1 dune-configurator.3.22.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.38.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-04-13 10:23.28: Waiting for resource in pool OCluster2026-04-13 12:20.06: Waiting for worker…2026-04-13 12:23.04: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at e39d447ef more engine compat(from ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9' locallydocker.io/ocaml/opam@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9: Pulling from ocaml/opama59dab062b6e: Already exists4c235f9505d7: Pulling fs layer2fd1e3aa020e: Pulling fs layera3ffcc28d7c3: Pulling fs layer061b92ac769b: Pulling fs layerb76f3d7c2af7: Pulling fs layer66cd1ae705c1: Pulling fs layer9ac7fe9595c0: Pulling fs layera1013b12591b: Pulling fs layerc0856ae5c8d4: Pulling fs layer2764f83aed88: Pulling fs layer893b77e8a916: Pulling fs layer3d20196a830c: Pulling fs layerca6160c3741c: Pulling fs layerc9a674e94918: Pulling fs layer238881b0392b: Pulling fs layer3e665f7165f7: Pulling fs layer5f40d4708a45: Pulling fs layer2947e4d19816: Pulling fs layer061b92ac769b: Waitingb76f3d7c2af7: Waiting3a8fb23bb980: Pulling fs layer92669fcd8348: Pulling fs layer4f4fb700ef54: Pulling fs layer0a31b13e66a5: Pulling fs layer694767fb237d: Pulling fs layer0d2988982386: Pulling fs layered5e56d1e3fa: Pulling fs layer82f429e96ca4: Pulling fs layer66cd1ae705c1: Waiting9ac7fe9595c0: Waitingd87cbffcc7bd: Pulling fs layera1013b12591b: Waitingc0856ae5c8d4: Waitingde8b16f76673: Pulling fs layer2764f83aed88: Waiting5806d8c9d3b4: Pulling fs layer893b77e8a916: Waiting3d20196a830c: Waitingca6160c3741c: Waitingd989ea0e37d7: Pulling fs layerc9a674e94918: Waiting238881b0392b: Waiting3a8fb23bb980: Waiting3e665f7165f7: Waiting644b8f5f3fcb: Pulling fs layer92669fcd8348: Waiting5f40d4708a45: Waiting4f4fb700ef54: Waiting2947e4d19816: Waiting95f25e02036b: Pulling fs layer0a31b13e66a5: Waiting0d2988982386: Waiting694767fb237d: Waiting0c0ebd0d8440: Pulling fs layered5e56d1e3fa: Waitingd87cbffcc7bd: Waitingde8b16f76673: Waiting5806d8c9d3b4: Waitinga1ee4cc749f0: Pulling fs layerd989ea0e37d7: Waiting644b8f5f3fcb: Waiting9053ed7febc6: Pulling fs layer95f25e02036b: Waiting0c0ebd0d8440: Waiting82f429e96ca4: Waitingb5713a5a315b: Pulling fs layera1ee4cc749f0: Waiting9053ed7febc6: Waiting2abf82d9c339: Pulling fs layerb5713a5a315b: Waitingd114ea9e0492: Pulling fs layer2abf82d9c339: Waiting2fd9c0ba772e: Pulling fs layerd114ea9e0492: Waiting2d11e77b9623: Pulling fs layer70eb3e9f1a70: Pulling fs layerda16f412d833: Pulling fs layer04cee66bc9f8: Pulling fs layer2fd9c0ba772e: Waiting2d11e77b9623: Waiting70eb3e9f1a70: Waitingda16f412d833: Waiting04cee66bc9f8: Waiting4c235f9505d7: Verifying Checksum4c235f9505d7: Download complete2fd1e3aa020e: Verifying Checksum2fd1e3aa020e: Download complete4c235f9505d7: Pull complete2fd1e3aa020e: Pull complete061b92ac769b: Verifying Checksum061b92ac769b: Download completea3ffcc28d7c3: Verifying Checksuma3ffcc28d7c3: Download complete66cd1ae705c1: Download complete9ac7fe9595c0: Download completea1013b12591b: Verifying Checksuma1013b12591b: Download completea3ffcc28d7c3: Pull complete061b92ac769b: Pull completec0856ae5c8d4: Download complete2764f83aed88: Verifying Checksum2764f83aed88: Download complete3d20196a830c: Verifying Checksum3d20196a830c: Download completeb76f3d7c2af7: Verifying Checksumb76f3d7c2af7: Download completeca6160c3741c: Download completec9a674e94918: Verifying Checksumc9a674e94918: Download complete238881b0392b: Verifying Checksum238881b0392b: Download complete3e665f7165f7: Verifying Checksum3e665f7165f7: Download complete5f40d4708a45: Verifying Checksum5f40d4708a45: Download complete2947e4d19816: Verifying Checksum2947e4d19816: Download complete893b77e8a916: Verifying Checksum893b77e8a916: Download complete3a8fb23bb980: Verifying Checksum3a8fb23bb980: Download complete92669fcd8348: Verifying Checksum92669fcd8348: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete0a31b13e66a5: Verifying Checksum0a31b13e66a5: Download complete694767fb237d: Download complete0d2988982386: Download completeed5e56d1e3fa: Verifying Checksumed5e56d1e3fa: Download complete82f429e96ca4: Verifying Checksum82f429e96ca4: Download completed87cbffcc7bd: Download completede8b16f76673: Verifying Checksumde8b16f76673: Download complete5806d8c9d3b4: Verifying Checksum5806d8c9d3b4: Download completed989ea0e37d7: Verifying Checksumd989ea0e37d7: Download complete644b8f5f3fcb: Verifying Checksum644b8f5f3fcb: Download complete95f25e02036b: Verifying Checksum95f25e02036b: Download complete0c0ebd0d8440: Verifying Checksum0c0ebd0d8440: Download complete9053ed7febc6: Verifying Checksum9053ed7febc6: Download complete2abf82d9c339: Download completed114ea9e0492: Verifying Checksumd114ea9e0492: Download complete2fd9c0ba772e: Download completeb76f3d7c2af7: Pull complete66cd1ae705c1: Pull complete9ac7fe9595c0: Pull completea1013b12591b: Pull completec0856ae5c8d4: Pull complete2764f83aed88: Pull complete893b77e8a916: Pull complete2d11e77b9623: Verifying Checksum2d11e77b9623: Download complete3d20196a830c: Pull complete70eb3e9f1a70: Verifying Checksum70eb3e9f1a70: Download completeda16f412d833: Verifying Checksumda16f412d833: Download complete04cee66bc9f8: Verifying Checksum04cee66bc9f8: Download completea1ee4cc749f0: Verifying Checksuma1ee4cc749f0: Download completeca6160c3741c: Pull completec9a674e94918: Pull complete238881b0392b: Pull complete3e665f7165f7: Pull completeb5713a5a315b: Verifying Checksumb5713a5a315b: Download complete5f40d4708a45: Pull complete2947e4d19816: Pull complete3a8fb23bb980: Pull complete92669fcd8348: Pull complete4f4fb700ef54: Pull complete0a31b13e66a5: Pull complete694767fb237d: Pull complete0d2988982386: Pull completeed5e56d1e3fa: Pull complete82f429e96ca4: Pull completed87cbffcc7bd: Pull completede8b16f76673: Pull complete5806d8c9d3b4: Pull completed989ea0e37d7: Pull complete644b8f5f3fcb: Pull complete95f25e02036b: Pull complete0c0ebd0d8440: Pull completea1ee4cc749f0: Pull complete9053ed7febc6: Pull completeb5713a5a315b: Pull complete2abf82d9c339: Pull completed114ea9e0492: Pull complete2fd9c0ba772e: Pull complete2d11e77b9623: Pull complete70eb3e9f1a70: Pull completeda16f412d833: Pull complete04cee66bc9f8: Pull completeDigest: sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9Status: Downloaded newer image for ocaml/opam@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a92026-04-13 12:23.05 ---> using "61d5d79f3da8f7f26fc645675b726d202a6c1b0341910bde2599c5557cb0805e" 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-04-13 12:23.05 ---> using "bad6ca1bff1ea57691fe8234a75bef82158bb4dc23afc51b214d8276a971126f" from cache/src: (run (shell "opam init --reinit -ni"))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.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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-13 12:23.05 ---> using "21678adc8d7e61ef8f9bbe74390717781bc5fd7a179467a17fd01f60bac4b595" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-04-13 12:23.05 ---> using "9e8a79a144381b977f34ac02a0913d739705acc7eed84262d916f73fed9f40d1" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-13 12:23.05 ---> using "37421162f28b0e8320ff6a8bdb9f10385f96048dc473f0572049401a0b08c00d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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.5.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-04-13 12:23.05 ---> using "868f13ddaba2dfb17ce616db8d2a39ddf39ef739d5097f5fbd2e6ae1bee93d34" from cache/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)(dst ./))2026-04-13 12:23.05 ---> saved as "74ab0d1ba0d727fcfdc4abc6bc754892f27b5000c52210bc228abb84ca4c54fc"/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__ppx_let_tests.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)[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:lwt_ppx__ppx_let_tests is now pinned to file:///src (version dev)warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "NOTFORRELEASE"[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-04-13 12:23.22 ---> saved as "d442805ebc5c5b3eb88d8c7e9f59ddc7203207e2fc407797dc4eb9f894e6508d"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-13 12:23.23 ---> saved as "f95d77e93a635706ed6910bef9ab8e167e109b4c8c1a15be059680bc04ab5e63"/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.22.1 dune-configurator.3.22.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.38.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"- Hit:1 http://deb.debian.org/debian trixie InRelease- 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-security trixie-security/main i386 Packages [115 kB]- Fetched 206 kB in 0s (835 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-04-13 12:23.46 ---> saved as "c09d9d05fbf0c3b1a2989f16e4b69c01ac5e75e9a4ae7b7874469efe41f1d1e2"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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.22.1- install dune-configurator 3.22.1- 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.38.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 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.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (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.22.1-> 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.22.1-> installed ppxlib.0.38.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-13 12:25.58 ---> saved as "e49a2c8e3a3bf848436f8dfb51b3059fea9b67f38e01206d6b1d4167cc8e82ba"/src: (copy (src .) (dst /src))2026-04-13 12:25.59 ---> saved as "be0792d636ca195c84a03f94196b0d906c73441816f3602dd017c263c921f3d4"/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.24 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. 230 tests ran, 9 tests skipped in 6.33 seconds2026-04-13 12:26.12 ---> saved as "c80f329972e4c33fbc91202726ea7092cb33637c282bacb4f27714a19403f343"Job succeeded2026-04-13 12:26.12: Job succeeded