2025-07-14 15:04.23: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/master (3c70f02a909a2afe8a3fdd59bc0735baba9e181d) (linux-x86_64:alpine-3.21-5.3_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocsigen/lwt.git" -b "master" && cd "lwt" && git reset --hard 3c70f02a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
# alpine-3.21-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 || git fetch origin master) && git reset -q --hard 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_retry.opam lwt_react.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.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.19.1 dune-configurator.3.19.1 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.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y lwt_retry.dev lwt_react.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-07-14 15:04.23: Using cache hint "ocsigen/lwt-ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380-alpine-3.21-5.3_opam-2.3-a320fe7f26547abd8463bbf009edccf4"
2025-07-14 15:04.23: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380)
(comment alpine-3.21-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 || git fetch origin master) && git reset -q --hard 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_retry.opam lwt_react.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.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.19.1 dune-configurator.3.19.1 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.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8")
(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.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-07-14 15:04.23: Waiting for resource in pool OCluster
2025-07-14 15:04.23: Waiting for worker…
2025-07-14 15:04.23: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 3c70f02a9 Merge pull request #1063 from ocsigen/disable-bisect-ppx
(from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380)
Unable to find image 'ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380' locally
docker.io/ocaml/opam@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380: Pulling from ocaml/opam
f18232174bc9: Pulling fs layer
e435b1bc6765: Pulling fs layer
504218c123c0: Pulling fs layer
3d1adc3444db: Pulling fs layer
949b4e53049e: Pulling fs layer
8f30d8d0a846: Pulling fs layer
3d1adc3444db: Waiting
1c2148a11545: Pulling fs layer
0688ce6bab1b: Pulling fs layer
9fff074a1f8d: Pulling fs layer
949b4e53049e: Waiting
2f670f1f18e5: Pulling fs layer
8f30d8d0a846: Waiting
0688ce6bab1b: Waiting
4327a1eff3e9: Pulling fs layer
1c2148a11545: Waiting
6416d634e0f0: Pulling fs layer
9fff074a1f8d: Waiting
4327a1eff3e9: Waiting
226a04ebb5cc: Pulling fs layer
6416d634e0f0: Waiting
2f670f1f18e5: Waiting
524ffc10718d: Pulling fs layer
226a04ebb5cc: Waiting
edbef0ed17ce: Pulling fs layer
524ffc10718d: Waiting
4f4fb700ef54: Pulling fs layer
f41102d57d16: Pulling fs layer
74c0a3cca53d: Pulling fs layer
20433c03b8ee: Pulling fs layer
4f4fb700ef54: Waiting
f41102d57d16: Waiting
74c0a3cca53d: Waiting
d15cae79f6ee: Pulling fs layer
20433c03b8ee: Waiting
c49df74bbb30: Pulling fs layer
c7e2533797d3: Pulling fs layer
d15cae79f6ee: Waiting
edbef0ed17ce: Waiting
f7a7b488445e: Pulling fs layer
4100580b8204: Pulling fs layer
c7e2533797d3: Waiting
f7a7b488445e: Waiting
fbc8271f8aed: Pulling fs layer
2f3cf6786764: Pulling fs layer
eabb0eb9a599: Pulling fs layer
ed0e937dd1f9: Pulling fs layer
c49df74bbb30: Waiting
fbc8271f8aed: Waiting
74233ff0361f: Pulling fs layer
e0f8996903d5: Pulling fs layer
4100580b8204: Waiting
2f3cf6786764: Waiting
eabb0eb9a599: Waiting
74233ff0361f: Waiting
2decd1769587: Pulling fs layer
ed0e937dd1f9: Waiting
e2fe16af1f37: Pulling fs layer
e0f8996903d5: Waiting
2decd1769587: Waiting
8596850f1643: Pulling fs layer
9b056d789ba8: Pulling fs layer
8596850f1643: Waiting
34f858a58fca: Pulling fs layer
e2fe16af1f37: Waiting
9b056d789ba8: Waiting
fd0d461ca9a0: Pulling fs layer
34f858a58fca: Waiting
9a5bbc9e3f8a: Pulling fs layer
fd0d461ca9a0: Waiting
be625428d6f7: Pulling fs layer
9a5bbc9e3f8a: Waiting
b3c1eae29c97: Pulling fs layer
a87d975376c4: Pulling fs layer
a87d975376c4: Waiting
b3c1eae29c97: Waiting
be625428d6f7: Waiting
e435b1bc6765: Verifying Checksum
e435b1bc6765: Download complete
f18232174bc9: Download complete
f18232174bc9: Pull complete
e435b1bc6765: Pull complete
504218c123c0: Verifying Checksum
504218c123c0: Download complete
504218c123c0: Pull complete
949b4e53049e: Verifying Checksum
949b4e53049e: Download complete
8f30d8d0a846: Verifying Checksum
8f30d8d0a846: Download complete
0688ce6bab1b: Verifying Checksum
0688ce6bab1b: Download complete
1c2148a11545: Verifying Checksum
1c2148a11545: Download complete
2f670f1f18e5: Download complete
4327a1eff3e9: Verifying Checksum
4327a1eff3e9: Download complete
9fff074a1f8d: Verifying Checksum
9fff074a1f8d: Download complete
226a04ebb5cc: Verifying Checksum
226a04ebb5cc: Download complete
524ffc10718d: Verifying Checksum
524ffc10718d: Download complete
edbef0ed17ce: Download complete
6416d634e0f0: Verifying Checksum
6416d634e0f0: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
f41102d57d16: Verifying Checksum
f41102d57d16: Download complete
20433c03b8ee: Download complete
3d1adc3444db: Verifying Checksum
3d1adc3444db: Download complete
74c0a3cca53d: Verifying Checksum
74c0a3cca53d: Download complete
d15cae79f6ee: Verifying Checksum
d15cae79f6ee: Download complete
c49df74bbb30: Verifying Checksum
c49df74bbb30: Download complete
c7e2533797d3: Download complete
f7a7b488445e: Verifying Checksum
f7a7b488445e: Download complete
4100580b8204: Download complete
fbc8271f8aed: Verifying Checksum
fbc8271f8aed: Download complete
2f3cf6786764: Verifying Checksum
2f3cf6786764: Download complete
ed0e937dd1f9: Download complete
eabb0eb9a599: Verifying Checksum
eabb0eb9a599: Download complete
3d1adc3444db: Pull complete
949b4e53049e: Pull complete
8f30d8d0a846: Pull complete
1c2148a11545: Pull complete
0688ce6bab1b: Pull complete
9fff074a1f8d: Pull complete
2f670f1f18e5: Pull complete
4327a1eff3e9: Pull complete
6416d634e0f0: Pull complete
226a04ebb5cc: Pull complete
524ffc10718d: Pull complete
edbef0ed17ce: Pull complete
4f4fb700ef54: Pull complete
f41102d57d16: Pull complete
74c0a3cca53d: Pull complete
20433c03b8ee: Pull complete
d15cae79f6ee: Pull complete
c49df74bbb30: Pull complete
c7e2533797d3: Pull complete
f7a7b488445e: Pull complete
4100580b8204: Pull complete
fbc8271f8aed: Pull complete
2f3cf6786764: Pull complete
eabb0eb9a599: Pull complete
ed0e937dd1f9: Pull complete
e0f8996903d5: Download complete
e2fe16af1f37: Download complete
8596850f1643: Verifying Checksum
8596850f1643: Download complete
2decd1769587: Verifying Checksum
2decd1769587: Download complete
9b056d789ba8: Download complete
34f858a58fca: Verifying Checksum
34f858a58fca: Download complete
fd0d461ca9a0: Verifying Checksum
fd0d461ca9a0: Download complete
be625428d6f7: Verifying Checksum
be625428d6f7: Download complete
b3c1eae29c97: Verifying Checksum
b3c1eae29c97: Download complete
a87d975376c4: Download complete
9a5bbc9e3f8a: Verifying Checksum
9a5bbc9e3f8a: Download complete
74233ff0361f: Verifying Checksum
74233ff0361f: Download complete
74233ff0361f: Pull complete
e0f8996903d5: Pull complete
2decd1769587: Pull complete
e2fe16af1f37: Pull complete
8596850f1643: Pull complete
9b056d789ba8: Pull complete
34f858a58fca: Pull complete
fd0d461ca9a0: Pull complete
9a5bbc9e3f8a: Pull complete
be625428d6f7: Pull complete
b3c1eae29c97: Pull complete
a87d975376c4: Pull complete
Digest: sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
Status: Downloaded newer image for ocaml/opam@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
2025-07-14 15:04.25 ---> using "b1eb2a8af4058a254870e5cad61297a06793cbcf25fc0fa70ddab0692ceef147" from cache
/: (comment alpine-3.21-5.3_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-14 15:04.25 ---> using "72a43fed50ca4b22fad6057f4d18290b4cb956a1be690ef2ac7f62bd3176987a" 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 development 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
2025-07-14 15:04.25 ---> using "dffd9938039301ebc6cca6d597e878cfb8a245c9dfa32f07900ab56da35e37dc" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-14 15:04.25 ---> using "8f9a1993785784c76c1507256d4c3a0742ea404a0d05aaa640ab910b812307e9" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-14 15:04.25 ---> using "d0c65e3f07a69cbc2fcd3ad4787a51328d54858d7b412a5dcb90232d4889600b" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 || git fetch origin master) && git reset -q --hard 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 && git log --no-decorate -n1 --oneline && opam update -u"))
59e7a58f9d Merge pull request #28012 from dkalinichenko-js/opam-publish-base.v0.17.3
<><> 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, 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-07-14 15:04.25 ---> using "92193165422c76fa21aaf33309fcfb90d7e83a67a816e7984ce135ad1e11ef65" from cache
/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)
(dst ./))
2025-07-14 15:04.25 ---> using "9c76ac9b51c0a362425ad2518fc77d560e67bb0e42a117eeb79b3e471864b81b" from cache
/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.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)
[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-07-14 15:04.25 ---> using "e8409584e461efb03917359bef350f1387d2ad2ce9396b80e5ddcea7c02aefac" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-14 15:04.25 ---> using "5b928be4135b8de56f84e85c834be3015e2f3bfea73c612eabfe21264a9c42e9" 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.19.1 dune-configurator.3.19.1 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.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8")
/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.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/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.21.3-649-g4e81a83352a [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-649-g4e81a83352a [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.23.0_alpha20250612-2300-g9a2a9f9df72 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_alpha20250612-2270-gfd663fe75c2 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_alpha20250612-2278-g9a99e86d62e [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 59063 distinct packages available
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt.dev] synchronised (file:///src)
[lwt_ppx.dev] synchronised (file:///src)
[lwt_react.dev] synchronised (file:///src)
[lwt_retry.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 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-07-14 15:04.25 ---> using "27eb79e41fa82aa5da62f4d2bce16cc5a95e92b2f093fa09d9ad21abae3e96c2" 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.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.19.1
- install dune-configurator 3.19.1
- 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.0
- install ppxlib 0.35.0
- install react 1.2.2
- install sexplib0 v0.17.0
- install stdlib-shims 0.3.0
- install topkg 1.0.8
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved cppo.1.8.0 (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.0 (cached)
-> retrieved react.1.2.2 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.0.8
-> installed react.1.2.2
-> installed dune.3.19.1
-> 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.19.1
-> installed base.v0.17.3
-> installed ppxlib.0.35.0
-> installed ppx_here.v0.17.0
-> installed ppx_let.v0.17.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-14 15:04.25 ---> using "157006b9c1f2ce52be05e60c027f6b1d82b8ba2fcadcd0443910a30e238f1738" from cache
/src: (copy (src .) (dst /src))
2025-07-14 15:04.25 ---> using "a5b7f8e572cf3ae6bc4ba8ba33ce75db8fc0f66557ea8cda5805197f40262271" from cache
/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.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. 230 tests ran, 9 tests skipped in 6.29 seconds
2025-07-14 15:04.25 ---> using "6d043194eee8a5e291d50a8a3a055c14df4d7388c416445e80d9ee2d89fd5dc1" from cache
Job succeeded
2025-07-14 15:04.25: Job succeeded