2026-03-14 12:57.32: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/prepare-5-9-4 (b88f0695d56ba2e2e0a6a10b64e0d00aac9464cb) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "prepare-5-9-4" && cd "lwt" && git reset --hard b88f0695cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2# ubuntu-22.04-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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.21.1 dune-configurator.3.21.1 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-03-14 12:57.32: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2-ubuntu-22.04-4.14_opam-2.5-77eafbffe311615a42c55b94ea704bd1"2026-03-14 12:57.32: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2)(comment ubuntu-22.04-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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.21.1 dune-configurator.3.21.1 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-03-14 12:57.32: Waiting for resource in pool OCluster2026-03-14 12:57.32: Waiting for worker…2026-03-14 12:57.32: Got resource from pool OClusterBuilding on doris.caelum.ci.devHEAD is now at 141d187d1 lwt_unix_stubs.c: fix races reported by TSanHEAD is now at b88f0695d mark examples/ as data_only_dirs(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2' locallydocker.io/ocaml/opam@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2: Pulling from ocaml/opamb1cba2e842ca: Already exists5fb57b3f930f: Pulling fs layer1196071738a1: Pulling fs layer9354fa20655a: Pulling fs layerc31c5e87d92d: Pulling fs layer1152184badc7: Pulling fs layerb69a36524b06: Pulling fs layerc31c5e87d92d: Waitingd71b578fc801: Pulling fs layerfc3cf797c5a6: Pulling fs layer1152184badc7: Waiting55957a7522bf: Pulling fs layerb69a36524b06: Waitingd71b578fc801: Waitingc3113e652212: Pulling fs layerfc3cf797c5a6: Waiting011d06d3cf00: Pulling fs layer55957a7522bf: Waitingc3113e652212: Waitinga5baea51aa79: Pulling fs layer011d06d3cf00: Waitingaf014fa1e67c: Pulling fs layera5baea51aa79: Waiting3e3c6feedd45: Pulling fs layer0af8c83b2aeb: Pulling fs layeraf014fa1e67c: Waitingdc2a6278747e: Pulling fs layer3e3c6feedd45: Waiting4f4fb700ef54: Pulling fs layer0af8c83b2aeb: Waitingdb713ae5568c: Pulling fs layerd4df0fbf321e: Pulling fs layerdc2a6278747e: Waiting35ab9721f2a8: Pulling fs layerbb52ff8982b7: Pulling fs layer9f19bd56b1e6: Pulling fs layer1f90bc1a8d2d: Pulling fs layer4e74ebe56d6a: Pulling fs layer20cc3fede08c: Pulling fs layer2a02aa7708b0: Pulling fs layer4f4fb700ef54: Waitingd4df0fbf321e: Waitingdb713ae5568c: Waiting35ab9721f2a8: Waitingbb52ff8982b7: Waiting1f90bc1a8d2d: Waiting91641483e604: Pulling fs layer9f19bd56b1e6: Waiting4e74ebe56d6a: Waiting8c97bc7791e4: Pulling fs layer2a02aa7708b0: Waiting20cc3fede08c: Waiting91641483e604: Waiting3e52ffd714f5: Pulling fs layer8c97bc7791e4: Waiting3a513e146b93: Pulling fs layer307739fe4860: Pulling fs layer3e52ffd714f5: Waiting4ce41293ed0d: Pulling fs layer3a513e146b93: Waiting1a7d062f5caf: Pulling fs layer9732926020c5: Pulling fs layer4ce41293ed0d: Waiting1a7d062f5caf: Waiting867199d44806: Pulling fs layer9732926020c5: Waiting7f6da7c235c5: Pulling fs layer5aba330a5244: Pulling fs layercdde2debe857: Pulling fs layer0e907ee8af43: Pulling fs layer7f6da7c235c5: Waitingb60f3eafc795: Pulling fs layercdde2debe857: Waiting962850fed9c3: Pulling fs layer867199d44806: Waiting0e907ee8af43: Waitinga2fa07019074: Pulling fs layer962850fed9c3: Waitinga2fa07019074: Waiting1196071738a1: Download complete5fb57b3f930f: Download complete5fb57b3f930f: Pull complete1196071738a1: Pull completec31c5e87d92d: Download complete1152184badc7: Verifying Checksum1152184badc7: Download completeb69a36524b06: Verifying Checksumb69a36524b06: Download completed71b578fc801: Verifying Checksumd71b578fc801: Download completefc3cf797c5a6: Verifying Checksumfc3cf797c5a6: Download complete55957a7522bf: Verifying Checksum55957a7522bf: Download completec3113e652212: Verifying Checksumc3113e652212: Download completea5baea51aa79: Download complete011d06d3cf00: Verifying Checksum011d06d3cf00: Download complete3e3c6feedd45: Download completeaf014fa1e67c: Verifying Checksumaf014fa1e67c: Download complete0af8c83b2aeb: Download completedc2a6278747e: Verifying Checksumdc2a6278747e: Download complete4f4fb700ef54: Download completed4df0fbf321e: Download completedb713ae5568c: Download completebb52ff8982b7: Verifying Checksumbb52ff8982b7: Download complete35ab9721f2a8: Verifying Checksum35ab9721f2a8: Download complete1f90bc1a8d2d: Download complete9f19bd56b1e6: Verifying Checksum9f19bd56b1e6: Download complete4e74ebe56d6a: Download complete9354fa20655a: Verifying Checksum9354fa20655a: Download complete9354fa20655a: Pull complete20cc3fede08c: Verifying Checksum20cc3fede08c: Download completec31c5e87d92d: Pull complete91641483e604: Verifying Checksum91641483e604: Download complete8c97bc7791e4: Download complete2a02aa7708b0: Download complete3a513e146b93: Download complete307739fe4860: Verifying Checksum307739fe4860: Download complete3e52ffd714f5: Verifying Checksum3e52ffd714f5: Download complete9732926020c5: Download complete4ce41293ed0d: Download complete7f6da7c235c5: Verifying Checksum7f6da7c235c5: Download complete5aba330a5244: Download completecdde2debe857: Verifying Checksumcdde2debe857: Download complete1152184badc7: Pull completeb69a36524b06: Pull completed71b578fc801: Pull completefc3cf797c5a6: Pull complete55957a7522bf: Pull completec3113e652212: Pull complete011d06d3cf00: Pull completea5baea51aa79: Pull complete1a7d062f5caf: Verifying Checksum1a7d062f5caf: Download completeaf014fa1e67c: Pull complete3e3c6feedd45: Pull complete0af8c83b2aeb: Pull completedc2a6278747e: Pull completeb60f3eafc795: Download complete4f4fb700ef54: Pull completedb713ae5568c: Pull complete962850fed9c3: Verifying Checksum962850fed9c3: Download completed4df0fbf321e: Pull complete35ab9721f2a8: Pull completebb52ff8982b7: Pull complete9f19bd56b1e6: Pull complete1f90bc1a8d2d: Pull complete4e74ebe56d6a: Pull complete20cc3fede08c: Pull complete2a02aa7708b0: Pull complete91641483e604: Pull complete8c97bc7791e4: Pull complete3e52ffd714f5: Pull complete3a513e146b93: Pull complete307739fe4860: Pull complete4ce41293ed0d: Pull completea2fa07019074: Verifying Checksuma2fa07019074: Download complete0e907ee8af43: Verifying Checksum0e907ee8af43: Download complete867199d44806: Verifying Checksum867199d44806: Download complete1a7d062f5caf: Pull complete9732926020c5: Pull complete867199d44806: Pull complete7f6da7c235c5: Pull complete5aba330a5244: Pull completecdde2debe857: Pull complete0e907ee8af43: Pull completeb60f3eafc795: Pull complete962850fed9c3: Pull completea2fa07019074: Pull completeDigest: sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2Status: Downloaded newer image for ocaml/opam@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce22026-03-14 13:00.04 ---> saved as "3d96e6f94c8a4d508e65cc2ac01d726244331e452aa3e1936f2a66a1553b4f67"/: (comment ubuntu-22.04-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-03-14 13:00.04 ---> saved as "dc7a219d5d09ac0c81f5d787ac23e40636ca8158886ffe95dd3419f503094be2"/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[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-14 13:00.25 ---> saved as "4f2c84fe0ad2ca99dd7cbe75c91477ec4d2feec518a99eb23c4c0f2b2ba52b7e"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 4.14.22.5.02026-03-14 13:00.25 ---> saved as "b9133dea9cb606de16f55fcf4f6dde5b68bd24a15c7ad28e72b186afbeb8f5be"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-14 13:00.25 ---> saved as "5bcc7d9793612e85618bb17f0085f4a74fcebd50fbacfe6670c2bed80fd32f42"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb820e8c25e..f2e7a221a1 master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> 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-03-14 13:00.42 ---> saved as "ee8261a8c04b86bab91c024d47cb862f33f91617fb7875d8cb8a2ab6f44dd1a2"/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)(dst ./))2026-03-14 13:00.42 ---> saved as "c92751bbcabe2d83c8ec0d9f9071995d15e3b296a41d92730429c1ee9c851c28"/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: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.dev] synchronised (file:///src)lwt is now pinned to file:///src (version dev)2026-03-14 13:00.50 ---> saved as "0ae1c6964afa0b41ca434c2307473fcfdf7511ed90703e411f8d5a9c9d5c24ea"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-14 13:00.50 ---> saved as "9deefc50aa5ebabb46bcba6e25dd01044682eb15ea60073cf0213c9932e94c6e"/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.1 dune-configurator.3.21.1 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 jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6994 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1615 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4160 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [114 kB]- Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [39.1 kB]- Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1302 kB]- Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6669 kB]- Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3786 kB]- Fetched 25.1 MB in 1s (17.9 MB/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-03-14 13:01.01 ---> saved as "d40b4ea01545e2debb50d6036fbd8c5eb5d8d3af2fd5a23eb13cb2c07eaa9643"/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.1- install dune-configurator 3.21.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.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 dune.3.21.1, dune-configurator.3.21.1 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved topkg.1.1.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.21.1-> 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.17.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.21.1-> installed ppxlib.0.37.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-14 13:01.45 ---> saved as "605554790d26f1e45e9f45bf595e9397488b834943ba40d1de703b7f064f82e0"/src: (copy (src .) (dst /src))2026-03-14 13:01.46 ---> saved as "99e9c43dd002b94e25e6aa80ed8d71a99d209a0f1b6cd71caf5f3fe7cfe3e0e4"/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.14 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.30 seconds2026-03-14 13:01.55 ---> saved as "46f83ae467a77f1eb0d11ddf2858b067da31c1f20aadbf5d2239409957ca4652"Job succeeded2026-03-14 13:01.55: Job succeeded