2025-10-15 18:32.10: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-5-9-2 (1375b8792a2a17b1bd77b8f52e823376d3a3b18e) (linux-x86_64:alpine-3.22-5.3_opam-2.4) Base: ocaml/opam:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-5-9-2" && cd "lwt" && git reset --hard 1375b879 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287 # alpine-3.22-5.3_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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.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.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.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.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_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.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-10-15 18:32.10: Using cache hint "ocsigen/lwt-ocaml/opam:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287-alpine-3.22-5.3_opam-2.4-e639c76c7dccf78d15a3b492d4ede10b" 2025-10-15 18:32.10: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287) (comment alpine-3.22-5.3_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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.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.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.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.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_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.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 @install @check @runtest && rm -rf _build")) ) 2025-10-15 18:32.10: Waiting for resource in pool OCluster 2025-10-15 18:43.55: Waiting for worker… 2025-10-15 18:47.02: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 1375b8792 Update CHANGES (from ocaml/opam:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287) Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287' locally docker.io/ocaml/opam@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287: Pulling from ocaml/opam 2d35ebdb57d9: Already exists 4eef589852a3: Pulling fs layer 9bcbf19aa70e: Pulling fs layer c27157cc8c0d: Pulling fs layer 8eb40fc9ec7b: Pulling fs layer cf28fbda269d: Pulling fs layer bdb05ad1bb03: Pulling fs layer 8eb40fc9ec7b: Waiting 14b089059d7b: Pulling fs layer 8fba92877dbb: Pulling fs layer cf28fbda269d: Waiting 14b089059d7b: Waiting b46b8c2b2e76: Pulling fs layer bdb05ad1bb03: Waiting 8fba92877dbb: Waiting b46b8c2b2e76: Waiting c5fe84151a2d: Pulling fs layer d69ebb2cea14: Pulling fs layer 8987930d7936: Pulling fs layer 07e0ebe0bb32: Pulling fs layer d69ebb2cea14: Waiting a8a8cd8bbc43: Pulling fs layer 0eee052a54e0: Pulling fs layer c5fe84151a2d: Waiting 07e0ebe0bb32: Waiting a8a8cd8bbc43: Waiting 9d0f02e69e08: Pulling fs layer 8987930d7936: Waiting 4f4fb700ef54: Pulling fs layer 0eee052a54e0: Waiting 9d0f02e69e08: Waiting a90897db75ef: Pulling fs layer 678b7f997d9a: Pulling fs layer 4f4fb700ef54: Waiting a90897db75ef: Waiting 55a17ca9d235: Pulling fs layer b0fc237f6c26: Pulling fs layer 55a17ca9d235: Waiting 678b7f997d9a: Waiting 4a9f9668ab4a: Pulling fs layer f4048786242d: Pulling fs layer 4a9f9668ab4a: Waiting 322480b4b1d3: Pulling fs layer b0fc237f6c26: Waiting f4048786242d: Waiting 322480b4b1d3: Waiting eda2d7da1b04: Pulling fs layer 83325a5b2b26: Pulling fs layer eda2d7da1b04: Waiting 09b67e1d956f: Pulling fs layer 83325a5b2b26: Waiting 2adafa4b73e4: Pulling fs layer 8e04b3ec100b: Pulling fs layer 2adafa4b73e4: Waiting 09b67e1d956f: Waiting 7eac41d73ac6: Pulling fs layer 477769be07d7: Pulling fs layer 7eac41d73ac6: Waiting 8e04b3ec100b: Waiting 1121e0452bac: Pulling fs layer a7433c286e2f: Pulling fs layer 477769be07d7: Waiting 1121e0452bac: Waiting d11ef3af080f: Pulling fs layer a7433c286e2f: Waiting 595e38b8edfd: Pulling fs layer 3bf23d20aa73: Pulling fs layer 97cb79970c04: Pulling fs layer 595e38b8edfd: Waiting 3bf23d20aa73: Waiting d308a92e34f6: Pulling fs layer 1bb913723961: Pulling fs layer a82c6f822713: Pulling fs layer d308a92e34f6: Waiting 1bb913723961: Waiting 4a4c60f68cda: Pulling fs layer 4a4c60f68cda: Waiting a82c6f822713: Waiting 4eef589852a3: Verifying Checksum 4eef589852a3: Download complete 4eef589852a3: Pull complete 9bcbf19aa70e: Verifying Checksum 9bcbf19aa70e: Download complete 9bcbf19aa70e: Pull complete 8eb40fc9ec7b: Verifying Checksum 8eb40fc9ec7b: Download complete cf28fbda269d: Verifying Checksum cf28fbda269d: Download complete bdb05ad1bb03: Download complete 8fba92877dbb: Verifying Checksum 8fba92877dbb: Download complete 14b089059d7b: Verifying Checksum 14b089059d7b: Download complete c5fe84151a2d: Verifying Checksum c5fe84151a2d: Download complete d69ebb2cea14: Verifying Checksum d69ebb2cea14: Download complete 8987930d7936: Verifying Checksum 8987930d7936: Download complete 07e0ebe0bb32: Download complete a8a8cd8bbc43: Download complete 0eee052a54e0: Verifying Checksum 0eee052a54e0: Download complete 9d0f02e69e08: Download complete a90897db75ef: Download complete 4f4fb700ef54: Download complete 678b7f997d9a: Verifying Checksum 678b7f997d9a: Download complete c27157cc8c0d: Verifying Checksum c27157cc8c0d: Download complete 55a17ca9d235: Verifying Checksum 55a17ca9d235: Download complete b0fc237f6c26: Verifying Checksum b0fc237f6c26: Download complete 4a9f9668ab4a: Verifying Checksum 4a9f9668ab4a: Download complete f4048786242d: Verifying Checksum f4048786242d: Download complete 322480b4b1d3: Verifying Checksum 322480b4b1d3: Download complete 83325a5b2b26: Verifying Checksum 83325a5b2b26: Download complete eda2d7da1b04: Verifying Checksum eda2d7da1b04: Download complete 2adafa4b73e4: Verifying Checksum 2adafa4b73e4: Download complete 09b67e1d956f: Download complete 8e04b3ec100b: Download complete 477769be07d7: Download complete a7433c286e2f: Download complete d11ef3af080f: Verifying Checksum d11ef3af080f: Download complete 595e38b8edfd: Download complete c27157cc8c0d: Pull complete 8eb40fc9ec7b: Pull complete cf28fbda269d: Pull complete bdb05ad1bb03: Pull complete 3bf23d20aa73: Verifying Checksum 3bf23d20aa73: Download complete 14b089059d7b: Pull complete 8fba92877dbb: Pull complete b46b8c2b2e76: Pull complete c5fe84151a2d: Pull complete d69ebb2cea14: Pull complete 8987930d7936: Pull complete 07e0ebe0bb32: Pull complete a8a8cd8bbc43: Pull complete 97cb79970c04: Download complete 0eee052a54e0: Pull complete 9d0f02e69e08: Pull complete 4f4fb700ef54: Pull complete a90897db75ef: Pull complete 678b7f997d9a: Pull complete 55a17ca9d235: Pull complete b0fc237f6c26: Pull complete 4a9f9668ab4a: Pull complete f4048786242d: Pull complete 322480b4b1d3: Pull complete eda2d7da1b04: Pull complete 83325a5b2b26: Pull complete 09b67e1d956f: Pull complete 2adafa4b73e4: Pull complete 8e04b3ec100b: Pull complete 7eac41d73ac6: Verifying Checksum 7eac41d73ac6: Download complete 1bb913723961: Verifying Checksum 1bb913723961: Download complete a82c6f822713: Verifying Checksum a82c6f822713: Download complete 4a4c60f68cda: Verifying Checksum 4a4c60f68cda: Download complete d308a92e34f6: Verifying Checksum d308a92e34f6: Download complete 1121e0452bac: Verifying Checksum 1121e0452bac: Download complete 7eac41d73ac6: Pull complete 477769be07d7: Pull complete 1121e0452bac: Pull complete a7433c286e2f: Pull complete d11ef3af080f: Pull complete 595e38b8edfd: Pull complete 3bf23d20aa73: Pull complete 97cb79970c04: Pull complete d308a92e34f6: Pull complete 1bb913723961: Pull complete a82c6f822713: Pull complete 4a4c60f68cda: Pull complete Digest: sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287 Status: Downloaded newer image for ocaml/opam@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287 2025-10-15 18:47.03 ---> using "281df1c69c5a32c2d3ffed0ef66435518d787f31fb32a142361a8f465524ac62" from cache /: (comment alpine-3.22-5.3_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-15 18:47.03 ---> using "51086343e7d60f401dff87bd96ba0606a20e8fa49aba751661b5759f32f778c3" 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-15 18:47.03 ---> using "e76776f2a2349d26be3b93b4e694963a283a056d902685f588ec4fc12e144c89" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-156-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-10-15 18:47.03 ---> using "295d7e43fdf9213e37f99456f0a85d7441b44e2d6430b1e7c02517e9a32d309b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-15 18:47.03 ---> using "07d7196cf8f39bfa6cfac497a170dd0e93673ae559f83bf93db31a1b2429dab1" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 1abfcdbf14..12d0447fd1 master -> origin/master deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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-base-compiler.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-10-15 18:47.03 ---> using "1db44c7b0e3e3842bc19dbba7a4ea718d976fb4a3e1f6365aa77381211189d3e" from cache /src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam) (dst ./)) 2025-10-15 18:47.04 ---> saved as "f9d9ca51ad308b0cbe84041790c67435fd3fb5ce5263ac38179ea07b07c9308b" /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.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) lwt_ppx__ppx_let_tests is now pinned to file:///src (version dev) [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.dev] synchronised (file:///src) lwt_ppx is now pinned to file:///src (version dev) [lwt.dev] synchronised (file:///src) lwt is now pinned to file:///src (version dev) 2025-10-15 18:47.27 ---> saved as "066bb1c85084b5aa956865ed8d72797ca459617b366ddcef248798bfefcea405" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-15 18:47.27 ---> saved as "1ffc8e105dc896e7213c0b19b04318fa9c884cf900821e74091b89822e698791" /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.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.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_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt.dev $DEPS")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.22.2-33-g117b503544a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] - v3.22.2-38-g69132b0c9b4 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] - v3.23.0_alpha20250612-8269-gfe44dcd9829 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v3.23.0_alpha20250612-8294-g0b869b460ac [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v3.23.0_alpha20250612-8295-g1cafec2f0fe [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 59568 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lwt.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) [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-10-15 18:47.50 ---> saved as "649ccf19fed9df9e3e2552be82b799eafcd590d20e2662e80466a6292e585c15" /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 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 csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed ocaml-compiler-libs.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-10-15 18:50.23 ---> saved as "1f01e21c3a6b665b8e9ba81fb6958a60e8e4fdd645deea79b2b830686d3e30aa" /src: (copy (src .) (dst /src)) 2025-10-15 18:50.24 ---> saved as "b384952cea75261274e37b3fd291f99f8271eaf99551ab877425850d7fa87aa3" /src: (run (shell "opam exec -- dune build @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/test/core && ./main.exe) Testing library 'core'... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS.................................................................................................................................................. Ok. 705 tests ran, 23 tests skipped in 0.45 seconds (cd _build/default/test/ppx && ./main.exe) Testing library 'ppx'... ................ Ok. 16 tests ran, 0 tests skipped in 1.21 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'... ...............................................S........S.........SSS...............................................................................................................SSSS....................................................... Ok. 230 tests ran, 9 tests skipped in 6.45 seconds 2025-10-15 18:50.41 ---> saved as "d623dbd5defb2ec20abe0f27a18838f4c039b2dcb6691d4c73e1fe4b7ff9809a" Job succeeded 2025-10-15 18:50.41: Job succeeded