Organisationsmbarbinpplumbingdb1aca (dependabot/github_actions/actions/checkout-6.0.2)fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-02-15 17:59.20: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/dependabot/github_actions/actions/checkout-6.0.2 (db1acafa99615f95d51918a9ccbcbea772e2726c) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/pplumbing.git" -b "dependabot/github_actions/actions/checkout-6.0.2" && cd "pplumbing" && git reset --hard db1acafa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
# fedora-43-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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 pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam ./
RUN opam pin add -yn pplumbing.dev './' && \
opam pin add -yn pplumbing-tests.dev './' && \
opam pin add -yn pplumbing-pp-tty.dev './' && \
opam pin add -yn pplumbing-log.dev './' && \
opam pin add -yn pplumbing-log-cli.dev './' && \
opam pin add -yn pplumbing-err.dev './' && \
opam pin add -yn pplumbing-dev.dev './' && \
opam pin add -yn cmdlang-cmdliner-err-runner.dev './' && \
opam pin add -yn cmdlang-climate-err-runner.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 loc.0.3.3 logs.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 top-closure.3.21.1 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build


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


2026-02-15 17:59.20: Using cache hint "mbarbin/pplumbing-ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4-fedora-43-4.14_opam-2.5-30c7293479781836595793d16bb2df38"
2026-02-15 17:59.20: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
(comment fedora-43-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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 pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn pplumbing.dev './' && \
\nopam pin add -yn pplumbing-tests.dev './' && \
\nopam pin add -yn pplumbing-pp-tty.dev './' && \
\nopam pin add -yn pplumbing-log.dev './' && \
\nopam pin add -yn pplumbing-log-cli.dev './' && \
\nopam pin add -yn pplumbing-err.dev './' && \
\nopam pin add -yn pplumbing-dev.dev './' && \
\nopam pin add -yn cmdlang-cmdliner-err-runner.dev './' && \
\nopam pin add -yn cmdlang-climate-err-runner.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 loc.0.3.3 logs.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 top-closure.3.21.1 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 pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-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=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build"))
)


2026-02-15 17:59.20: Waiting for resource in pool OCluster
2026-02-15 18:00.00: Waiting for worker…
2026-02-15 18:00.00: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at db1acaf Bump actions/checkout from 6.0.1 to 6.0.2


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4' locally
docker.io/ocaml/opam@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4: Pulling from ocaml/opam
5bc90b3315da: Already exists
132ed1c875b9: Already exists
709f19a93d7b: Already exists
600672ca084e: Already exists
e14c24140cbe: Already exists
2db09da454e1: Already exists
0e05a03dbf5c: Already exists
d9bf0b27ee73: Already exists
d22999d561d9: Already exists
9748e0447729: Already exists
b221b944dee6: Already exists
9103b02722d1: Already exists
4ad003f04196: Already exists
530b789336ee: Already exists
7dc6ed995942: Already exists
26e0665eb0ef: Already exists
ec3e95305314: Already exists
e3efd041cf4c: Already exists
93818fe36d44: Already exists
ddeea98533ac: Already exists
d782acfda9e2: Already exists
4f4fb700ef54: Already exists
4ac33b5f01d6: Already exists
d4dbe3c6c8b2: Already exists
81507c45bdf3: Already exists
2a6e58484e29: Already exists
dc9846762449: Already exists
c73cd3a4d77c: Already exists
4655acdcba9f: Already exists
ea076df8754b: Already exists
2ea208952bef: Already exists
2ea825907a64: Already exists
61247173b8a6: Already exists
09632a095133: Already exists
ac2374af5ce6: Already exists
c60028bae782: Already exists
0f1285a8c656: Already exists
b23d2088dbe2: Already exists
0b0be00d160c: Already exists
dfd2d2f20c5c: Already exists
2c0407baf495: Pulling fs layer
28d1b3a533a2: Pulling fs layer
7193f8db1abd: Pulling fs layer
ba17274c7abc: Pulling fs layer
28d1b3a533a2: Waiting
7193f8db1abd: Waiting
ba17274c7abc: Waiting
28d1b3a533a2: Download complete
7193f8db1abd: Verifying Checksum
7193f8db1abd: Download complete
ba17274c7abc: Verifying Checksum
ba17274c7abc: Download complete
2c0407baf495: Verifying Checksum
2c0407baf495: Download complete
2c0407baf495: Pull complete
28d1b3a533a2: Pull complete
7193f8db1abd: Pull complete
ba17274c7abc: Pull complete
Digest: sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
Status: Downloaded newer image for ocaml/opam@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
2026-02-15 18:06.54 ---> saved as "1f54aa51492a69d3d8ee5c55c8bbd619dd53887b0a823c40d168b74a6ba8f9f5"


