2026-01-27 14:56.48: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-6.1.0 (661646e40639298dde11834cfd3575b6ead2cadc) (linux-x86_64:debian-13-5.2_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-6.1.0" && cd "lwt" && git reset --hard 661646e4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7 # debian-13-5.2_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 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.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --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 2026-01-27 14:56.48: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-5.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7-debian-13-5.2_opam-2.5-270a4f31eafe2088bf623531eb63e409" 2026-01-27 14:56.48: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7) (comment debian-13-5.2_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 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.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.5 --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")) ) 2026-01-27 14:56.48: Waiting for resource in pool OCluster 2026-01-27 14:56.48: Waiting for worker… 2026-01-27 14:56.48: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 661646e40 CHANGES (from ocaml/opam:debian-13-ocaml-5.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7) Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7' locally docker.io/ocaml/opam@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7: Pulling from ocaml/opam 281b80c799de: Pulling fs layer ce76feb86791: Pulling fs layer 7984eb0e5b45: Pulling fs layer 56c452a960b1: Pulling fs layer b85825bef00a: Pulling fs layer d6ff43dfb85c: Pulling fs layer 4197ec645389: Pulling fs layer 37cac33e41ff: Pulling fs layer 4cb993fb248e: Pulling fs layer ca442870f91f: Pulling fs layer b1d1a2fb5f4a: Pulling fs layer 0dea577b2801: Pulling fs layer cc10daaea4fd: Pulling fs layer 5f878cb1723a: Pulling fs layer 8968959fa983: Pulling fs layer 5bdd9b9ed0e3: Pulling fs layer 55661c5b388f: Pulling fs layer 92d1dc6907bd: Pulling fs layer 7100b414728b: Pulling fs layer a6a54ddc9818: Pulling fs layer a920ad627810: Pulling fs layer 4f4fb700ef54: Pulling fs layer f7df7b6e19c0: Pulling fs layer cd713d66718c: Pulling fs layer 6ed45ab2af86: Pulling fs layer 40598b80a8fe: Pulling fs layer 983f7969ff00: Pulling fs layer 37cac33e41ff: Waiting 40ec09ee09bd: Pulling fs layer 4cb993fb248e: Waiting ca442870f91f: Waiting 76a0afa38cd9: Pulling fs layer 1d5a564d139a: Pulling fs layer b1d1a2fb5f4a: Waiting 0dea577b2801: Waiting cc10daaea4fd: Waiting 5f878cb1723a: Waiting 8968959fa983: Waiting 5bdd9b9ed0e3: Waiting 55661c5b388f: Waiting 92d1dc6907bd: Waiting 7100b414728b: Waiting a6a54ddc9818: Waiting a920ad627810: Waiting 4f4fb700ef54: Waiting f7df7b6e19c0: Waiting cd713d66718c: Waiting 6ed45ab2af86: Waiting 40598b80a8fe: Waiting 82883b85a4f0: Pulling fs layer 1d8458efd73b: Pulling fs layer 983f7969ff00: Waiting 2d80a9fac9ac: Pulling fs layer 40ec09ee09bd: Waiting 4d69ee6ae94b: Pulling fs layer ce8d28b713f1: Pulling fs layer b85825bef00a: Waiting 76a0afa38cd9: Waiting 1d5a564d139a: Waiting 97580d938033: Pulling fs layer da5fa40e04f8: Pulling fs layer d7a499968f64: Pulling fs layer 28e5932c7c69: Pulling fs layer 81389c423fc3: Pulling fs layer 4d539b35ca4b: Pulling fs layer 174d636e7732: Pulling fs layer 97c418526f61: Pulling fs layer 520aa5adcd88: Pulling fs layer 82883b85a4f0: Waiting d6ff43dfb85c: Waiting 2b18979031bf: Pulling fs layer 56c452a960b1: Waiting bb421667400f: Pulling fs layer 4197ec645389: Waiting b928d85a3951: Pulling fs layer 1d8458efd73b: Waiting 2d80a9fac9ac: Waiting 4d69ee6ae94b: Waiting 28e5932c7c69: Waiting 81389c423fc3: Waiting ce8d28b713f1: Waiting 4d539b35ca4b: Waiting 97580d938033: Waiting 174d636e7732: Waiting da5fa40e04f8: Waiting d7a499968f64: Waiting 97c418526f61: Waiting 520aa5adcd88: Waiting 2b18979031bf: Waiting bb421667400f: Waiting 7984eb0e5b45: Verifying Checksum 7984eb0e5b45: Download complete ce76feb86791: Verifying Checksum ce76feb86791: Download complete b85825bef00a: Verifying Checksum b85825bef00a: Download complete 56c452a960b1: Download complete 4197ec645389: Download complete 37cac33e41ff: Verifying Checksum 37cac33e41ff: Download complete 4cb993fb248e: Verifying Checksum 4cb993fb248e: Download complete ca442870f91f: Verifying Checksum ca442870f91f: Download complete 281b80c799de: Verifying Checksum 281b80c799de: Download complete b1d1a2fb5f4a: Verifying Checksum b1d1a2fb5f4a: Download complete 0dea577b2801: Verifying Checksum 0dea577b2801: Download complete cc10daaea4fd: Verifying Checksum cc10daaea4fd: Download complete 8968959fa983: Verifying Checksum 8968959fa983: Download complete 5f878cb1723a: Verifying Checksum 5f878cb1723a: Download complete 55661c5b388f: Verifying Checksum 55661c5b388f: Download complete 5bdd9b9ed0e3: Verifying Checksum 5bdd9b9ed0e3: Download complete 92d1dc6907bd: Verifying Checksum 92d1dc6907bd: Download complete 7100b414728b: Verifying Checksum 7100b414728b: Download complete a6a54ddc9818: Verifying Checksum a6a54ddc9818: Download complete a920ad627810: Verifying Checksum a920ad627810: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete cd713d66718c: Verifying Checksum cd713d66718c: Download complete f7df7b6e19c0: Verifying Checksum f7df7b6e19c0: Download complete 6ed45ab2af86: Verifying Checksum 6ed45ab2af86: Download complete 40598b80a8fe: Verifying Checksum 40598b80a8fe: Download complete 983f7969ff00: Verifying Checksum 983f7969ff00: Download complete 40ec09ee09bd: Verifying Checksum 40ec09ee09bd: Download complete 76a0afa38cd9: Download complete 1d5a564d139a: Verifying Checksum 1d5a564d139a: Download complete 82883b85a4f0: Verifying Checksum 82883b85a4f0: Download complete 1d8458efd73b: Verifying Checksum 1d8458efd73b: Download complete 2d80a9fac9ac: Verifying Checksum 2d80a9fac9ac: Download complete 4d69ee6ae94b: Download complete 97580d938033: Download complete da5fa40e04f8: Verifying Checksum da5fa40e04f8: Download complete d7a499968f64: Verifying Checksum d7a499968f64: Download complete ce8d28b713f1: Verifying Checksum ce8d28b713f1: Download complete 28e5932c7c69: Verifying Checksum 28e5932c7c69: Download complete 81389c423fc3: Verifying Checksum 81389c423fc3: Download complete 4d539b35ca4b: Verifying Checksum 4d539b35ca4b: Download complete 97c418526f61: Verifying Checksum 97c418526f61: Download complete 174d636e7732: Verifying Checksum 174d636e7732: Download complete 2b18979031bf: Verifying Checksum 2b18979031bf: Download complete bb421667400f: Verifying Checksum bb421667400f: Download complete 281b80c799de: Pull complete b928d85a3951: Download complete d6ff43dfb85c: Download complete 520aa5adcd88: Verifying Checksum 520aa5adcd88: Download complete ce76feb86791: Pull complete 7984eb0e5b45: Pull complete 56c452a960b1: Pull complete b85825bef00a: Pull complete d6ff43dfb85c: Pull complete 4197ec645389: Pull complete 37cac33e41ff: Pull complete 4cb993fb248e: Pull complete ca442870f91f: Pull complete b1d1a2fb5f4a: Pull complete 0dea577b2801: Pull complete cc10daaea4fd: Pull complete 5f878cb1723a: Pull complete 8968959fa983: Pull complete 5bdd9b9ed0e3: Pull complete 55661c5b388f: Pull complete 92d1dc6907bd: Pull complete 7100b414728b: Pull complete a6a54ddc9818: Pull complete a920ad627810: Pull complete 4f4fb700ef54: Pull complete f7df7b6e19c0: Pull complete cd713d66718c: Pull complete 6ed45ab2af86: Pull complete 40598b80a8fe: Pull complete 983f7969ff00: Pull complete 40ec09ee09bd: Pull complete 76a0afa38cd9: Pull complete 1d5a564d139a: Pull complete 82883b85a4f0: Pull complete 1d8458efd73b: Pull complete 2d80a9fac9ac: Pull complete 4d69ee6ae94b: Pull complete ce8d28b713f1: Pull complete 97580d938033: Pull complete da5fa40e04f8: Pull complete d7a499968f64: Pull complete 28e5932c7c69: Pull complete 81389c423fc3: Pull complete 4d539b35ca4b: Pull complete 174d636e7732: Pull complete 97c418526f61: Pull complete 520aa5adcd88: Pull complete 2b18979031bf: Pull complete bb421667400f: Pull complete b928d85a3951: Pull complete Digest: sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7 Status: Downloaded newer image for ocaml/opam@sha256:337f463bf7a7736c2329aecde49ec0604878cdb4144b9df2a84fbd4287640aa7 2026-01-27 14:56.49 ---> using "b5bd9c066c3a792f2449958b5ac2051bcdf89adcf9c907dce832deb855abab3d" from cache /: (comment debian-13-5.2_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-01-27 14:56.49 ---> using "937e5e29aa32e2d3d65932219aff86ca7263a3ac55f1634b532ff058a33f420f" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-27 14:56.49 ---> using "0a8bb0b9372941336838614dd7a29347589db13933bc0fcfceb7c30c42d80a7c" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.2.1 2.5.0 2026-01-27 14:56.49 ---> using "2c8720faf6ba20f27b5795b8482074f2111223221df3e136271b644f4ac56492" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-27 14:56.49 ---> using "63ad37411282d5b15b43522ac7d7485f201340e4b83ee4ebf5a2684e04012c50" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 16d9c0eb87..da10f1e072 master -> origin/master 873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.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.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) 2026-01-27 14:56.49 ---> using "bc0aa2fe1be2a71ebac8b28ffae526af50cc014aa9582ca3ddf96b2f919a392d" 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 ./)) 2026-01-27 14:56.49 ---> saved as "f05eeb36e0036d5f4c705ce1dbb4a5f805e37572aba303635601905dcb9b4ca4" /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 './'")) [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) 2026-01-27 14:57.01 ---> saved as "8b94e7dba3d2ee50608f000d5349b224f181c9097cf66c78f12c66c05f9846e8" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-27 14:57.01 ---> saved as "19319084b70ba7e15f9c38b36dce438a8aff0dd5b8ea251565f37dfdb2fe826b" /src: (env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 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.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.5 --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" - 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 amd64 Packages [9670 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [97.9 kB] - Fetched 9999 kB in 2s (6335 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-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [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-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). # To update the current shell environment, run: eval $(opam env) 2026-01-27 14:57.14 ---> saved as "72fb26e42ee6cd86af139d16a355578562f49b29ecb1b26eee21bd2df8a83369" /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-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [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-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.21.0 - install dune-configurator 3.21.0 - 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.1 <><> 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.1 (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved dune.3.21.0, dune-configurator.3.21.0 (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.21.0 -> 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.21.0 -> 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) 2026-01-27 14:58.40 ---> saved as "61829c8fb189106ca33ac4077269b33182449809563c0fd8111e4a6e3e1ae6c2" /src: (copy (src .) (dst /src)) 2026-01-27 14:58.41 ---> saved as "f36c4accaa17caa321b3bea77eebbac9017356118382679741a12f0975e851ea" /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.25 seconds (cd _build/default/test/ppx && ./main.exe) Testing library 'ppx'... ................... Ok. 19 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'... ..................................SS.SSS..............................................................................................................SSSS.................................................................................. Ok. 227 tests ran, 9 tests skipped in 6.34 seconds 2026-01-27 14:58.50 ---> saved as "84f4a15c8b65d83d2426271ff5037f4bcf5f5703bc7367efdf0025f042971cf6" Job succeeded 2026-01-27 14:58.50: Job succeeded