2026-01-27 07:25.28: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/fix-builds-on-wins (37e26c0d0f3a755541bec0e6e6013e91a89a1fbc) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "fix-builds-on-wins" && cd "lwt" && git reset --hard 37e26c0d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 # ubuntu-24.04-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src 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-bigarray.base base-bytes.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.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.5 --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 2026-01-27 07:25.28: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8-ubuntu-24.04-4.14_opam-2.5-f80664a0fc43791440912ae83095cdb3" 2026-01-27 07:25.28: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8) (comment ubuntu-24.04-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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-bigarray.base base-bytes.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.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.5 --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")) ) 2026-01-27 07:25.28: Waiting for resource in pool OCluster 2026-01-27 08:08.17: Waiting for worker… 2026-01-27 08:13.02: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 37e26c0d0 more windows tests in CI (from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8' locally docker.io/ocaml/opam@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8: Pulling from ocaml/opam a3629ac5b9f4: Pulling fs layer 1df74ae2bf3e: Pulling fs layer 2563f25c1178: Pulling fs layer f5fc2898bd97: Pulling fs layer 07bec2374ef4: Pulling fs layer 182b6598c3cc: Pulling fs layer 8c2da7c8c95f: Pulling fs layer f5fc2898bd97: Waiting 07bec2374ef4: Waiting 20cf8da7cf35: Pulling fs layer 7610f2cf1786: Pulling fs layer 8c2da7c8c95f: Waiting 7399021ff14f: Pulling fs layer 9456e89e55d4: Pulling fs layer e5df944e4bd8: Pulling fs layer 2333fbde88eb: Pulling fs layer 13a073e08a30: Pulling fs layer ec62492105dc: Pulling fs layer 20cf8da7cf35: Waiting f036ba372f52: Pulling fs layer 7399021ff14f: Waiting 9456e89e55d4: Waiting 3682b95f48a4: Pulling fs layer 13a073e08a30: Waiting 7610f2cf1786: Waiting e5df944e4bd8: Waiting 182b6598c3cc: Waiting 2333fbde88eb: Waiting ec62492105dc: Waiting 32baad6bd40c: Pulling fs layer 3682b95f48a4: Waiting f036ba372f52: Waiting 55ea33603a54: Pulling fs layer 32baad6bd40c: Waiting 01e4c8c454ad: Pulling fs layer 55ea33603a54: Waiting 49e757bc4eaa: Pulling fs layer 4f4fb700ef54: Pulling fs layer 9ca2cd4333a3: Pulling fs layer 01e4c8c454ad: Waiting 49e757bc4eaa: Waiting 24fda3688513: Pulling fs layer 9ca2cd4333a3: Waiting 4f4fb700ef54: Waiting 79b4050536fd: Pulling fs layer a301a466fc25: Pulling fs layer c92e4a5fb48f: Pulling fs layer 24fda3688513: Waiting c232f3271d8c: Pulling fs layer 38ee7210bcfc: Pulling fs layer 8aa9bd545ce6: Pulling fs layer 894091e858fb: Pulling fs layer 79b4050536fd: Waiting 8aa9bd545ce6: Waiting a301a466fc25: Waiting 894091e858fb: Waiting 77f8f8d20b66: Pulling fs layer 38ee7210bcfc: Waiting c232f3271d8c: Waiting 9dba2465b196: Pulling fs layer 9e601e55f327: Pulling fs layer f35ddc136152: Pulling fs layer 77f8f8d20b66: Waiting 9dba2465b196: Waiting 9ae0bef3d320: Pulling fs layer cea410b8abb3: Pulling fs layer 08accec35800: Pulling fs layer cea410b8abb3: Waiting 17947165f33a: Pulling fs layer 08accec35800: Waiting 9ae0bef3d320: Waiting 9811f6717868: Pulling fs layer 785aa6530c08: Pulling fs layer e5ae7628bb7b: Pulling fs layer 4c8749b32c0c: Pulling fs layer ed12334bba7e: Pulling fs layer 17947165f33a: Waiting e5ae7628bb7b: Waiting 4c8749b32c0c: Waiting 9811f6717868: Waiting 785aa6530c08: Waiting ed12334bba7e: Waiting 2563f25c1178: Download complete 1df74ae2bf3e: Verifying Checksum 1df74ae2bf3e: Download complete 07bec2374ef4: Verifying Checksum 07bec2374ef4: Download complete a3629ac5b9f4: Verifying Checksum a3629ac5b9f4: Download complete f5fc2898bd97: Verifying Checksum f5fc2898bd97: Download complete 8c2da7c8c95f: Verifying Checksum 8c2da7c8c95f: Download complete a3629ac5b9f4: Pull complete 1df74ae2bf3e: Pull complete 2563f25c1178: Pull complete 7610f2cf1786: Verifying Checksum 7610f2cf1786: Download complete 20cf8da7cf35: Verifying Checksum f5fc2898bd97: Pull complete 07bec2374ef4: Pull complete 7399021ff14f: Verifying Checksum 7399021ff14f: Download complete 9456e89e55d4: Verifying Checksum 9456e89e55d4: Download complete 2333fbde88eb: Verifying Checksum 2333fbde88eb: Download complete e5df944e4bd8: Download complete 182b6598c3cc: Verifying Checksum 182b6598c3cc: Download complete ec62492105dc: Download complete f036ba372f52: Verifying Checksum f036ba372f52: Download complete 13a073e08a30: Verifying Checksum 13a073e08a30: Download complete 3682b95f48a4: Verifying Checksum 3682b95f48a4: Download complete 32baad6bd40c: Verifying Checksum 32baad6bd40c: Download complete 55ea33603a54: Verifying Checksum 55ea33603a54: Download complete 01e4c8c454ad: Verifying Checksum 01e4c8c454ad: Download complete 49e757bc4eaa: Verifying Checksum 49e757bc4eaa: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 9ca2cd4333a3: Verifying Checksum 9ca2cd4333a3: Download complete 24fda3688513: Verifying Checksum 24fda3688513: Download complete 79b4050536fd: Verifying Checksum 79b4050536fd: Download complete a301a466fc25: Verifying Checksum a301a466fc25: Download complete c92e4a5fb48f: Verifying Checksum c92e4a5fb48f: Download complete c232f3271d8c: Download complete 38ee7210bcfc: Verifying Checksum 38ee7210bcfc: Download complete 8aa9bd545ce6: Verifying Checksum 8aa9bd545ce6: Download complete 894091e858fb: Download complete 77f8f8d20b66: Verifying Checksum 77f8f8d20b66: Download complete 9dba2465b196: Verifying Checksum 9dba2465b196: Download complete 9e601e55f327: Verifying Checksum 9e601e55f327: Download complete 9ae0bef3d320: Download complete 182b6598c3cc: Pull complete 8c2da7c8c95f: Pull complete 20cf8da7cf35: Pull complete 7610f2cf1786: Pull complete 7399021ff14f: Pull complete 9456e89e55d4: Pull complete e5df944e4bd8: Pull complete 2333fbde88eb: Pull complete 08accec35800: Download complete 13a073e08a30: Pull complete ec62492105dc: Pull complete f036ba372f52: Pull complete 3682b95f48a4: Pull complete 32baad6bd40c: Pull complete 55ea33603a54: Pull complete 01e4c8c454ad: Pull complete 49e757bc4eaa: Pull complete 4f4fb700ef54: Pull complete 9ca2cd4333a3: Pull complete 24fda3688513: Pull complete 79b4050536fd: Pull complete a301a466fc25: Pull complete c92e4a5fb48f: Pull complete c232f3271d8c: Pull complete 38ee7210bcfc: Pull complete 8aa9bd545ce6: Pull complete 894091e858fb: Pull complete 77f8f8d20b66: Pull complete 9dba2465b196: Pull complete 9e601e55f327: Pull complete 17947165f33a: Verifying Checksum 17947165f33a: Download complete 9811f6717868: Verifying Checksum 9811f6717868: Download complete f35ddc136152: Verifying Checksum f35ddc136152: Download complete e5ae7628bb7b: Verifying Checksum e5ae7628bb7b: Download complete 4c8749b32c0c: Verifying Checksum 4c8749b32c0c: Download complete ed12334bba7e: Verifying Checksum ed12334bba7e: Download complete cea410b8abb3: Verifying Checksum cea410b8abb3: Download complete 785aa6530c08: Verifying Checksum 785aa6530c08: Download complete f35ddc136152: Pull complete 9ae0bef3d320: Pull complete cea410b8abb3: Pull complete 08accec35800: Pull complete 17947165f33a: Pull complete 9811f6717868: Pull complete 785aa6530c08: Pull complete e5ae7628bb7b: Pull complete 4c8749b32c0c: Pull complete ed12334bba7e: Pull complete Digest: sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 Status: Downloaded newer image for ocaml/opam@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 2026-01-27 08:13.02 ---> using "ef22c250542bfdbbae9cc5c0c5dceee33d5c6eaa63ef93c0e62d649e6d282495" from cache /: (comment ubuntu-24.04-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-01-27 08:13.02 ---> using "94b306c568a54449b56cd89b8114cf21f76fb95cb9cfc62d690b44d2a92b39ef" 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-27 08:13.02 ---> using "088b1f75292e92f2b7147a2fa802470c80442d5e490e50c28b1c075db81389dc" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-01-27 08:13.02 ---> using "af2883df424175f72b177cf06b16a804446bf9b6937bbb12fa369d98450581a6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-27 08:13.02 ---> using "935ff14fa4d7e36e3a0cf92fc51faeea8b126c3b41508e6fa2843d0e16584ece" 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")) 873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0 <><> 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) 2026-01-27 08:13.02 ---> using "fdc82b42706e1d2db04fd524f1ac6118ab6649fe2aaea3f0f2563aecd8349194" 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-27 08:13.02 ---> using "c00294e55a82b98ffbfee2a6d96dc85330b2835aec55f9a1513ceba5a35d599b" from cache /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-27 08:13.02 ---> using "e6e9a49eb6f5b65ef5fc8230fae17dace8c03e5f12fcb9a4e9c4ac5945622b53" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-27 08:13.02 ---> using "be26663e2c12e5f894132c74cf6d88803d15f782ee89cbbb1bfdc07884ce8693" from cache /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.21.0 dune-configurator.3.21.0 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.5 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease - Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2150 kB] - Get:6 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1966 kB] - Get:7 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [37.6 kB] - Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3182 kB] - Get:9 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1776 kB] - Get:10 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1194 kB] - Fetched 10.7 MB in 1s (10.0 MB/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). # To update the current shell environment, run: eval $(opam env) 2026-01-27 08:13.02 ---> using "e0d1533e79010c20ffeead593684b8562b0d702a9ad5238ff85792ffb274a4f8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 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.21.0 - install dune-configurator 3.21.0 - 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.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.12.4 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.21.0 -> installed ppxlib.0.37.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-27 08:13.37 ---> saved as "5882b6c56da7d4b179b98b35246f0f18c680a7e64aa7951a0694da380f2efc23" /src: (copy (src .) (dst /src)) 2026-01-27 08:13.37 ---> saved as "3860152e9588963d3301cee2d582aa91fe7eced187d3abeb8893f09f4f937d30" /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.01 seconds (cd _build/default/test/core && ./main.exe) Testing library 'core'... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS.................................................................................................................................................. Ok. 705 tests ran, 23 tests skipped in 0.13 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. 226 tests ran, 9 tests skipped in 6.28 seconds 2026-01-27 08:13.46 ---> saved as "d95e687f569867f23faa95aaf7659d992263e1c654611f658af5756000b4c903" Job succeeded 2026-01-27 08:13.46: Job succeeded