/: (comment fedora-43-4.14_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 - x86_64 - Updates           100% |  88.5 KiB/s |  17.2 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-02-15 18:07.01 ---> saved as "f29b1946ad5ef4344453dde0a6e91f6b1b5de8cde20c032c769e3ab35dbb33b7"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-15 18:07.01 ---> saved as "a7f98fddf79bde08f47f7dac631ec363de8e054f0ffb8ecebd5e6bf2143f3d63"


/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-02-15 18:07.37 ---> saved as "790a777ec09532aa50147c00cc1d86536d648124cc3cf542fa11931f117165a7"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-15 18:07.37 ---> saved as "9eb5d191c15af29a8332ec4cfec738918c61bef1c393b4e89c140d44af4c269c"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-15 18:07.38 ---> saved as "432e1d13e123d26431cc76adbec5d6a2163af5c39210d86901090fb44a45b8b9"


/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"))
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-02-15 18:07.53 ---> saved as "ce79424ffc318b840c7fbb6a9a87c737a6db86ab2c36f973dcb241ae05fbaf16"


/src: (copy (src pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam)
(dst ./))
2026-02-15 18:07.53 ---> saved as "ff3162010d4f078e48766f69a9bddb2de66a0df33ce67f7cd1614ea62e7b0e2b"


/src: (run (network host)
(shell  "opam pin add -yn pplumbing.dev './' && \
\nopam pin add -yn pplumbing-tests.dev './' && \
\nopam pin add -yn pplumbing-pp-tty.dev './' && \
\nopam pin add -yn pplumbing-log.dev './' && \
\nopam pin add -yn pplumbing-log-cli.dev './' && \
\nopam pin add -yn pplumbing-err.dev './' && \
\nopam pin add -yn pplumbing-dev.dev './' && \
\nopam pin add -yn cmdlang-cmdliner-err-runner.dev './' && \
\nopam pin add -yn cmdlang-climate-err-runner.dev './'"))
[pplumbing.dev] synchronised (file:///src)
pplumbing is now pinned to file:///src (version dev)
[NOTE] Package pplumbing-tests does not exist in opam repositories registered in the current switch.
[pplumbing-tests.dev] synchronised (file:///src)
pplumbing-tests is now pinned to file:///src (version dev)
[pplumbing-pp-tty.dev] synchronised (file:///src)
pplumbing-pp-tty is now pinned to file:///src (version dev)
[pplumbing-log.dev] synchronised (file:///src)
pplumbing-log is now pinned to file:///src (version dev)
[pplumbing-log-cli.dev] synchronised (file:///src)
pplumbing-log-cli is now pinned to file:///src (version dev)
[pplumbing-err.dev] synchronised (file:///src)
pplumbing-err is now pinned to file:///src (version dev)
[NOTE] Package pplumbing-dev does not exist in opam repositories registered in the current switch.
[pplumbing-dev.dev] synchronised (file:///src)
pplumbing-dev is now pinned to file:///src (version dev)
[cmdlang-cmdliner-err-runner.dev] synchronised (file:///src)
cmdlang-cmdliner-err-runner is now pinned to file:///src (version dev)
[NOTE] Package cmdlang-climate-err-runner does not exist in opam repositories registered in the current switch.
[cmdlang-climate-err-runner.dev] synchronised (file:///src)
cmdlang-climate-err-runner is now pinned to file:///src (version dev)
2026-02-15 18:08.03 ---> saved as "e200b2d1893e3609145b0911e10ad7092a6f2c2c0829ec9ba846ee8d02ab1037"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-15 18:08.03 ---> saved as "094ce14754a62267f12d99c583055d5abd98e0ab8501d7ade269f7d4d4902aab"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 loc.0.3.3 logs.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 top-closure.3.21.1 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 pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cmdlang-climate-err-runner.dev] synchronised (file:///src)
[cmdlang-cmdliner-err-runner.dev] synchronised (file:///src)
[pplumbing.dev] synchronised (file:///src)
[pplumbing-err.dev] synchronised (file:///src)
[pplumbing-log.dev] synchronised (file:///src)
[pplumbing-log-cli.dev] synchronised (file:///src)
[pplumbing-pp-tty.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-02-15 18:08.19 ---> saved as "a5e920ae504897f2f308d8978f030a911d3e1d492d23e32530381a6dee59027b"


/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 23 packages
- install astring             0.8.5
- install climate             0.9.0
- install cmdlang             0.0.10
- install cmdlang-to-climate  0.0.10
- install cmdlang-to-cmdliner 0.0.10
- install cmdliner            2.1.0
- install csexp               1.5.2
- install dune                3.21.1
- install dyn                 3.21.1
- install fmt                 0.11.0
- install fpath               0.7.3
- install fs-io               3.21.1
- install loc                 0.3.3
- install logs                0.10.0
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ordering            3.21.1
- install parsexp             v0.16.0
- install pp                  2.0.0
- install sexplib0            v0.16.0
- install stdune              3.21.1
- install top-closure         3.21.1
- install topkg               1.1.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved climate.0.9.0  (cached)
-> retrieved cmdlang.0.0.10, cmdlang-to-climate.0.0.10, cmdlang-to-cmdliner.0.0.10  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved loc.0.3.3  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.21.1, dyn.3.21.1, fs-io.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed dune.3.21.1
-> installed climate.0.9.0
-> installed cmdlang.0.0.10
-> installed csexp.1.5.2
-> installed pp.2.0.0
-> installed sexplib0.v0.16.0
-> installed cmdlang-to-cmdliner.0.0.10
-> installed cmdlang-to-climate.0.0.10
-> installed fs-io.3.21.1
-> installed ordering.3.21.1
-> installed parsexp.v0.16.0
-> installed top-closure.3.21.1
-> installed dyn.3.21.1
-> installed stdune.3.21.1
-> installed loc.0.3.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:10.32 ---> saved as "0caf0fbc9b1a3f5c65a3b77ecb3af3d8895f80a42249b3c2bab9909aec56a7c7"


/src: (copy (src .) (dst /src))
2026-02-15 18:10.32 ---> saved as "2459b32357de1bd9402e48228a685df5df7ae6d36afa0997fe70ed66cf3fc1cb"


/src: (run (shell "opam exec -- dune build --only-packages=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build"))
2026-02-15 18:10.34 ---> saved as "1bef528258575adbbd8ec602537d2e5d14b9443122913f5704eb70f36847aac8"
Job succeeded
2026-02-15 18:10.34: Job succeeded