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:ubuntu-24.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854bOpam 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:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b# ubuntu-24.04-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:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b-ubuntu-24.04-5.4_opam-2.5-75ab778214f47ae1c2af4a869bf7c608"2026-01-27 14:56.48: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b)(comment ubuntu-24.04-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:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b' locallydocker.io/ocaml/opam@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b: Pulling from ocaml/opam20043066d3d5: Pulling fs layer5467265bd921: Pulling fs layeredb31a422705: Pulling fs layer5871740a5551: Pulling fs layer38bc7caf8f9c: Pulling fs layerc625f3473964: Pulling fs layer1a34bb0dada4: Pulling fs layer1a5a443cf2a3: Pulling fs layer5871740a5551: Waiting38bc7caf8f9c: Waitingb5749e9114e3: Pulling fs layerc79eee4ce657: Pulling fs layere294f5c94f43: Pulling fs layer519065222b0e: Pulling fs layer53e225602c61: Pulling fs layerf27179a77cc9: Pulling fs layerfc8d5c40eea5: Pulling fs layer0c46c8b70095: Pulling fs layer670e7b7fa473: Pulling fs layerc79eee4ce657: Waitingbc96aeddd4f1: Pulling fs layerc625f3473964: Waitingb5749e9114e3: Waiting1a34bb0dada4: Waitingf27179a77cc9: Waitingfc8d5c40eea5: Waiting0c46c8b70095: Waiting1a5a443cf2a3: Waiting670e7b7fa473: Waitinge294f5c94f43: Waiting519065222b0e: Waiting666bbc820ee2: Pulling fs layer53e225602c61: Waitingbc96aeddd4f1: Waitinge5a0630151ad: Pulling fs layer666bbc820ee2: Waiting8d0a5f8f8d36: Pulling fs layer4f4fb700ef54: Pulling fs layer8c4ef5fdf98f: Pulling fs layer8d0a5f8f8d36: Waitinge5a0630151ad: Waiting4f4fb700ef54: Waitinga0482b015367: Pulling fs layer8c4ef5fdf98f: Waiting69a3c76acc65: Pulling fs layera0482b015367: Waitinge674de8e3648: Pulling fs layerdde76a4b1455: Pulling fs layere674de8e3648: Waiting5e296eb395ff: Pulling fs layerd4b4b831ca9f: Pulling fs layer4b0fa928094e: Pulling fs layer5e296eb395ff: Waitingd4b4b831ca9f: Waiting53ec83378c53: Pulling fs layerc3f66a41494d: Pulling fs layer53ec83378c53: Waiting49b09e63ded4: Pulling fs layer4b0fa928094e: Waitingb73b30ff67cc: Pulling fs layer49b09e63ded4: Waiting4e112c6e0a8d: Pulling fs layerc3f66a41494d: Waiting60dc853ed7b2: Pulling fs layerb73b30ff67cc: Waiting4e112c6e0a8d: Waiting884ff7dd46f5: Pulling fs layer63cf2740d5f9: Pulling fs layer884ff7dd46f5: Waiting60dc853ed7b2: Waiting8901dbd586e6: Pulling fs layercd5e0ad57e67: Pulling fs layer63cf2740d5f9: Waiting03524d0af6ce: Pulling fs layer8901dbd586e6: Waitingcd5e0ad57e67: Waiting556bdb4974d9: Pulling fs layere5cd43e64240: Pulling fs layer6afbdf9f6cba: Pulling fs layer556bdb4974d9: Waiting30044ab5c757: Pulling fs layere5cd43e64240: Waiting4f1c547c77c4: Pulling fs layer6afbdf9f6cba: Waiting30044ab5c757: Waiting95170e728423: Pulling fs layer4f1c547c77c4: Waiting95170e728423: Waiting5467265bd921: Download completeedb31a422705: Download complete20043066d3d5: Verifying Checksum20043066d3d5: Download complete38bc7caf8f9c: Verifying Checksum38bc7caf8f9c: Download complete5871740a5551: Verifying Checksum5871740a5551: Download complete1a34bb0dada4: Verifying Checksum1a34bb0dada4: Download complete20043066d3d5: Pull complete5467265bd921: Pull complete1a5a443cf2a3: Verifying Checksum1a5a443cf2a3: Download completeedb31a422705: Pull complete5871740a5551: Pull completeb5749e9114e3: Verifying Checksumb5749e9114e3: Download complete38bc7caf8f9c: Pull completec79eee4ce657: Verifying Checksumc79eee4ce657: Download completec625f3473964: Verifying Checksumc625f3473964: Download complete519065222b0e: Verifying Checksum519065222b0e: Download completee294f5c94f43: Verifying Checksume294f5c94f43: Download complete53e225602c61: Verifying Checksum53e225602c61: Download completefc8d5c40eea5: Download completef27179a77cc9: Verifying Checksumf27179a77cc9: Download complete0c46c8b70095: Verifying Checksum0c46c8b70095: Download complete670e7b7fa473: Verifying Checksum670e7b7fa473: Download completebc96aeddd4f1: Verifying Checksumbc96aeddd4f1: Download complete666bbc820ee2: Download completee5a0630151ad: Verifying Checksume5a0630151ad: Download complete8d0a5f8f8d36: Verifying Checksum8d0a5f8f8d36: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8c4ef5fdf98f: Verifying Checksum8c4ef5fdf98f: Download completea0482b015367: Verifying Checksuma0482b015367: Download complete69a3c76acc65: Verifying Checksum69a3c76acc65: Download completee674de8e3648: Download completedde76a4b1455: Verifying Checksumdde76a4b1455: Download complete5e296eb395ff: Verifying Checksum5e296eb395ff: Download completed4b4b831ca9f: Verifying Checksumd4b4b831ca9f: Download complete4b0fa928094e: Download complete53ec83378c53: Verifying Checksum53ec83378c53: Download completec3f66a41494d: Download completec625f3473964: Pull complete49b09e63ded4: Verifying Checksum49b09e63ded4: Download complete1a34bb0dada4: Pull completeb73b30ff67cc: Verifying Checksumb73b30ff67cc: Download complete1a5a443cf2a3: Pull completeb5749e9114e3: Pull completec79eee4ce657: Pull completee294f5c94f43: Pull complete60dc853ed7b2: Download complete519065222b0e: Pull complete53e225602c61: Pull completef27179a77cc9: Pull completefc8d5c40eea5: Pull complete0c46c8b70095: Pull complete670e7b7fa473: Pull complete63cf2740d5f9: Verifying Checksum63cf2740d5f9: Download completebc96aeddd4f1: Pull complete666bbc820ee2: Pull completee5a0630151ad: Pull complete8d0a5f8f8d36: Pull complete4f4fb700ef54: Pull complete8901dbd586e6: Verifying Checksum8901dbd586e6: Download complete8c4ef5fdf98f: Pull completea0482b015367: Pull complete69a3c76acc65: Pull completee674de8e3648: Pull completedde76a4b1455: Pull complete5e296eb395ff: Pull completed4b4b831ca9f: Pull complete4b0fa928094e: Pull complete53ec83378c53: Pull completec3f66a41494d: Pull complete49b09e63ded4: Pull completeb73b30ff67cc: Pull completecd5e0ad57e67: Verifying Checksumcd5e0ad57e67: Download complete03524d0af6ce: Download complete556bdb4974d9: Verifying Checksum556bdb4974d9: Download completee5cd43e64240: Download complete884ff7dd46f5: Verifying Checksum884ff7dd46f5: Download complete4e112c6e0a8d: Verifying Checksum4e112c6e0a8d: Download complete30044ab5c757: Download complete4f1c547c77c4: Verifying Checksum4f1c547c77c4: Download complete95170e728423: Verifying Checksum95170e728423: Download complete6afbdf9f6cba: Verifying Checksum6afbdf9f6cba: Download complete4e112c6e0a8d: Pull complete60dc853ed7b2: Pull complete884ff7dd46f5: Pull complete63cf2740d5f9: Pull complete8901dbd586e6: Pull completecd5e0ad57e67: Pull complete03524d0af6ce: Pull complete556bdb4974d9: Pull completee5cd43e64240: Pull complete6afbdf9f6cba: Pull complete30044ab5c757: Pull complete4f1c547c77c4: Pull complete95170e728423: Pull completeDigest: sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854bStatus: Downloaded newer image for ocaml/opam@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b2026-01-27 14:57.29 ---> using "ee7775e2a289b73b66d139e9a7c7338ead1dd548303e89413e28034c19dc69ea" from cache/: (comment ubuntu-24.04-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:57.29 ---> using "588651255bc78700474afdcb3bed437cbda0f330fd691ff5f516540a69695b58" 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:57.29 ---> using "1b5f378f5260608cc191434e666316b9cfb30ba121e0b3c43d1ad090e10f0eaa" 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:57.29 ---> using "6cfed1fb52181599ebdf843e21a6cc46abafca92a09134b978ef5ed2d50cbe96" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 14:57.29 ---> using "641e76bb402b69d8d97f78c4fcbb7cfab73aa93dab311a40ce73544655a6699f" 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:57.29 ---> using "2dad8539a67cb42e617149d659721889210c6a08071e5032355ac49f9882a94a" 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:57.29 ---> saved as "fec1a31e0a6fbf150fafc5a1755e95338272726d904f9fee944c774d73fe2d0c"/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.38 ---> saved as "bc6a9e458ebe56ebb6f43701de01805cb67f84bb1e8e0cdf1966e02edd684e06"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 14:57.39 ---> saved as "6958b5882d61f20ee5ae214c0d825d78c932a4d1bf2c183aa37d802fe7c15589"/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"- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1194 kB]- Get:5 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2919 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [33.8 kB]- Get:7 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1776 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [37.6 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3182 kB]- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2150 kB]- Get:12 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1966 kB]- Fetched 13.6 MB in 1s (11.3 MB/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 14:57.48 ---> saved as "7f8445502f5ed464941fff37ac47a8397775118394ded801eda577f487bcdf00"/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 14:58.32 ---> saved as "4b0e6b03f44a8585a28b5d4aafe45aa8ba223866eb1bf3fe94b8d313cce5db00"/src: (copy (src .) (dst /src))2026-01-27 14:58.33 ---> saved as "e14c66b820ec49183951e9f7679ef3c457ee896e48a162366e37b281a83a7363"/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.28 seconds2026-01-27 14:58.41 ---> saved as "b10451241eae34da26ccefa18c54710d1f75b73a8e5c12bd685d2676de76d8ba"Job succeeded2026-01-27 14:58.41: Job succeeded