2025-10-16 07:41.04: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/pull/1084/head (e31098e375c86e4b2a6ab0fe4fe0ba871c444563) (linux-x86_64:debian-13-5.4~alpha1_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" && cd "lwt" && git fetch origin "refs/pull/1084/head" && git reset --hard e31098e3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b# debian-13-5.4~alpha1_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx__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-BLOCK2025-10-16 07:41.04: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b-debian-13-5.4~alpha1_opam-2.4-d4319fc3080a8e9cf7ff1da418e490e5"2025-10-16 07:41.04: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b)(comment debian-13-5.4~alpha1_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx__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")))2025-10-16 07:41.04: Waiting for resource in pool OCluster2025-10-16 07:41.04: Waiting for worker…2025-10-16 07:41.04: Got resource from pool OClusterBuilding on toxis.caelum.ci.devHEAD is now at aa442e220 clean-up unneeded flagHEAD is now at e31098e37 minor: drop the now-useless [packed_promise] type(from ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b' locallydocker.io/ocaml/opam@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b: Pulling from ocaml/opam15b1d8a5ff03: Pulling fs layer4d5eb3ed0208: Pulling fs layerb44e00377829: Pulling fs layer93018e586176: Pulling fs layer587e432a29e2: Pulling fs layercdf304204754: Pulling fs layera444cfe202e3: Pulling fs layer964991c828c0: Pulling fs layera94458d90f79: Pulling fs layerb44e00377829: Waiting15b1d8a5ff03: Waitinge972c69afbc9: Pulling fs layer4d5eb3ed0208: Waiting3997d62e9de2: Pulling fs layerd78ea61f72f9: Pulling fs layerc68a1176424c: Pulling fs layer964991c828c0: Waitingcdf304204754: Waitinga444cfe202e3: Waiting93018e586176: Waiting63495b383f1a: Pulling fs layeraa1a6204320d: Pulling fs layera94458d90f79: Waiting3997d62e9de2: Waiting187b2023e0b3: Pulling fs layer4787e66ddf43: Pulling fs layer63495b383f1a: Waiting973a552bac2d: Pulling fs layerd78ea61f72f9: Waiting8ad831d15267: Pulling fs layerc68a1176424c: Waitingaa1a6204320d: Waitinga8377bc33a29: Pulling fs layer187b2023e0b3: Waiting84a002321686: Pulling fs layer4787e66ddf43: Waiting973a552bac2d: Waiting4f4fb700ef54: Pulling fs layer5d52c4f201d6: Pulling fs layer68ef19bc296a: Pulling fs layer1cda2aa0af1b: Pulling fs layer769f31bcfe07: Pulling fs layerb1d715eb0b34: Pulling fs layer68ef19bc296a: Waiting1cda2aa0af1b: Waiting4f4fb700ef54: Waiting6b92d559de80: Pulling fs layer1552f16d9075: Pulling fs layerb1d715eb0b34: Waiting769f31bcfe07: Waiting6b92d559de80: Waiting7a69328970da: Pulling fs layer8ad831d15267: Waitinge66b1fc86e6f: Pulling fs layerb14737f10b30: Pulling fs layer7a69328970da: Waiting4b7cf33f8dea: Pulling fs layerb14737f10b30: Waiting0499d18bfcaa: Pulling fs layerfb0e4a52e51b: Pulling fs layer4b7cf33f8dea: Waiting1552f16d9075: Waitingaf1ea896d29c: Pulling fs layercff41317f198: Pulling fs layer5d52c4f201d6: Waitingfbb90a49a8ca: Pulling fs layer2f7f155032eb: Pulling fs layeraf1ea896d29c: Waitinga8377bc33a29: Waiting02f68e1ce660: Pulling fs layerfbb90a49a8ca: Waitingde820a1554c7: Pulling fs layer2f7f155032eb: Waiting272b38ce9f7a: Pulling fs layer62e2b161c605: Pulling fs layerbf176191be20: Pulling fs layerde820a1554c7: Waiting6b6cec00d5b9: Pulling fs layer272b38ce9f7a: Waiting62e2b161c605: Waitingdc9e66bd17b6: Pulling fs layerbf176191be20: Waiting9a70f7895410: Pulling fs layer09c20b57d2a7: Pulling fs layer15b1d8a5ff03: Verifying Checksum15b1d8a5ff03: Download complete4d5eb3ed0208: Download completeb44e00377829: Verifying Checksumb44e00377829: Download complete15b1d8a5ff03: Pull complete4d5eb3ed0208: Pull completeb44e00377829: Pull complete587e432a29e2: Verifying Checksum587e432a29e2: Download complete93018e586176: Verifying Checksum93018e586176: Download complete93018e586176: Pull complete587e432a29e2: Pull completea444cfe202e3: Verifying Checksuma444cfe202e3: Download completecdf304204754: Verifying Checksumcdf304204754: Download complete964991c828c0: Verifying Checksum964991c828c0: Download completea94458d90f79: Verifying Checksuma94458d90f79: Download complete3997d62e9de2: Verifying Checksum3997d62e9de2: Download completee972c69afbc9: Verifying Checksume972c69afbc9: Download completec68a1176424c: Verifying Checksumc68a1176424c: Download completed78ea61f72f9: Verifying Checksumd78ea61f72f9: Download complete63495b383f1a: Verifying Checksum63495b383f1a: Download completeaa1a6204320d: Verifying Checksumaa1a6204320d: Download complete187b2023e0b3: Verifying Checksum187b2023e0b3: Download complete973a552bac2d: Verifying Checksum973a552bac2d: Download complete8ad831d15267: Download complete4787e66ddf43: Verifying Checksum4787e66ddf43: Download completea8377bc33a29: Verifying Checksuma8377bc33a29: Download complete84a002321686: Verifying Checksum84a002321686: Download complete4f4fb700ef54: Download complete5d52c4f201d6: Download complete68ef19bc296a: Download complete1cda2aa0af1b: Verifying Checksum1cda2aa0af1b: Download complete769f31bcfe07: Download complete6b92d559de80: Verifying Checksum6b92d559de80: Download completeb1d715eb0b34: Verifying Checksumb1d715eb0b34: Download complete7a69328970da: Verifying Checksum7a69328970da: Download complete1552f16d9075: Verifying Checksum1552f16d9075: Download completeb14737f10b30: Verifying Checksumb14737f10b30: Download completee66b1fc86e6f: Verifying Checksume66b1fc86e6f: Download complete4b7cf33f8dea: Verifying Checksum4b7cf33f8dea: Download complete0499d18bfcaa: Download completeaf1ea896d29c: Verifying Checksumaf1ea896d29c: Download completecdf304204754: Pull completecff41317f198: Verifying Checksumcff41317f198: Download completefb0e4a52e51b: Verifying Checksumfb0e4a52e51b: Download completea444cfe202e3: Pull completefbb90a49a8ca: Download complete2f7f155032eb: Verifying Checksum2f7f155032eb: Download completede820a1554c7: Verifying Checksumde820a1554c7: Download complete964991c828c0: Pull complete02f68e1ce660: Verifying Checksum02f68e1ce660: Download complete272b38ce9f7a: Download complete62e2b161c605: Verifying Checksum62e2b161c605: Download completea94458d90f79: Pull completebf176191be20: Verifying Checksumbf176191be20: Download completedc9e66bd17b6: Verifying Checksumdc9e66bd17b6: Download completee972c69afbc9: Pull complete3997d62e9de2: Pull complete9a70f7895410: Verifying Checksum9a70f7895410: Download complete09c20b57d2a7: Verifying Checksum09c20b57d2a7: Download completed78ea61f72f9: Pull completec68a1176424c: Pull complete63495b383f1a: Pull completeaa1a6204320d: Pull complete187b2023e0b3: Pull complete4787e66ddf43: Pull complete973a552bac2d: Pull complete8ad831d15267: Pull completea8377bc33a29: Pull complete84a002321686: Pull complete4f4fb700ef54: Pull complete5d52c4f201d6: Pull complete68ef19bc296a: Pull complete1cda2aa0af1b: Pull complete769f31bcfe07: Pull completeb1d715eb0b34: Pull complete6b6cec00d5b9: Verifying Checksum6b6cec00d5b9: Download complete6b92d559de80: Pull complete1552f16d9075: Pull complete7a69328970da: Pull completee66b1fc86e6f: Pull completeb14737f10b30: Pull complete4b7cf33f8dea: Pull complete0499d18bfcaa: Pull completefb0e4a52e51b: Pull completeaf1ea896d29c: Pull completecff41317f198: Pull completefbb90a49a8ca: Pull complete2f7f155032eb: Pull complete02f68e1ce660: Pull completede820a1554c7: Pull complete272b38ce9f7a: Pull complete62e2b161c605: Pull completebf176191be20: Pull complete6b6cec00d5b9: Pull completedc9e66bd17b6: Pull complete9a70f7895410: Pull complete09c20b57d2a7: Pull completeDigest: sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1bStatus: Downloaded newer image for ocaml/opam@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b2025-10-16 07:41.05 ---> using "3f95d81d4822767d9dc599129c8ce8bc534ab02216a869abc23583d80d41a357" from cache/: (comment debian-13-5.4~alpha1_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-16 07:41.05 ---> using "c297e5790b4ce7401cade9c992adb0d74b2144108546ec7f38adf6e8c2609fcb" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com"[default] Initialised2025-10-16 07:41.05 ---> using "176d5477f6f38657c9c223e003e7a16a585578b122ebb4ee9130505568775ad4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.0~alpha12.4.12025-10-16 07:41.05 ---> using "ac92732adaca17f989c8bc41a2514b34e9f3d6afcd57819041a848914cf46e24" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-16 07:41.05 ---> using "7f03a2f5f5de6daba403c6491d6e69d6bd69f5c2f6c526e2a95be5dc33974134" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..12d0447fd1 master -> origin/masterdeb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository[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-base-compiler.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-16 07:41.25 ---> saved as "ce8b5aefdeb4049dcfb5d1497ed29473527c72b6a814d30d3fbc8940cd3e9b50"/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)(dst ./))2025-10-16 07:41.26 ---> saved as "345a804cbc3017b5d9eb32bbc4c7677fa78c8a322fb0c26deaff15f99be2249b"/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)2025-10-16 07:41.33 ---> saved as "6adbd0e42e03a793eec74cd90004f567aff99181409253a70218d7348192b51f"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-16 07:41.33 ---> saved as "5857e6fcfe1db5572c21ea9d90776b4c8e81626c43c5a41d6becf8217c1b8fe2"/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.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [53.8 kB]- Fetched 145 kB in 0s (713 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~alpha1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).[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).2025-10-16 07:41.42 ---> saved as "da467112cc37a38db5d9d99a1d9bc01f08d0e45f0190224ee2fee6d870c31766"/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~alpha1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).[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.20.2- install dune-configurator 3.20.2- 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.0<><> 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.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.0-> installed react.1.2.2-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> 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 cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.2-> 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)2025-10-16 07:42.42 ---> saved as "4815ed0a20e68d1eb57d1eb8d72a310f0b782057e9185afdce597692d785daa0"/src: (copy (src .) (dst /src))2025-10-16 07:42.42 ---> saved as "b69a7cbed13fedb9441ed2dabc1fc8f601578c624819522e00a428b5f3153334"/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.19 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. 230 tests ran, 9 tests skipped in 6.31 seconds2025-10-16 07:42.52 ---> saved as "6d27ea6f4f7f995e10e5c44dd7c00d1597f33d963475ef961af7045797cbf311"Job succeeded2025-10-16 07:42.52: Job succeeded