2025-11-03 09:13.58: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6 (24dab8a7226c2472667e362af8879b46e25def06) (linux-x86_64:debian-13-5.4_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6" && cd "lwt" && git reset --hard 24dab8a7 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8 # debian-13-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u COPY --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.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 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.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_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-11-03 09:13.58: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8-debian-13-5.4_opam-2.4-13309d24a93fa9b692fe68d3d1f9b218" 2025-11-03 09:13.58: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8) (comment debian-13-5.4_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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.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 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.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_runtime_events.dev 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-11-03 09:13.58: Waiting for resource in pool OCluster 2025-11-03 09:13.58: Waiting for worker… 2025-11-03 09:14.00: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 24dab8a72 Merge pull request #1083 from ocsigen/lwt-6-only-await-and-events (from ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8' locally docker.io/ocaml/opam@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8: Pulling from ocaml/opam cae3b572364a: Pulling fs layer 820d433882fc: Pulling fs layer 8f6112f72fa5: Pulling fs layer f06108004adb: Pulling fs layer f34ea90e6bf7: Pulling fs layer b44a65709156: Pulling fs layer 4c25908bbac9: Pulling fs layer f76df728146d: Pulling fs layer 1fee769dfcf3: Pulling fs layer 9089a7f69af3: Pulling fs layer 6f758b47b2a0: Pulling fs layer 16b225bbb395: Pulling fs layer abbf3ec39b68: Pulling fs layer 1a61521655a9: Pulling fs layer b44a65709156: Waiting 6a8565a9e443: Pulling fs layer c059a4cbd7b9: Pulling fs layer 4c25908bbac9: Waiting f76df728146d: Waiting 3a00fdc9e291: Pulling fs layer 1fee769dfcf3: Waiting a0b62589bd38: Pulling fs layer 6e8d713bf843: Pulling fs layer bca1fd5341ba: Pulling fs layer 34b9849c2772: Pulling fs layer 4f4fb700ef54: Pulling fs layer d8d3d0744e38: Pulling fs layer 9089a7f69af3: Waiting 1a61521655a9: Waiting 788c7ce0e0e5: Pulling fs layer a297eab0ca3b: Pulling fs layer 6f758b47b2a0: Waiting 6a8565a9e443: Waiting 2e79af39acdb: Pulling fs layer 8858e600236c: Pulling fs layer 9efe23d1fe7d: Pulling fs layer 47d185934312: Pulling fs layer 16b225bbb395: Waiting 64a949a6caff: Pulling fs layer c059a4cbd7b9: Waiting c9d6a7c18bb1: Pulling fs layer e4fde4815f0c: Pulling fs layer d1f759c16950: Pulling fs layer abbf3ec39b68: Waiting f3dd45bf195f: Pulling fs layer 3985a6049101: Pulling fs layer 3a00fdc9e291: Waiting f06108004adb: Waiting aae849592418: Pulling fs layer 6173459dc6b2: Pulling fs layer 7f16ef63bee0: Pulling fs layer fe355de6a899: Pulling fs layer f34ea90e6bf7: Waiting a0b62589bd38: Waiting b0bc5a15bc9d: Pulling fs layer 6e8d713bf843: Waiting 44879a4f7179: Pulling fs layer 701c48fa4dd7: Pulling fs layer 2a75638cee2b: Pulling fs layer fff3f791a1a2: Pulling fs layer bca1fd5341ba: Waiting 089191030f46: Pulling fs layer f3dd45bf195f: Waiting 890f11663c72: Pulling fs layer 44879a4f7179: Waiting 32e267b72b77: Pulling fs layer 701c48fa4dd7: Waiting 64a949a6caff: Waiting c9d6a7c18bb1: Waiting 788c7ce0e0e5: Waiting fff3f791a1a2: Waiting 089191030f46: Waiting 34b9849c2772: Waiting 890f11663c72: Waiting 9efe23d1fe7d: Waiting 32e267b72b77: Waiting e4fde4815f0c: Waiting a297eab0ca3b: Waiting b0bc5a15bc9d: Waiting fe355de6a899: Waiting 4f4fb700ef54: Waiting 47d185934312: Waiting d1f759c16950: Waiting 8858e600236c: Waiting 820d433882fc: Verifying Checksum 820d433882fc: Download complete 8f6112f72fa5: Download complete f06108004adb: Verifying Checksum f06108004adb: Download complete cae3b572364a: Verifying Checksum cae3b572364a: Download complete f34ea90e6bf7: Verifying Checksum f34ea90e6bf7: Download complete f76df728146d: Download complete 4c25908bbac9: Verifying Checksum 4c25908bbac9: Download complete 9089a7f69af3: Verifying Checksum 9089a7f69af3: Download complete cae3b572364a: Pull complete 820d433882fc: Pull complete 8f6112f72fa5: Pull complete f06108004adb: Pull complete f34ea90e6bf7: Pull complete 6f758b47b2a0: Verifying Checksum 6f758b47b2a0: Download complete 1fee769dfcf3: Verifying Checksum 1fee769dfcf3: Download complete abbf3ec39b68: Verifying Checksum abbf3ec39b68: Download complete 1a61521655a9: Verifying Checksum 1a61521655a9: Download complete 16b225bbb395: Verifying Checksum 16b225bbb395: Download complete 6a8565a9e443: Download complete c059a4cbd7b9: Download complete 3a00fdc9e291: Verifying Checksum 3a00fdc9e291: Download complete a0b62589bd38: Verifying Checksum a0b62589bd38: Download complete b44a65709156: Verifying Checksum b44a65709156: Download complete bca1fd5341ba: Verifying Checksum bca1fd5341ba: Download complete 34b9849c2772: Verifying Checksum 34b9849c2772: Download complete 6e8d713bf843: Download complete 4f4fb700ef54: Download complete 788c7ce0e0e5: Verifying Checksum 788c7ce0e0e5: Download complete a297eab0ca3b: Verifying Checksum a297eab0ca3b: Download complete d8d3d0744e38: Verifying Checksum d8d3d0744e38: Download complete 8858e600236c: Verifying Checksum 8858e600236c: Download complete 2e79af39acdb: Verifying Checksum 2e79af39acdb: Download complete 9efe23d1fe7d: Verifying Checksum 9efe23d1fe7d: Download complete 47d185934312: Download complete 64a949a6caff: Verifying Checksum 64a949a6caff: Download complete e4fde4815f0c: Verifying Checksum e4fde4815f0c: Download complete c9d6a7c18bb1: Verifying Checksum c9d6a7c18bb1: Download complete d1f759c16950: Verifying Checksum d1f759c16950: Download complete aae849592418: Verifying Checksum aae849592418: Download complete f3dd45bf195f: Verifying Checksum f3dd45bf195f: Download complete 7f16ef63bee0: Verifying Checksum 7f16ef63bee0: Download complete fe355de6a899: Download complete b0bc5a15bc9d: Download complete 44879a4f7179: Verifying Checksum 44879a4f7179: Download complete 701c48fa4dd7: Verifying Checksum 701c48fa4dd7: Download complete 2a75638cee2b: Verifying Checksum 2a75638cee2b: Download complete b44a65709156: Pull complete 4c25908bbac9: Pull complete f76df728146d: Pull complete 1fee769dfcf3: Pull complete 9089a7f69af3: Pull complete 6f758b47b2a0: Pull complete 16b225bbb395: Pull complete abbf3ec39b68: Pull complete 1a61521655a9: Pull complete 6a8565a9e443: Pull complete c059a4cbd7b9: Pull complete 3a00fdc9e291: Pull complete a0b62589bd38: Pull complete 6e8d713bf843: Pull complete bca1fd5341ba: Pull complete 34b9849c2772: Pull complete 4f4fb700ef54: Pull complete d8d3d0744e38: Pull complete 788c7ce0e0e5: Pull complete a297eab0ca3b: Pull complete 2e79af39acdb: Pull complete 8858e600236c: Pull complete 9efe23d1fe7d: Pull complete 47d185934312: Pull complete 64a949a6caff: Pull complete c9d6a7c18bb1: Pull complete e4fde4815f0c: Pull complete d1f759c16950: Pull complete f3dd45bf195f: Pull complete 3985a6049101: Verifying Checksum 3985a6049101: Download complete 089191030f46: Verifying Checksum 089191030f46: Download complete 890f11663c72: Download complete 32e267b72b77: Verifying Checksum 32e267b72b77: Download complete 6173459dc6b2: Verifying Checksum 6173459dc6b2: Download complete 3985a6049101: Pull complete aae849592418: Pull complete 6173459dc6b2: Pull complete 7f16ef63bee0: Pull complete fe355de6a899: Pull complete b0bc5a15bc9d: Pull complete 44879a4f7179: Pull complete 701c48fa4dd7: Pull complete 2a75638cee2b: Pull complete fff3f791a1a2: Verifying Checksum fff3f791a1a2: Download complete fff3f791a1a2: Pull complete 089191030f46: Pull complete 890f11663c72: Pull complete 32e267b72b77: Pull complete Digest: sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8 Status: Downloaded newer image for ocaml/opam@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8 2025-11-03 09:14.03 ---> using "e779c3a4a56932d907bd71b1f7583592fd9370191ff90cc4f969b989cedfcba1" from cache /: (comment debian-13-5.4_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-03 09:14.03 ---> using "d091935e0bb4d7e87edb49d7582afdbb86f2f4f0eb03f5d0404860aa9e4cdb53" 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] y [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-11-03 09:14.03 ---> using "ddd45b1c6e670843a8bfc2421f689489ad838152154afc849d01d445b15c0191" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-157-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-11-03 09:14.03 ---> using "4401cfdddd49fdc5409d61e78b1644c91f6f15d2008ee9b0d65ae4818363cf5f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-03 09:14.03 ---> using "76b588348641c3cf79ebe4cd401ce368272aadbebd8d141b06cd8493f6cc3a33" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 1abfcdbf14..8a528d6bb4 master -> origin/master 7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-11-03 09:14.03 ---> using "b59b4292f78b84b474782bacd7e3eb396236eacd40503403fe0921a364ef6619" from cache /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-11-03 09:14.03 ---> using "e82250f52a96367a9e6f3c6dcaae0f8100bbf34baf2c700bd64f0a66f831c701" from cache /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 './'")) [NOTE] Package lwt_runtime_events does not exist in opam repositories registered in the current switch. [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-11-03 09:14.03 ---> using "2336250ca9efb28890154d6a0e17bd41ac87684173e68893c33da40579823584" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-03 09:14.03 ---> using "342befdb789d7c2c2751640ea2f82228fa673c6d35f299c6782ec4a0650095ab" from cache /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 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.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_runtime_events.dev 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" - 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 [69.0 kB] - Fetched 160 kB in 1s (173 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_ppx__ppx_let_tests.dev] synchronised (file:///src) [lwt_react.dev] synchronised (file:///src) [lwt_retry.dev] synchronised (file:///src) [lwt_runtime_events.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.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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-11-03 09:14.03 ---> using "8c9b5ccea00143598848c8488a5a74fb3a6707eb29f11639d7f7c1432ce786ae" from cache /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.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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 19 packages - install base v0.17.3 - 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.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.37.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 ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (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 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.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.0 -> 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.17.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.20.2 -> installed base.v0.17.3 -> installed ppxlib.0.37.0 -> installed ppx_here.v0.17.0 -> installed ppx_let.v0.17.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-11-03 09:14.03 ---> using "b55e5dbe374049f9fab90d859b9c96049bdc3d0555fa79adb0cfadbfae4928f0" from cache /src: (copy (src .) (dst /src)) 2025-11-03 09:14.03 ---> using "2c4d16e4460fb33afc87dea3045a4abcfda750560bf7892516cdd721ac85baf9" from cache /src: (run (shell "opam exec -- dune build @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/test/core && ./main.exe) Testing library 'core'... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS.................................................................................................................................................. Ok. 705 tests ran, 23 tests skipped in 0.15 seconds (cd _build/default/test/ppx && ./main.exe) Testing library 'ppx'... ................ Ok. 16 tests ran, 0 tests skipped in 1.20 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.29 seconds 2025-11-03 09:14.03 ---> using "984db6cddb807b8c7baf69371f4f01d05b6a24fb70f67e5008f48f8b93cdba94" from cache Job succeeded 2025-11-03 09:14.04: Job succeeded