Organisationsocaml-ppxppxlibbf09be ()debian-13-5.0_opam-2.5

debian-13-5.0_opam-2.5

Link Copied
Code Copied

Logs

2026-03-02 16:11.55: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/629/head (bf09be84f8b1edddcf03152dfe693a822dec36b3) (linux-x86_64:debian-13-5.0_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/629/head" && git reset --hard bf09be84
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1
# debian-13-5.0_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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-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.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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-02 16:11.55: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1-debian-13-5.0_opam-2.5-f8faf86fdad5c01320538ab3c3467308"
2026-03-02 16:11.55: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1)
(comment debian-13-5.0_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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-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.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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-02 16:11.55: Waiting for resource in pool OCluster
2026-03-02 16:11.55: Waiting for worker…
2026-03-02 16:12.36: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at bf09be84 Add support for 5.4 bivariant params in type_extension


(from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1' locally
docker.io/ocaml/opam@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1: Pulling from ocaml/opam
ef235bf1a09a: Pulling fs layer
58b06b604a42: Pulling fs layer
b55f23c32d5a: Pulling fs layer
aa415425edb7: Pulling fs layer
c4f39ed7469c: Pulling fs layer
ca248a2fdd5e: Pulling fs layer
74109c509b2f: Pulling fs layer
18c2fa2271cb: Pulling fs layer
37d4d41661a2: Pulling fs layer
0b2f35f78814: Pulling fs layer
e65f29522a9a: Pulling fs layer
603a51b67573: Pulling fs layer
c4f39ed7469c: Waiting
89b2faa02f16: Pulling fs layer
ca248a2fdd5e: Waiting
74109c509b2f: Waiting
e5f11471afd4: Pulling fs layer
d7b0e5daa224: Pulling fs layer
7bec4d50f3b2: Pulling fs layer
d3a70ed71f1c: Pulling fs layer
90de03d9b27a: Pulling fs layer
a28f685cf2db: Pulling fs layer
5bb5e02041c7: Pulling fs layer
74f9af816199: Pulling fs layer
74c2f6cb4138: Pulling fs layer
4f4fb700ef54: Pulling fs layer
5ce9bdcb2952: Pulling fs layer
18c2fa2271cb: Waiting
bf18c14e9b34: Pulling fs layer
e5f11471afd4: Waiting
37d4d41661a2: Waiting
bb4b67501479: Pulling fs layer
89e7ed0468f5: Pulling fs layer
d7b0e5daa224: Waiting
0b2f35f78814: Waiting
640077527026: Pulling fs layer
7bec4d50f3b2: Waiting
e65f29522a9a: Waiting
363b481ff012: Pulling fs layer
d3a70ed71f1c: Waiting
437bd8bc3ce9: Pulling fs layer
603a51b67573: Waiting
2bcf3429833a: Pulling fs layer
90de03d9b27a: Waiting
89b2faa02f16: Waiting
a28f685cf2db: Waiting
74c2f6cb4138: Waiting
aa415425edb7: Waiting
5bb5e02041c7: Waiting
3e5fe21454e9: Pulling fs layer
4f4fb700ef54: Waiting
f3afb11ae499: Pulling fs layer
74f9af816199: Waiting
bf18c14e9b34: Waiting
c3a5b88f5e5f: Pulling fs layer
363b481ff012: Waiting
bb4b67501479: Waiting
124a1dc355b1: Pulling fs layer
5ce9bdcb2952: Waiting
437bd8bc3ce9: Waiting
0a9982d37abd: Pulling fs layer
9b8b724665ed: Pulling fs layer
f81507befe71: Pulling fs layer
2bcf3429833a: Waiting
7984e4546bf9: Pulling fs layer
89e7ed0468f5: Waiting
c3a5b88f5e5f: Waiting
3e5fe21454e9: Waiting
f3afb11ae499: Waiting
3579b890ab6e: Pulling fs layer
e83772930ba8: Pulling fs layer
8079a9747078: Pulling fs layer
f81507befe71: Waiting
cdb14bd437d1: Pulling fs layer
9b8b724665ed: Waiting
7984e4546bf9: Waiting
b8579311cce4: Pulling fs layer
cdb14bd437d1: Waiting
e83772930ba8: Waiting
bfe5af98ce87: Pulling fs layer
3579b890ab6e: Waiting
b8579311cce4: Waiting
bfe5af98ce87: Waiting
b55f23c32d5a: Verifying Checksum
b55f23c32d5a: Download complete
58b06b604a42: Download complete
c4f39ed7469c: Verifying Checksum
c4f39ed7469c: Download complete
aa415425edb7: Verifying Checksum
aa415425edb7: Download complete
ef235bf1a09a: Verifying Checksum
ef235bf1a09a: Download complete
18c2fa2271cb: Verifying Checksum
18c2fa2271cb: Download complete
74109c509b2f: Verifying Checksum
74109c509b2f: Download complete
37d4d41661a2: Verifying Checksum
37d4d41661a2: Download complete
0b2f35f78814: Verifying Checksum
0b2f35f78814: Download complete
ef235bf1a09a: Pull complete
58b06b604a42: Pull complete
b55f23c32d5a: Pull complete
e65f29522a9a: Verifying Checksum
e65f29522a9a: Download complete
ca248a2fdd5e: Verifying Checksum
ca248a2fdd5e: Download complete
603a51b67573: Verifying Checksum
603a51b67573: Download complete
aa415425edb7: Pull complete
c4f39ed7469c: Pull complete
89b2faa02f16: Verifying Checksum
89b2faa02f16: Download complete
e5f11471afd4: Download complete
d7b0e5daa224: Verifying Checksum
d7b0e5daa224: Download complete
7bec4d50f3b2: Verifying Checksum
7bec4d50f3b2: Download complete
d3a70ed71f1c: Download complete
90de03d9b27a: Verifying Checksum
90de03d9b27a: Download complete
a28f685cf2db: Download complete
74f9af816199: Verifying Checksum
74f9af816199: Download complete
5bb5e02041c7: Verifying Checksum
5bb5e02041c7: Download complete
74c2f6cb4138: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
5ce9bdcb2952: Verifying Checksum
5ce9bdcb2952: Download complete
bf18c14e9b34: Verifying Checksum
bf18c14e9b34: Download complete
bb4b67501479: Verifying Checksum
bb4b67501479: Download complete
89e7ed0468f5: Download complete
640077527026: Download complete
363b481ff012: Verifying Checksum
363b481ff012: Download complete
437bd8bc3ce9: Download complete
2bcf3429833a: Download complete
3e5fe21454e9: Download complete
f3afb11ae499: Verifying Checksum
f3afb11ae499: Download complete
c3a5b88f5e5f: Verifying Checksum
c3a5b88f5e5f: Download complete
124a1dc355b1: Verifying Checksum
124a1dc355b1: Download complete
9b8b724665ed: Download complete
7984e4546bf9: Verifying Checksum
7984e4546bf9: Download complete
3579b890ab6e: Download complete
e83772930ba8: Verifying Checksum
e83772930ba8: Download complete
f81507befe71: Verifying Checksum
f81507befe71: Download complete
cdb14bd437d1: Verifying Checksum
cdb14bd437d1: Download complete
8079a9747078: Verifying Checksum
8079a9747078: Download complete
ca248a2fdd5e: Pull complete
b8579311cce4: Download complete
bfe5af98ce87: Download complete
74109c509b2f: Pull complete
18c2fa2271cb: Pull complete
37d4d41661a2: Pull complete
0a9982d37abd: Verifying Checksum
0a9982d37abd: Download complete
0b2f35f78814: Pull complete
e65f29522a9a: Pull complete
603a51b67573: Pull complete
89b2faa02f16: Pull complete
e5f11471afd4: Pull complete
d7b0e5daa224: Pull complete
7bec4d50f3b2: Pull complete
d3a70ed71f1c: Pull complete
90de03d9b27a: Pull complete
a28f685cf2db: Pull complete
5bb5e02041c7: Pull complete
74f9af816199: Pull complete
74c2f6cb4138: Pull complete
4f4fb700ef54: Pull complete
5ce9bdcb2952: Pull complete
bf18c14e9b34: Pull complete
bb4b67501479: Pull complete
89e7ed0468f5: Pull complete
640077527026: Pull complete
363b481ff012: Pull complete
437bd8bc3ce9: Pull complete
2bcf3429833a: Pull complete
3e5fe21454e9: Pull complete
f3afb11ae499: Pull complete
c3a5b88f5e5f: Pull complete
124a1dc355b1: Pull complete
0a9982d37abd: Pull complete
9b8b724665ed: Pull complete
f81507befe71: Pull complete
7984e4546bf9: Pull complete
3579b890ab6e: Pull complete
e83772930ba8: Pull complete
8079a9747078: Pull complete
cdb14bd437d1: Pull complete
b8579311cce4: Pull complete
bfe5af98ce87: Pull complete
Digest: sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1
Status: Downloaded newer image for ocaml/opam@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1
2026-03-02 16:12.36 ---> using "1068c3ccbe52c746e0e2e979650a1a1c45261e5cd6ee1c447b634d8591d592e3" from cache


/: (comment debian-13-5.0_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-03-02 16:12.36 ---> using "36c772b15d9673b29673c6bf3dd3c052b7a737a156d9d20cf7182e966c8f2590" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-02 16:12.36 ---> using "d8041bfaa6bef7d222c42088e430346013ab2abeaa41a4272a2808e80e685063" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-94-generic
The OCaml toplevel, version 5.0.0
2.5.0
2026-03-02 16:12.36 ---> using "013e07124f329ae55767ed4a5e07a907a46a38c4dfb34f48dada2da8fe1cb012" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-02 16:12.36 ---> using "e9d3f9e0e28cc7ca1677fdc0102be92197ea63f421e29dcd2827cb2d2ab02b9b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
340ee6fd1f..a7b8d10363  master     -> origin/master
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1


<><> 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-03-02 16:12.36 ---> using "6f07aa3c4f87c16633f3a9c372b98526c8e84d73d30726b0a277a2c839484bba" from cache


/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2026-03-02 16:12.36 ---> using "224d3226bb28d7772f84a9f163363cdcdc8b44f77d38c2aea97293661fb98e5f" from cache


/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-02 16:12.36 ---> using "96bb22e730455c6642f1177c418471e19862c581d44d98f6915afca20f6e319b" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-02 16:12.36 ---> using "ea0aaf3dcd4acbf88e0debbf9de03395f9670798b8a0bac475946c680d98353a" from cache


/src: (env DEPS "base.v0.16.4 base-bigarray.base base-domains.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.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [113 kB]
- Fetched 203 kB in 0s (1833 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-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.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-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-02 16:12.36 ---> using "d336298db19c0a512781d49e81617063ca894f1d4e6e02b07ca9a370bbd132c1" 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-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.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-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.12.4
- 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.12.4  (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 csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.21.1
-> installed base.v0.16.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 16:12.36 ---> using "c396578894052bc5134ca84fce1346179f08232bcac1811ad54aa6a453c14866" from cache


/src: (copy (src .) (dst /src))
2026-03-02 16:12.37 ---> saved as "b094545f2fd609911fc29ab68e03a54b358f832a3577033677fe8383e048dcc3"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-03-02 16:12.54 ---> saved as "59d1d0f41769bc3742ef5e2e5ebf58d69ca26c7a624cd60ddd5b1814c09b6f14"
Job succeeded
2026-03-02 16:12.54: Job succeeded