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-13-5.3_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9dOpam 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-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d# debian-13-5.3_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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d-debian-13-5.3_opam-2.5-5da0a9bc4f85f7c7ef4f6fe1be3eed15"2026-01-27 14:56.48: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d)(comment debian-13-5.3_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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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 toxis.caelum.ci.devAll commits already cachedHEAD is now at 661646e40 CHANGES(from ocaml/opam:debian-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d)Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d' locallydocker.io/ocaml/opam@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d: Pulling from ocaml/opam281b80c799de: Pulling fs layerce76feb86791: Pulling fs layer7984eb0e5b45: Pulling fs layer56c452a960b1: Pulling fs layerb85825bef00a: Pulling fs layerd6ff43dfb85c: Pulling fs layer4197ec645389: Pulling fs layer37cac33e41ff: Pulling fs layer4cb993fb248e: Pulling fs layerca442870f91f: Pulling fs layerb1d1a2fb5f4a: Pulling fs layer0dea577b2801: Pulling fs layercc10daaea4fd: Pulling fs layer4197ec645389: Waitingb85825bef00a: Waiting5f878cb1723a: Pulling fs layer8968959fa983: Pulling fs layerd6ff43dfb85c: Waiting5bdd9b9ed0e3: Pulling fs layer55661c5b388f: Pulling fs layer37cac33e41ff: Waiting4cb993fb248e: Waiting92d1dc6907bd: Pulling fs layerb1d1a2fb5f4a: Waitingca442870f91f: Waiting7100b414728b: Pulling fs layer5bdd9b9ed0e3: Waitinga6a54ddc9818: Pulling fs layer55661c5b388f: Waiting8968959fa983: Waitinga920ad627810: Pulling fs layer0dea577b2801: Waiting56c452a960b1: Waiting4f4fb700ef54: Pulling fs layerf7df7b6e19c0: Pulling fs layercd713d66718c: Pulling fs layera920ad627810: Waiting4f4fb700ef54: Waitinga6a54ddc9818: Waitingf7df7b6e19c0: Waiting6ed45ab2af86: Pulling fs layercd713d66718c: Waiting40598b80a8fe: Pulling fs layer6ed45ab2af86: Waiting983f7969ff00: Pulling fs layer40ec09ee09bd: Pulling fs layer983f7969ff00: Waiting76a0afa38cd9: Pulling fs layer1d5a564d139a: Pulling fs layer40ec09ee09bd: Waiting82883b85a4f0: Pulling fs layer1d8458efd73b: Pulling fs layer82883b85a4f0: Waiting2d80a9fac9ac: Pulling fs layer4d69ee6ae94b: Pulling fs layerce8d28b713f1: Pulling fs layer97580d938033: Pulling fs layer1d8458efd73b: Waiting4d69ee6ae94b: Waitingda5fa40e04f8: Pulling fs layer2d80a9fac9ac: Waitingce8d28b713f1: Waitingd7a499968f64: Pulling fs layer97580d938033: Waiting28e5932c7c69: Pulling fs layerd7a499968f64: Waiting81389c423fc3: Pulling fs layer28e5932c7c69: Waiting4d539b35ca4b: Pulling fs layer174d636e7732: Pulling fs layer81389c423fc3: Waiting97c418526f61: Pulling fs layer174d636e7732: Waiting4d539b35ca4b: Waiting5bd38d3521a2: Pulling fs layerb0650f6f7eb5: Pulling fs layer51f9b7dfdc0a: Pulling fs layer508077ecb23e: Pulling fs layerb0650f6f7eb5: Waiting508077ecb23e: Waiting7984eb0e5b45: Download completece76feb86791: Verifying Checksumce76feb86791: Download completeb85825bef00a: Download complete56c452a960b1: Verifying Checksum56c452a960b1: Download complete281b80c799de: Verifying Checksum281b80c799de: Download complete4197ec645389: Verifying Checksum4197ec645389: Download complete4cb993fb248e: Verifying Checksum4cb993fb248e: Download complete37cac33e41ff: Verifying Checksum37cac33e41ff: Download completeca442870f91f: Verifying Checksumca442870f91f: Download completeb1d1a2fb5f4a: Verifying Checksumb1d1a2fb5f4a: Download complete0dea577b2801: Verifying Checksum0dea577b2801: Download complete5f878cb1723a: Verifying Checksum5f878cb1723a: Download complete8968959fa983: Download completed6ff43dfb85c: Verifying Checksumd6ff43dfb85c: Download completecc10daaea4fd: Verifying Checksumcc10daaea4fd: Download complete5bdd9b9ed0e3: Verifying Checksum5bdd9b9ed0e3: Download complete55661c5b388f: Verifying Checksum55661c5b388f: Download complete92d1dc6907bd: Verifying Checksum92d1dc6907bd: Download completea6a54ddc9818: Download complete7100b414728b: Download completea920ad627810: Download complete281b80c799de: Pull completece76feb86791: Pull completef7df7b6e19c0: Verifying Checksumf7df7b6e19c0: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete7984eb0e5b45: Pull completecd713d66718c: Download complete6ed45ab2af86: Verifying Checksum6ed45ab2af86: Download complete40598b80a8fe: Verifying Checksum40598b80a8fe: Download complete983f7969ff00: Verifying Checksum983f7969ff00: Download complete40ec09ee09bd: Verifying Checksum40ec09ee09bd: Download complete76a0afa38cd9: Verifying Checksum76a0afa38cd9: Download complete1d5a564d139a: Verifying Checksum1d5a564d139a: Download complete82883b85a4f0: Download complete2d80a9fac9ac: Download complete1d8458efd73b: Download complete56c452a960b1: Pull completeb85825bef00a: Pull complete4d69ee6ae94b: Download complete97580d938033: Verifying Checksum97580d938033: Download completed7a499968f64: Download complete28e5932c7c69: Verifying Checksum28e5932c7c69: Download complete81389c423fc3: Download complete4d539b35ca4b: Verifying Checksum174d636e7732: Verifying Checksum174d636e7732: Download complete97c418526f61: Verifying Checksum97c418526f61: Download completeda5fa40e04f8: Verifying Checksumda5fa40e04f8: Download completeb0650f6f7eb5: Download complete51f9b7dfdc0a: Verifying Checksum508077ecb23e: Download completece8d28b713f1: Verifying Checksumce8d28b713f1: Download complete5bd38d3521a2: Verifying Checksum5bd38d3521a2: Download completed6ff43dfb85c: Pull complete4197ec645389: Pull complete37cac33e41ff: Pull complete4cb993fb248e: Pull completeca442870f91f: Pull completeb1d1a2fb5f4a: Pull complete0dea577b2801: Pull completecc10daaea4fd: Pull complete5f878cb1723a: Pull complete8968959fa983: Pull complete5bdd9b9ed0e3: Pull complete55661c5b388f: Pull complete92d1dc6907bd: Pull complete7100b414728b: Pull completea6a54ddc9818: Pull completea920ad627810: Pull complete4f4fb700ef54: Pull completef7df7b6e19c0: Pull completecd713d66718c: Pull complete6ed45ab2af86: Pull complete40598b80a8fe: Pull complete983f7969ff00: Pull complete40ec09ee09bd: Pull complete76a0afa38cd9: Pull complete1d5a564d139a: Pull complete82883b85a4f0: Pull complete1d8458efd73b: Pull complete2d80a9fac9ac: Pull complete4d69ee6ae94b: Pull completece8d28b713f1: Pull complete97580d938033: Pull completeda5fa40e04f8: Pull completed7a499968f64: Pull complete28e5932c7c69: Pull complete81389c423fc3: Pull complete4d539b35ca4b: Pull complete174d636e7732: Pull complete97c418526f61: Pull complete5bd38d3521a2: Pull completeb0650f6f7eb5: Pull complete51f9b7dfdc0a: Pull complete508077ecb23e: Pull completeDigest: sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9dStatus: Downloaded newer image for ocaml/opam@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d2026-01-27 14:56.49 ---> using "8f757df45728effe507eca56c86e1525d6f8aad30b62b4a9b59eae9c6cde42fb" from cache/: (comment debian-13-5.3_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:56.49 ---> using "b04b528e62ea0538895a78a15a41e9f453d9f14477b7181a52d907c9b1c2f35a" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-27 14:56.49 ---> using "bbf7aa515bbed8a5ca7725309b339923b9d8f46434fbf406906241fde3c6c50c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.5.02026-01-27 14:56.49 ---> using "e0988c899051b72033c726186015288d182396fe909b49168ddfc9dccbef1bd3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 14:56.49 ---> using "cb572ce1b146de47b5ca5c1aabb25cc17821c4239558a2dbdc155e2668bedc8c" 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_HEAD16d9c0eb87..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-repositoryEverything 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 14:56.49 ---> using "b312ef370e55bac74e801cee487dfa58b2f84e3b456c9a9ba6dc8e67a8881a02" 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 14:56.49 ---> saved as "5ca05cadfafda586398370d168a6b010cf4b5a196f8ddaf9f3a23197414d57ac"/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 14:57.01 ---> saved as "c6f0a06ad9af74598c547ba5ce18f9f1df6397eb43449a372f5c1352cf6e5c42"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 14:57.01 ---> saved as "44016fa9abfd5b068781efb11a4f4db6b626b76dd2d0d20cab16164aedef601d"/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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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 trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [97.9 kB]- Fetched 9999 kB in 2s (6501 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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 14:57.13 ---> saved as "dd52e081e499e4eb6874682e5dc25c9ed427aaaa9ebf8e012fa24839f3e5ea0d"/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 14:58.44 ---> saved as "3bf69394d0608740e96012e52b35234e8a492180a6a2c3526d27ea27cee6e5ac"/src: (copy (src .) (dst /src))2026-01-27 14:58.44 ---> saved as "eefcc5252cfe1e6fbbea1d634908b374d6d9f718f61765749104c875dc0a8479"/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.25 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.31 seconds2026-01-27 14:58.54 ---> saved as "dcea978e3a896a14b02478c74fcbc71e2a7c7b20f68450bc36703e9600b022cc"Job succeeded2026-01-27 14:58.54: Job succeeded