Organisationsmbarbincmdlangb3b90b (main)ubuntu-25.10-4.14_opam-2.5

ubuntu-25.10-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-03-24 11:59.24: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (b3b90b8b75d4d29de48d3bb113ff4be86f0c025a) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard b3b90b8b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d
# ubuntu-25.10-4.14_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam ./
RUN opam pin add -yn cmdlang.dev './' && \
opam pin add -yn cmdlang-to-cmdliner.dev './' && \
opam pin add -yn cmdlang-to-climate.dev './' && \
opam pin add -yn cmdlang-to-base.dev './' && \
opam pin add -yn cmdlang-tests.dev './' && \
opam pin add -yn cmdlang-stdlib-runner.dev './' && \
opam pin add -yn cmdlang-dev.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.22.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-03-24 11:59.24: Using cache hint "mbarbin/cmdlang-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d-ubuntu-25.10-4.14_opam-2.5-37f760f457a259a7456ee8fd88a4c00e"
2026-03-24 11:59.24: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d)
(comment ubuntu-25.10-4.14_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn cmdlang.dev './' && \
\nopam pin add -yn cmdlang-to-cmdliner.dev './' && \
\nopam pin add -yn cmdlang-to-climate.dev './' && \
\nopam pin add -yn cmdlang-to-base.dev './' && \
\nopam pin add -yn cmdlang-tests.dev './' && \
\nopam pin add -yn cmdlang-stdlib-runner.dev './' && \
\nopam pin add -yn cmdlang-dev.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.22.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.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 --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build"))
)


2026-03-24 11:59.24: Waiting for resource in pool OCluster
2026-03-24 11:59.25: Waiting for worker…
2026-03-24 11:59.25: Got resource from pool OCluster
Building on doris.caelum.ci.dev
HEAD is now at 720fd58 Use dune-build-info for --version
HEAD is now at b3b90b8 Add coverage annotation for post-installed path


