2025-12-30 10:52.41: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/prepare-lwt6-release (d9a886c58a45f43283ca956bc8590c3bd02bbd71) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "prepare-lwt6-release" && cd "lwt" && git reset --hard d9a886c5 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25 # debian-13-4.14_riscv64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-12-30 10:52.41: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25-debian-13-4.14_riscv64_opam-2.4-992b1d042607839f328486c8272ab184" 2025-12-30 10:52.41: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25) (comment debian-13-4.14_riscv64_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.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 --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build")) ) 2025-12-30 10:52.41: Waiting for resource in pool OCluster 2025-12-30 10:52.41: Waiting for worker… 2025-12-30 10:52.41: Got resource from pool OCluster Building on riscv-bm-02.sw.ci.dev HEAD is now at a350c8bda Merge pull request #1073 from ocsigen/lwt-6 HEAD is now at d9a886c58 bump version numbers (from ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25' locally docker.io/ocaml/opam@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25: Pulling from ocaml/opam e8961870af39: Pulling fs layer 4a832a4b5136: Pulling fs layer e11310a182cd: Pulling fs layer 391f5edf7911: Pulling fs layer deea94045038: Pulling fs layer be4e7bcc848f: Pulling fs layer 396035b53bc8: Pulling fs layer 7bea9105d9bd: Pulling fs layer 5b46e8e533f2: Pulling fs layer ab2ae9ff501d: Pulling fs layer f68fedbf467f: Pulling fs layer 4e3c2b36c974: Pulling fs layer 3a8678d6f55c: Pulling fs layer f4543e42c6e2: Pulling fs layer e697da0f97a8: Pulling fs layer 493a7efdd4dc: Pulling fs layer ff33a970d7ea: Pulling fs layer c8fbffadb147: Pulling fs layer 9475a1b29b89: Pulling fs layer 7fdc5e499d24: Pulling fs layer 54fcd2440734: Pulling fs layer 1fdc2dbb38a7: Pulling fs layer 4f4fb700ef54: Pulling fs layer 333cb006279c: Pulling fs layer 5a6bb2d2810c: Pulling fs layer 391f5edf7911: Waiting deea94045038: Waiting be4e7bcc848f: Waiting 396035b53bc8: Waiting 7bea9105d9bd: Waiting 8cc3bc437c9b: Pulling fs layer 5b46e8e533f2: Waiting 2fdabb00b8ed: Pulling fs layer ab2ae9ff501d: Waiting 6ac114550087: Pulling fs layer f68fedbf467f: Waiting 53c5e0722362: Pulling fs layer 4e3c2b36c974: Waiting 3a8678d6f55c: Waiting f4543e42c6e2: Waiting b68efb7eab28: Pulling fs layer e697da0f97a8: Waiting 493a7efdd4dc: Waiting ff33a970d7ea: Waiting 7fdc5e499d24: Waiting c8fbffadb147: Waiting 9475a1b29b89: Waiting 5677914134a3: Pulling fs layer 45f0c8828c23: Pulling fs layer 433fbc97fb4e: Pulling fs layer 31b3480c0997: Pulling fs layer 216ab51b49c9: Pulling fs layer f7cbc98e0b07: Pulling fs layer 89cd1b5164b5: Pulling fs layer 253501d04927: Pulling fs layer 229281282206: Pulling fs layer 71bddc788bbc: Pulling fs layer 5dd2697f8d70: Pulling fs layer 23a01308d955: Pulling fs layer facd44704fec: Pulling fs layer 1454ae22d16a: Pulling fs layer 12d8b6a0e452: Pulling fs layer 5677914134a3: Waiting 45f0c8828c23: Waiting 433fbc97fb4e: Waiting 31b3480c0997: Waiting 216ab51b49c9: Waiting f7cbc98e0b07: Waiting 89cd1b5164b5: Waiting 253501d04927: Waiting 229281282206: Waiting 71bddc788bbc: Waiting 5dd2697f8d70: Waiting 23a01308d955: Waiting facd44704fec: Waiting 1454ae22d16a: Waiting 12d8b6a0e452: Waiting 54fcd2440734: Waiting 1fdc2dbb38a7: Waiting 4f4fb700ef54: Waiting 333cb006279c: Waiting 5a6bb2d2810c: Waiting 8cc3bc437c9b: Waiting 2fdabb00b8ed: Waiting 6ac114550087: Waiting 53c5e0722362: Waiting b68efb7eab28: Waiting e11310a182cd: Verifying Checksum e11310a182cd: Download complete 4a832a4b5136: Download complete e8961870af39: Verifying Checksum e8961870af39: Download complete deea94045038: Verifying Checksum deea94045038: Download complete 391f5edf7911: Verifying Checksum 391f5edf7911: Download complete 396035b53bc8: Verifying Checksum 396035b53bc8: Download complete 7bea9105d9bd: Verifying Checksum 7bea9105d9bd: Download complete ab2ae9ff501d: Verifying Checksum ab2ae9ff501d: Download complete 5b46e8e533f2: Verifying Checksum 5b46e8e533f2: Download complete f68fedbf467f: Verifying Checksum f68fedbf467f: Download complete 4e3c2b36c974: Verifying Checksum 4e3c2b36c974: Download complete 3a8678d6f55c: Verifying Checksum 3a8678d6f55c: Download complete e8961870af39: Pull complete 4a832a4b5136: Pull complete e11310a182cd: Pull complete e697da0f97a8: Download complete 391f5edf7911: Pull complete deea94045038: Pull complete f4543e42c6e2: Verifying Checksum f4543e42c6e2: Download complete ff33a970d7ea: Download complete 493a7efdd4dc: Verifying Checksum 493a7efdd4dc: Download complete c8fbffadb147: Verifying Checksum c8fbffadb147: Download complete 9475a1b29b89: Verifying Checksum 9475a1b29b89: Download complete 54fcd2440734: Verifying Checksum 54fcd2440734: Download complete 7fdc5e499d24: Verifying Checksum 7fdc5e499d24: Download complete be4e7bcc848f: Verifying Checksum be4e7bcc848f: Download complete 1fdc2dbb38a7: Verifying Checksum 1fdc2dbb38a7: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 333cb006279c: Verifying Checksum 333cb006279c: Download complete 5a6bb2d2810c: Verifying Checksum 5a6bb2d2810c: Download complete 8cc3bc437c9b: Verifying Checksum 8cc3bc437c9b: Download complete 2fdabb00b8ed: Verifying Checksum 2fdabb00b8ed: Download complete 6ac114550087: Verifying Checksum 6ac114550087: Download complete 53c5e0722362: Verifying Checksum 53c5e0722362: Download complete b68efb7eab28: Verifying Checksum b68efb7eab28: Download complete 5677914134a3: Verifying Checksum 5677914134a3: Download complete 45f0c8828c23: Verifying Checksum 45f0c8828c23: Download complete 433fbc97fb4e: Verifying Checksum 433fbc97fb4e: Download complete 31b3480c0997: Verifying Checksum 31b3480c0997: Download complete 216ab51b49c9: Verifying Checksum 216ab51b49c9: Download complete 89cd1b5164b5: Verifying Checksum 89cd1b5164b5: Download complete 229281282206: Verifying Checksum 229281282206: Download complete 71bddc788bbc: Download complete 5dd2697f8d70: Verifying Checksum 5dd2697f8d70: Download complete 253501d04927: Verifying Checksum 253501d04927: Download complete facd44704fec: Verifying Checksum facd44704fec: Download complete 1454ae22d16a: Verifying Checksum 1454ae22d16a: Download complete 12d8b6a0e452: Verifying Checksum 12d8b6a0e452: Download complete 23a01308d955: Verifying Checksum 23a01308d955: Download complete f7cbc98e0b07: Download complete be4e7bcc848f: Pull complete 396035b53bc8: Pull complete 7bea9105d9bd: Pull complete 5b46e8e533f2: Pull complete ab2ae9ff501d: Pull complete f68fedbf467f: Pull complete 4e3c2b36c974: Pull complete 3a8678d6f55c: Pull complete f4543e42c6e2: Pull complete e697da0f97a8: Pull complete 493a7efdd4dc: Pull complete ff33a970d7ea: Pull complete c8fbffadb147: Pull complete 9475a1b29b89: Pull complete 7fdc5e499d24: Pull complete 54fcd2440734: Pull complete 1fdc2dbb38a7: Pull complete 4f4fb700ef54: Pull complete 333cb006279c: Pull complete 5a6bb2d2810c: Pull complete 8cc3bc437c9b: Pull complete 2fdabb00b8ed: Pull complete 6ac114550087: Pull complete 53c5e0722362: Pull complete b68efb7eab28: Pull complete 5677914134a3: Pull complete 45f0c8828c23: Pull complete 433fbc97fb4e: Pull complete 31b3480c0997: Pull complete 216ab51b49c9: Pull complete f7cbc98e0b07: Pull complete 89cd1b5164b5: Pull complete 253501d04927: Pull complete 229281282206: Pull complete 71bddc788bbc: Pull complete 5dd2697f8d70: Pull complete 23a01308d955: Pull complete facd44704fec: Pull complete 1454ae22d16a: Pull complete 12d8b6a0e452: Pull complete Digest: sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25 Status: Downloaded newer image for ocaml/opam@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25 2025-12-30 10:52.44 ---> using "2f036f5721b663ad0193431097395ba7cf7b655f5429c818c1d2c8c245333700" from cache /: (comment debian-13-4.14_riscv64_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-12-30 10:52.44 ---> using "153eabfcdbac8c5ee624084cf59bb20b1ee5fb7ac84fbef60beaf6e6bb15af7b" 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 2025-12-30 10:52.44 ---> using "ed6398628179ee1464e333beaad7919e7e37e8b1e970ffd55a35cefee09802b3" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.10.113-scw1 The OCaml toplevel, version 4.14.2 2.4.1 2025-12-30 10:52.44 ---> using "3485185fbc430920d8900d4cb611245b3d0013408fc84b790b144f8a52334dfc" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-30 10:52.44 ---> using "cbe757f6ae25866ccd3186b24b34c3b653455be2289afa864932e4021d7d8e94" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee48e882f0..c239a62d58 master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-12-30 10:52.44 ---> using "8679d259e5ba9b1c3e60d1c28196ad06f4785601b4224eca564672fc60d1360b" 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 ./)) 2025-12-30 10:52.44 ---> saved as "c52a6477b566d25f3c931cfb6de4f18e1a99399fcc3d3dccb0af5c50d20680b8" /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) 2025-12-30 10:53.29 ---> saved as "d25feeb40c05e65561511c15cc5568c49022d771488d9bb06f8bd97218baf0ad" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-30 10:53.29 ---> saved as "7276e2db28e85c0485edca48898e62ddecb25efed330299157f34605cead3cd8" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [86.1 kB] - Fetched 177 kB in 0s (381 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lwt.dev] synchronised (file:///src) [lwt_ppx.dev] synchronised (file:///src) [lwt_react.dev] synchronised (file:///src) [lwt_retry.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-12-30 10:54.15 ---> saved as "8b835b0fa9372c75739ef4b084cd13fc13a60732630fd90dadc9dcd75ff0ff99" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 15 packages - install base-bytes base - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install ocaml-compiler-libs v0.12.4 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install ppx_derivers 1.2.1 - install ppxlib 0.37.0 - install react 1.2.2 - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved react.1.2.2 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (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.20.2 -> installed csexp.1.5.2 -> installed ppx_derivers.1.2.1 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.17.0 -> installed ocplib-endian.1.2 -> installed stdlib-shims.0.3.0 -> installed dune-configurator.3.20.2 -> installed ppxlib.0.37.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-12-30 11:01.22 ---> saved as "21e54533eca634dbad9b80af89d4913e792bb5ba9d6d5bb5472ea60dc96f905d" /src: (copy (src .) (dst /src)) 2025-12-30 11:01.23 ---> saved as "5b7fbdb9b3bff3ee990847d6408e4b2d5bb7c1637d1ab0dc96be99eb7b8cb7cb" /src: (run (shell "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build")) (cd _build/default/test/retry && ./main.exe) Testing library 'retry'... .............. Ok. 14 tests ran, 0 tests skipped in 0.02 seconds (cd _build/default/test/react && ./main.exe) Testing library 'react'... ........... Ok. 11 tests ran, 0 tests skipped in 4.51 seconds (cd _build/default/test/unix && ./main.exe) Testing library 'unix'... .................................SSSSS..............................................................................................................SSSS................................................................................... Ok. 226 tests ran, 9 tests skipped in 6.57 seconds (cd _build/default/test/core && ./main.exe) Testing library 'core'... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS.................................................................................................................................................. Ok. 705 tests ran, 23 tests skipped in 2.84 seconds (cd _build/default/test/ppx && ./main.exe) Testing library 'ppx'... ................ Ok. 16 tests ran, 0 tests skipped in 1.21 seconds 2025-12-30 11:02.23 ---> saved as "e99572283ee0852b521196865550c26927faf3f93347c499828fe23033d25184" Job succeeded 2025-12-30 11:02.23: Job succeeded