2025-10-13 09:02.03: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6-runtime-events (300bfe071207dca80a00209bf1970fd2e62e912d) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6-runtime-events" && cd "lwt" && git reset --hard 300bfe07cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76# 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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 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_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 lwt.5.9.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~5.4preview react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0"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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-13 09:02.03: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76-debian-13-4.14_riscv64_opam-2.4-8e49f5074d0483b4a9a138ed7fc428fa"2025-10-13 09:02.03: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76)(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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src 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_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 lwt.5.9.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~5.4preview react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0")(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 $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 @install @check @runtest && rm -rf _build")))2025-10-13 09:02.03: Waiting for resource in pool OCluster2025-10-13 09:02.03: Waiting for worker…2025-10-13 10:33.48: Got resource from pool OClusterBuilding on riscv-bm-01.sw.ci.devHEAD is now at 8cd79b85a emit runtime eventsHEAD is now at 300bfe071 demoing stall detector(from ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76' locallydocker.io/ocaml/opam@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76: Pulling from ocaml/opam8f913be5ecad: Pulling fs layerce31ce67e69b: Pulling fs layer0cf3a7789759: Pulling fs layer9f0c6299278d: Pulling fs layere94bba55929b: Pulling fs layerfa0712264263: Pulling fs layer2e9048a7b53d: Pulling fs layer9902de28c3f0: Pulling fs layerff517c358677: Pulling fs layer383f060cda87: Pulling fs layerb7a964b1a83b: Pulling fs layer02ef0fd530dd: Pulling fs layer3cec61b290e9: Pulling fs layer2273bd2c4d4b: Pulling fs layerc04c67aab9ae: Pulling fs layerb43aac5e47f2: Pulling fs layerfa01fc863b11: Pulling fs layer70ce8722af9c: Pulling fs layerd62c11b367a0: Pulling fs layere28d1e571478: Pulling fs layere4619c0fdd56: Pulling fs layer4f4fb700ef54: Pulling fs layer2642eb02d1cf: Pulling fs layer17410ed193a2: Pulling fs layerea4027cf29ff: Pulling fs layer2d1c149b33bc: Pulling fs layeraa1fc2e76ba7: Pulling fs layer198f02c9d8bb: Pulling fs layerf3c530c1395c: Pulling fs layerb4c1f20e76b0: Pulling fs layerdabbe871c8f1: Pulling fs layer07bc2850efcf: Pulling fs layerc44cd4c1c616: Pulling fs layer9bad6d1480ef: Pulling fs layer9139b16fda07: Pulling fs layerddce8e624d6f: Pulling fs layer9f0c6299278d: Waitinge94bba55929b: Waitingfa0712264263: Waiting2e9048a7b53d: Waiting9902de28c3f0: Waitingff517c358677: Waiting383f060cda87: Waitingb7a964b1a83b: Waitingcdd44d9ef1e0: Pulling fs layer9745a1b41bc7: Pulling fs layer926c04a38725: Pulling fs layer33c611bdffe3: Pulling fs layer76e001bd7592: Pulling fs layer8178b30eaed4: Pulling fs layerd6a58bc7e6eb: Pulling fs layere3319bad4d65: Pulling fs layer02ef0fd530dd: Waiting3cec61b290e9: Waiting2273bd2c4d4b: Waitingc04c67aab9ae: Waitingb43aac5e47f2: Waiting07bc2850efcf: Waitingc44cd4c1c616: Waiting9bad6d1480ef: Waitingea4027cf29ff: Waitingfa01fc863b11: Waiting2d1c149b33bc: Waiting9139b16fda07: Waiting70ce8722af9c: Waitingaa1fc2e76ba7: Waitingddce8e624d6f: Waitingd62c11b367a0: Waiting198f02c9d8bb: Waitinge28d1e571478: Waitingf3c530c1395c: Waitingb4c1f20e76b0: Waitingcdd44d9ef1e0: Waitingdabbe871c8f1: Waiting9745a1b41bc7: Waitingd6a58bc7e6eb: Waiting926c04a38725: Waitinge3319bad4d65: Waiting33c611bdffe3: Waitinge4619c0fdd56: Waiting76e001bd7592: Waiting4f4fb700ef54: Waiting8178b30eaed4: Waiting2642eb02d1cf: Waiting17410ed193a2: Waitingce31ce67e69b: Verifying Checksumce31ce67e69b: Download complete0cf3a7789759: Verifying Checksum0cf3a7789759: Download completee94bba55929b: Verifying Checksume94bba55929b: Download complete9f0c6299278d: Verifying Checksum9f0c6299278d: Download complete8f913be5ecad: Verifying Checksum8f913be5ecad: Download complete2e9048a7b53d: Verifying Checksum2e9048a7b53d: Download complete9902de28c3f0: Verifying Checksum9902de28c3f0: Download completeff517c358677: Verifying Checksumff517c358677: Download complete383f060cda87: Verifying Checksum383f060cda87: Download completeb7a964b1a83b: Download complete02ef0fd530dd: Verifying Checksum02ef0fd530dd: Download complete2273bd2c4d4b: Verifying Checksum2273bd2c4d4b: Download complete8f913be5ecad: Pull completece31ce67e69b: Pull complete0cf3a7789759: Pull completec04c67aab9ae: Verifying Checksumc04c67aab9ae: Download complete9f0c6299278d: Pull completeb43aac5e47f2: Verifying Checksumb43aac5e47f2: Download completee94bba55929b: Pull completefa0712264263: Download completefa01fc863b11: Verifying Checksumfa01fc863b11: Download complete70ce8722af9c: Verifying Checksum70ce8722af9c: Download completed62c11b367a0: Download completee28d1e571478: Verifying Checksume28d1e571478: Download completee4619c0fdd56: Verifying Checksume4619c0fdd56: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete17410ed193a2: Verifying Checksum17410ed193a2: Download complete2642eb02d1cf: Verifying Checksum2642eb02d1cf: Download completeea4027cf29ff: Verifying Checksumea4027cf29ff: Download complete2d1c149b33bc: Verifying Checksum2d1c149b33bc: Download complete198f02c9d8bb: Verifying Checksum198f02c9d8bb: Download completeaa1fc2e76ba7: Download complete3cec61b290e9: Download completef3c530c1395c: Verifying Checksumf3c530c1395c: Download completeb4c1f20e76b0: Verifying Checksumb4c1f20e76b0: Download completedabbe871c8f1: Verifying Checksumdabbe871c8f1: Download complete07bc2850efcf: Verifying Checksum07bc2850efcf: Download completec44cd4c1c616: Verifying Checksumc44cd4c1c616: Download completeddce8e624d6f: Verifying Checksumddce8e624d6f: Download complete9bad6d1480ef: Verifying Checksum9bad6d1480ef: Download complete9745a1b41bc7: Verifying Checksum9745a1b41bc7: Download complete926c04a38725: Download complete33c611bdffe3: Verifying Checksum33c611bdffe3: Download complete9139b16fda07: Verifying Checksum9139b16fda07: Download completecdd44d9ef1e0: Verifying Checksumcdd44d9ef1e0: Download complete76e001bd7592: Verifying Checksum76e001bd7592: Download completed6a58bc7e6eb: Verifying Checksumd6a58bc7e6eb: Download complete8178b30eaed4: Verifying Checksum8178b30eaed4: Download completee3319bad4d65: Verifying Checksume3319bad4d65: Download completefa0712264263: Pull complete2e9048a7b53d: Pull complete9902de28c3f0: Pull completeff517c358677: Pull complete383f060cda87: Pull completeb7a964b1a83b: Pull complete02ef0fd530dd: Pull complete3cec61b290e9: Pull complete2273bd2c4d4b: Pull completec04c67aab9ae: Pull completeb43aac5e47f2: Pull completefa01fc863b11: Pull complete70ce8722af9c: Pull completed62c11b367a0: Pull completee28d1e571478: Pull completee4619c0fdd56: Pull complete4f4fb700ef54: Pull complete2642eb02d1cf: Pull complete17410ed193a2: Pull completeea4027cf29ff: Pull complete2d1c149b33bc: Pull completeaa1fc2e76ba7: Pull complete198f02c9d8bb: Pull completef3c530c1395c: Pull completeb4c1f20e76b0: Pull completedabbe871c8f1: Pull complete07bc2850efcf: Pull completec44cd4c1c616: Pull complete9bad6d1480ef: Pull complete9139b16fda07: Pull completeddce8e624d6f: Pull completecdd44d9ef1e0: Pull complete9745a1b41bc7: Pull complete926c04a38725: Pull complete33c611bdffe3: Pull complete76e001bd7592: Pull complete8178b30eaed4: Pull completed6a58bc7e6eb: Pull completee3319bad4d65: Pull completeDigest: sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76Status: Downloaded newer image for ocaml/opam@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d762025-10-13 10:44.29 ---> saved as "41e18d919d0b11522f47b39e88e0c9d78c1ffeea6ec60f162564375bd01b80ea"/: (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-10-13 10:44.30 ---> saved as "e07d6b530ead7a31dec960643554fb0da046873e8598bf1409f025c2db405708"/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-10-13 10:46.19 ---> saved as "9e72986e6b4a664627654c3fba814a27f8a03e51653bf35430caab8f7c5e7860"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 4.14.22.4.12025-10-13 10:46.20 ---> saved as "44de67850c6875516e73867da2b24f5a432152581729b0ec29b7e316e2181069"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-13 10:46.21 ---> saved as "545d37e12873553aaba720a97b538ff7ecb3142de0fe24495cb597077237b3c6"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..1abfcdbf14 master -> origin/master6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> 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.3.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-10-13 10:47.52 ---> saved as "83a0ea519d3cbdf9143421e80161d9734cb7042dec0ec7db8f8862fb7b7f3733"/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)(dst ./))2025-10-13 10:47.53 ---> saved as "6d7fc272d705604d95556bd7e6c5a2f21fa5e697f3e35eb52a34d47cabca91be"/src: (run (network host)(shell "opam 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_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-10-13 10:48.31 ---> saved as "3279c5ab62bb966ecb3eb91b5cb616b994131dbb476e58c09fd6d5a0502ed83d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-13 10:48.31 ---> saved as "fd5c41872b6449f8828b302854f684d0d2cbd56ca922b4c448e23fb5937fdba1"/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 lwt.5.9.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~5.4preview react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0")/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 $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 [49.5 kB]- Fetched 140 kB in 0s (315 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).[ERROR] lwt = 5.9.2: not available because the package is pinned to version dev"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev $DEPS" failed with exit status 52025-10-13 10:48.46: Job failed: Failed: Build failed