2026-01-27 18:59.06: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-5.9.3 (bfd18ca21965a348ff3fe0e09ffd822e07610cae) (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-5.9.3" && cd "lwt" && git reset --hard bfd18ca2cat > 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_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam ./RUN 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.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_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.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 18:59.06: Using cache hint "ocsigen/lwt-ocaml/opam:debian-12-ocaml-5.4@sha256:c3f9211cfbc8921fb20c9aafdf5e9896420de23bcb55cac79b7d8bf72a3e4712-debian-12-5.4_opam-2.5-38798dbd979f2aa4697f8bbfbc5e5b3f"2026-01-27 18:59.06: 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_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)(dst ./))(run (network host)(shell "opam 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.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_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.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 @install @check @runtest && rm -rf _build")))2026-01-27 18:59.06: Waiting for resource in pool OCluster2026-01-27 18:59.06: Waiting for worker…2026-01-27 19:01.59: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at bfd18ca21 CHANGES and version bump(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 layer476c5992415e: Pulling fs layerd0fe6b118beb: Pulling fs layerc0944ab5c1b8: Waitingcaa92716367b: Pulling fs layer32a5bf163bd7: Waiting9f647a7f5929: Pulling fs layer476c5992415e: Waitingd0fe6b118beb: Waitingcfbe1d2570c3: Pulling fs layer9f647a7f5929: Waitingcaa92716367b: Waiting427740f4c814: Pulling fs layercfbe1d2570c3: Waiting85d88aea685d: Pulling fs layer427740f4c814: Waitingeff6b54cdb18: Pulling fs layer85d88aea685d: Waiting0fd52d68eceb: Pulling fs layereff6b54cdb18: Waiting10b9e28c194a: Pulling fs layer0fd52d68eceb: Waiting83e61d759870: Pulling fs layer6e41e8ffa82b: Pulling fs layer83e61d759870: Waiting6fb56bf9eb3e: Pulling fs layer6e41e8ffa82b: Waitingee2c0b77c643: Pulling fs layer6fb56bf9eb3e: Waitingc86de4c302f1: Pulling fs layera1ec1223857b: Pulling fs layerc86de4c302f1: Waitingec303835bdfd: Pulling fs layera1ec1223857b: Waitingdc44e12b8a4e: Pulling fs layerec303835bdfd: Waiting9cc83342db2d: Pulling fs layerdc44e12b8a4e: Waitinga83f5b4d553c: Pulling fs layer9cc83342db2d: Waiting4f4fb700ef54: Pulling fs layera83f5b4d553c: Waiting2bad06f568b8: Pulling fs layer4f4fb700ef54: Waitinge8284971354d: Pulling fs layer2bad06f568b8: Waitingddf185679cf3: Pulling fs layere8284971354d: Waitingd0fa3ed70aa3: Pulling fs layerddf185679cf3: Waiting40c669734ac7: Pulling fs layerd0fa3ed70aa3: Waiting2f0deaaa63a5: Pulling fs layer40c669734ac7: Waiting32aec092ad5e: Pulling fs layer2f0deaaa63a5: Waiting8d1002d23fd3: Pulling fs layer32aec092ad5e: Waitingcfadb4d68845: Pulling fs layer2a6607648bff: Pulling fs layercfadb4d68845: Waitinga3f542c5c212: Pulling fs layer2a6607648bff: Waitinga3f542c5c212: Waiting18bc30ede372: Pulling fs layer18bc30ede372: Waiting3e34f983e37c: Pulling fs layerac2d2a5c57ef: Pulling fs layer3e34f983e37c: Waiting7e0261aa55c8: Pulling fs layerac2d2a5c57ef: Waitingc29a253b49ae: Pulling fs layer7e0261aa55c8: Waitingc8bfad6dee24: Pulling fs layerc29a253b49ae: Waiting0a4e3c1e347f: Pulling fs layerc8bfad6dee24: Waiting0a4e3c1e347f: Waitingb52dfd2cc3dc: Pulling fs layere5210b84f6f5: Pulling fs layer3530470e05a5: Pulling fs layerf014d00cf28c: Pulling fs layerb52dfd2cc3dc: Waitinge5210b84f6f5: Waiting78166c77e713: Pulling fs layer3530470e05a5: Waitingf014d00cf28c: Waiting78166c77e713: Waitingf51629f3153d: Pulling fs layer53904d1cdd7f: Pulling fs layerf51629f3153d: Waitingc0944ab5c1b8: Verifying Checksumc0944ab5c1b8: Download complete476c5992415e: Download completed0fe6b118beb: Verifying Checksumd0fe6b118beb: Download completecaa92716367b: Download complete32a5bf163bd7: Verifying Checksum32a5bf163bd7: Download complete32a5bf163bd7: Pull completec0944ab5c1b8: Pull complete476c5992415e: Pull complete9f647a7f5929: Verifying Checksum9f647a7f5929: Download completed0fe6b118beb: Pull completecaa92716367b: Pull complete427740f4c814: Verifying Checksum427740f4c814: Download complete85d88aea685d: Verifying Checksum85d88aea685d: Download completecfbe1d2570c3: Verifying Checksumcfbe1d2570c3: Download completeeff6b54cdb18: Verifying Checksumeff6b54cdb18: Download complete0fd52d68eceb: Download complete83e61d759870: Verifying Checksum83e61d759870: Download complete10b9e28c194a: Verifying Checksum10b9e28c194a: Download complete6e41e8ffa82b: Verifying Checksum6e41e8ffa82b: Download complete6fb56bf9eb3e: Verifying Checksum6fb56bf9eb3e: Download completeee2c0b77c643: Download completec86de4c302f1: Download completea1ec1223857b: Verifying Checksuma1ec1223857b: Download completeec303835bdfd: Verifying Checksumec303835bdfd: Download completedc44e12b8a4e: Download complete9cc83342db2d: Verifying Checksum9cc83342db2d: Download completea83f5b4d553c: Verifying Checksuma83f5b4d553c: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete2bad06f568b8: Download completee8284971354d: Verifying Checksume8284971354d: Download completeddf185679cf3: Download completed0fa3ed70aa3: Verifying Checksumd0fa3ed70aa3: Download complete40c669734ac7: Verifying Checksum40c669734ac7: Download complete2f0deaaa63a5: Download complete8d1002d23fd3: Download completecfadb4d68845: Verifying Checksumcfadb4d68845: Download complete32aec092ad5e: Download complete2a6607648bff: Verifying Checksum2a6607648bff: Download complete18bc30ede372: Download completea3f542c5c212: Verifying Checksuma3f542c5c212: Download completeac2d2a5c57ef: Verifying Checksumac2d2a5c57ef: Download completec29a253b49ae: Download completec8bfad6dee24: Verifying Checksumc8bfad6dee24: Download complete0a4e3c1e347f: Download completeb52dfd2cc3dc: Verifying Checksumb52dfd2cc3dc: Download completee5210b84f6f5: Download complete3e34f983e37c: Download complete3530470e05a5: Verifying Checksum3530470e05a5: Download complete78166c77e713: Verifying Checksum78166c77e713: Download completef51629f3153d: Download complete53904d1cdd7f: Verifying Checksum53904d1cdd7f: Download completef014d00cf28c: Verifying Checksumf014d00cf28c: Download complete7e0261aa55c8: Verifying Checksum7e0261aa55c8: Download complete9f647a7f5929: Pull completecfbe1d2570c3: Pull complete427740f4c814: Pull complete85d88aea685d: Pull completeeff6b54cdb18: Pull complete0fd52d68eceb: Pull complete10b9e28c194a: Pull complete83e61d759870: Pull complete6e41e8ffa82b: Pull complete6fb56bf9eb3e: Pull completeee2c0b77c643: Pull completec86de4c302f1: Pull completea1ec1223857b: Pull 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 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 19:05.21 ---> saved as "071737be05cb7b43b9505e12eccc7985a9484c9e89c454615e81f805ea7288d9"/: (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 19:05.21 ---> saved as "0cc5fea8d3035c802deda444b9b3d8781c2662ea99a23b7b1fa9579beaef3297"/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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-27 19:06.04 ---> saved as "0131fbfbdca1cb76fd436fa49f3e82007af7184f7da0af13d868cb08c858b55e"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-01-27 19:06.05 ---> saved as "5dddbcb372dfe0bcdbd172eca3f06881d677af9808115eacd88ea8e6e578e593"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 19:06.05 ---> saved as "d4a37ad7d5efabd56a4cf85b9968bd864109e7442c1acca7211cc1e2a9785570"/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..88150787b3 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 19:06.25 ---> saved as "d8fe29952fa585643c5699d9d7027d1596d1f0f5ea7b83c7bd9835ff5835be60"/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)(dst ./))2026-01-27 19:06.25 ---> saved as "8692c08e32d8626298ef9f57892572dd8d757fbb43f545afe1e9675a2935d796"/src: (run (network host)(shell "opam 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.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.dev] synchronised (file:///src)lwt is now pinned to file:///src (version dev)2026-01-27 19:06.34 ---> saved as "87bd39be5693caae217bcad69ea060d14cc94954949958257a69aa815b2dc35b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 19:06.35 ---> saved as "6a46a7db08bf3a81983bdd599e1f362a4545d5ef579140c1bdadec66e81a17ed"/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_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.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 2s (5221 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt.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)[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 19:06.50 ---> saved as "b55a1fe5bd1b0a6398abb5bcb26762b94d86b682859e920049c03335e7f87388"/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 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 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 19:08.06 ---> saved as "7ee5cec72c6daa1f00a310cf0e46ee30c391b580f193c395c2295e862aaf1bd8"/src: (copy (src .) (dst /src))2026-01-27 19:08.06 ---> saved as "da786a886b083fe10c8dcdc5a9c53d695f61abb4b3dd4bd73839e35e410daeb6"/src: (run (shell "opam exec -- dune build @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.27 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. 230 tests ran, 9 tests skipped in 6.30 seconds2026-01-27 19:08.16 ---> saved as "b9ed097aad6b5309f8f822bad84c363899b42f208f6dbdc61d1bf719265bf9e2"Job succeeded2026-01-27 19:08.16: Job succeeded