2025-12-30 15:25.47: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/ppx-type-wrong-1085 (8da250e8e9963a01fd0ee5d98593dddb5327e29c) (linux-x86_64:ubuntu-22.04-5.4_opam-2.4)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "ppx-type-wrong-1085" && cd "lwt" && git reset --hard 8da250e8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b# ubuntu-22.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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-12-30 15:25.47: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b-ubuntu-22.04-5.4_opam-2.4-e1b69c445173ce854016c694311f718b"2025-12-30 15:25.47: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b)(comment ubuntu-22.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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-12-30 15:25.47: Waiting for resource in pool OCluster2025-12-30 15:25.47: Waiting for worker…2025-12-30 15:26.00: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 8da250e8e ppx: add test for #1085, add standalone ppx executable(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b' locallydocker.io/ocaml/opam@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b: Pulling from ocaml/opam7e49dc6156b0: Already exists277489037e33: Pulling fs layer5536f9b95256: Pulling fs layer2c6e079b8a8a: Pulling fs layer16d46a509c90: Pulling fs layer18d81e642e16: Pulling fs layeree1d4656e61f: Pulling fs layer8f0f8941159e: Pulling fs layer3f2ff2430a7f: Pulling fs layer16d46a509c90: Waiting337d7dec713d: Pulling fs layer8f0f8941159e: Waiting18d81e642e16: Waitingee1d4656e61f: Waitinge733f12b410c: Pulling fs layer3f2ff2430a7f: Waiting617bf2ecaf35: Pulling fs layer337d7dec713d: Waitingb8326fc41276: Pulling fs layer617bf2ecaf35: Waitingef20ef18c9d1: Pulling fs layer586c22805e9c: Pulling fs layeref20ef18c9d1: Waiting5bba78ae83f0: Pulling fs layer586c22805e9c: Waiting58f27f7d4b76: Pulling fs layer5bba78ae83f0: Waiting58f27f7d4b76: Waiting4f4fb700ef54: Pulling fs layer15d203cc0fcf: Pulling fs layer15787f62e7bc: Pulling fs layer4f4fb700ef54: Waiting15d203cc0fcf: Waiting7bde8086daf3: Pulling fs layer15787f62e7bc: Waiting7bde8086daf3: Waitingc8795f0be74f: Pulling fs layerbf1686ddcf2f: Pulling fs layerc8795f0be74f: Waiting6190e5884020: Pulling fs layerbf1686ddcf2f: Waitingd3ef051d940f: Pulling fs layer74516cbf13d5: Pulling fs layerd3ef051d940f: Waiting6daf3235d47b: Pulling fs layer828602f5a7e1: Pulling fs layer74516cbf13d5: Waiting1c2200cbac34: Pulling fs layer6daf3235d47b: Waiting828602f5a7e1: Waitingddcac09cadd2: Pulling fs layer1c2200cbac34: Waiting96becae306e0: Pulling fs layerddcac09cadd2: Waitinge391052d0a0a: Pulling fs layer96becae306e0: Waiting092f96d7da41: Pulling fs layere391052d0a0a: Waiting624752d22710: Pulling fs layer092f96d7da41: Waiting26503a58709c: Pulling fs layer5164467c0bfc: Pulling fs layer624752d22710: Waiting7f9d35f4e99c: Pulling fs layer5164467c0bfc: Waiting3147a6c41603: Pulling fs layer7f9d35f4e99c: Waiting872643ed9c97: Pulling fs layer3147a6c41603: Waitinge758a0505734: Pulling fs layer872643ed9c97: Waiting6a9372ca22fd: Pulling fs layere758a0505734: Waiting37e65f83e45a: Pulling fs layer6a9372ca22fd: Waitingd2cf42473256: Pulling fs layer37e65f83e45a: Waitinge799ed481193: Pulling fs layerd2cf42473256: Waiting946bbc7fcb10: Pulling fs layere799ed481193: Waitinge1776c4acb7c: Pulling fs layer946bbc7fcb10: Waitinge1776c4acb7c: Waiting5536f9b95256: Download complete277489037e33: Verifying Checksum277489037e33: Download complete277489037e33: Pull complete5536f9b95256: Pull completeee1d4656e61f: Verifying Checksumee1d4656e61f: Download complete8f0f8941159e: Verifying Checksum8f0f8941159e: Download complete3f2ff2430a7f: Verifying Checksum3f2ff2430a7f: Download complete337d7dec713d: Verifying Checksum337d7dec713d: Download completee733f12b410c: Verifying Checksume733f12b410c: Download complete617bf2ecaf35: Verifying Checksum617bf2ecaf35: Download completeb8326fc41276: Verifying Checksumb8326fc41276: Download completeef20ef18c9d1: Verifying Checksumef20ef18c9d1: Download complete586c22805e9c: Download complete5bba78ae83f0: Verifying Checksum5bba78ae83f0: Download complete58f27f7d4b76: Verifying Checksum58f27f7d4b76: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete15d203cc0fcf: Verifying Checksum15d203cc0fcf: Download complete15787f62e7bc: Verifying Checksum15787f62e7bc: Download complete7bde8086daf3: Verifying Checksum7bde8086daf3: Download completec8795f0be74f: Download completebf1686ddcf2f: Verifying Checksumbf1686ddcf2f: Download complete2c6e079b8a8a: Verifying Checksum2c6e079b8a8a: Download complete6190e5884020: Verifying Checksum6190e5884020: Download completed3ef051d940f: Verifying Checksumd3ef051d940f: Download complete74516cbf13d5: Download complete6daf3235d47b: Verifying Checksum6daf3235d47b: Download complete828602f5a7e1: Verifying Checksum828602f5a7e1: Download complete1c2200cbac34: Download completeddcac09cadd2: Download complete96becae306e0: Download completee391052d0a0a: Verifying Checksume391052d0a0a: Download complete092f96d7da41: Verifying Checksum092f96d7da41: Download complete26503a58709c: Verifying Checksum26503a58709c: Download complete2c6e079b8a8a: Pull complete16d46a509c90: Pull complete5164467c0bfc: Verifying Checksum5164467c0bfc: Download complete7f9d35f4e99c: Verifying Checksum7f9d35f4e99c: Download complete3147a6c41603: Verifying Checksum3147a6c41603: Download complete872643ed9c97: Verifying Checksum872643ed9c97: Download completee758a0505734: Download complete6a9372ca22fd: Download complete37e65f83e45a: Verifying Checksum37e65f83e45a: Download completed2cf42473256: Verifying Checksumd2cf42473256: Download completee799ed481193: Verifying Checksume799ed481193: Download complete946bbc7fcb10: Download complete624752d22710: Verifying Checksum624752d22710: Download completee1776c4acb7c: Verifying Checksume1776c4acb7c: Download complete18d81e642e16: Verifying Checksum18d81e642e16: Download complete18d81e642e16: Pull completeee1d4656e61f: Pull complete8f0f8941159e: Pull complete3f2ff2430a7f: Pull complete337d7dec713d: Pull completee733f12b410c: Pull complete617bf2ecaf35: Pull completeb8326fc41276: Pull completeef20ef18c9d1: Pull complete586c22805e9c: Pull complete5bba78ae83f0: Pull complete58f27f7d4b76: Pull complete4f4fb700ef54: Pull complete15d203cc0fcf: Pull complete15787f62e7bc: Pull complete7bde8086daf3: Pull completec8795f0be74f: Pull completebf1686ddcf2f: Pull complete6190e5884020: Pull completed3ef051d940f: Pull complete74516cbf13d5: Pull complete6daf3235d47b: Pull complete828602f5a7e1: Pull complete1c2200cbac34: Pull completeddcac09cadd2: Pull complete96becae306e0: Pull completee391052d0a0a: Pull complete092f96d7da41: Pull complete624752d22710: Pull complete26503a58709c: Pull complete5164467c0bfc: Pull complete7f9d35f4e99c: Pull complete3147a6c41603: Pull complete872643ed9c97: Pull completee758a0505734: Pull complete6a9372ca22fd: Pull complete37e65f83e45a: Pull completed2cf42473256: Pull completee799ed481193: Pull complete946bbc7fcb10: Pull completee1776c4acb7c: Pull completeDigest: sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96bStatus: Downloaded newer image for ocaml/opam@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b2025-12-30 15:29.25 ---> saved as "7f91e2bb83d6d357ae6dfb3920265348795501d90daa6df00769b7d07a85dd88"/: (comment ubuntu-22.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-12-30 15:29.25 ---> saved as "b10baba17702824ce3397886586a74a86b43df56e830340d91504f8930049b89"/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] Initialised2025-12-30 15:29.52 ---> saved as "38cd054f629c2ff65a759fcc3d2903d8d15e320c75afff53a053aa42a098b1c3"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 5.4.02.4.12025-12-30 15:29.52 ---> saved as "699d03d14ea2f9b02d41e070a8808a882e511d19afee5b2765468c809dcb1a1a"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-30 15:29.52 ---> saved as "74cfbcc9a295d0845e9bd1e64f215006dd5eac3329883f731cc3cadb6f8b0a21"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..f2d102f951 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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-12-30 15:30.18 ---> saved as "741fab8f8b4870ddd5052c4bcabd8380bb2782bdc085c9dfa53ca3ebcba6e261"/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-12-30 15:30.18 ---> saved as "e67f82ffdd45aa2908cd16030d2768a0bbeee101322cd0c82df50834fb7c8ee0"/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)2025-12-30 15:30.35 ---> saved as "fd066adff5f059611d236738bcac24dd7e565496268677d8fc1c594d51c0ad93"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-30 15:30.35 ---> saved as "d7aa31b2ac0d6bfc74e6488e2949ff84be25a70b6ea4188d7a9539b39f6cf7e1"/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 jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1598 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.2 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6411 kB]- Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3633 kB]- Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6205 kB]- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3966 kB]- Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [37.2 kB]- Get:12 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.9 kB]- Fetched 22.4 MB in 2s (9184 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-12-30 15:30.52 ---> saved as "4abd148f6e7c0d97c581e45cf079fcc5914a0f7a23c35daf91da75ddfb6fd501"/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-12-30 15:31.57 ---> saved as "235d52e1080e475786beb9487bdf143c9f24c42a56b62f4d813029c302638253"/src: (copy (src .) (dst /src))2025-12-30 15:31.58 ---> saved as "d16e15d9a5e605273107fa6b78119f28551beedeeb818e647a49e8cbbca2110f"/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.26 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'....................Ok. 17 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.31 seconds2025-12-30 15:32.08 ---> saved as "521c25b0740e503412a5ace8c5406c88c8b73a13cd2e18ef3ca154675a0b195e"Job succeeded2025-12-30 15:32.08: Job succeeded