2026-01-21 09:09.41: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/expose-engine (39630d90751f4e6017e50acd70f07f453fe2b92d) (linux-x86_64:fedora-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "expose-engine" && cd "lwt" && git reset --hard 39630d90cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb# fedora-42-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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.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.21.0 dune-configurator.3.21.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.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_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.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-BLOCK2026-01-21 09:09.41: Using cache hint "ocsigen/lwt-ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb-fedora-42-5.4_opam-2.5-75ab778214f47ae1c2af4a869bf7c608"2026-01-21 09:09.41: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb)(comment fedora-42-5.4_opam-2.5)(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.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.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.21.0 dune-configurator.3.21.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.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_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.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")))2026-01-21 09:09.41: Waiting for resource in pool OCluster2026-01-21 09:09.41: Waiting for worker…2026-01-21 09:16.34: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 39630d907 expose a way to identify currently-running engine(from ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb' locallydocker.io/ocaml/opam@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb: Pulling from ocaml/opam166acd75d0b1: Already exists4742ff274220: Pulling fs layer9a85d981ef69: Pulling fs layer709337e6c4f9: Pulling fs layer667125706fe7: Pulling fs layer6aee10022763: Pulling fs layerd8edbfd1553d: Pulling fs layer667125706fe7: Waiting709337e6c4f9: Waiting4bcc179437c7: Pulling fs layer6aee10022763: Waitingd8edbfd1553d: Waitingbd537709889e: Pulling fs layer4bcc179437c7: Waiting0a5bc890b847: Pulling fs layer2ab15c03d676: Pulling fs layerbd537709889e: Waitingb19c9327ebad: Pulling fs layer0a5bc890b847: Waiting28b80e595254: Pulling fs layerb19c9327ebad: Waiting2ab15c03d676: Waiting4e2a857ca21b: Pulling fs layerfe21fab52201: Pulling fs layer28b80e595254: Waiting4e2a857ca21b: Waitingfa4141d3e347: Pulling fs layerfe21fab52201: Waitingb7034fcbc6dc: Pulling fs layerfa4141d3e347: Waiting9ccf5b04de71: Pulling fs layerb7034fcbc6dc: Waitingc9be542ca6c1: Pulling fs layer9ccf5b04de71: Waiting96ce90b7cb1e: Pulling fs layerc9be542ca6c1: Waiting9c82ad7b08d3: Pulling fs layer96ce90b7cb1e: Waiting4f4fb700ef54: Pulling fs layer6f59f06c5a0b: Pulling fs layer4f4fb700ef54: Waitingd7614a9c4c31: Pulling fs layer9c82ad7b08d3: Waitinge391c7382a86: Pulling fs layer6f59f06c5a0b: Waitingd7614a9c4c31: Waiting2ea64a127864: Pulling fs layer34f0b5a69aea: Pulling fs layer34f4e6138760: Pulling fs layer2ea64a127864: Waiting34f0b5a69aea: Waitinge391c7382a86: Waitinge5dc1707904c: Pulling fs layer34f4e6138760: Waitingb462fa07d4e3: Pulling fs layer6671b407da0b: Pulling fs layere5dc1707904c: Waiting7eae9294c20e: Pulling fs layerb462fa07d4e3: Waiting72ad6010d4ae: Pulling fs layer6671b407da0b: Waiting7eae9294c20e: Waiting382f52f76e7f: Pulling fs layerb820d6859381: Pulling fs layer382f52f76e7f: Waiting72ad6010d4ae: Waitingb19fe69bb61c: Pulling fs layerb820d6859381: Waiting898e81002b72: Pulling fs layerb19fe69bb61c: Waitingffbe06f9127a: Pulling fs layer898e81002b72: Waiting5538f5d49510: Pulling fs layere05833a8efc9: Pulling fs layer5538f5d49510: Waitinge08b499aefe3: Pulling fs layere05833a8efc9: Waitinge9c65d4f6023: Pulling fs layere08b499aefe3: Waiting4cfbfdcaa1bb: Pulling fs layer26c266e16ab1: Pulling fs layere9c65d4f6023: Waiting26c266e16ab1: Waiting8e249d6da394: Pulling fs layer4742ff274220: Download complete4742ff274220: Pull complete709337e6c4f9: Verifying Checksum709337e6c4f9: Download complete667125706fe7: Verifying Checksum667125706fe7: Download complete9a85d981ef69: Verifying Checksum9a85d981ef69: Download complete6aee10022763: Verifying Checksum6aee10022763: Download completebd537709889e: Verifying Checksumbd537709889e: Download complete4bcc179437c7: Verifying Checksum4bcc179437c7: Download complete2ab15c03d676: Verifying Checksum2ab15c03d676: Download completed8edbfd1553d: Verifying Checksumd8edbfd1553d: Download complete0a5bc890b847: Verifying Checksum0a5bc890b847: Download completeb19c9327ebad: Verifying Checksumb19c9327ebad: Download complete28b80e595254: Verifying Checksum28b80e595254: Download complete4e2a857ca21b: Download completefe21fab52201: Verifying Checksumfe21fab52201: Download completefa4141d3e347: Download complete9ccf5b04de71: Verifying Checksum9ccf5b04de71: Download completec9be542ca6c1: Download complete96ce90b7cb1e: Verifying Checksum96ce90b7cb1e: Download complete9c82ad7b08d3: Download complete9a85d981ef69: Pull completeb7034fcbc6dc: Verifying Checksumb7034fcbc6dc: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete6f59f06c5a0b: Verifying Checksum6f59f06c5a0b: Download completed7614a9c4c31: Verifying Checksumd7614a9c4c31: Download completee391c7382a86: Verifying Checksume391c7382a86: Download complete34f0b5a69aea: Verifying Checksum34f0b5a69aea: Download complete2ea64a127864: Verifying Checksum2ea64a127864: Download complete34f4e6138760: Verifying Checksum34f4e6138760: Download completee5dc1707904c: Verifying Checksume5dc1707904c: Download complete6671b407da0b: Verifying Checksum6671b407da0b: Download complete7eae9294c20e: Download completeb462fa07d4e3: Verifying Checksumb462fa07d4e3: Download complete72ad6010d4ae: Verifying Checksum72ad6010d4ae: Download complete382f52f76e7f: Verifying Checksum382f52f76e7f: Download completeb19fe69bb61c: Download completeffbe06f9127a: Verifying Checksumffbe06f9127a: Download complete5538f5d49510: Verifying Checksum5538f5d49510: Download completee05833a8efc9: Download completee08b499aefe3: Verifying Checksume08b499aefe3: Download completee9c65d4f6023: Verifying Checksume9c65d4f6023: Download complete4cfbfdcaa1bb: Verifying Checksum4cfbfdcaa1bb: Download complete26c266e16ab1: Download complete8e249d6da394: Verifying Checksum8e249d6da394: Download complete709337e6c4f9: Pull complete667125706fe7: Pull complete6aee10022763: Pull completed8edbfd1553d: Pull complete4bcc179437c7: Pull completebd537709889e: Pull complete0a5bc890b847: Pull complete2ab15c03d676: Pull complete898e81002b72: Verifying Checksum898e81002b72: Download completeb19c9327ebad: Pull complete28b80e595254: Pull complete4e2a857ca21b: Pull completefe21fab52201: Pull completefa4141d3e347: Pull completeb7034fcbc6dc: Pull complete9ccf5b04de71: Pull completec9be542ca6c1: Pull complete96ce90b7cb1e: Pull complete9c82ad7b08d3: Pull complete4f4fb700ef54: Pull complete6f59f06c5a0b: Pull completed7614a9c4c31: Pull completee391c7382a86: Pull complete2ea64a127864: Pull complete34f0b5a69aea: Pull complete34f4e6138760: Pull completee5dc1707904c: Pull completeb462fa07d4e3: Pull complete6671b407da0b: Pull complete7eae9294c20e: Pull complete72ad6010d4ae: Pull complete382f52f76e7f: Pull completeb820d6859381: Verifying Checksumb820d6859381: Download completeb820d6859381: Pull completeb19fe69bb61c: Pull complete898e81002b72: Pull completeffbe06f9127a: Pull complete5538f5d49510: Pull completee05833a8efc9: Pull completee08b499aefe3: Pull completee9c65d4f6023: Pull complete4cfbfdcaa1bb: Pull complete26c266e16ab1: Pull complete8e249d6da394: Pull completeDigest: sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbbStatus: Downloaded newer image for ocaml/opam@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb2026-01-21 09:16.39 ---> using "036f9b732f9d17c01c758b4a476cea75fc5ffc0b43db5723c9bcbaffb014b54a" from cache/: (comment fedora-42-5.4_opam-2.5)/: (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 42 - x86_64 - Updates 100% | 47.5 KiB/s | 20.3 KiB | 00m00sFedora 42 - x86_64 100% | 119.9 KiB/s | 22.3 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-01-21 09:16.39 ---> using "588c434da937157851c1fdd79d468b8fbe29979786d68316bd7dca540f11abbb" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-21 09:16.39 ---> using "261e20e1f8f71b537145407ffb40a24cd62176eb08a4c4e42f73955442e82c28" 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-21 09:16.40 ---> using "042111dbe804c3e3e9a1dae31a4d4bd5a1ca2cc34c00b6bef56a8d6aa60bda24" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 5.4.02.5.02026-01-21 09:16.40 ---> using "8ca1d76b03366644862de06631e57eba020ac1bf4bdffd05b1e1e9c149b2b02b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-21 09:16.40 ---> using "01060aa655f86127c338903c2da3486b461f3f62339b138a62f8550c06ee8e88" 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_HEADa6b2f19780..1c997ec9e6 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-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-21 09:16.40 ---> using "b05b2e3125906c0516d337c34307bf8cd37a1018bbbd12bde83f0b9a3948d1b5" 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-21 09:16.41 ---> saved as "d1afdb7c99155251872f031c465e5feb6ce76952d41b746ce45003e8f552cc4b"/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-21 09:16.52 ---> saved as "b07ed349a2f32b94a4bfb1271648f8071be367e676fff09494d546e0a103277e"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-21 09:16.53 ---> saved as "e82eafe8428cecfcbec54bbcda3570d9b6c9e751f02fb2c2531ae77579a7cf6f"/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.21.0 dune-configurator.3.21.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.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_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 42 - x86_64 - Updates 100% | 40.8 KiB/s | 7.2 KiB | 00m00s- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt.dev] synchronised (file:///src)[lwt_direct.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)[lwt_runtime_events.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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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).# To update the current shell environment, run: eval $(opam env)2026-01-21 09:17.16 ---> saved as "8194b43c26da520c81947ddfed7cc822938620f534f7c361327179852228aa54"/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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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.21.0- install dune-configurator 3.21.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.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 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 ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (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.1 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (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.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.21.0-> installed base.v0.17.3-> installed ppxlib.0.37.0-> installed ppx_here.v0.17.0-> installed ppx_let.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2026-01-21 09:18.34 ---> saved as "5923b9dd36716c9bd6765767fb98680337852c3bd2e7d792df98032e95b2140d"/src: (copy (src .) (dst /src))2026-01-21 09:18.35 ---> saved as "bf9d4f98627233a25cda40ee7ebf073820d5c86d709b26b9500bd8dbdae74d4b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/direct && ./main.exe)Testing library 'lwt_direct'................Ok. 13 tests ran, 0 tests skipped in 0.00 seconds(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. 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. 227 tests ran, 9 tests skipped in 6.31 seconds2026-01-21 09:18.45 ---> saved as "6b36f9517d9994808bcb1c030066755cd0ceb09f13b2e541922eeaf7f38a17b9"Job succeeded2026-01-21 09:18.46: Job succeeded