2025-11-21 08:53.26: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6-default-domain (75ba144771f6e481c623a97dc5ed19374ef88950) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adfOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6-default-domain" && cd "lwt" && git reset --hard 75ba1447cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf# 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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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 domain_shims.0.1.0 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-11-21 08:53.26: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf-debian-13-4.14_riscv64_opam-2.4-663e6c99df23bbcce68d833900ecd112"2025-11-21 08:53.26: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf)(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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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 domain_shims.0.1.0 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-11-21 08:53.26: Waiting for resource in pool OCluster2025-11-21 19:33.02: Waiting for worker…2025-11-22 05:22.34: Got resource from pool OClusterBuilding on riscv-bm-01.sw.ci.devAll commits already cachedHEAD is now at 75ba14477 Lwt_preemptive better name for worker termination(from ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf' locallydocker.io/ocaml/opam@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf: Pulling from ocaml/opamde6b66e2abcf: Already existsf69676b5bf8f: Pulling fs layerbd99c0c73b96: Pulling fs layerf210851d5991: Pulling fs layer594b880773c5: Pulling fs layer88a6edaecebc: Pulling fs layer8c35beb4616c: Pulling fs layere8a4d2e94f85: Pulling fs layerd0f326f9e9ec: Pulling fs layer956d5e78253b: Pulling fs layer7954f716a115: Pulling fs layer581e2c81493a: Pulling fs layer5529fc0e1c40: Pulling fs layer79db350ffd3e: Pulling fs layercc43366a44e4: Pulling fs layer63496b557f2e: Pulling fs layer357540a23278: Pulling fs layer9c33f166bcc4: Pulling fs layer88a6edaecebc: Waitingfe47bb149eab: Pulling fs layer8c35beb4616c: Waiting8e454fb1c5ba: Pulling fs layere8a4d2e94f85: Waitinge65b908a43b4: Pulling fs layerd0f326f9e9ec: Waiting4f4fb700ef54: Pulling fs layer956d5e78253b: Waitingef05e6691b99: Pulling fs layerbc5b14d5098c: Pulling fs layer594b880773c5: Waiting7f3be6720340: Pulling fs layer7954f716a115: Waiting6a2fceda0a19: Pulling fs layer581e2c81493a: Waiting92ebb3103569: Pulling fs layer097a5f6d220f: Pulling fs layer5529fc0e1c40: Waitinga2f2cdd57c97: Pulling fs layer79db350ffd3e: Waiting4b459e121afa: Pulling fs layercc43366a44e4: Waiting63496b557f2e: Waitingfeea11194646: Pulling fs layer357540a23278: Waiting20fc9743e971: Pulling fs layer9c33f166bcc4: Waitingae11f1720a91: Pulling fs layerfe47bb149eab: Waiting6436fc53390a: Pulling fs layer8e454fb1c5ba: Waiting1f45d3f5393a: Pulling fs layere65b908a43b4: Waiting8259f056cd2d: Pulling fs layer4f4fb700ef54: Waiting38957e560f26: Pulling fs layeref05e6691b99: Waiting5afd09ced062: Pulling fs layerbc5b14d5098c: Waiting2b07726c09d1: Pulling fs layera5b0a9ef817f: Pulling fs layer7f3be6720340: Waiting6a2fceda0a19: Waiting92ebb3103569: Waiting097a5f6d220f: Waiting4c49558dbf06: Pulling fs layera2f2cdd57c97: Waitingff7cea3f4ac5: Pulling fs layer83ed2be0386b: Pulling fs layerfeea11194646: Waitingb110f90dc31d: Pulling fs layer20fc9743e971: Waitingae11f1720a91: Waiting6436fc53390a: Waiting5afd09ced062: Waiting1f45d3f5393a: Waiting2b07726c09d1: Waiting8259f056cd2d: Waitinga5b0a9ef817f: Waiting38957e560f26: Waiting4c49558dbf06: Waiting83ed2be0386b: Waitingb110f90dc31d: Waiting4b459e121afa: Waitingf69676b5bf8f: Verifying Checksumf69676b5bf8f: Download completebd99c0c73b96: Verifying Checksumbd99c0c73b96: Download completef69676b5bf8f: Pull completebd99c0c73b96: Pull complete594b880773c5: Verifying Checksum594b880773c5: Download completef210851d5991: Download complete8c35beb4616c: Verifying Checksum8c35beb4616c: Download completee8a4d2e94f85: Verifying Checksume8a4d2e94f85: Download completef210851d5991: Pull complete594b880773c5: Pull completed0f326f9e9ec: Verifying Checksumd0f326f9e9ec: Download complete956d5e78253b: Verifying Checksum956d5e78253b: Download complete7954f716a115: Verifying Checksum7954f716a115: Download complete581e2c81493a: Verifying Checksum581e2c81493a: Download complete79db350ffd3e: Verifying Checksum79db350ffd3e: Download completecc43366a44e4: Verifying Checksumcc43366a44e4: Download complete5529fc0e1c40: Verifying Checksum5529fc0e1c40: Download complete63496b557f2e: Verifying Checksum63496b557f2e: Download complete357540a23278: Verifying Checksum357540a23278: Download completefe47bb149eab: Download complete8e454fb1c5ba: Verifying Checksum8e454fb1c5ba: Download completee65b908a43b4: Verifying Checksume65b908a43b4: Download complete9c33f166bcc4: Verifying Checksum9c33f166bcc4: Download complete4f4fb700ef54: Download completeef05e6691b99: Verifying Checksumef05e6691b99: Download completebc5b14d5098c: Verifying Checksumbc5b14d5098c: Download complete7f3be6720340: Verifying Checksum7f3be6720340: Download complete6a2fceda0a19: Verifying Checksum6a2fceda0a19: Download complete097a5f6d220f: Verifying Checksum097a5f6d220f: Download complete92ebb3103569: Download complete4b459e121afa: Verifying Checksum4b459e121afa: Download completea2f2cdd57c97: Verifying Checksuma2f2cdd57c97: Download completefeea11194646: Verifying Checksumfeea11194646: Download complete20fc9743e971: Verifying Checksum20fc9743e971: Download completeae11f1720a91: Verifying Checksumae11f1720a91: Download complete88a6edaecebc: Verifying Checksum88a6edaecebc: Download complete6436fc53390a: Verifying Checksum6436fc53390a: Download complete8259f056cd2d: Verifying Checksum8259f056cd2d: Download complete5afd09ced062: Download complete2b07726c09d1: Verifying Checksum2b07726c09d1: Download completea5b0a9ef817f: Verifying Checksuma5b0a9ef817f: Download complete38957e560f26: Verifying Checksum38957e560f26: Download completeff7cea3f4ac5: Verifying Checksumff7cea3f4ac5: Download complete83ed2be0386b: Verifying Checksum83ed2be0386b: Download completeb110f90dc31d: Verifying Checksumb110f90dc31d: Download complete1f45d3f5393a: Verifying Checksum1f45d3f5393a: Download complete4c49558dbf06: Verifying Checksum4c49558dbf06: Download complete88a6edaecebc: Pull complete8c35beb4616c: Pull completee8a4d2e94f85: Pull completed0f326f9e9ec: Pull complete956d5e78253b: Pull complete7954f716a115: Pull complete581e2c81493a: Pull complete5529fc0e1c40: Pull complete79db350ffd3e: Pull completecc43366a44e4: Pull complete63496b557f2e: Pull complete357540a23278: Pull complete9c33f166bcc4: Pull completefe47bb149eab: Pull complete8e454fb1c5ba: Pull completee65b908a43b4: Pull complete4f4fb700ef54: Pull completeef05e6691b99: Pull completebc5b14d5098c: Pull complete7f3be6720340: Pull complete6a2fceda0a19: Pull complete92ebb3103569: Pull complete097a5f6d220f: Pull completea2f2cdd57c97: Pull complete4b459e121afa: Pull completefeea11194646: Pull complete20fc9743e971: Pull completeae11f1720a91: Pull complete6436fc53390a: Pull complete1f45d3f5393a: Pull complete8259f056cd2d: Pull complete38957e560f26: Pull complete5afd09ced062: Pull complete2b07726c09d1: Pull completea5b0a9ef817f: Pull complete4c49558dbf06: Pull completeff7cea3f4ac5: Pull complete83ed2be0386b: Pull completeb110f90dc31d: Pull completeDigest: sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adfStatus: Downloaded newer image for ocaml/opam@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf2025-11-22 05:22.35 ---> using "d92264e4bdf2426bd0a75a28e8d5f200891b44df8f32fb9f00ff584244f2cacb" 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-11-22 05:22.35 ---> using "70cfd89a534ac32b8a03cf7388e0fdb61301f41aaa19dcb6b61dd3f55663ba27" 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-11-22 05:22.35 ---> using "f74819040769082e49a9fea58a1427a0a67d742a64946c725f49c09310b0db0e" 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-11-22 05:22.35 ---> using "7434d0a37580c0b39246a6cf4a080a75f3e363f86d91ab3095645c56a45f9c6c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-22 05:22.35 ---> using "a30671c3bcc6f8fdaa41418ca2da6a16da8c27e6903e7bfab47cdbafd215b563" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD21f97b2e6d..ee3428377a master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> 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-11-22 05:22.35 ---> using "bb2f11ee616e68ee3da8c8e91665cef966e5813407898fbc2f43cc7e74465d39" from cache/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-11-22 05:22.35 ---> saved as "42d83780534eeee557c069add575f1e867a8039cd9f2cd36a21bf18f6309fa3b"/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-11-22 05:23.14 ---> saved as "0973b3c5cac738f181eb39f8fcd72fc9b0d196373529bc67b6e15f6237f64942"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-22 05:23.14 ---> saved as "88e9d295d23eec13483f5764212cd940754e65ad189ced0544c161032f4735f7"/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 domain_shims.0.1.0 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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main riscv64 Packages [9379 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [67.4 kB]- Fetched 9678 kB in 5s (1881 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-11-22 05:24.03 ---> saved as "99909a87ac91bfca96ec887287d656584263615d637f618d6d0c8395d5324d64"/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 16 packages- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install domain_shims 0.1.0- 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 domain_shims.0.1.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (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 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 domain_shims.0.1.0-> installed csexp.1.5.2-> installed ppx_derivers.1.2.1-> installed cppo.1.8.0-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.12.4-> 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-11-22 05:31.10 ---> saved as "bc630314bdb048d8d2db9e181d4d09499e0de05cd597d620755410baf5670147"/src: (copy (src .) (dst /src))2025-11-22 05:31.11 ---> saved as "a23311f2c4c113541c822938823e089f250edc31216c41a0665fe0d0a886c44c"/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/multidomain && ./basic.exe)basic: ✓(cd _build/default/test/multidomain && ./domainworkers.exe)domain-workers: ✓(cd _build/default/test/multidomain && ./movingpromises.exe)moving-promises: ✓(cd _build/default/test/multidomain && ./unixpipe.exe)unixpipe: ✓(cd _build/default/test/multidomain && ./preempting.exe)preempting: ✓(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'................................................................................SSSS..........................................Ok. 119 tests ran, 4 tests skipped in 6.05 seconds(cd _build/default/test/core && ./main.exe)Testing library 'core'..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 697 tests ran, 23 tests skipped in 3.05 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'...................Ok. 16 tests ran, 0 tests skipped in 1.21 seconds2025-11-22 05:32.15 ---> saved as "8678b09cf8e4ed9ff5f2c7410825576994dae7f04edf7a81c11d32166e8fd536"Job succeeded2025-11-22 05:32.15: Job succeeded