2025-11-21 08:53.26: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6 (84eb4c4df221ede37aaeac6ac17067f5e8eaeda0) (linux-x86_64:ubuntu-25.04-5.4_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6" && cd "lwt" && git reset --hard 84eb4c4dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a# ubuntu-25.04-5.4_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.20.2 dune-configurator.3.20.2 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.4 --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-BLOCK2025-11-21 08:53.26: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a-ubuntu-25.04-5.4_opam-2.4-e1b69c445173ce854016c694311f718b"2025-11-21 08:53.26: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a)(comment ubuntu-25.04-5.4_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.20.2 dune-configurator.3.20.2 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.4 --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")))2025-11-21 08:53.26: Waiting for resource in pool OCluster2025-11-21 10:35.04: Waiting for worker…2025-11-21 10:37.46: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 84eb4c4df add version numbers(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a' locallydocker.io/ocaml/opam@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a: Pulling from ocaml/opamc62190a9ab61: Pulling fs layer6c31bc6d66d3: Pulling fs layere957bf866d84: Pulling fs layer944f4ce05081: Pulling fs layer272207377111: Pulling fs layere1888eb2b850: Pulling fs layer14e1aadcfe75: Pulling fs layer8d63905a7205: Pulling fs layer272207377111: Waitinga5229e60d028: Pulling fs layer01409d387ec4: Pulling fs layere1888eb2b850: Waitingff42524a9723: Pulling fs layer8d63905a7205: Waiting14e1aadcfe75: Waitinga5229e60d028: Waiting8735a25efa84: Pulling fs layer2768de046e30: Pulling fs layer01409d387ec4: Waitingff42524a9723: Waiting944f4ce05081: Waitingef35f13a0aaa: Pulling fs layere2a7b92281c8: Pulling fs layer2768de046e30: Waiting0d2855cbfe26: Pulling fs layer8735a25efa84: Waitinge2a7b92281c8: Waitingef35f13a0aaa: Waitingb7d651e8fc49: Pulling fs layer0e634005fa7a: Pulling fs layer0d2855cbfe26: Waitingb7d651e8fc49: Waiting0acc86136fa4: Pulling fs layer648242c238ec: Pulling fs layer0e634005fa7a: Waiting0acc86136fa4: Waiting4f4fb700ef54: Pulling fs layerbdc1aecb8a1e: Pulling fs layer648242c238ec: Waiting4f4fb700ef54: Waiting3903fac4969c: Pulling fs layer83da0b79d314: Pulling fs layerbdc1aecb8a1e: Waiting3903fac4969c: Waiting0203fbde99e8: Pulling fs layerf0293603267c: Pulling fs layer83da0b79d314: Waiting0203fbde99e8: Waiting3a8981f851cc: Pulling fs layerf0293603267c: Waiting3a8981f851cc: Waiting68669fc1d256: Pulling fs layer812b7dbefef2: Pulling fs layerc4e3b4bb3f3b: Pulling fs layer68669fc1d256: Waiting812b7dbefef2: Waiting1f963a083838: Pulling fs layerc4e3b4bb3f3b: Waiting4411e6a72c35: Pulling fs layer1f963a083838: Waitingfb7b35cb0a60: Pulling fs layer4411e6a72c35: Waitingd5b6f4d4b030: Pulling fs layere04eb6841420: Pulling fs layer6d58e82fe5e5: Pulling fs layerfb7b35cb0a60: Waiting169c115f46d8: Pulling fs layere04eb6841420: Waitingcb57911ea052: Pulling fs layerd5b6f4d4b030: Waiting6d58e82fe5e5: Waiting169c115f46d8: Waitingd985218ccb94: Pulling fs layercb57911ea052: Waitingb65bb4a88ae8: Pulling fs layerd985218ccb94: Waiting1c4947d93cfe: Pulling fs layerb65bb4a88ae8: Waiting24e6b2f26af5: Pulling fs layer1c4947d93cfe: Waitingb9bf47108fe4: Pulling fs layercbcae5ff7069: Pulling fs layerb9bf47108fe4: Waiting24e6b2f26af5: Waitingd893b852ecd3: Pulling fs layer305389c17d81: Pulling fs layercbcae5ff7069: Waitingd893b852ecd3: Waiting305389c17d81: Waitinge957bf866d84: Verifying Checksume957bf866d84: Download complete6c31bc6d66d3: Verifying Checksum6c31bc6d66d3: Download completec62190a9ab61: Download complete272207377111: Verifying Checksum272207377111: Download complete944f4ce05081: Verifying Checksum944f4ce05081: Download complete14e1aadcfe75: Verifying Checksum14e1aadcfe75: Download complete8d63905a7205: Verifying Checksum8d63905a7205: Download completea5229e60d028: Verifying Checksuma5229e60d028: Download complete01409d387ec4: Download complete8735a25efa84: Verifying Checksum8735a25efa84: Download completeff42524a9723: Verifying Checksumff42524a9723: Download completec62190a9ab61: Pull complete6c31bc6d66d3: Pull completee957bf866d84: Pull complete2768de046e30: Verifying Checksum2768de046e30: Download completeef35f13a0aaa: Verifying Checksumef35f13a0aaa: Download completee2a7b92281c8: Verifying Checksume2a7b92281c8: Download complete0d2855cbfe26: Download completeb7d651e8fc49: Verifying Checksumb7d651e8fc49: Download complete0e634005fa7a: Verifying Checksum0e634005fa7a: Download completee1888eb2b850: Verifying Checksume1888eb2b850: Download complete648242c238ec: Verifying Checksum648242c238ec: Download complete0acc86136fa4: Verifying Checksum0acc86136fa4: Download complete4f4fb700ef54: Download completebdc1aecb8a1e: Download complete3903fac4969c: Verifying Checksum3903fac4969c: Download complete83da0b79d314: Verifying Checksum83da0b79d314: Download complete944f4ce05081: Pull complete272207377111: Pull complete0203fbde99e8: Verifying Checksum0203fbde99e8: Download completef0293603267c: Download complete3a8981f851cc: Verifying Checksum3a8981f851cc: Download complete812b7dbefef2: Verifying Checksum812b7dbefef2: Download completec4e3b4bb3f3b: Download complete1f963a083838: Download complete68669fc1d256: Download complete4411e6a72c35: Verifying Checksum4411e6a72c35: Download completefb7b35cb0a60: Verifying Checksumfb7b35cb0a60: Download completee04eb6841420: Download complete169c115f46d8: Verifying Checksum169c115f46d8: Download completecb57911ea052: Verifying Checksumcb57911ea052: Download completed985218ccb94: Download completeb65bb4a88ae8: Download complete1c4947d93cfe: Verifying Checksum1c4947d93cfe: Download complete24e6b2f26af5: Verifying Checksum24e6b2f26af5: Download complete6d58e82fe5e5: Verifying Checksum6d58e82fe5e5: Download completecbcae5ff7069: Verifying Checksumcbcae5ff7069: Download completed893b852ecd3: Verifying Checksumd893b852ecd3: Download complete305389c17d81: Verifying Checksum305389c17d81: Download completed5b6f4d4b030: Verifying Checksumd5b6f4d4b030: Download completee1888eb2b850: Pull complete14e1aadcfe75: Pull complete8d63905a7205: Pull completea5229e60d028: Pull complete01409d387ec4: Pull completeb9bf47108fe4: Verifying Checksumb9bf47108fe4: Download completeff42524a9723: Pull complete8735a25efa84: Pull complete2768de046e30: Pull completeef35f13a0aaa: Pull completee2a7b92281c8: Pull complete0d2855cbfe26: Pull completeb7d651e8fc49: Pull complete0e634005fa7a: Pull complete0acc86136fa4: Pull complete648242c238ec: Pull complete4f4fb700ef54: Pull completebdc1aecb8a1e: Pull complete3903fac4969c: Pull complete83da0b79d314: Pull complete0203fbde99e8: Pull completef0293603267c: Pull complete3a8981f851cc: Pull complete68669fc1d256: Pull complete812b7dbefef2: Pull completec4e3b4bb3f3b: Pull complete1f963a083838: Pull complete4411e6a72c35: Pull completefb7b35cb0a60: Pull completed5b6f4d4b030: Pull completee04eb6841420: Pull complete6d58e82fe5e5: Pull complete169c115f46d8: Pull completecb57911ea052: Pull completed985218ccb94: Pull completeb65bb4a88ae8: Pull complete1c4947d93cfe: Pull complete24e6b2f26af5: Pull completeb9bf47108fe4: Pull completecbcae5ff7069: Pull completed893b852ecd3: Pull complete305389c17d81: Pull completeDigest: sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779aStatus: Downloaded newer image for ocaml/opam@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a2025-11-21 10:37.49 ---> using "50e8d351fd85100bcaa09c1a16c9caaf0dd6ebf586c5923343764d4b3caaa07b" from cache/: (comment ubuntu-25.04-5.4_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-11-21 10:37.49 ---> using "71eba14205a840ca7ffb685dcd48a7ca4563327d75b28716e665884e192611d1" 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] Initialised2025-11-21 10:37.49 ---> using "d158064ffb6b3a8fec01ede3f94bcf345c1da48a7ae68f21f680e9c676d3f076" 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.4.12025-11-21 10:37.49 ---> using "2c7766b5e71fb89a56f210a84c7eb97fd806a0f5c008feb22a76a3cca7c9f637" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-21 10:37.49 ---> using "602e07c899f6d650abc1b32c79d8dd07c19b7959bfbda0fb4e2c4950b65c768a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD2ec6d6cc92..ee3428377a master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> 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)2025-11-21 10:37.49 ---> using "1d8a2b7242bd6f24975d052c02121531403227b3f88172e630db404c0799c40e" 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 ./))2025-11-21 10:37.49 ---> saved as "3eecd7bec831cffaef02f86bb6e7ea04f3d1a38440e70cb4c0d2ff288103ca00"/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 './'"))[NOTE] Package lwt_runtime_events does not exist in opam repositories registered in the current switch.[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)2025-11-21 10:37.59 ---> saved as "9ed95eb557db736a67de6b2a341ec0a259b792b650418ea053acd6ae93ed57a1"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-21 10:37.59 ---> saved as "175d6d70cf516d16191c44a33e5ed1a320558dcb423e27a70c26c4c77c4b810d"/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 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.4 --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 plucky InRelease- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:3 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [318 kB]- Get:6 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [375 kB]- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [411 kB]- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [536 kB]- Get:9 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [239 kB]- Get:10 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [383 kB]- Fetched 2641 kB in 1s (4281 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt.dev] synchronised (file:///src)[lwt_direct.dev] synchronised (file:///src)[lwt_ppx.dev] synchronised (file:///src)[lwt_ppx__ppx_let_tests.dev] synchronised (file:///src)[lwt_react.dev] synchronised (file:///src)[lwt_retry.dev] synchronised (file:///src)[lwt_runtime_events.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-11-21 10:38.09 ---> saved as "2e34748bf06e46619d3d3169f581ad121f7d8b4b76cb811f68a441862cf9ff68"/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.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.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.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.1-> installed react.1.2.2-> installed dune.3.20.2-> 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.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-11-21 10:39.12 ---> saved as "de852a5f7abcfb98e7f5b6a00933fd50537cf26af62391caeeca44c50241cddb"/src: (copy (src .) (dst /src))2025-11-21 10:39.12 ---> saved as "323dd3abfbaa91726ba99df0a4ecfb97e09e44a5857dae712af9ca7e00d485db"/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/direct && ./main.exe)Testing library 'lwt_direct'................Ok. 13 tests ran, 0 tests skipped in 0.00 seconds(cd _build/default/test/core && ./main.exe)Testing library 'core'..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 705 tests ran, 23 tests skipped in 0.16 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. 226 tests ran, 9 tests skipped in 6.30 seconds2025-11-21 10:39.22 ---> saved as "7e01af91a075fd8bdf9f723c0e49b3bccf259fa9c92a71cfa9fde30b5221d45c"Job succeeded2025-11-21 10:39.22: Job succeeded