2026-01-27 14:56.48: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-6.1.0 (661646e40639298dde11834cfd3575b6ead2cadc) (linux-x86_64:debian-12-5.4_opam-2.5)Base: ocaml/opam:debian-12-ocaml-5.4@sha256:c3f9211cfbc8921fb20c9aafdf5e9896420de23bcb55cac79b7d8bf72a3e4712Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-6.1.0" && cd "lwt" && git reset --hard 661646e4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.4@sha256:c3f9211cfbc8921fb20c9aafdf5e9896420de23bcb55cac79b7d8bf72a3e4712# debian-12-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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-27 14:56.48: Using cache hint "ocsigen/lwt-ocaml/opam:debian-12-ocaml-5.4@sha256:c3f9211cfbc8921fb20c9aafdf5e9896420de23bcb55cac79b7d8bf72a3e4712-debian-12-5.4_opam-2.5-75ab778214f47ae1c2af4a869bf7c608"2026-01-27 14:56.48: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.4@sha256:c3f9211cfbc8921fb20c9aafdf5e9896420de23bcb55cac79b7d8bf72a3e4712)(comment debian-12-5.4_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.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-27 14:56.48: Waiting for resource in pool OCluster2026-01-27 14:56.48: Waiting for worker…2026-01-27 14:56.48: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 661646e40 CHANGES(from ocaml/opam:debian-12-ocaml-5.4@sha256:c3f9211cfbc8921fb20c9aafdf5e9896420de23bcb55cac79b7d8bf72a3e4712)Unable to find image 'ocaml/opam:debian-12-ocaml-5.4@sha256:c3f9211cfbc8921fb20c9aafdf5e9896420de23bcb55cac79b7d8bf72a3e4712' locallydocker.io/ocaml/opam@sha256:c3f9211cfbc8921fb20c9aafdf5e9896420de23bcb55cac79b7d8bf72a3e4712: Pulling from ocaml/opam32a5bf163bd7: Pulling fs layerc0944ab5c1b8: Pulling fs layer32a5bf163bd7: Waiting476c5992415e: Pulling fs layerc0944ab5c1b8: Waitingd0fe6b118beb: Pulling fs layercaa92716367b: Pulling fs layer9f647a7f5929: Pulling fs layer476c5992415e: Waitingcaa92716367b: Waitingcfbe1d2570c3: Pulling fs layer427740f4c814: Pulling fs layer85d88aea685d: Pulling fs layerd0fe6b118beb: Waitingcfbe1d2570c3: Waitingeff6b54cdb18: Pulling fs layer427740f4c814: Waiting9f647a7f5929: Waiting0fd52d68eceb: Pulling fs layer85d88aea685d: Waitingeff6b54cdb18: Waiting10b9e28c194a: Pulling fs layer83e61d759870: Pulling fs layer10b9e28c194a: Waiting6e41e8ffa82b: Pulling fs layer6fb56bf9eb3e: Pulling fs layer83e61d759870: Waitingee2c0b77c643: Pulling fs layerc86de4c302f1: Pulling fs layer6fb56bf9eb3e: Waitinga1ec1223857b: Pulling fs layerec303835bdfd: Pulling fs layerdc44e12b8a4e: Pulling fs layer9cc83342db2d: Pulling fs layerec303835bdfd: Waitinga1ec1223857b: Waitinga83f5b4d553c: Pulling fs layer4f4fb700ef54: Pulling fs layer2bad06f568b8: Pulling fs layera83f5b4d553c: Waitinge8284971354d: Pulling fs layerdc44e12b8a4e: Waiting2bad06f568b8: Waitingddf185679cf3: Pulling fs layerd0fa3ed70aa3: Pulling fs layere8284971354d: Waitingddf185679cf3: Waiting40c669734ac7: Pulling fs layerd0fa3ed70aa3: Waiting2f0deaaa63a5: Pulling fs layer32aec092ad5e: Pulling fs layer9cc83342db2d: Waiting2f0deaaa63a5: Waiting8d1002d23fd3: Pulling fs layerc86de4c302f1: Waiting32aec092ad5e: Waitingcfadb4d68845: Pulling fs layer2a6607648bff: Pulling fs layercfadb4d68845: Waitinga3f542c5c212: Pulling fs layer8d1002d23fd3: Waiting18bc30ede372: Pulling fs layer3e34f983e37c: Pulling fs layer4f4fb700ef54: Waitingac2d2a5c57ef: Pulling fs layer2a6607648bff: Waiting7e0261aa55c8: Pulling fs layerc29a253b49ae: Pulling fs layerc8bfad6dee24: Pulling fs layer7e0261aa55c8: Waitingc29a253b49ae: Waiting0a4e3c1e347f: Pulling fs layerc8bfad6dee24: Waitingb52dfd2cc3dc: Pulling fs layer0a4e3c1e347f: Waitinge5210b84f6f5: Pulling fs layer3530470e05a5: Pulling fs layerf014d00cf28c: Pulling fs layerb52dfd2cc3dc: Waiting78166c77e713: Pulling fs layere5210b84f6f5: Waitingf51629f3153d: Pulling fs layer78166c77e713: Waiting53904d1cdd7f: Pulling fs layerf014d00cf28c: Waitingf51629f3153d: Waitingc0944ab5c1b8: Verifying Checksumc0944ab5c1b8: Download complete476c5992415e: Verifying Checksum476c5992415e: Download completed0fe6b118beb: Verifying Checksumd0fe6b118beb: Download complete32a5bf163bd7: Verifying Checksum32a5bf163bd7: Download completecaa92716367b: Verifying Checksumcaa92716367b: Download completecfbe1d2570c3: Verifying Checksumcfbe1d2570c3: Download complete427740f4c814: Verifying Checksum427740f4c814: Download complete85d88aea685d: Verifying Checksum85d88aea685d: Download complete0fd52d68eceb: Verifying Checksum0fd52d68eceb: Download complete32a5bf163bd7: Pull completec0944ab5c1b8: Pull complete476c5992415e: Pull completed0fe6b118beb: Pull completecaa92716367b: Pull completeeff6b54cdb18: Verifying Checksumeff6b54cdb18: Download complete10b9e28c194a: Verifying Checksum10b9e28c194a: Download complete83e61d759870: Verifying Checksum83e61d759870: Download complete6e41e8ffa82b: Verifying Checksum6e41e8ffa82b: Download complete6fb56bf9eb3e: Verifying Checksum6fb56bf9eb3e: Download completeee2c0b77c643: Verifying Checksumee2c0b77c643: Download completec86de4c302f1: Verifying Checksumc86de4c302f1: Download completea1ec1223857b: Verifying Checksuma1ec1223857b: Download completeec303835bdfd: Download complete9f647a7f5929: Verifying Checksum9f647a7f5929: Download completedc44e12b8a4e: Download complete9cc83342db2d: Download completea83f5b4d553c: Verifying Checksuma83f5b4d553c: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete2bad06f568b8: Verifying Checksum2bad06f568b8: Download completee8284971354d: Download completeddf185679cf3: Verifying Checksumddf185679cf3: Download completed0fa3ed70aa3: Verifying Checksumd0fa3ed70aa3: Download complete40c669734ac7: Verifying Checksum40c669734ac7: Download complete2f0deaaa63a5: Verifying Checksum2f0deaaa63a5: Download complete32aec092ad5e: Download complete8d1002d23fd3: Verifying Checksum8d1002d23fd3: Download completecfadb4d68845: Verifying Checksumcfadb4d68845: Download complete2a6607648bff: Download completea3f542c5c212: Verifying Checksuma3f542c5c212: Download complete18bc30ede372: Verifying Checksum18bc30ede372: Download completeac2d2a5c57ef: Verifying Checksumac2d2a5c57ef: Download completec29a253b49ae: Download completec8bfad6dee24: Verifying Checksumc8bfad6dee24: Download complete9f647a7f5929: Pull completecfbe1d2570c3: Pull complete427740f4c814: Pull complete85d88aea685d: Pull completeeff6b54cdb18: Pull complete0a4e3c1e347f: Verifying Checksum0a4e3c1e347f: Download complete0fd52d68eceb: Pull complete10b9e28c194a: Pull complete83e61d759870: Pull complete6e41e8ffa82b: Pull complete6fb56bf9eb3e: Pull completeee2c0b77c643: Pull completec86de4c302f1: Pull completea1ec1223857b: Pull completeb52dfd2cc3dc: Download completeec303835bdfd: Pull completedc44e12b8a4e: Pull complete9cc83342db2d: Pull completea83f5b4d553c: Pull complete4f4fb700ef54: Pull complete2bad06f568b8: Pull completee8284971354d: Pull completeddf185679cf3: Pull completed0fa3ed70aa3: Pull complete40c669734ac7: Pull complete2f0deaaa63a5: Pull complete32aec092ad5e: Pull complete8d1002d23fd3: Pull completecfadb4d68845: Pull complete2a6607648bff: Pull completea3f542c5c212: Pull complete18bc30ede372: Pull completee5210b84f6f5: Verifying Checksume5210b84f6f5: Download complete3530470e05a5: Download completef014d00cf28c: Verifying Checksumf014d00cf28c: Download complete78166c77e713: Verifying Checksum78166c77e713: Download complete7e0261aa55c8: Verifying Checksum7e0261aa55c8: Download complete3e34f983e37c: Verifying Checksum3e34f983e37c: Download completef51629f3153d: Download complete53904d1cdd7f: Verifying Checksum53904d1cdd7f: Download complete3e34f983e37c: Pull completeac2d2a5c57ef: Pull complete7e0261aa55c8: Pull completec29a253b49ae: Pull completec8bfad6dee24: Pull complete0a4e3c1e347f: Pull completeb52dfd2cc3dc: Pull completee5210b84f6f5: Pull complete3530470e05a5: Pull completef014d00cf28c: Pull complete78166c77e713: Pull completef51629f3153d: Pull complete53904d1cdd7f: Pull completeDigest: sha256:c3f9211cfbc8921fb20c9aafdf5e9896420de23bcb55cac79b7d8bf72a3e4712Status: Downloaded newer image for ocaml/opam@sha256:c3f9211cfbc8921fb20c9aafdf5e9896420de23bcb55cac79b7d8bf72a3e47122026-01-27 14:59.59 ---> using "071737be05cb7b43b9505e12eccc7985a9484c9e89c454615e81f805ea7288d9" from cache/: (comment debian-12-5.4_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 14:59.59 ---> using "0cc5fea8d3035c802deda444b9b3d8781c2662ea99a23b7b1fa9579beaef3297" 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[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-27 14:59.59 ---> using "0131fbfbdca1cb76fd436fa49f3e82007af7184f7da0af13d868cb08c858b55e" 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-27 14:59.59 ---> using "5dddbcb372dfe0bcdbd172eca3f06881d677af9808115eacd88ea8e6e578e593" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 14:59.59 ---> using "d4a37ad7d5efabd56a4cf85b9968bd864109e7442c1acca7211cc1e2a9785570" 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..e4bc1b0e55 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-27 14:59.59 ---> using "d8fe29952fa585643c5699d9d7027d1596d1f0f5ea7b83c7bd9835ff5835be60" 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 15:00.00 ---> saved as "1b0daaa1d0fbdbca71476009873863b0ade89ab57b80ea899facf9929b3d4618"/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 15:00.06 ---> saved as "17c5ffb67c414693a4748784a8fa2e1ecc9794f4e5d47c71201815c655d234b6"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 15:00.07 ---> saved as "96e90150d7a0b00bbd4df37c2be1ac8146ca258c3716a580ca8fdb963244fac2"/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/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [292 kB]- Fetched 9339 kB in 4s (2135 kB/s)- Reading package lists...<><> 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-27 15:00.18 ---> saved as "43d60d304a70583cd8efb01a9486837606cf1277243d1b44bcd17be61d357240"/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-27 15:01.03 ---> saved as "f90c1c0e18efc499c763e5341a3539f04c6828013ded3ff4c375c48c729c0bd5"/src: (copy (src .) (dst /src))2026-01-27 15:01.04 ---> saved as "a996454d89afe8ceb38f2be3c68ede5dc361fe462afe0759d8764b5dfbba8433"/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.14 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'......................Ok. 19 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.29 seconds2026-01-27 15:01.12 ---> saved as "0bc7813bd75b866b8880448e59d82a6196e6c644a6b3c495c7a998d7bceeadc1"Job succeeded2026-01-27 15:01.13: Job succeeded