Organisationsocaml-ppxppxlib243290 ()debian-13-5.4_x86_32_opam-2.5

debian-13-5.4_x86_32_opam-2.5

Link Copied
Code Copied

Logs

2026-03-16 15:36.04: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/630/head (2432902a39025f0e730c66d90ce455da37482bca) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/630/head" && git reset --hard 2432902a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
# debian-13-5.4_x86_32_opam-2.5
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./
RUN opam pin add -yn ppxlib.dev './' && \
opam pin add -yn ppxlib-tools.dev './' && \
opam pin add -yn ppxlib-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.16.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 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-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-03-16 15:36.04: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e-debian-13-5.4_x86_32_opam-2.5-f6a0d0c1127e4285e28f189c4d3677fa"
2026-03-16 15:36.04: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)
(comment debian-13-5.4_x86_32_opam-2.5)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.16.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 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-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.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.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-03-16 15:36.04: Waiting for resource in pool OCluster
2026-03-16 15:36.04: Waiting for worker…
2026-03-16 15:36.04: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 2432902a Expose bare minimum to manually order transformations


(from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e' locally
docker.io/ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e: Pulling from ocaml/opam
b536877d3c0a: Pulling fs layer
bccea9e34407: Pulling fs layer
16a19f8f73ac: Pulling fs layer
24b068660eba: Pulling fs layer
0d733f3d73ff: Pulling fs layer
9e24ce741f51: Pulling fs layer
b536877d3c0a: Waiting
bccea9e34407: Waiting
8f72c68d553f: Pulling fs layer
f54f6fc8bfc4: Pulling fs layer
0d733f3d73ff: Waiting
d06a9f3b5a73: Pulling fs layer
9e24ce741f51: Waiting
16a19f8f73ac: Waiting
d42229ae6b83: Pulling fs layer
24b068660eba: Waiting
8f72c68d553f: Waiting
d41dddb298da: Pulling fs layer
e9711f882917: Pulling fs layer
d42229ae6b83: Waiting
f54f6fc8bfc4: Waiting
d06a9f3b5a73: Waiting
07cbb93c10a3: Pulling fs layer
d41dddb298da: Waiting
2b3607a942e5: Pulling fs layer
e9711f882917: Waiting
d5893ae3accb: Pulling fs layer
2b3607a942e5: Waiting
c3146a632652: Pulling fs layer
3d57776a1d42: Pulling fs layer
07cbb93c10a3: Waiting
c3146a632652: Waiting
839cefcf2b8e: Pulling fs layer
026aaf3511fa: Pulling fs layer
0a2654a36ae9: Pulling fs layer
839cefcf2b8e: Waiting
b23dc160efe7: Pulling fs layer
4f4fb700ef54: Pulling fs layer
c84b92e17807: Pulling fs layer
b23dc160efe7: Waiting
e6680f6f46b9: Pulling fs layer
69486b6cae87: Pulling fs layer
9909fe838d3d: Pulling fs layer
3b1fbc03b573: Pulling fs layer
4f4fb700ef54: Waiting
c84b92e17807: Waiting
1d2df1685cc4: Pulling fs layer
e6680f6f46b9: Waiting
9bb166b2b0ea: Pulling fs layer
3b1fbc03b573: Waiting
9585c6d51dc3: Pulling fs layer
1d2df1685cc4: Waiting
ddd1a568c795: Pulling fs layer
9585c6d51dc3: Waiting
64338fd8dd2d: Pulling fs layer
69486b6cae87: Waiting
9be4283ff733: Pulling fs layer
783fb857d3f0: Pulling fs layer
64338fd8dd2d: Waiting
699fb07ac9eb: Pulling fs layer
783fb857d3f0: Waiting
dfd2f30ac354: Pulling fs layer
0957629b6db6: Pulling fs layer
699fb07ac9eb: Waiting
dfd2f30ac354: Waiting
50b35bb0a587: Pulling fs layer
0957629b6db6: Waiting
e4e361267282: Pulling fs layer
d8d67cfb2698: Pulling fs layer
1733597b7dba: Pulling fs layer
921726d6d5f8: Pulling fs layer
cf4eebdd42ea: Pulling fs layer
50b35bb0a587: Waiting
921726d6d5f8: Waiting
2ea6c26346f9: Pulling fs layer
e4e361267282: Waiting
4e82b5c15dad: Pulling fs layer
1733597b7dba: Waiting
d8d67cfb2698: Waiting
2ea6c26346f9: Waiting
cf4eebdd42ea: Waiting
53cf02a49f89: Pulling fs layer
6d652118326c: Pulling fs layer
4e82b5c15dad: Waiting
53cf02a49f89: Waiting
6d652118326c: Waiting
bccea9e34407: Download complete
b536877d3c0a: Verifying Checksum
b536877d3c0a: Download complete
16a19f8f73ac: Verifying Checksum
16a19f8f73ac: Download complete
0d733f3d73ff: Download complete
b536877d3c0a: Pull complete
bccea9e34407: Pull complete
16a19f8f73ac: Pull complete
24b068660eba: Verifying Checksum
24b068660eba: Download complete
24b068660eba: Pull complete
0d733f3d73ff: Pull complete
8f72c68d553f: Verifying Checksum
8f72c68d553f: Download complete
f54f6fc8bfc4: Verifying Checksum
f54f6fc8bfc4: Download complete
d42229ae6b83: Download complete
d06a9f3b5a73: Verifying Checksum
d06a9f3b5a73: Download complete
e9711f882917: Verifying Checksum
e9711f882917: Download complete
d41dddb298da: Verifying Checksum
d41dddb298da: Download complete
07cbb93c10a3: Verifying Checksum
07cbb93c10a3: Download complete
2b3607a942e5: Verifying Checksum
2b3607a942e5: Download complete
d5893ae3accb: Download complete
c3146a632652: Verifying Checksum
c3146a632652: Download complete
3d57776a1d42: Download complete
026aaf3511fa: Download complete
839cefcf2b8e: Verifying Checksum
839cefcf2b8e: Download complete
b23dc160efe7: Download complete
0a2654a36ae9: Verifying Checksum
0a2654a36ae9: Download complete
4f4fb700ef54: Download complete
c84b92e17807: Verifying Checksum
c84b92e17807: Download complete
e6680f6f46b9: Download complete
69486b6cae87: Download complete
9909fe838d3d: Verifying Checksum
9909fe838d3d: Download complete
3b1fbc03b573: Download complete
1d2df1685cc4: Verifying Checksum
1d2df1685cc4: Download complete
9bb166b2b0ea: Verifying Checksum
9bb166b2b0ea: Download complete
9585c6d51dc3: Verifying Checksum
9585c6d51dc3: Download complete
64338fd8dd2d: Download complete
ddd1a568c795: Verifying Checksum
ddd1a568c795: Download complete
9be4283ff733: Verifying Checksum
9be4283ff733: Download complete
783fb857d3f0: Download complete
dfd2f30ac354: Download complete
699fb07ac9eb: Verifying Checksum
699fb07ac9eb: Download complete
50b35bb0a587: Verifying Checksum
50b35bb0a587: Download complete
e4e361267282: Verifying Checksum
e4e361267282: Download complete
9e24ce741f51: Verifying Checksum
9e24ce741f51: Download complete
d8d67cfb2698: Verifying Checksum
d8d67cfb2698: Download complete
1733597b7dba: Verifying Checksum
1733597b7dba: Download complete
921726d6d5f8: Verifying Checksum
921726d6d5f8: Download complete
cf4eebdd42ea: Download complete
4e82b5c15dad: Download complete
53cf02a49f89: Download complete
6d652118326c: Verifying Checksum
6d652118326c: Download complete
2ea6c26346f9: Verifying Checksum
2ea6c26346f9: Download complete
9e24ce741f51: Pull complete
8f72c68d553f: Pull complete
f54f6fc8bfc4: Pull complete
d06a9f3b5a73: Pull complete
d42229ae6b83: Pull complete
d41dddb298da: Pull complete
e9711f882917: Pull complete
07cbb93c10a3: Pull complete
2b3607a942e5: Pull complete
d5893ae3accb: Pull complete
c3146a632652: Pull complete
3d57776a1d42: Pull complete
0957629b6db6: Verifying Checksum
839cefcf2b8e: Pull complete
026aaf3511fa: Pull complete
0a2654a36ae9: Pull complete
b23dc160efe7: Pull complete
4f4fb700ef54: Pull complete
c84b92e17807: Pull complete
e6680f6f46b9: Pull complete
69486b6cae87: Pull complete
9909fe838d3d: Pull complete
3b1fbc03b573: Pull complete
1d2df1685cc4: Pull complete
9bb166b2b0ea: Pull complete
9585c6d51dc3: Pull complete
ddd1a568c795: Pull complete
64338fd8dd2d: Pull complete
9be4283ff733: Pull complete
783fb857d3f0: Pull complete
699fb07ac9eb: Pull complete
dfd2f30ac354: Pull complete
0957629b6db6: Pull complete
50b35bb0a587: Pull complete
e4e361267282: Pull complete
d8d67cfb2698: Pull complete
1733597b7dba: Pull complete
921726d6d5f8: Pull complete
cf4eebdd42ea: Pull complete
2ea6c26346f9: Pull complete
4e82b5c15dad: Pull complete
53cf02a49f89: Pull complete
6d652118326c: Pull complete
Digest: sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
Status: Downloaded newer image for ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
2026-03-16 15:38.42 ---> saved as "b43c5bd5df55bb59e33984ce21c0929f569d40c264688b0ca0b4d2f840fcee64"


/: (comment debian-13-5.4_x86_32_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-03-16 15:38.43 ---> saved as "8bf2208dcd99b73b19fb525db653574524d6676298159838a734fed974049567"


/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
2026-03-16 15:39.09 ---> saved as "0fc3f3f1c6af3c543dfcdffb553f9db1f0efd0bd035a672f589b7c1e1812afe5"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-03-16 15:39.09 ---> saved as "385401cce6700537005a0a9f12abfbbfbf3c21b42c8c7ba95d0bb6910a1f2d9f"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-16 15:39.09 ---> saved as "7e5ced75d3ecea24fe578a7b4f4d6409b0850c8de36aafe4f46b3d2afd561d00"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
340ee6fd1f..4f056bfedf  master     -> origin/master
31462e7d24 Merge pull request #29451 from dra27/relocatable-package


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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-03-16 15:39.26 ---> saved as "a71127b7f2370450981f109c69c6da19660a0e558ee63b9ac2bff7048458c828"


/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2026-03-16 15:39.27 ---> saved as "287b84148b979b3b05a56b33dc929bb36112674eff4dbfbf06bb59256d57ff09"


/src: (run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
[ppxlib.dev] synchronised (file:///src)
ppxlib is now pinned to file:///src (version dev)
[ppxlib-tools.dev] synchronised (file:///src)
ppxlib-tools is now pinned to file:///src (version dev)
[NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch.
[ppxlib-bench.dev] synchronised (file:///src)
ppxlib-bench is now pinned to file:///src (version dev)
2026-03-16 15:39.30 ---> saved as "d5e883eee159cca638386e0adb6e42e7ed2e7198bae5bf0e5b04e1bbe568041f"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-16 15:39.30 ---> saved as "acaceccae9515361eaaa60ba45a5247afdc4a8464351c1e770b6d135f6666055"


/src: (env DEPS "base.v0.16.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 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-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.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.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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 i386 Packages [9430 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [102 kB]
- Fetched 9764 kB in 1s (8589 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (file:///src)
[ppxlib-bench.dev] synchronised (file:///src)
[ppxlib-tools.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only 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).
# To update the current shell environment, run: eval $(opam env)
2026-03-16 15:39.39 ---> saved as "c182ac3a470753b81eedde77a07dddffc05dcde2a81c358e5ede5b0940e4f5a7"


/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-option-bytecode-only 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 13 packages
- install base                v0.16.4
- install cinaps              v0.15.1
- install cmdliner            2.1.0
- install csexp               1.5.2
- install dune                3.21.1
- install dune-configurator   3.21.1
- install ocaml-compiler-libs v0.17.0
- install ocamlfind           1.9.8
- install ppx_derivers        1.2.1
- install re                  1.14.0
- install sexplib0            v0.16.0
- install stdlib-shims        0.3.0
- install yojson              3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed dune.3.21.1
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed dune-configurator.3.21.1
-> installed base.v0.16.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-16 15:40.58 ---> saved as "d93f18f9a84fdbae67469a9dfd658be578c71052ee70be3c74521f78418ec082"


/src: (copy (src .) (dst /src))
2026-03-16 15:40.58 ---> saved as "ca94e426e82cec9cbad782c6128523b346e30fe106a9a44f0a21d99e462b35e6"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-03-16 15:41.35 ---> saved as "5bf419f22a6a97661bd19bb100b8c642e7c210fb9fcff15db0bcd23b1defb742"
Job succeeded
2026-03-16 15:41.35: Job succeeded