2025-08-20 17:09.11: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/master (68b41c217e2a1ef4d40bfe57dade3610bfa41d43) (linux-x86_64:fedora-41-5.3_opam-2.4)Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "master" && cd "lwt" && git reset --hard 68b41c21cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5# fedora-41-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lwt_retry.opam lwt_react.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.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.0 dune-configurator.3.20.0 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.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-08-20 17:09.11: Using cache hint "ocsigen/lwt-ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5-fedora-41-5.3_opam-2.4-41eb028d85f2d2d821f1d01fc3b18f5a"2025-08-20 17:09.11: Using OBuilder spec:((from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)(comment fedora-41-5.3_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lwt_retry.opam lwt_react.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.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.0 dune-configurator.3.20.0 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.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-08-20 17:09.11: Waiting for resource in pool OCluster2025-08-20 17:46.26: Waiting for worker…2025-08-20 17:49.28: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 68b41c217 Merge pull request #1033 from patricoferris/5.2-ast-bump(from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5' locallydocker.io/ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5: Pulling from ocaml/opam2b0cc7ee804c: Pulling fs layerc18ed2f7611b: Pulling fs layer0e212a9ba2f6: Pulling fs layer720686032277: Pulling fs layer93be4d741366: Pulling fs layerdf139e1f3f46: Pulling fs layerbee85951ecc4: Pulling fs layercfb7dd932d0a: Pulling fs layer302d2b5cf94e: Pulling fs layer744bd9676b94: Pulling fs layera61a2d3582bd: Pulling fs layera5cf4976352b: Pulling fs layer2bc5a8b0d983: Pulling fs layer22426805282e: Pulling fs layerd39f24bef506: Pulling fs layer2c18ac3ce9e5: Pulling fs layer9d7b82e56a00: Pulling fs layer404af7605dc7: Pulling fs layer007ac776635c: Pulling fs layer3d6a7bcf6161: Pulling fs layer4f4fb700ef54: Pulling fs layer81a2be02a786: Pulling fs layerbd0aecc02a24: Pulling fs layer720686032277: Waitinga5cf4976352b: Waitingd45fa2528917: Pulling fs layer80de9e6990f7: Pulling fs layer22426805282e: Waiting2c18ac3ce9e5: Waiting93be4d741366: Waiting302d2b5cf94e: Waitinga61a2d3582bd: Waitingd39f24bef506: Waiting03da6777de95: Pulling fs layer9d7b82e56a00: Waiting744bd9676b94: Waitingdf139e1f3f46: Waiting494d5ca3df8f: Pulling fs layer007ac776635c: Waiting404af7605dc7: Waitingbee85951ecc4: Waiting81a2be02a786: Waiting41c6b53a001d: Pulling fs layerbd0aecc02a24: Waitingcfb7dd932d0a: Waiting3e8b84460b11: Pulling fs layer80de9e6990f7: Waiting494d5ca3df8f: Waitingd053d4a106fe: Pulling fs layer03da6777de95: Waiting3e8b84460b11: Waiting41c6b53a001d: Waitingfa7761527b70: Pulling fs layerdcd9d9d9b709: Pulling fs layerd9806d9e64c4: Pulling fs layerfa7761527b70: Waitingf876e57ff686: Pulling fs layerd9806d9e64c4: Waiting8bc0b3187df7: Pulling fs layerf876e57ff686: Waiting8b9e19fd2c6f: Pulling fs layer9ba4810d75d9: Pulling fs layerdbd14d793cc9: Pulling fs layer8b9e19fd2c6f: Waiting42532df89f46: Pulling fs layerd03e76a27dce: Pulling fs layer9ba4810d75d9: Waitingbac3b6f3c4a9: Pulling fs layerdbd14d793cc9: Waitingd03e76a27dce: Waiting50215e359b55: Pulling fs layerbac3b6f3c4a9: Waiting27e83a79dc4e: Pulling fs layer42532df89f46: Waiting334ed129df98: Pulling fs layer50215e359b55: Waiting334ed129df98: Waitingc18ed2f7611b: Verifying Checksumc18ed2f7611b: Download complete2b0cc7ee804c: Verifying Checksum2b0cc7ee804c: Download complete93be4d741366: Verifying Checksum93be4d741366: Download complete0e212a9ba2f6: Verifying Checksum0e212a9ba2f6: Download completedf139e1f3f46: Verifying Checksumdf139e1f3f46: Download completebee85951ecc4: Download completecfb7dd932d0a: Verifying Checksumcfb7dd932d0a: Download complete2b0cc7ee804c: Pull completec18ed2f7611b: Pull complete0e212a9ba2f6: Pull complete302d2b5cf94e: Verifying Checksum302d2b5cf94e: Download completea61a2d3582bd: Verifying Checksuma61a2d3582bd: Download completea5cf4976352b: Verifying Checksuma5cf4976352b: Download complete2bc5a8b0d983: Verifying Checksum2bc5a8b0d983: Download complete22426805282e: Verifying Checksum22426805282e: Download completed39f24bef506: Verifying Checksumd39f24bef506: Download complete2c18ac3ce9e5: Verifying Checksum2c18ac3ce9e5: Download complete9d7b82e56a00: Verifying Checksum9d7b82e56a00: Download complete404af7605dc7: Verifying Checksum404af7605dc7: Download complete007ac776635c: Verifying Checksum007ac776635c: Download complete3d6a7bcf6161: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete744bd9676b94: Verifying Checksum744bd9676b94: Download complete81a2be02a786: Verifying Checksum81a2be02a786: Download completebd0aecc02a24: Verifying Checksumbd0aecc02a24: Download completed45fa2528917: Download complete80de9e6990f7: Download complete03da6777de95: Download complete41c6b53a001d: Verifying Checksum41c6b53a001d: Download complete3e8b84460b11: Verifying Checksum3e8b84460b11: Download completed053d4a106fe: Verifying Checksumd053d4a106fe: Download completefa7761527b70: Verifying Checksumfa7761527b70: Download completedcd9d9d9b709: Verifying Checksumdcd9d9d9b709: Download completed9806d9e64c4: Verifying Checksumd9806d9e64c4: Download complete8bc0b3187df7: Verifying Checksum8bc0b3187df7: Download complete8b9e19fd2c6f: Verifying Checksum8b9e19fd2c6f: Download complete9ba4810d75d9: Verifying Checksum9ba4810d75d9: Download completedbd14d793cc9: Verifying Checksumdbd14d793cc9: Download complete42532df89f46: Verifying Checksum42532df89f46: Download completed03e76a27dce: Download completef876e57ff686: Download complete50215e359b55: Verifying Checksum50215e359b55: Download complete27e83a79dc4e: Verifying Checksum27e83a79dc4e: Download complete334ed129df98: Verifying Checksum334ed129df98: Download completebac3b6f3c4a9: Verifying Checksumbac3b6f3c4a9: Download complete720686032277: Verifying Checksum720686032277: Download complete720686032277: Pull complete93be4d741366: Pull completedf139e1f3f46: Pull completebee85951ecc4: Pull completecfb7dd932d0a: Pull complete302d2b5cf94e: Pull complete744bd9676b94: Pull completea61a2d3582bd: Pull completea5cf4976352b: Pull complete2bc5a8b0d983: Pull complete22426805282e: Pull completed39f24bef506: Pull complete2c18ac3ce9e5: Pull complete9d7b82e56a00: Pull complete404af7605dc7: Pull complete007ac776635c: Pull complete3d6a7bcf6161: Pull complete4f4fb700ef54: Pull complete81a2be02a786: Pull completebd0aecc02a24: Pull completed45fa2528917: Pull complete80de9e6990f7: Pull complete03da6777de95: Pull complete494d5ca3df8f: Pull complete41c6b53a001d: Pull complete3e8b84460b11: Pull completed053d4a106fe: Pull completefa7761527b70: Pull completedcd9d9d9b709: Pull completed9806d9e64c4: Pull completef876e57ff686: Pull complete8bc0b3187df7: Pull complete8b9e19fd2c6f: Pull complete9ba4810d75d9: Pull completedbd14d793cc9: Pull complete42532df89f46: Pull completed03e76a27dce: Pull completebac3b6f3c4a9: Pull complete50215e359b55: Pull complete27e83a79dc4e: Pull complete334ed129df98: Pull completeDigest: sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5Status: Downloaded newer image for ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f52025-08-20 17:58.18 ---> using "35acf84784bf4471d6359ee6903b64a640d608f18aa556a867466db9cbdb24a8" from cache/: (comment fedora-41-5.3_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 41 - x86_64 - Updates 100% | 167.4 KiB/s | 23.6 KiB | 00m00sFedora 41 openh264 (From Cisco) - x86_ 100% | 7.5 KiB/s | 986.0 B | 00m00sFedora 41 - x86_64 100% | 211.0 KiB/s | 26.2 KiB | 00m00sFedora 41 - x86_64 - Updates 100% | 4.4 MiB/s | 5.0 MiB | 00m01sRepositories loaded.Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.Nothing to do.2025-08-20 17:58.18 ---> using "84924c65c35e03b36258f80f529e248173044abc9ac80c35d9b0574d8f80cc0a" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-08-20 17:58.18 ---> using "91c55b64e2d644bb6d6499bb0a8585851c2546e92f4a1fbc5f722dd288b9a6cc" 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-08-20 17:58.18 ---> using "6a72ba5e93e8a85c798bd2f9c3826f0ec8bfc63c1bffc4415bc4db59bec4582a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.4.12025-08-20 17:58.18 ---> using "b3d032e204eda0858d1b0b65ee0a914a1692df89be24daa37b40567fbc7a8386" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-08-20 17:58.18 ---> using "376234755cf9500cead593c9d2d8bb0203bc20828bf2a19dd27415bf715a07cf" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee8b9193dd..0978bfceb7 master -> origin/masterf9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.0<><> 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-08-20 17:58.18 ---> using "7f19c0c35fb33ca39910f333c4c9093a721a66fd7ebb215953bd0def06133757" from cache/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)(dst ./))2025-08-20 17:58.19 ---> saved as "715ef46e09ae3361a0270637b9f9940b1304a639fda3da9f01fe6cecc9816439"/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.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)[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-08-20 17:58.24 ---> saved as "2bac9c20b57f6e1714e99787464a6c15fc46f3742d5f037c428dbc34672da2ee"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-08-20 17:58.25 ---> saved as "e65ab2834b06f766448491ad9612794c3250bb78ed855ab843bd2ba6851b646d"/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.0 dune-configurator.3.20.0 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.dev lwt.dev $DEPS"))+ /usr/bin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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 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-08-20 17:58.42 ---> saved as "aea231d923bb4690f30be3f6164c0de79373ff05b9abf2e202a40a924d8b5ccb"/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.0- install dune-configurator 3.20.0- 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.0, dune-configurator.3.20.0 (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.0-> 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.0-> 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-08-20 18:00.13 ---> saved as "8e910d212bacd432a24d53f359d72cd9c3fc9232a468b0924098f467a96573f4"/src: (copy (src .) (dst /src))2025-08-20 18:00.13 ---> saved as "c1c79a90329d3c7a07d6a4a53cee268f3ac6baf3f8cf1b6f6ba84a9e6b530b00"/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.41 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'...................Ok. 16 tests ran, 0 tests skipped in 1.21 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'.........................................S....S........SSS.....................................................................................................................SSSS...............................................................Ok. 230 tests ran, 9 tests skipped in 6.32 seconds2025-08-20 18:00.26 ---> saved as "06ebec519e5157dbb4f0aee49781e6346584f63aeddcf81cc1b7f36801b753a2"Job succeeded2025-08-20 18:00.26: Job succeeded