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-riscv64:debian-13-4.14_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25Opam 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-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25# debian-13-4.14_riscv64_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-bigarray.base base-bytes.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.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_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @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-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25-debian-13-4.14_riscv64_opam-2.4-992b1d042607839f328486c8272ab184"2025-12-30 15:25.47: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25)(comment debian-13-4.14_riscv64_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-bigarray.base base-bytes.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.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_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @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:50.08: Got resource from pool OClusterBuilding on riscv-bm-02.sw.ci.devHEAD is now at d9a886c58 bump version numbersHEAD is now at 8da250e8e ppx: add test for #1085, add standalone ppx executable(from ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25' locallydocker.io/ocaml/opam@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25: Pulling from ocaml/opame8961870af39: Pulling fs layer4a832a4b5136: Pulling fs layere11310a182cd: Pulling fs layer391f5edf7911: Pulling fs layerdeea94045038: Pulling fs layerbe4e7bcc848f: Pulling fs layer396035b53bc8: Pulling fs layer7bea9105d9bd: Pulling fs layer5b46e8e533f2: Pulling fs layerab2ae9ff501d: Pulling fs layerf68fedbf467f: Pulling fs layer4e3c2b36c974: Pulling fs layer3a8678d6f55c: Pulling fs layerf4543e42c6e2: Pulling fs layere697da0f97a8: Pulling fs layer493a7efdd4dc: Pulling fs layerff33a970d7ea: Pulling fs layerc8fbffadb147: Pulling fs layer9475a1b29b89: Pulling fs layer7fdc5e499d24: Pulling fs layer54fcd2440734: Pulling fs layer1fdc2dbb38a7: Pulling fs layer4f4fb700ef54: Pulling fs layer333cb006279c: Pulling fs layer5a6bb2d2810c: Pulling fs layer391f5edf7911: Waitingdeea94045038: Waitingbe4e7bcc848f: Waiting396035b53bc8: Waiting7bea9105d9bd: Waiting8cc3bc437c9b: Pulling fs layer5b46e8e533f2: Waiting2fdabb00b8ed: Pulling fs layerab2ae9ff501d: Waiting6ac114550087: Pulling fs layerf68fedbf467f: Waiting53c5e0722362: Pulling fs layer4e3c2b36c974: Waiting3a8678d6f55c: Waitingf4543e42c6e2: Waitingb68efb7eab28: Pulling fs layere697da0f97a8: Waiting493a7efdd4dc: Waitingff33a970d7ea: Waiting7fdc5e499d24: Waitingc8fbffadb147: Waiting9475a1b29b89: Waiting5677914134a3: Pulling fs layer45f0c8828c23: Pulling fs layer433fbc97fb4e: Pulling fs layer31b3480c0997: Pulling fs layer216ab51b49c9: Pulling fs layerf7cbc98e0b07: Pulling fs layer89cd1b5164b5: Pulling fs layer253501d04927: Pulling fs layer229281282206: Pulling fs layer71bddc788bbc: Pulling fs layer5dd2697f8d70: Pulling fs layer23a01308d955: Pulling fs layerfacd44704fec: Pulling fs layer1454ae22d16a: Pulling fs layer12d8b6a0e452: Pulling fs layer5677914134a3: Waiting45f0c8828c23: Waiting433fbc97fb4e: Waiting31b3480c0997: Waiting216ab51b49c9: Waitingf7cbc98e0b07: Waiting89cd1b5164b5: Waiting253501d04927: Waiting229281282206: Waiting71bddc788bbc: Waiting5dd2697f8d70: Waiting23a01308d955: Waitingfacd44704fec: Waiting1454ae22d16a: Waiting12d8b6a0e452: Waiting54fcd2440734: Waiting1fdc2dbb38a7: Waiting4f4fb700ef54: Waiting333cb006279c: Waiting5a6bb2d2810c: Waiting8cc3bc437c9b: Waiting2fdabb00b8ed: Waiting6ac114550087: Waiting53c5e0722362: Waitingb68efb7eab28: Waitinge11310a182cd: Verifying Checksume11310a182cd: Download complete4a832a4b5136: Download completee8961870af39: Verifying Checksume8961870af39: Download completedeea94045038: Verifying Checksumdeea94045038: Download complete391f5edf7911: Verifying Checksum391f5edf7911: Download complete396035b53bc8: Verifying Checksum396035b53bc8: Download complete7bea9105d9bd: Verifying Checksum7bea9105d9bd: Download completeab2ae9ff501d: Verifying Checksumab2ae9ff501d: Download complete5b46e8e533f2: Verifying Checksum5b46e8e533f2: Download completef68fedbf467f: Verifying Checksumf68fedbf467f: Download complete4e3c2b36c974: Verifying Checksum4e3c2b36c974: Download complete3a8678d6f55c: Verifying Checksum3a8678d6f55c: Download completee8961870af39: Pull complete4a832a4b5136: Pull completee11310a182cd: Pull completee697da0f97a8: Download complete391f5edf7911: Pull completedeea94045038: Pull completef4543e42c6e2: Verifying Checksumf4543e42c6e2: Download completeff33a970d7ea: Download complete493a7efdd4dc: Verifying Checksum493a7efdd4dc: Download completec8fbffadb147: Verifying Checksumc8fbffadb147: Download complete9475a1b29b89: Verifying Checksum9475a1b29b89: Download complete54fcd2440734: Verifying Checksum54fcd2440734: Download complete7fdc5e499d24: Verifying Checksum7fdc5e499d24: Download completebe4e7bcc848f: Verifying Checksumbe4e7bcc848f: Download complete1fdc2dbb38a7: Verifying Checksum1fdc2dbb38a7: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete333cb006279c: Verifying Checksum333cb006279c: Download complete5a6bb2d2810c: Verifying Checksum5a6bb2d2810c: Download complete8cc3bc437c9b: Verifying Checksum8cc3bc437c9b: Download complete2fdabb00b8ed: Verifying Checksum2fdabb00b8ed: Download complete6ac114550087: Verifying Checksum6ac114550087: Download complete53c5e0722362: Verifying Checksum53c5e0722362: Download completeb68efb7eab28: Verifying Checksumb68efb7eab28: Download complete5677914134a3: Verifying Checksum5677914134a3: Download complete45f0c8828c23: Verifying Checksum45f0c8828c23: Download complete433fbc97fb4e: Verifying Checksum433fbc97fb4e: Download complete31b3480c0997: Verifying Checksum31b3480c0997: Download complete216ab51b49c9: Verifying Checksum216ab51b49c9: Download complete89cd1b5164b5: Verifying Checksum89cd1b5164b5: Download complete229281282206: Verifying Checksum229281282206: Download complete71bddc788bbc: Download complete5dd2697f8d70: Verifying Checksum5dd2697f8d70: Download complete253501d04927: Verifying Checksum253501d04927: Download completefacd44704fec: Verifying Checksumfacd44704fec: Download complete1454ae22d16a: Verifying Checksum1454ae22d16a: Download complete12d8b6a0e452: Verifying Checksum12d8b6a0e452: Download complete23a01308d955: Verifying Checksum23a01308d955: Download completef7cbc98e0b07: Download completebe4e7bcc848f: Pull complete396035b53bc8: Pull complete7bea9105d9bd: Pull complete5b46e8e533f2: Pull completeab2ae9ff501d: Pull completef68fedbf467f: Pull complete4e3c2b36c974: Pull complete3a8678d6f55c: Pull completef4543e42c6e2: Pull completee697da0f97a8: Pull complete493a7efdd4dc: Pull completeff33a970d7ea: Pull completec8fbffadb147: Pull complete9475a1b29b89: Pull complete7fdc5e499d24: Pull complete54fcd2440734: Pull complete1fdc2dbb38a7: Pull complete4f4fb700ef54: Pull complete333cb006279c: Pull complete5a6bb2d2810c: Pull complete8cc3bc437c9b: Pull complete2fdabb00b8ed: Pull complete6ac114550087: Pull complete53c5e0722362: Pull completeb68efb7eab28: Pull complete5677914134a3: Pull complete45f0c8828c23: Pull complete433fbc97fb4e: Pull complete31b3480c0997: Pull complete216ab51b49c9: Pull completef7cbc98e0b07: Pull complete89cd1b5164b5: Pull complete253501d04927: Pull complete229281282206: Pull complete71bddc788bbc: Pull complete5dd2697f8d70: Pull complete23a01308d955: Pull completefacd44704fec: Pull complete1454ae22d16a: Pull complete12d8b6a0e452: Pull completeDigest: sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25Status: Downloaded newer image for ocaml/opam@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf252025-12-30 15:50.10 ---> using "2f036f5721b663ad0193431097395ba7cf7b655f5429c818c1d2c8c245333700" from cache/: (comment debian-13-4.14_riscv64_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:50.10 ---> using "153eabfcdbac8c5ee624084cf59bb20b1ee5fb7ac84fbef60beaf6e6bb15af7b" 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:50.10 ---> using "ed6398628179ee1464e333beaad7919e7e37e8b1e970ffd55a35cefee09802b3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 4.14.22.4.12025-12-30 15:50.10 ---> using "3485185fbc430920d8900d4cb611245b3d0013408fc84b790b144f8a52334dfc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-30 15:50.10 ---> using "cbe757f6ae25866ccd3186b24b34c3b653455be2289afa864932e4021d7d8e94" 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:50.10 ---> using "8679d259e5ba9b1c3e60d1c28196ad06f4785601b4224eca564672fc60d1360b" 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:50.10 ---> using "673d0d959203c7e674069ab53a6084c2a759682d8097cc3b9808998d04127870" from cache/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:50.10 ---> using "4676df31dd5d9f05058e2ba830e50de6491c27e260a0997a6d12a58f37bbfa24" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-30 15:50.10 ---> using "1323862bc9208751b7fb159272f9a847665c804cba49ea86b3c008fe7e6e3fb4" from cache/src: (env DEPS "base-bigarray.base base-bytes.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.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_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [86.1 kB]- Fetched 177 kB in 0s (423 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt.dev] synchronised (file:///src)[lwt_ppx.dev] synchronised (file:///src)[lwt_react.dev] synchronised (file:///src)[lwt_retry.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).2025-12-30 15:50.10 ---> using "7d2bb5dab1054bfc6e86220ec43ec59d02f4150f6fe642fe6b1390288b1c752b" from cache/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 15 packages- 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 ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ppx_derivers 1.2.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 cppo.1.8.0 (https://opam.ocaml.org/cache)-> retrieved csexp.1.5.2 (https://opam.ocaml.org/cache)-> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache)-> retrieved ocamlbuild.0.16.1 (https://opam.ocaml.org/cache)-> retrieved ocamlfind.1.9.8 (https://opam.ocaml.org/cache)-> retrieved ocplib-endian.1.2 (https://opam.ocaml.org/cache)-> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache)-> retrieved react.1.2.2 (https://opam.ocaml.org/cache)-> retrieved sexplib0.v0.17.0 (https://opam.ocaml.org/cache)-> retrieved ppxlib.0.37.0 (https://opam.ocaml.org/cache)-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (https://opam.ocaml.org/cache)-> retrieved topkg.1.1.1 (https://opam.ocaml.org/cache)-> 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 csexp.1.5.2-> installed ppx_derivers.1.2.1-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed sexplib0.v0.17.0-> installed ocplib-endian.1.2-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.20.2-> installed ppxlib.0.37.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-30 15:50.10 ---> using "90dead3b9d8c27fceee3e1a2f67cef9875c1dcc53bbf329231ff869d6c28a6cc" from cache/src: (copy (src .) (dst /src))2025-12-30 15:50.12 ---> saved as "1312928a18983eee7b3ef4b8f52ccf3f849acd738cebe9cceaef7487df873bdd"/src: (run (shell "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @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/react && ./main.exe)Testing library 'react'..............Ok. 11 tests ran, 0 tests skipped in 4.52 seconds(cd _build/default/test/unix && ./main.exe)Testing library 'unix'....................................SSSSS..............................................................................................................SSSS...................................................................................Ok. 226 tests ran, 9 tests skipped in 6.59 seconds(cd _build/default/test/core && ./main.exe)Testing library 'core'..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 705 tests ran, 23 tests skipped in 2.79 seconds(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/ppx/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o test/ppx/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/ppx/main.pp.ml)File "test/ppx/main.ml", line 171, characters 26-38:171 | let%lwt (_ : int) = Lwt.return 0 in^^^^^^^^^^^^Error: This expression has type int t but an expression was expected of typeint(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/ppx/.main.eobjs/byte -I test/ppx/.main.eobjs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/core/.lwt.objs/native -I src/unix/.lwt_unix.objs/byte -I src/unix/.lwt_unix.objs/native -I test/.lwttester.objs/byte -I test/.lwttester.objs/native -intf-suffix .ml -no-alias-deps -opaque -o test/ppx/.main.eobjs/native/dune__exe__Main.cmx -c -impl test/ppx/main.pp.ml)File "test/ppx/main.ml", line 171, characters 26-38:171 | let%lwt (_ : int) = Lwt.return 0 in^^^^^^^^^^^^Error: This expression has type int t but an expression was expected of typeint"/usr/bin/env" "bash" "-c" "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build" failed with exit status 12025-12-30 15:51.09: Job failed: Failed: Build failed