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:debian-13-5.1_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.1@sha256:fc1428e3cf55668b15f2dec716b8242a7ce1f86cfdaa6e8abdbf17b28957f45bOpam 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:debian-13-ocaml-5.1@sha256:fc1428e3cf55668b15f2dec716b8242a7ce1f86cfdaa6e8abdbf17b28957f45b# debian-13-5.1_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-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.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 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:debian-13-ocaml-5.1@sha256:fc1428e3cf55668b15f2dec716b8242a7ce1f86cfdaa6e8abdbf17b28957f45b-debian-13-5.1_opam-2.4-d5d8ae21871bd1ef0b973ca7cef09a13"2025-12-30 15:25.47: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.1@sha256:fc1428e3cf55668b15f2dec716b8242a7ce1f86cfdaa6e8abdbf17b28957f45b)(comment debian-13-5.1_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-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.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 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.17: 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:debian-13-ocaml-5.1@sha256:fc1428e3cf55668b15f2dec716b8242a7ce1f86cfdaa6e8abdbf17b28957f45b)Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:fc1428e3cf55668b15f2dec716b8242a7ce1f86cfdaa6e8abdbf17b28957f45b' locallydocker.io/ocaml/opam@sha256:fc1428e3cf55668b15f2dec716b8242a7ce1f86cfdaa6e8abdbf17b28957f45b: Pulling from ocaml/opam2981f7e8980b: Pulling fs layer9c63e1c4ba84: Pulling fs layer02578b9c9f1b: Pulling fs layer3801cb7ba5e6: Pulling fs layer1c4cdedd39f1: Pulling fs layer2981f7e8980b: Waiting40f6006c5f5a: Pulling fs layer9c63e1c4ba84: Waiting02578b9c9f1b: Waiting3801cb7ba5e6: Waitingc451a17216ec: Pulling fs layer1c4cdedd39f1: Waiting40f6006c5f5a: Waitinge4104b8f72ee: Pulling fs layerc451a17216ec: Waiting7c7dbc5e7919: Pulling fs layere4104b8f72ee: Waitingaa82be714e7c: Pulling fs layer922520f12384: Pulling fs layer7c7dbc5e7919: Waiting9bfea042cef8: Pulling fs layer922520f12384: Waiting1244979f7c21: Pulling fs layer9bfea042cef8: Waiting7583a0e34f94: Pulling fs layer1244979f7c21: Waiting14bef3f2665a: Pulling fs layer7583a0e34f94: Waiting3a4b42ce6cb5: Pulling fs layer14bef3f2665a: Waitingb0a08a900877: Pulling fs layer3a4b42ce6cb5: Waitingb0a08a900877: Waiting16ac87e68d60: Pulling fs layer74ac6e8c9b82: Pulling fs layerb41290a57dc5: Pulling fs layer74ac6e8c9b82: Waiting592e5bcb7159: Pulling fs layerb41290a57dc5: Waiting4f4fb700ef54: Pulling fs layer592e5bcb7159: Waiting4f4fb700ef54: Waiting1db0705661a3: Pulling fs layer76bb8e35b9cc: Pulling fs layer1db0705661a3: Waiting3bc9d98c3b49: Pulling fs layer7096ef42e6c0: Pulling fs layer3bc9d98c3b49: Waitingcd0e70de8125: Pulling fs layer7096ef42e6c0: Waiting23ffab57f98e: Pulling fs layercd0e70de8125: Waitingb974353d8023: Pulling fs layerc74fba566723: Pulling fs layer23ffab57f98e: Waitingb974353d8023: Waitingc74fba566723: Waiting5ad399846f45: Pulling fs layer3e7203fa3980: Pulling fs layer5ad399846f45: Waiting0b8915d2a92b: Pulling fs layer3e7203fa3980: Waitinge68c7a56c438: Pulling fs layer0b8915d2a92b: Waiting9024d680a167: Pulling fs layere68c7a56c438: Waiting3c7c73421b6e: Pulling fs layer7134fa9b4278: Pulling fs layer3c7c73421b6e: Waiting9d94fb523099: Pulling fs layer7134fa9b4278: Waiting20d06dbdae7e: Pulling fs layer9d94fb523099: Waitingb9a45e537661: Pulling fs layera08a9a974983: Pulling fs layerb9a45e537661: Waiting8924679c4512: Pulling fs layera08a9a974983: Waiting768c99fc4263: Pulling fs layer8924679c4512: Waiting96d373bbe3fd: Pulling fs layer768c99fc4263: Waitingc516698917d9: Pulling fs layer96d373bbe3fd: Waitingc7fc82c82e4d: Pulling fs layeraaadc8167a2c: Pulling fs layerc7fc82c82e4d: Waitingaaadc8167a2c: Waiting9c63e1c4ba84: Download complete02578b9c9f1b: Download complete2981f7e8980b: Verifying Checksum2981f7e8980b: Download complete1c4cdedd39f1: Download complete3801cb7ba5e6: Verifying Checksum3801cb7ba5e6: Download completec451a17216ec: Verifying Checksumc451a17216ec: Download completee4104b8f72ee: Download complete7c7dbc5e7919: Download complete922520f12384: Verifying Checksum922520f12384: Download completeaa82be714e7c: Verifying Checksumaa82be714e7c: Download complete9bfea042cef8: Verifying Checksum9bfea042cef8: Download complete1244979f7c21: Verifying Checksum1244979f7c21: Download complete40f6006c5f5a: Verifying Checksum40f6006c5f5a: Download complete14bef3f2665a: Verifying Checksum14bef3f2665a: Download complete7583a0e34f94: Verifying Checksum7583a0e34f94: Download complete3a4b42ce6cb5: Download completeb0a08a900877: Verifying Checksumb0a08a900877: Download complete16ac87e68d60: Verifying Checksum16ac87e68d60: Download complete74ac6e8c9b82: Download completeb41290a57dc5: Download complete592e5bcb7159: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete1db0705661a3: Download complete76bb8e35b9cc: Download complete3bc9d98c3b49: Download complete7096ef42e6c0: Verifying Checksum7096ef42e6c0: Download complete23ffab57f98e: Download completecd0e70de8125: Download completeb974353d8023: Download complete2981f7e8980b: Pull complete9c63e1c4ba84: Pull complete02578b9c9f1b: Pull completec74fba566723: Download complete3e7203fa3980: Verifying Checksum3e7203fa3980: Download complete5ad399846f45: Verifying Checksum5ad399846f45: Download complete0b8915d2a92b: Download completee68c7a56c438: Download complete3c7c73421b6e: Download complete3801cb7ba5e6: Pull complete1c4cdedd39f1: Pull complete9d94fb523099: Verifying Checksum9d94fb523099: Download complete20d06dbdae7e: Download completeb9a45e537661: Verifying Checksumb9a45e537661: Download completea08a9a974983: Verifying Checksuma08a9a974983: Download complete8924679c4512: Download complete768c99fc4263: Verifying Checksum768c99fc4263: Download complete7134fa9b4278: Verifying Checksum7134fa9b4278: Download completec516698917d9: Verifying Checksumc516698917d9: Download completec7fc82c82e4d: Verifying Checksumc7fc82c82e4d: Download complete9024d680a167: Verifying Checksum9024d680a167: Download completeaaadc8167a2c: Verifying Checksumaaadc8167a2c: Download complete96d373bbe3fd: Verifying Checksum96d373bbe3fd: Download complete40f6006c5f5a: Pull completec451a17216ec: Pull completee4104b8f72ee: Pull complete7c7dbc5e7919: Pull completeaa82be714e7c: Pull complete922520f12384: Pull complete9bfea042cef8: Pull complete1244979f7c21: Pull complete7583a0e34f94: Pull complete14bef3f2665a: Pull complete3a4b42ce6cb5: Pull completeb0a08a900877: Pull complete16ac87e68d60: Pull complete74ac6e8c9b82: Pull completeb41290a57dc5: Pull complete592e5bcb7159: Pull complete4f4fb700ef54: Pull complete1db0705661a3: Pull complete76bb8e35b9cc: Pull complete3bc9d98c3b49: Pull complete7096ef42e6c0: Pull completecd0e70de8125: Pull complete23ffab57f98e: Pull completeb974353d8023: Pull completec74fba566723: Pull complete5ad399846f45: Pull complete3e7203fa3980: Pull complete0b8915d2a92b: Pull completee68c7a56c438: Pull complete9024d680a167: Pull complete3c7c73421b6e: Pull complete7134fa9b4278: Pull complete9d94fb523099: Pull complete20d06dbdae7e: Pull completeb9a45e537661: Pull completea08a9a974983: Pull complete8924679c4512: Pull complete768c99fc4263: Pull complete96d373bbe3fd: Pull completec516698917d9: Pull completec7fc82c82e4d: Pull completeaaadc8167a2c: Pull completeDigest: sha256:fc1428e3cf55668b15f2dec716b8242a7ce1f86cfdaa6e8abdbf17b28957f45bStatus: Downloaded newer image for ocaml/opam@sha256:fc1428e3cf55668b15f2dec716b8242a7ce1f86cfdaa6e8abdbf17b28957f45b2025-12-30 15:26.18 ---> using "154ed83a2d2caac80a928640161c420a582b18cc24a24da825c8f42d9166e911" from cache/: (comment debian-13-5.1_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:26.18 ---> using "455bfde36d3dfe3c2504fa09471a6fb13f1e3a5d1ca81ec293add1a8831c30d4" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-30 15:26.18 ---> using "0bce436739ab9642563661e90badc2e42d57d669e2c4704a1ba12d15c06d68e1" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 5.1.12.4.12025-12-30 15:26.18 ---> using "201878c894542a0245796caa18fdb6da4d27832f44332519c91253375c2a82e2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-30 15:26.18 ---> using "af967366b3b65c67434ff31687b0a0a6560bdb533284512b2c6059a389ece08d" from cache/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..c239a62d58 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-30 15:26.18 ---> using "52f54813c839ce62203f41bd6cfecd7dfdcc8480c5e989bb1b32ebfb340fba7e" 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-12-30 15:26.18 ---> saved as "62042e8d08ce97dc21495ddd60626914c64c1c64bda22d454e2fb0e915ad0dde"/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:26.29 ---> saved as "a6b7f74313d471dcb565cbc60958ff8044a9c29e1d6ed52ba2b67622fbbabc0d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-30 15:26.29 ---> saved as "19e90151e0b473a9d03baf8761474b22e81506284806f4f828f624e709224f9c"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.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.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 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://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 [93.7 kB]- Fetched 184 kB in 0s (567 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-base-compiler is already installed (current version is 5.1.1).[NOTE] Package ocaml is already installed (current version is 5.1.1).[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-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-12-30 15:26.40 ---> saved as "d7f04a5a54455bee51f4c90ea85f161d0975cd949e990f4cd74db2ebe6212743"/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-base-compiler is already installed (current version is 5.1.1).[NOTE] Package ocaml is already installed (current version is 5.1.1).[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-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.12.4- 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.12.4 (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.12.4-> 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:27.39 ---> saved as "8d4333d05b82e16280e1fd23a392a8e75bf7f85cdfeeaf2e828bc890b59a1417"/src: (copy (src .) (dst /src))2025-12-30 15:27.40 ---> saved as "941a55132b93117ff04aea5781bca8cd8d63ac0b43643390945c738d6f69a70e"/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.24 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.51 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:27.49 ---> saved as "90f210500a847fe7b5763e458d8c57a0127040f41766383de449f1585e3a1bbb"Job succeeded2025-12-30 15:27.50: Job succeeded