2025-09-15 09:16.24: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6-default-domain (205581f8832c316547e079556a360ddeb41f1e00) (linux-s390x:debian-12-5.3_s390x_opam-2.4)Base: ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6-default-domain" && cd "lwt" && git reset --hard 205581f8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d# debian-12-5.3_s390x_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.36.0 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__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-15 09:16.24: Using cache hint "ocsigen/lwt-ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d-debian-12-5.3_s390x_opam-2.4-01dde3e73b445c363b17ae4801faa4d7"2025-09-15 09:16.24: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d)(comment debian-12-5.3_s390x_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.36.0 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__ppx_let_tests.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 @install @check @runtest && rm -rf _build")))2025-09-15 09:16.24: Waiting for resource in pool OCluster2025-09-15 09:16.24: Waiting for worker…2025-09-15 09:23.34: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devHEAD is now at f0a4c42e6 Merge pull request #1075 from ocsigen/ci-namesHEAD is now at 205581f88 fix preemptive test: but needs new primitive in preemptive(from ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d)Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d' locallydocker.io/ocaml/opam@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d: Pulling from ocaml/opam635b31fd21bf: Already existsd2241af69236: Pulling fs layerb01ed226d56a: Pulling fs layerce29243779b8: Pulling fs layerd6d44dfc6148: Pulling fs layer65d8af08c74b: Pulling fs layer8b3a4df1deea: Pulling fs layer35b301c9020f: Pulling fs layer2b30cafc3f46: Pulling fs layer230a229503ff: Pulling fs layerb84413e0f8bd: Pulling fs layer4da717ee5292: Pulling fs layer1c362200cbf0: Pulling fs layer7183ceb52c5e: Pulling fs layer955c53dbcca7: Pulling fs layerbb0c913f7380: Pulling fs layer4d2f7b348aab: Pulling fs layer4abe96d7b106: Pulling fs layer6e1f16723306: Pulling fs layer6d39a0e54b8b: Pulling fs layer4f4fb700ef54: Pulling fs layeref627bf92ffd: Pulling fs layera0727d6775ba: Pulling fs layercdde895bddd6: Pulling fs layer3c565d1838b5: Pulling fs layer2a4a3accd971: Pulling fs layerd6d44dfc6148: Waitingbb0c913f7380: Waiting895d50c9eade: Pulling fs layer65d8af08c74b: Waiting62c852065b2b: Pulling fs layer8b3a4df1deea: Waiting4d2f7b348aab: Waiting35b301c9020f: Waiting8f320fea2a34: Pulling fs layer4abe96d7b106: Waiting2b30cafc3f46: Waiting6e1f16723306: Waiting38b6ae860b4a: Pulling fs layer230a229503ff: Waiting6d39a0e54b8b: Waiting48e1ea38ea9b: Pulling fs layer4f4fb700ef54: Waitingf86b35aabd4c: Pulling fs layerae736d4814b0: Pulling fs layeref627bf92ffd: Waitinga0727d6775ba: Waitinge2aa3389e06b: Pulling fs layercdde895bddd6: Waiting6c47b7de5556: Pulling fs layer3c565d1838b5: Waiting8244af9a8964: Pulling fs layer736335c67e45: Pulling fs layere43744af95ef: Pulling fs layer82acca771c5b: Pulling fs layer51185c19e2a1: Pulling fs layer6697ff7d577b: Pulling fs layer792b96ecebbe: Pulling fs layerec61508b03db: Pulling fs layer26b8e74f7bde: Pulling fs layera715c983d267: Pulling fs layerb7b01aff3036: Pulling fs layer2a4a3accd971: Waiting895d50c9eade: Waiting62c852065b2b: Waiting8f320fea2a34: Waiting38b6ae860b4a: Waiting48e1ea38ea9b: Waiting7183ceb52c5e: Waitingf86b35aabd4c: Waiting955c53dbcca7: Waiting4da717ee5292: Waitingae736d4814b0: Waitinge2aa3389e06b: Waiting6697ff7d577b: Waiting6c47b7de5556: Waiting8244af9a8964: Waiting792b96ecebbe: Waiting736335c67e45: Waitingec61508b03db: Waitinge43744af95ef: Waiting26b8e74f7bde: Waiting82acca771c5b: Waitinga715c983d267: Waiting51185c19e2a1: Waitingb7b01aff3036: Waiting1c362200cbf0: Waitingb84413e0f8bd: Waitingd2241af69236: Verifying Checksumd2241af69236: Download completeb01ed226d56a: Verifying Checksumb01ed226d56a: Download completed6d44dfc6148: Verifying Checksumd6d44dfc6148: Download completed2241af69236: Pull completece29243779b8: Verifying Checksumce29243779b8: Download completeb01ed226d56a: Pull complete8b3a4df1deea: Verifying Checksum8b3a4df1deea: Download complete35b301c9020f: Verifying Checksum35b301c9020f: Download completece29243779b8: Pull complete2b30cafc3f46: Verifying Checksum2b30cafc3f46: Download complete230a229503ff: Verifying Checksum230a229503ff: Download completed6d44dfc6148: Pull completeb84413e0f8bd: Verifying Checksumb84413e0f8bd: Download complete4da717ee5292: Verifying Checksum4da717ee5292: Download complete7183ceb52c5e: Verifying Checksum1c362200cbf0: Verifying Checksum1c362200cbf0: Download complete955c53dbcca7: Verifying Checksum955c53dbcca7: Download completebb0c913f7380: Verifying Checksumbb0c913f7380: Download complete4d2f7b348aab: Verifying Checksum4d2f7b348aab: Download complete4abe96d7b106: Verifying Checksum4abe96d7b106: Download complete6e1f16723306: Verifying Checksum6e1f16723306: Download complete6d39a0e54b8b: Verifying Checksum6d39a0e54b8b: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeef627bf92ffd: Verifying Checksumef627bf92ffd: Download completea0727d6775ba: Verifying Checksuma0727d6775ba: Download completecdde895bddd6: Download complete3c565d1838b5: Verifying Checksum3c565d1838b5: Download complete2a4a3accd971: Verifying Checksum2a4a3accd971: Download complete65d8af08c74b: Verifying Checksum65d8af08c74b: Download complete895d50c9eade: Verifying Checksum895d50c9eade: Download complete62c852065b2b: Download complete8f320fea2a34: Download complete38b6ae860b4a: Verifying Checksum38b6ae860b4a: Download complete48e1ea38ea9b: Verifying Checksum48e1ea38ea9b: Download completef86b35aabd4c: Download completeae736d4814b0: Download complete6c47b7de5556: Verifying Checksum6c47b7de5556: Download complete736335c67e45: Verifying Checksum736335c67e45: Download completee43744af95ef: Verifying Checksume43744af95ef: Download complete82acca771c5b: Verifying Checksum82acca771c5b: Download complete51185c19e2a1: Verifying Checksum51185c19e2a1: Download complete6697ff7d577b: Verifying Checksum6697ff7d577b: Download complete792b96ecebbe: Verifying Checksum792b96ecebbe: Download completeec61508b03db: Verifying Checksumec61508b03db: Download complete26b8e74f7bde: Verifying Checksum26b8e74f7bde: Download completea715c983d267: Verifying Checksuma715c983d267: Download complete65d8af08c74b: Pull completeb7b01aff3036: Verifying Checksumb7b01aff3036: Download complete8b3a4df1deea: Pull complete35b301c9020f: Pull complete2b30cafc3f46: Pull complete230a229503ff: Pull completeb84413e0f8bd: Pull complete8244af9a8964: Verifying Checksum8244af9a8964: Download complete4da717ee5292: Pull complete1c362200cbf0: Pull complete7183ceb52c5e: Pull complete955c53dbcca7: Pull completebb0c913f7380: Pull completee2aa3389e06b: Verifying Checksume2aa3389e06b: Download complete4d2f7b348aab: Pull complete4abe96d7b106: Pull complete6e1f16723306: Pull complete6d39a0e54b8b: Pull complete4f4fb700ef54: Pull completeef627bf92ffd: Pull completea0727d6775ba: Pull completecdde895bddd6: Pull complete3c565d1838b5: Pull complete2a4a3accd971: Pull complete895d50c9eade: Pull complete62c852065b2b: Pull complete8f320fea2a34: Pull complete38b6ae860b4a: Pull complete48e1ea38ea9b: Pull completef86b35aabd4c: Pull completeae736d4814b0: Pull completee2aa3389e06b: Pull complete6c47b7de5556: Pull complete8244af9a8964: Pull complete736335c67e45: Pull completee43744af95ef: Pull complete82acca771c5b: Pull complete51185c19e2a1: Pull complete6697ff7d577b: Pull complete792b96ecebbe: Pull completeec61508b03db: Pull complete26b8e74f7bde: Pull completea715c983d267: Pull completeb7b01aff3036: Pull completeDigest: sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429dStatus: Downloaded newer image for ocaml/opam@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d2025-09-15 09:23.36 ---> using "2bc600456260460ef5c020dd5551d9e10be2206bf4650d4eb14bea6940157dcd" from cache/: (comment debian-12-5.3_s390x_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-09-15 09:23.36 ---> using "39d2aa6ab9ddd3767627d72cac497b356c71cb0713e1b8075a48c27520d9413a" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-15 09:23.36 ---> using "ba5f044b7a6a4b8ad512c2ee7e7aad8550fc6b9d09d20529946cb107c943c3b5" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-71-genericThe OCaml toplevel, version 5.3.02.4.12025-09-15 09:23.36 ---> using "a3c4270a987ba5d01df0b1a78a15b3870f7ecc7caba68a4ca210129fa9a7978b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-15 09:23.36 ---> using "a703fb16f1c38351164a4b381456cf6d0ff24d690b266264453bfa1cbaaa6e32" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee24528071..109398e2fd master -> origin/master109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-09-15 09:23.36 ---> using "f4baed678854bb3213a3202c64d938486aa4f8b9f075b01677b4f94f47364966" 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-09-15 09:23.49 ---> saved as "3c81def49ed769420b7d513153dc7bf40c367ba056479a83252ae2054d765251"/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.[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.dev] synchronised (file:///src)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-09-15 09:25.13 ---> saved as "fb817d218a330ff030dc9cd59b3cb24553268de6e6a9c44df6d8f2eee1a81bb4"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-15 09:25.18 ---> saved as "bf53592a05999495bcda3e0ca0261063ee9bce75072a87a2678b1ca1d622b7d1"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.36.0 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__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm/main s390x Packages [8458 kB]- Get:5 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [246 kB]- Fetched 8959 kB in 4s (2074 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_ppx__ppx_let_tests.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-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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-effects 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-09-15 09:26.36 ---> saved as "cc8940add9cd3ef5bc2547c8308e088aa3c99a4a8096c3f35e0a51d6414b5dcf"/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-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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-effects 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 20 packages- install base v0.17.3- 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.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ppx_derivers 1.2.1- install ppx_here v0.17.0- install ppx_let v0.17.1- install ppxlib 0.36.0- install react 1.2.2- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.17.3 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain_shims.0.1.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (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 ppx_here.v0.17.0 (cached)-> retrieved ppx_let.v0.17.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.0 (cached)-> retrieved ppxlib.0.36.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.0-> installed react.1.2.2-> installed dune.3.20.2-> installed csexp.1.5.2-> installed domain_shims.0.1.0-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocplib-endian.1.2-> installed ppx_derivers.1.2.1-> installed dune-configurator.3.20.2-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed base.v0.17.3-> installed ppxlib.0.36.0-> installed ppx_here.v0.17.0-> installed ppx_let.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2025-09-15 09:29.50 ---> saved as "eb462ba9be9deb577ba63be3d78292ca64fc6ae2ea9bf8d9271aa182307273bb"/src: (copy (src .) (dst /src))2025-09-15 09:29.53 ---> saved as "4df5884c0e7760a7403ece0f760c2a9bce709cb83e16e99d5ae27e1b0e8b23cd"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/multidomain && ./unixpipe.exe)unixpipe: ✓(cd _build/default/test/multidomain && ./basic.exe)basic: ✓(cd _build/default/test/multidomain && ./domainworkers.exe)domain-workers: ✓(cd _build/default/test/multidomain && ./preempting.exe)preempting: ✓(cd _build/default/test/multidomain && ./movingpromises.exe)moving-promises: ✓(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/direct && ./main.exe)Testing library 'lwt_direct'................Ok. 13 tests ran, 0 tests skipped in 0.00 seconds(cd _build/default/test/core && ./main.exe)Testing library 'core'..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 697 tests ran, 23 tests skipped in 0.23 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'...................Ok. 16 tests ran, 0 tests skipped in 2.34 seconds(cd _build/default/test/react && ./main.exe)Testing library 'react'..............Ok. 11 tests ran, 0 tests skipped in 4.62 seconds(cd _build/default/test/unix && ./main.exe)Testing library 'unix'................................................................................SSSS..........................................Ok. 119 tests ran, 4 tests skipped in 6.58 seconds2025-09-15 09:30.34 ---> saved as "b044246ec03c6da28d003fd9c6238c26c4e2b98404f9df234b7df5f029af1896"Job succeeded2025-09-15 09:30.35: Job succeeded