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:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "expose-engine" && cd "lwt" && git reset --hard 39630d90 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb # fedora-42-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-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 OCluster 2026-01-21 09:09.41: Waiting for worker… 2026-01-21 09:16.34: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb: Pulling from ocaml/opam 166acd75d0b1: Already exists 4742ff274220: Pulling fs layer 9a85d981ef69: Pulling fs layer 709337e6c4f9: Pulling fs layer 667125706fe7: Pulling fs layer 6aee10022763: Pulling fs layer d8edbfd1553d: Pulling fs layer 667125706fe7: Waiting 709337e6c4f9: Waiting 4bcc179437c7: Pulling fs layer 6aee10022763: Waiting d8edbfd1553d: Waiting bd537709889e: Pulling fs layer 4bcc179437c7: Waiting 0a5bc890b847: Pulling fs layer 2ab15c03d676: Pulling fs layer bd537709889e: Waiting b19c9327ebad: Pulling fs layer 0a5bc890b847: Waiting 28b80e595254: Pulling fs layer b19c9327ebad: Waiting 2ab15c03d676: Waiting 4e2a857ca21b: Pulling fs layer fe21fab52201: Pulling fs layer 28b80e595254: Waiting 4e2a857ca21b: Waiting fa4141d3e347: Pulling fs layer fe21fab52201: Waiting b7034fcbc6dc: Pulling fs layer fa4141d3e347: Waiting 9ccf5b04de71: Pulling fs layer b7034fcbc6dc: Waiting c9be542ca6c1: Pulling fs layer 9ccf5b04de71: Waiting 96ce90b7cb1e: Pulling fs layer c9be542ca6c1: Waiting 9c82ad7b08d3: Pulling fs layer 96ce90b7cb1e: Waiting 4f4fb700ef54: Pulling fs layer 6f59f06c5a0b: Pulling fs layer 4f4fb700ef54: Waiting d7614a9c4c31: Pulling fs layer 9c82ad7b08d3: Waiting e391c7382a86: Pulling fs layer 6f59f06c5a0b: Waiting d7614a9c4c31: Waiting 2ea64a127864: Pulling fs layer 34f0b5a69aea: Pulling fs layer 34f4e6138760: Pulling fs layer 2ea64a127864: Waiting 34f0b5a69aea: Waiting e391c7382a86: Waiting e5dc1707904c: Pulling fs layer 34f4e6138760: Waiting b462fa07d4e3: Pulling fs layer 6671b407da0b: Pulling fs layer e5dc1707904c: Waiting 7eae9294c20e: Pulling fs layer b462fa07d4e3: Waiting 72ad6010d4ae: Pulling fs layer 6671b407da0b: Waiting 7eae9294c20e: Waiting 382f52f76e7f: Pulling fs layer b820d6859381: Pulling fs layer 382f52f76e7f: Waiting 72ad6010d4ae: Waiting b19fe69bb61c: Pulling fs layer b820d6859381: Waiting 898e81002b72: Pulling fs layer b19fe69bb61c: Waiting ffbe06f9127a: Pulling fs layer 898e81002b72: Waiting 5538f5d49510: Pulling fs layer e05833a8efc9: Pulling fs layer 5538f5d49510: Waiting e08b499aefe3: Pulling fs layer e05833a8efc9: Waiting e9c65d4f6023: Pulling fs layer e08b499aefe3: Waiting 4cfbfdcaa1bb: Pulling fs layer 26c266e16ab1: Pulling fs layer e9c65d4f6023: Waiting 26c266e16ab1: Waiting 8e249d6da394: Pulling fs layer 4742ff274220: Download complete 4742ff274220: Pull complete 709337e6c4f9: Verifying Checksum 709337e6c4f9: Download complete 667125706fe7: Verifying Checksum 667125706fe7: Download complete 9a85d981ef69: Verifying Checksum 9a85d981ef69: Download complete 6aee10022763: Verifying Checksum 6aee10022763: Download complete bd537709889e: Verifying Checksum bd537709889e: Download complete 4bcc179437c7: Verifying Checksum 4bcc179437c7: Download complete 2ab15c03d676: Verifying Checksum 2ab15c03d676: Download complete d8edbfd1553d: Verifying Checksum d8edbfd1553d: Download complete 0a5bc890b847: Verifying Checksum 0a5bc890b847: Download complete b19c9327ebad: Verifying Checksum b19c9327ebad: Download complete 28b80e595254: Verifying Checksum 28b80e595254: Download complete 4e2a857ca21b: Download complete fe21fab52201: Verifying Checksum fe21fab52201: Download complete fa4141d3e347: Download complete 9ccf5b04de71: Verifying Checksum 9ccf5b04de71: Download complete c9be542ca6c1: Download complete 96ce90b7cb1e: Verifying Checksum 96ce90b7cb1e: Download complete 9c82ad7b08d3: Download complete 9a85d981ef69: Pull complete b7034fcbc6dc: Verifying Checksum b7034fcbc6dc: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 6f59f06c5a0b: Verifying Checksum 6f59f06c5a0b: Download complete d7614a9c4c31: Verifying Checksum d7614a9c4c31: Download complete e391c7382a86: Verifying Checksum e391c7382a86: Download complete 34f0b5a69aea: Verifying Checksum 34f0b5a69aea: Download complete 2ea64a127864: Verifying Checksum 2ea64a127864: Download complete 34f4e6138760: Verifying Checksum 34f4e6138760: Download complete e5dc1707904c: Verifying Checksum e5dc1707904c: Download complete 6671b407da0b: Verifying Checksum 6671b407da0b: Download complete 7eae9294c20e: Download complete b462fa07d4e3: Verifying Checksum b462fa07d4e3: Download complete 72ad6010d4ae: Verifying Checksum 72ad6010d4ae: Download complete 382f52f76e7f: Verifying Checksum 382f52f76e7f: Download complete b19fe69bb61c: Download complete ffbe06f9127a: Verifying Checksum ffbe06f9127a: Download complete 5538f5d49510: Verifying Checksum 5538f5d49510: Download complete e05833a8efc9: Download complete e08b499aefe3: Verifying Checksum e08b499aefe3: Download complete e9c65d4f6023: Verifying Checksum e9c65d4f6023: Download complete 4cfbfdcaa1bb: Verifying Checksum 4cfbfdcaa1bb: Download complete 26c266e16ab1: Download complete 8e249d6da394: Verifying Checksum 8e249d6da394: Download complete 709337e6c4f9: Pull complete 667125706fe7: Pull complete 6aee10022763: Pull complete d8edbfd1553d: Pull complete 4bcc179437c7: Pull complete bd537709889e: Pull complete 0a5bc890b847: Pull complete 2ab15c03d676: Pull complete 898e81002b72: Verifying Checksum 898e81002b72: Download complete b19c9327ebad: Pull complete 28b80e595254: Pull complete 4e2a857ca21b: Pull complete fe21fab52201: Pull complete fa4141d3e347: Pull complete b7034fcbc6dc: Pull complete 9ccf5b04de71: Pull complete c9be542ca6c1: Pull complete 96ce90b7cb1e: Pull complete 9c82ad7b08d3: Pull complete 4f4fb700ef54: Pull complete 6f59f06c5a0b: Pull complete d7614a9c4c31: Pull complete e391c7382a86: Pull complete 2ea64a127864: Pull complete 34f0b5a69aea: Pull complete 34f4e6138760: Pull complete e5dc1707904c: Pull complete b462fa07d4e3: Pull complete 6671b407da0b: Pull complete 7eae9294c20e: Pull complete 72ad6010d4ae: Pull complete 382f52f76e7f: Pull complete b820d6859381: Verifying Checksum b820d6859381: Download complete b820d6859381: Pull complete b19fe69bb61c: Pull complete 898e81002b72: Pull complete ffbe06f9127a: Pull complete 5538f5d49510: Pull complete e05833a8efc9: Pull complete e08b499aefe3: Pull complete e9c65d4f6023: Pull complete 4cfbfdcaa1bb: Pull complete 26c266e16ab1: Pull complete 8e249d6da394: Pull complete Digest: sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb Status: Downloaded newer image for ocaml/opam@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb 2026-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 | 00m00s Fedora 42 - x86_64 100% | 119.9 KiB/s | 22.3 KiB | 00m00s Repositories 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-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-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-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_HEAD a6b2f19780..1c997ec9e6 master -> origin/master 873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already 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.1 Done. # 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 seconds 2026-01-21 09:18.45 ---> saved as "6b36f9517d9994808bcb1c030066755cd0ceb09f13b2e541922eeaf7f38a17b9" Job succeeded 2026-01-21 09:18.46: Job succeeded