2025-09-09 09:37.57: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/fix-32bit (7ecb271177cf39f9892df0e9a8afb90bf8d2c544) (linux-x86_64:alpine-3.21-5.3_opam-2.4)Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "fix-32bit" && cd "lwt" && git reset --hard 7ecb2711cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123# alpine-3.21-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && 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.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.36.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-09 09:37.57: Using cache hint "ocsigen/lwt-ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123-alpine-3.21-5.3_opam-2.4-37f86c30248d78a81a58db17a35d8f91"2025-09-09 09:37.57: Using OBuilder spec:((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123)(comment alpine-3.21-5.3_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && 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 (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.36.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0")(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.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.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")))2025-09-09 09:37.57: Waiting for resource in pool OCluster2025-09-09 09:37.57: Waiting for worker…2025-09-09 09:38.29: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 7ecb27117 fix ci config(from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123)Unable to find image 'ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123' locallydocker.io/ocaml/opam@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123: Pulling from ocaml/opam0368fd46e3c6: Already existsc7b36a554832: Already exists8b515f33dcd4: Already exists96c3055c6ebe: Already exists7dd098daa08c: Already exists9549cbbcd8f8: Already existsabc495215edd: Already exists5c6ab7e700e2: Already existsc1eb31dc8654: Already existseab00dec4838: Pulling fs layer598340a54619: Pulling fs layer6c5f6917cb19: Pulling fs layer089634ccb91a: Pulling fs layer5ec2a6f4e85e: Pulling fs layer390f95f78dbb: Pulling fs layerabf14d380ac3: Pulling fs layer4f4fb700ef54: Pulling fs layer9a7dd2d2a5cc: Pulling fs layer6c5f6917cb19: Waiting089634ccb91a: Waiting598340a54619: Waitingeab00dec4838: Waiting58a18bc8f3c5: Pulling fs layer1899e7c252ab: Pulling fs layer4f4fb700ef54: Waiting5ec2a6f4e85e: Waiting6cc679d67202: Pulling fs layerabf14d380ac3: Waiting390f95f78dbb: Waiting0d2483b2e4bc: Pulling fs layerd44cc6e0b64d: Pulling fs layer58a18bc8f3c5: Waiting25bc7c5bf521: Pulling fs layer6cc679d67202: Waiting053f38cbd17d: Pulling fs layerfbaa4dd12180: Pulling fs layer25bc7c5bf521: Waiting0d2483b2e4bc: Waiting053f38cbd17d: Waiting734a0e4c0ce9: Pulling fs layerec0abf580e8b: Pulling fs layerde6fa1e10c62: Pulling fs layer1967f7f03b14: Pulling fs layer4569040b50fb: Pulling fs layerd6303cabb15f: Pulling fs layerdca939b77d47: Pulling fs layer4569040b50fb: Waitingec0abf580e8b: Waiting57d50445d99c: Pulling fs layerfbaa4dd12180: Waiting1967f7f03b14: Waitingde6fa1e10c62: Waiting734a0e4c0ce9: Waitingdca939b77d47: Waiting9eb985d0b73c: Pulling fs layerd0b65aa847f1: Pulling fs layer95d644a9728c: Pulling fs layer9eb985d0b73c: Waiting57d50445d99c: Waitingd6303cabb15f: Waiting02941b03ac33: Pulling fs layerd0b65aa847f1: Waitingbfc536ae65f4: Pulling fs layer7bc3a773ced0: Pulling fs layer02941b03ac33: Waitingbfc536ae65f4: Waitingffb63e0cde95: Pulling fs layer7bc3a773ced0: Waitingeab00dec4838: Verifying Checksumeab00dec4838: Download completeeab00dec4838: Pull complete598340a54619: Verifying Checksum598340a54619: Download complete598340a54619: Pull complete6c5f6917cb19: Download complete6c5f6917cb19: Pull complete089634ccb91a: Download complete089634ccb91a: Pull complete5ec2a6f4e85e: Verifying Checksum5ec2a6f4e85e: Download complete5ec2a6f4e85e: Pull complete390f95f78dbb: Verifying Checksum390f95f78dbb: Download complete390f95f78dbb: Pull completeabf14d380ac3: Download completeabf14d380ac3: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete4f4fb700ef54: Pull complete9a7dd2d2a5cc: Download complete9a7dd2d2a5cc: Pull complete58a18bc8f3c5: Verifying Checksum58a18bc8f3c5: Download complete58a18bc8f3c5: Pull complete1899e7c252ab: Verifying Checksum1899e7c252ab: Download complete1899e7c252ab: Pull complete6cc679d67202: Verifying Checksum6cc679d67202: Download complete6cc679d67202: Pull complete0d2483b2e4bc: Verifying Checksum0d2483b2e4bc: Download complete0d2483b2e4bc: Pull completed44cc6e0b64d: Verifying Checksumd44cc6e0b64d: Download completed44cc6e0b64d: Pull complete25bc7c5bf521: Download complete25bc7c5bf521: Pull complete053f38cbd17d: Verifying Checksum053f38cbd17d: Download complete053f38cbd17d: Pull completefbaa4dd12180: Verifying Checksumfbaa4dd12180: Download completefbaa4dd12180: Pull complete734a0e4c0ce9: Download complete734a0e4c0ce9: Pull completeec0abf580e8b: Verifying Checksumec0abf580e8b: Download completeec0abf580e8b: Pull completede6fa1e10c62: Verifying Checksumde6fa1e10c62: Download completede6fa1e10c62: Pull complete1967f7f03b14: Verifying Checksum1967f7f03b14: Download complete4569040b50fb: Download complete1967f7f03b14: Pull complete4569040b50fb: Pull completed6303cabb15f: Verifying Checksumd6303cabb15f: Download completedca939b77d47: Verifying Checksumdca939b77d47: Download complete57d50445d99c: Verifying Checksum57d50445d99c: Download complete9eb985d0b73c: Download completed0b65aa847f1: Verifying Checksumd0b65aa847f1: Download complete95d644a9728c: Verifying Checksum95d644a9728c: Download completed6303cabb15f: Pull completedca939b77d47: Pull complete57d50445d99c: Pull complete9eb985d0b73c: Pull completed0b65aa847f1: Pull complete95d644a9728c: Pull complete02941b03ac33: Verifying Checksum02941b03ac33: Download completebfc536ae65f4: Verifying Checksum7bc3a773ced0: Verifying Checksum7bc3a773ced0: Download completeffb63e0cde95: Verifying Checksumffb63e0cde95: Download complete02941b03ac33: Pull completebfc536ae65f4: Pull complete7bc3a773ced0: Pull completeffb63e0cde95: Pull completeDigest: sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123Status: Downloaded newer image for ocaml/opam@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad1232025-09-09 09:38.30 ---> using "4f03d9722b1d38951773ed1c3e06918222050f9b7e36e3da45d836913158178b" from cache/: (comment alpine-3.21-5.3_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-09-09 09:38.30 ---> using "9f2b3827877f61e711907a53c0365442ef09a6eef6b48de6cf26fe349d19ea14" 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] Initialised2025-09-09 09:38.30 ---> using "8a1ac9fac4846aa53dc1e32b8ecda435ffc73bfc3e983db0aded4e15b2f29eb4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 5.3.02.4.12025-09-09 09:38.30 ---> using "74b3c67918903b3e462fde7709ab88e33dc6472e2e31f3a4bd01cc6e9fbd405c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-09 09:38.30 ---> using "10f606515cd7c725f81471152a95510c82ccb2187838bdcff5022e5b351073fb" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb3b872a94f..9c3d4d2c45 master -> origin/master4c972ba0fc Merge pull request #28397 from maiste/release-dune-3.20.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-09-09 09:38.30 ---> using "2158a3d86dedb351e78dc3bbe33ad835fd32ba676ba1e8ad158ccd65910e2ffe" from cache/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)(dst ./))2025-09-09 09:38.30 ---> using "a18be5b8a71dc65a40ba24ad4ff4463f5a5819e3517395dc9680ed04d06a71a6" from cache/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)2025-09-09 09:38.30 ---> using "b18efd5e60aaffeb679b4013fb44e8895528c3a20e7dfeac4f6f73b8dfb56f0a" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-09 09:38.30 ---> using "6c526bd69aceaa770fd0c105dad773c6d89e084bb823b217c620af9184d52e98" from cache/src: (env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.36.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0")/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.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.21.4-88-g96c1e91cf6a [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]- v3.21.4-89-g41f11bf0d41 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]- v3.23.0_alpha20250612-5928-g56c3dff2709 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v3.23.0_alpha20250612-5926-g11e577c3879 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v3.23.0_alpha20250612-5931-gd7912833a07 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 59452 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt.dev] synchronised (file:///src)[lwt_ppx.dev] synchronised (file:///src)[lwt_ppx__ppx_let_tests.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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-09-09 09:38.30 ---> using "08ea795482e5ec77d01e7ccea82682b112edd78d57e3b8dd98ab339c07dd9bec" from cache/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 19 packages- install base v0.17.3- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install dune 3.20.1- install dune-configurator 3.20.1- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.1- 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.17.0- install ppx_let v0.17.1- install ppxlib 0.36.0- install react 1.2.2- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.17.3 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (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 ppx_here.v0.17.0 (cached)-> retrieved ppx_let.v0.17.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.0 (cached)-> retrieved ppxlib.0.36.0 (cached)-> retrieved dune.3.20.1, dune-configurator.3.20.1 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.0-> installed react.1.2.2-> installed dune.3.20.1-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.1-> installed base.v0.17.3-> installed ppxlib.0.36.0-> installed ppx_here.v0.17.0-> installed ppx_let.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2025-09-09 09:38.30 ---> using "b95ccb9ab2fdf3399ab16e5a092a767a5c2b489e4617028c6b363eb585dea464" from cache/src: (copy (src .) (dst /src))2025-09-09 09:38.30 ---> saved as "a3662ef22491f3dca707b70481312cf6d8baa9c1fa258b7253d11717fa71b3ea"/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/core && ./main.exe)Testing library 'core'..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 705 tests ran, 23 tests skipped in 0.15 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'...................Ok. 16 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.29 seconds2025-09-09 09:38.39 ---> saved as "384d37c8f00ad57c38f43aad329d74a7b5ec6112d207cce2b5a72fef1c83108a"Job succeeded2025-09-09 09:38.39: Job succeeded