(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d' locally
docker.io/ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d: Pulling from ocaml/opam
16c195d4c5e9: Already exists
eef1e591e8a9: Pulling fs layer
475b07e782b4: Pulling fs layer
18fb99e993e1: Pulling fs layer
ca37c6a45798: Pulling fs layer
c57691858953: Pulling fs layer
5512f1558e14: Pulling fs layer
ca37c6a45798: Waiting
43fe003df081: Pulling fs layer
c57691858953: Waiting
5512f1558e14: Waiting
6e925d30090e: Pulling fs layer
43fe003df081: Waiting
3417bab79df5: Pulling fs layer
6e925d30090e: Waiting
0aa36f5a555a: Pulling fs layer
3417bab79df5: Waiting
474fc3d17365: Pulling fs layer
49a3768a5f63: Pulling fs layer
0aa36f5a555a: Waiting
474fc3d17365: Waiting
c5abc7eafdff: Pulling fs layer
49a3768a5f63: Waiting
62941fb37fba: Pulling fs layer
c5abc7eafdff: Waiting
378967450a13: Pulling fs layer
b77cfa4e2ae3: Pulling fs layer
cb268f925fd0: Pulling fs layer
62941fb37fba: Waiting
b77cfa4e2ae3: Waiting
378967450a13: Waiting
cb268f925fd0: Waiting
3bf4591bde94: Pulling fs layer
34a47fe3891d: Pulling fs layer
3bf4591bde94: Waiting
0e9e8d8d7a8c: Pulling fs layer
34a47fe3891d: Waiting
024b2f94e104: Pulling fs layer
0e9e8d8d7a8c: Waiting
4f4fb700ef54: Pulling fs layer
071fbbcf50f3: Pulling fs layer
b43a2046bab2: Pulling fs layer
f34036196a91: Pulling fs layer
4f4fb700ef54: Waiting
071fbbcf50f3: Waiting
024b2f94e104: Waiting
b43a2046bab2: Waiting
b07913c71979: Pulling fs layer
f1c987ef231c: Pulling fs layer
f34036196a91: Waiting
b07913c71979: Waiting
1a8485ec060a: Pulling fs layer
f1c987ef231c: Waiting
aa1dac00c891: Pulling fs layer
1a8485ec060a: Waiting
215e9614a861: Pulling fs layer
aa1dac00c891: Waiting
117130324f1d: Pulling fs layer
edf62db1b518: Pulling fs layer
0db4778affc6: Pulling fs layer
215e9614a861: Waiting
edf62db1b518: Waiting
a7061a59a18a: Pulling fs layer
1a46a132d40e: Pulling fs layer
a7061a59a18a: Waiting
e461a5dda351: Pulling fs layer
baef187c60a6: Pulling fs layer
e461a5dda351: Waiting
60fb67301e08: Pulling fs layer
bf681241fc68: Pulling fs layer
23eaa9b4d484: Pulling fs layer
9a6368d68eed: Pulling fs layer
0db4778affc6: Waiting
2d64e5b84c8e: Pulling fs layer
e27c13f91de7: Pulling fs layer
baef187c60a6: Waiting
60fb67301e08: Waiting
bf681241fc68: Waiting
707ec58296db: Pulling fs layer
23eaa9b4d484: Waiting
e27c13f91de7: Waiting
9a6368d68eed: Waiting
eef1e591e8a9: Verifying Checksum
eef1e591e8a9: Download complete
475b07e782b4: Verifying Checksum
475b07e782b4: Download complete
eef1e591e8a9: Pull complete
475b07e782b4: Pull complete
18fb99e993e1: Verifying Checksum
18fb99e993e1: Download complete
ca37c6a45798: Verifying Checksum
ca37c6a45798: Download complete
5512f1558e14: Download complete
43fe003df081: Verifying Checksum
43fe003df081: Download complete
18fb99e993e1: Pull complete
3417bab79df5: Verifying Checksum
3417bab79df5: Download complete
ca37c6a45798: Pull complete
0aa36f5a555a: Verifying Checksum
0aa36f5a555a: Download complete
6e925d30090e: Verifying Checksum
6e925d30090e: Download complete
49a3768a5f63: Verifying Checksum
49a3768a5f63: Download complete
474fc3d17365: Verifying Checksum
474fc3d17365: Download complete
c5abc7eafdff: Verifying Checksum
c5abc7eafdff: Download complete
62941fb37fba: Verifying Checksum
62941fb37fba: Download complete
b77cfa4e2ae3: Download complete
378967450a13: Verifying Checksum
378967450a13: Download complete
cb268f925fd0: Download complete
3bf4591bde94: Verifying Checksum
3bf4591bde94: Download complete
34a47fe3891d: Verifying Checksum
34a47fe3891d: Download complete
0e9e8d8d7a8c: Verifying Checksum
0e9e8d8d7a8c: Download complete
024b2f94e104: Verifying Checksum
024b2f94e104: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
071fbbcf50f3: Download complete
b43a2046bab2: Download complete
f34036196a91: Download complete
b07913c71979: Download complete
c57691858953: Download complete
f1c987ef231c: Download complete
1a8485ec060a: Download complete
aa1dac00c891: Download complete
215e9614a861: Verifying Checksum
215e9614a861: Download complete
117130324f1d: Verifying Checksum
117130324f1d: Download complete
edf62db1b518: Verifying Checksum
edf62db1b518: Download complete
0db4778affc6: Verifying Checksum
0db4778affc6: Download complete
a7061a59a18a: Download complete
e461a5dda351: Verifying Checksum
e461a5dda351: Download complete
60fb67301e08: Verifying Checksum
60fb67301e08: Download complete
bf681241fc68: Download complete
23eaa9b4d484: Download complete
baef187c60a6: Verifying Checksum
baef187c60a6: Download complete
2d64e5b84c8e: Verifying Checksum
2d64e5b84c8e: Download complete
e27c13f91de7: Download complete
707ec58296db: Download complete
9a6368d68eed: Verifying Checksum
9a6368d68eed: Download complete
c57691858953: Pull complete
5512f1558e14: Pull complete
43fe003df081: Pull complete
1a46a132d40e: Verifying Checksum
1a46a132d40e: Download complete
6e925d30090e: Pull complete
3417bab79df5: Pull complete
0aa36f5a555a: Pull complete
474fc3d17365: Pull complete
49a3768a5f63: Pull complete
c5abc7eafdff: Pull complete
62941fb37fba: Pull complete
378967450a13: Pull complete
b77cfa4e2ae3: Pull complete
cb268f925fd0: Pull complete
3bf4591bde94: Pull complete
34a47fe3891d: Pull complete
0e9e8d8d7a8c: Pull complete
024b2f94e104: Pull complete
4f4fb700ef54: Pull complete
071fbbcf50f3: Pull complete
b43a2046bab2: Pull complete
f34036196a91: Pull complete
b07913c71979: Pull complete
f1c987ef231c: Pull complete
1a8485ec060a: Pull complete
aa1dac00c891: Pull complete
215e9614a861: Pull complete
117130324f1d: Pull complete
edf62db1b518: Pull complete
0db4778affc6: Pull complete
a7061a59a18a: Pull complete
1a46a132d40e: Pull complete
e461a5dda351: Pull complete
baef187c60a6: Pull complete
60fb67301e08: Pull complete
bf681241fc68: Pull complete
23eaa9b4d484: Pull complete
9a6368d68eed: Pull complete
2d64e5b84c8e: Pull complete
e27c13f91de7: Pull complete
707ec58296db: Pull complete
Digest: sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d
Status: Downloaded newer image for ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d
2026-03-24 12:02.10 ---> saved as "3c4ce9c6e9ee70034bd29229916ad5ec000d95ead0b0fba43b6def92796984a9"


/: (comment ubuntu-25.10-4.14_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-24 12:02.10 ---> saved as "39be6e7cab41726702a381918496ae7f209450c36172c28a96e133eca65443b9"


/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-03-24 12:02.31 ---> saved as "1051b28800052ed02673c24f559c1a667e94c3f4e140f902854f61773b45b4d4"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-24 12:02.31 ---> saved as "a2bc7b82e7ccd6ba372d654ff26238c0a8d40a7573340305012578ac421f9188"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-24 12:02.32 ---> saved as "f58999d006116fb785ab804ae8b57a0dc6afced41860121df9860ff6db0689b1"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..b2a1270dba  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.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.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-24 12:02.45 ---> saved as "972ac7b7ce650cdfd3d8e786eeb46dcac29ababd800d10cbbd61d8df5d6200a7"


/src: (copy (src cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam)
(dst ./))
2026-03-24 12:02.45 ---> saved as "2622d3bfec6dc87865d807916ac32dcf4935b4c302789dedc9a7d729ba25bf19"


/src: (run (network host)
(shell  "opam pin add -yn cmdlang.dev './' && \
\nopam pin add -yn cmdlang-to-cmdliner.dev './' && \
\nopam pin add -yn cmdlang-to-climate.dev './' && \
\nopam pin add -yn cmdlang-to-base.dev './' && \
\nopam pin add -yn cmdlang-tests.dev './' && \
\nopam pin add -yn cmdlang-stdlib-runner.dev './' && \
\nopam pin add -yn cmdlang-dev.dev './'"))
[cmdlang.dev] synchronised (file:///src)
cmdlang is now pinned to file:///src (version dev)
[cmdlang-to-cmdliner.dev] synchronised (file:///src)
cmdlang-to-cmdliner is now pinned to file:///src (version dev)
[cmdlang-to-climate.dev] synchronised (file:///src)
cmdlang-to-climate is now pinned to file:///src (version dev)
[cmdlang-to-base.dev] synchronised (file:///src)
cmdlang-to-base is now pinned to file:///src (version dev)
[NOTE] Package cmdlang-tests does not exist in opam repositories registered in the current switch.
[cmdlang-tests.dev] synchronised (file:///src)
cmdlang-tests is now pinned to file:///src (version dev)
[cmdlang-stdlib-runner.dev] synchronised (file:///src)
cmdlang-stdlib-runner is now pinned to file:///src (version dev)
[NOTE] Package cmdlang-dev does not exist in opam repositories registered in the current switch.
[cmdlang-dev.dev] synchronised (file:///src)
cmdlang-dev is now pinned to file:///src (version dev)
2026-03-24 12:02.55 ---> saved as "92ae383fa0b935f736b9988e772821f8eb8bbf08deef00d74f9b6e3754d7fa87"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-24 12:02.55 ---> saved as "4f1b32ec3c26d940abd1a858e48be01f2ee54fe26bd114b6952217397d500dee"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.22.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:4 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [6000 B]
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [219 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [268 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [435 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [4037 B]
- Get:10 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [310 kB]
- Get:11 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [199 kB]
- Get:12 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [217 kB]
- Fetched 2062 kB in 5s (432 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cmdlang.dev] synchronised (file:///src)
[cmdlang-stdlib-runner.dev] synchronised (file:///src)
[cmdlang-to-climate.dev] synchronised (file:///src)
[cmdlang-to-cmdliner.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-03-24 12:03.08 ---> saved as "71c2ce18e417aeb0e96b4d2caf02e5f887a994be9a03f63517bdd284f23e0261"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 3 packages
- install climate  0.9.0
- install cmdliner 2.1.0
- install dune     3.22.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved climate.0.9.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.22.0  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.22.0
-> installed climate.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-24 12:03.38 ---> saved as "7b7e35b211abf84d7dfb4d53c17972589f21b166193b510ef5c5a45abebc3e59"


/src: (copy (src .) (dst /src))
2026-03-24 12:03.39 ---> saved as "fd0e364d296adf12b7eaf68cf9f30bb8e89959aea8daf51e4192a3271b6b9d94"


/src: (run (shell "opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build"))
2026-03-24 12:03.39 ---> saved as "fcc898207a493812c409758952f14fcb09da2f40a5ae16edc984e409555a01d2"
Job succeeded
2026-03-24 12:03.39: Job succeeded