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:fedora-43-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692bOpam 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:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b# fedora-43-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b-fedora-43-4.14_opam-2.4-992b1d042607839f328486c8272ab184"2025-12-30 15:25.47: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b)(comment fedora-43-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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:26.13: 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:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b' locallydocker.io/ocaml/opam@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b: Pulling from ocaml/opam1216d224fefc: Pulling fs layer1ae211ec70df: Pulling fs layere3c845545bdd: Pulling fs layeradbbce15b35d: Pulling fs layerfec0b2730855: Pulling fs layerd42b256333b3: Pulling fs layere3c845545bdd: Waiting1ae211ec70df: Waiting347b5da763ef: Pulling fs layer1216d224fefc: Waitingadbbce15b35d: Waitingfec0b2730855: Waitingee8e1ee5d3b3: Pulling fs layerd42b256333b3: Waiting347b5da763ef: Waiting1407c9d94463: Pulling fs layeree8e1ee5d3b3: Waiting912b3cfa4b1c: Pulling fs layer1407c9d94463: Waiting9bb0f03cebf5: Pulling fs layerda26c7f15afe: Pulling fs layerd9356a09c9bc: Pulling fs layer9bb0f03cebf5: Waitingda26c7f15afe: Waitingb6f2d11ffba1: Pulling fs layere9d79416de7e: Pulling fs layerd8fc23752670: Pulling fs layer043479df29c2: Pulling fs layerb6f2d11ffba1: Waitinge9d79416de7e: Waitingd8fc23752670: Waitingbde0248f5af4: Pulling fs layer043479df29c2: Waiting3cb4199e5c40: Pulling fs layerf7f8c0cc272b: Pulling fs layerbde0248f5af4: Waiting3cb4199e5c40: Waiting099c8f0f8aa7: Pulling fs layer4f4fb700ef54: Pulling fs layer2dcbf8eb3274: Pulling fs layerf7f8c0cc272b: Waiting4f4fb700ef54: Waiting099c8f0f8aa7: Waitingaec4178fd2c9: Pulling fs layer2dcbf8eb3274: Waitingffeea0bca746: Pulling fs layeraec4178fd2c9: Waiting694e9f03259b: Pulling fs layerffeea0bca746: Waiting0f53dbd64c41: Pulling fs layer694e9f03259b: Waitinge9a84c20d545: Pulling fs layer0f53dbd64c41: Waiting60cd93f167b9: Pulling fs layer6ac93c253746: Pulling fs layere9a84c20d545: Waitingb4fc515f2633: Pulling fs layer60cd93f167b9: Waiting6ac93c253746: Waitingb9d45f820f99: Pulling fs layerb4fc515f2633: Waitinga6ef8e91a762: Pulling fs layered335a59ac60: Pulling fs layer00a065e4dcbc: Pulling fs layerb9d45f820f99: Waitinga6ef8e91a762: Waiting2de645a87852: Pulling fs layera98b93793621: Pulling fs layer2de645a87852: Waiting6f61dd37808d: Pulling fs layera98b93793621: Waitingf6aefcff6474: Pulling fs layer6f61dd37808d: Waiting4f33e294934e: Pulling fs layerf6aefcff6474: Waitingd4443ef124a6: Pulling fs layer4f33e294934e: Waitingd4443ef124a6: Waiting942433d5d086: Pulling fs layer1803ba6bc01c: Pulling fs layer942433d5d086: Waiting7ed01763315c: Pulling fs layer7ed01763315c: Waiting1ae211ec70df: Verifying Checksum1ae211ec70df: Download complete1216d224fefc: Verifying Checksum1216d224fefc: Download completee3c845545bdd: Verifying Checksume3c845545bdd: Download completefec0b2730855: Verifying Checksumfec0b2730855: Download completeadbbce15b35d: Verifying Checksumadbbce15b35d: Download completed42b256333b3: Verifying Checksumd42b256333b3: Download complete1216d224fefc: Pull complete1ae211ec70df: Pull complete347b5da763ef: Verifying Checksum347b5da763ef: Download completeee8e1ee5d3b3: Verifying Checksumee8e1ee5d3b3: Download completee3c845545bdd: Pull complete912b3cfa4b1c: Verifying Checksum912b3cfa4b1c: Download complete1407c9d94463: Verifying Checksum1407c9d94463: Download complete9bb0f03cebf5: Verifying Checksum9bb0f03cebf5: Download completeda26c7f15afe: Verifying Checksumda26c7f15afe: Download completed9356a09c9bc: Verifying Checksumd9356a09c9bc: Download completeb6f2d11ffba1: Verifying Checksumb6f2d11ffba1: Download completed8fc23752670: Download completee9d79416de7e: Verifying Checksume9d79416de7e: Download complete043479df29c2: Verifying Checksum043479df29c2: Download complete3cb4199e5c40: Verifying Checksum3cb4199e5c40: Download completebde0248f5af4: Verifying Checksumbde0248f5af4: Download completef7f8c0cc272b: Verifying Checksumf7f8c0cc272b: Download complete099c8f0f8aa7: Verifying Checksum099c8f0f8aa7: Download complete4f4fb700ef54: Download complete2dcbf8eb3274: Verifying Checksum2dcbf8eb3274: Download completeaec4178fd2c9: Verifying Checksumaec4178fd2c9: Download completeffeea0bca746: Verifying Checksumffeea0bca746: Download complete694e9f03259b: Download complete0f53dbd64c41: Verifying Checksum0f53dbd64c41: Download completee9a84c20d545: Download complete60cd93f167b9: Download complete6ac93c253746: Download completeb4fc515f2633: Download completeb9d45f820f99: Download completea6ef8e91a762: Verifying Checksuma6ef8e91a762: Download completeed335a59ac60: Verifying Checksumed335a59ac60: Download complete2de645a87852: Download complete6f61dd37808d: Verifying Checksum6f61dd37808d: Download completef6aefcff6474: Verifying Checksumf6aefcff6474: Download complete4f33e294934e: Verifying Checksum4f33e294934e: Download complete00a065e4dcbc: Verifying Checksum00a065e4dcbc: Download complete942433d5d086: Verifying Checksum942433d5d086: Download complete1803ba6bc01c: Verifying Checksum1803ba6bc01c: Download completed4443ef124a6: Verifying Checksumd4443ef124a6: Download complete7ed01763315c: Download completeadbbce15b35d: Pull completefec0b2730855: Pull completed42b256333b3: Pull complete347b5da763ef: Pull completeee8e1ee5d3b3: Pull complete1407c9d94463: Pull complete912b3cfa4b1c: Pull complete9bb0f03cebf5: Pull completeda26c7f15afe: Pull completed9356a09c9bc: Pull completeb6f2d11ffba1: Pull completee9d79416de7e: Pull completed8fc23752670: Pull complete043479df29c2: Pull completebde0248f5af4: Pull complete3cb4199e5c40: Pull completef7f8c0cc272b: Pull complete099c8f0f8aa7: Pull complete4f4fb700ef54: Pull complete2dcbf8eb3274: Pull completeaec4178fd2c9: Pull completeffeea0bca746: Pull complete694e9f03259b: Pull complete0f53dbd64c41: Pull completee9a84c20d545: Pull complete60cd93f167b9: Pull complete6ac93c253746: Pull completeb4fc515f2633: Pull completeb9d45f820f99: Pull completea6ef8e91a762: Pull completeed335a59ac60: Pull completea98b93793621: Verifying Checksuma98b93793621: Download complete00a065e4dcbc: Pull complete2de645a87852: Pull completea98b93793621: Pull complete6f61dd37808d: Pull completef6aefcff6474: Pull complete4f33e294934e: Pull completed4443ef124a6: Pull complete942433d5d086: Pull complete1803ba6bc01c: Pull complete7ed01763315c: Pull completeDigest: sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692bStatus: Downloaded newer image for ocaml/opam@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b2025-12-30 15:30.52 ---> saved as "87c4833ca4afb7f495c7c51a969bf87dcf282c0263cd74a98f849c4ecee655e1"/: (comment fedora-43-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 100% | 9.0 KiB/s | 22.4 KiB | 00m02sFedora 43 openh264 (From Cisco) - x86_ 100% | 418.0 B/s | 986.0 B | 00m02sFedora 43 - x86_64 - Updates 100% | 9.1 KiB/s | 20.3 KiB | 00m02sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-12-30 15:31.01 ---> saved as "f45c9ca912816df25cbe862da2e008690fade8450192d2163b0868c30ec32b70"/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-30 15:31.01 ---> saved as "a157fd3de66f72a5cffa4ec2ff409e4da1fd6b998ee6fc0df1a65282ae116668"/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:31.37 ---> saved as "7be0bfa1ba703ee985c0f799ca6988f168dd94b5b73cbe76150bbe3b7a4ce18e"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 4.14.22.4.12025-12-30 15:31.37 ---> saved as "a36ee6aa5982d62f62b19c85eaa6343a42db34fd1d55df8c2491451ff224bb79"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-30 15:31.37 ---> saved as "fc15ea6ad25363aa99307d654714e3693a52b79305fc8b0db5357c9b7d6b6e29"/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:32.02 ---> saved as "a7f481195e4a0c4ee3c70c17b868386a68af8cff5538b7337c21f66dcaf6f3a2"/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:32.03 ---> saved as "9e75e4c9e615869190bb61020c121cf64bd7e83f61a07ca5c5f97598ed5687af"/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:32.09 ---> saved as "2ab36e3bc3680e40c125466729fb118eaff1656033ed8d1ca017017c1679a86f"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-30 15:32.09 ---> saved as "75ee43f6fed143d6f592023df05afe9f1bb001e8be409d03d0487be3782d5f28"/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/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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:32.19 ---> saved as "f85e4d5f49cc241711be2c18fe8bdf6c68eb004048a9b8317e9f5b53d9665824"/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 (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 dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppxlib.0.37.0 (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)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed react.1.2.2-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed sexplib0.v0.17.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:33.15 ---> saved as "41ef720611be2c4ae23e48d8f02878323e955d58bb75b015f56dc911ea75f0d9"/src: (copy (src .) (dst /src))2025-12-30 15:33.15 ---> saved as "364882a91c71fcd45067e23855a2974ac90f27f71ebe65b02c3c74271b46cbb2"/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 && /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(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/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 @install @check @runtest && rm -rf _build" failed with exit status 12025-12-30 15:33.25: Job failed: Failed: Build failed