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.0_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebbOpam 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.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb# debian-13-5.0_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-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.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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_direct.dev lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt_direct,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-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb-debian-13-5.0_opam-2.4-071cad121b4b9625503aef2ff992b7f3"2025-12-30 15:25.47: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb)(comment debian-13-5.0_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-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.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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_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 --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt_direct,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:26.06: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at 8da250e8e ppx: add test for #1085, add standalone ppx executable(from ocaml/opam:debian-13-ocaml-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb)Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb' locallydocker.io/ocaml/opam@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb: Pulling from ocaml/opam2981f7e8980b: Pulling fs layer9c63e1c4ba84: Pulling fs layer02578b9c9f1b: Pulling fs layer3801cb7ba5e6: Pulling fs layer1c4cdedd39f1: Pulling fs layer40f6006c5f5a: Pulling fs layerc451a17216ec: Pulling fs layere4104b8f72ee: Pulling fs layer7c7dbc5e7919: Pulling fs layeraa82be714e7c: Pulling fs layer922520f12384: Pulling fs layer9bfea042cef8: Pulling fs layer1244979f7c21: Pulling fs layer7583a0e34f94: Pulling fs layer14bef3f2665a: Pulling fs layer3a4b42ce6cb5: Pulling fs layerb0a08a900877: Pulling fs layer40f6006c5f5a: Waiting16ac87e68d60: Pulling fs layer74ac6e8c9b82: Pulling fs layerb41290a57dc5: Pulling fs layer592e5bcb7159: Pulling fs layer4f4fb700ef54: Pulling fs layer1db0705661a3: Pulling fs layer76bb8e35b9cc: Pulling fs layer3bc9d98c3b49: Pulling fs layer7096ef42e6c0: Pulling fs layer02578b9c9f1b: Download completecd0e70de8125: Pulling fs layer23ffab57f98e: Pulling fs layerb974353d8023: Pulling fs layerc74fba566723: Pulling fs layer9c63e1c4ba84: Download complete5ad399846f45: Pulling fs layer3e7203fa3980: Pulling fs layer9bfea042cef8: Waiting0b8915d2a92b: Pulling fs layerc451a17216ec: Waitinge68c7a56c438: Pulling fs layere4104b8f72ee: Waiting9024d680a167: Pulling fs layer1244979f7c21: Waiting7c7dbc5e7919: Waiting3c7c73421b6e: Pulling fs layeraa82be714e7c: Waiting7583a0e34f94: Waiting922520f12384: Waiting7134fa9b4278: Pulling fs layer9d94fb523099: Pulling fs layercd0e70de8125: Waitingb0a08a900877: Waiting20d06dbdae7e: Pulling fs layerb9a45e537661: Pulling fs layer16ac87e68d60: Waiting3a4b42ce6cb5: Waiting1244d0a6dd53: Pulling fs layer4f4fb700ef54: Waiting1db0705661a3: Waiting76bb8e35b9cc: Waiting14bef3f2665a: Waiting74ac6e8c9b82: Waiting3bc9d98c3b49: Waitinge99898bc5ad2: Pulling fs layer7096ef42e6c0: Waiting3801cb7ba5e6: Waiting594e2481e296: Pulling fs layer1c4cdedd39f1: Waitingb41290a57dc5: Waitingd60e4a6dbe2f: Pulling fs layer20d06dbdae7e: Waiting592e5bcb7159: Waiting23ffab57f98e: Waitingb974353d8023: Waitingb9a45e537661: Waitinge68c7a56c438: Waiting594e2481e296: Waitingd60e4a6dbe2f: Waiting3c7c73421b6e: Waiting9024d680a167: Waiting5ad399846f45: Waiting3e7203fa3980: Waiting7134fa9b4278: Waitinge99898bc5ad2: Waiting1244d0a6dd53: Waiting0b8915d2a92b: Waitingc74fba566723: Waiting9d94fb523099: Waiting2981f7e8980b: Download complete3801cb7ba5e6: Verifying Checksum3801cb7ba5e6: Download complete1c4cdedd39f1: Verifying Checksum1c4cdedd39f1: Download completec451a17216ec: Verifying Checksumc451a17216ec: Download completee4104b8f72ee: Verifying Checksume4104b8f72ee: Download complete7c7dbc5e7919: Verifying Checksum7c7dbc5e7919: Download complete922520f12384: Verifying Checksum922520f12384: Download completeaa82be714e7c: Verifying Checksumaa82be714e7c: Download complete9bfea042cef8: Verifying Checksum9bfea042cef8: Download complete1244979f7c21: Verifying Checksum1244979f7c21: Download complete7583a0e34f94: Verifying Checksum7583a0e34f94: Download complete14bef3f2665a: Verifying Checksum14bef3f2665a: Download complete3a4b42ce6cb5: Download completeb0a08a900877: Download complete16ac87e68d60: Download complete74ac6e8c9b82: Download completeb41290a57dc5: Verifying Checksumb41290a57dc5: Download complete592e5bcb7159: Verifying Checksum592e5bcb7159: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete1db0705661a3: Verifying Checksum1db0705661a3: Download complete76bb8e35b9cc: Download complete3bc9d98c3b49: Download complete7096ef42e6c0: Verifying Checksum7096ef42e6c0: Download completecd0e70de8125: Verifying Checksumcd0e70de8125: Download complete2981f7e8980b: Pull complete9c63e1c4ba84: Pull complete02578b9c9f1b: Pull complete23ffab57f98e: Download completeb974353d8023: Download completec74fba566723: Download complete40f6006c5f5a: Verifying Checksum40f6006c5f5a: Download complete5ad399846f45: Verifying Checksum5ad399846f45: Download complete3e7203fa3980: Verifying Checksum3e7203fa3980: Download complete0b8915d2a92b: Verifying Checksum0b8915d2a92b: Download completee68c7a56c438: Verifying Checksume68c7a56c438: Download complete3801cb7ba5e6: Pull complete1c4cdedd39f1: Pull complete3c7c73421b6e: Download complete9d94fb523099: Download complete20d06dbdae7e: Verifying Checksum20d06dbdae7e: Download completeb9a45e537661: Download complete7134fa9b4278: Verifying Checksum7134fa9b4278: Download complete9024d680a167: Verifying Checksum9024d680a167: Download completee99898bc5ad2: Download complete594e2481e296: Verifying Checksum594e2481e296: Download completed60e4a6dbe2f: Verifying Checksumd60e4a6dbe2f: Download complete40f6006c5f5a: Pull completec451a17216ec: Pull completee4104b8f72ee: Pull complete7c7dbc5e7919: Pull completeaa82be714e7c: Pull complete922520f12384: Pull complete1244d0a6dd53: Verifying Checksum1244d0a6dd53: Download 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 complete1244d0a6dd53: Pull completee99898bc5ad2: Pull complete594e2481e296: Pull completed60e4a6dbe2f: Pull completeDigest: sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebbStatus: Downloaded newer image for ocaml/opam@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb2025-12-30 15:26.06 ---> using "115e19c94ffea8f0289657e7bdf7e8af959005f00162f42ce222e9431770c297" from cache/: (comment debian-13-5.0_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.06 ---> saved as "56592f2660b97ee4d5688bea70d78ed4a54624e5dcd3f390af209973f350b591"/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.31 ---> saved as "82175835f9efba9c6252b59ecd66cc143a3b24d342b50efd23ff297d368ffb2f"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.0.02.4.12025-12-30 15:26.31 ---> saved as "d822921e247b7d355314f1b94ec53ae318e149ee012f9abfb323ca321f5c1f14"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-30 15:26.31 ---> saved as "675b87fb8e8664dcbaef7a5a4fb63d053213112518fc1553cdcf47ae132262af"/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-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.55 ---> saved as "98dd92fd09a1ccba676d2b9a638bf5b015c942af1b3f8ceba2d585f4622c007b"/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.55 ---> saved as "a4b48591f132510e132458f745d97f232a33fff0430072c9042ded1d241f8b9d"/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:27.06 ---> saved as "8924f7799af83310f814b54311a70e76b9f4b58e49e54de51f6184ada603b667"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-30 15:27.07 ---> saved as "08d1650a48ebfcea8bdbf89c54003864b55a59e3b5d75f7b1212b096cd1f6d4a"/src: (env DEPS "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.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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_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 (1871 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_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 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-12-30 15:27.18 ---> saved as "46d6cb4da929e08d817734f4bd39af2a939ddd264065eae4c4d31824f547ff27"/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.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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 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 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (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 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 dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved ppxlib.0.37.0 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed react.1.2.2-> installed dune.3.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 sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> 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:28.07 ---> saved as "ed6d6d99a7f6acab93e23871e86ccad651947eeba1f9e95fd3947bc35e1c07ad"/src: (copy (src .) (dst /src))2025-12-30 15:28.09 ---> saved as "c68e70b9662d13e4493bf6a6b1a8ceafbf30b4241370965bfb7a15534c6ba0d9"/src: (run (shell "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt_direct,lwt @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 && /home/opam/.opam/5.0/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/5.0/lib/bytes -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ocplib-endian -I /home/opam/.opam/5.0/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -cmi-file test/ppx/.main.eobjs/byte/dune__exe__Main.cmi -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/5.0/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/5.0/lib/bytes -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ocplib-endian -I /home/opam/.opam/5.0/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 -cmi-file test/ppx/.main.eobjs/byte/dune__exe__Main.cmi -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(cd _build/default/test/core && ./main.exe)Testing library 'core'..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 705 tests ran, 23 tests skipped in 0.25 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 seconds"/usr/bin/env" "bash" "-c" "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt_direct,lwt @install @check @runtest && rm -rf _build" failed with exit status 12025-12-30 15:28.18: Job failed: Failed: Build failed