Organisationsmbarbinpplumbingdb1aca (dependabot/github_actions/actions/checkout-6.0.2)debian-13-4.14_riscv64_opam-2.5

debian-13-4.14_riscv64_opam-2.5

Link Copied
Code Copied

Logs

2026-02-13 08:05.49: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/dependabot/github_actions/actions/checkout-6.0.2 (db1acafa99615f95d51918a9ccbcbea772e2726c) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:086fa59fdd107275f99b94fb9db2705ec25ff18d30d73dffd032ff012374ec28
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:debian-13-ocaml-4.14@sha256:086fa59fdd107275f99b94fb9db2705ec25ff18d30d73dffd032ff012374ec28
# debian-13-4.14_riscv64_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 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-13 08:05.49: Using cache hint "mbarbin/pplumbing-ocaml/opam:debian-13-ocaml-4.14@sha256:086fa59fdd107275f99b94fb9db2705ec25ff18d30d73dffd032ff012374ec28-debian-13-4.14_riscv64_opam-2.5-30c7293479781836595793d16bb2df38"
2026-02-13 08:05.49: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:086fa59fdd107275f99b94fb9db2705ec25ff18d30d73dffd032ff012374ec28)
(comment debian-13-4.14_riscv64_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 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-13 08:05.49: Waiting for resource in pool OCluster
2026-02-13 08:11.03: Waiting for worker…
2026-02-15 07:46.48: Got resource from pool OCluster
Building on riscv-bm-02.sw.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:debian-13-ocaml-4.14@sha256:086fa59fdd107275f99b94fb9db2705ec25ff18d30d73dffd032ff012374ec28)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:086fa59fdd107275f99b94fb9db2705ec25ff18d30d73dffd032ff012374ec28' locally
docker.io/ocaml/opam@sha256:086fa59fdd107275f99b94fb9db2705ec25ff18d30d73dffd032ff012374ec28: Pulling from ocaml/opam
618efd37f747: Already exists
807a8291ddb0: Already exists
2e2279de5c73: Already exists
aae7dc742810: Already exists
3cec207aa14a: Already exists
18b12c1acb88: Already exists
acbfc9fbdbf8: Already exists
a8a6e0657412: Already exists
8acc48d79cdd: Already exists
d7bfca1bdcee: Already exists
f5767448fecb: Already exists
9e4f850c79b8: Already exists
b74c0ffab381: Already exists
e4a5032c37ab: Already exists
1b54e9b68277: Already exists
b98aec32a95b: Already exists
f5bfe2af8178: Already exists
1cfb64d28ca5: Already exists
e3acd056c8ee: Already exists
6960f2aaef1f: Already exists
c3964517f3bc: Already exists
3c0a0b6999de: Already exists
4f4fb700ef54: Already exists
5ce14d7970b4: Already exists
bb3bc8516da4: Already exists
b3a87d32bba2: Already exists
1762f27d436d: Already exists
99320947d43f: Already exists
c4db19486c3c: Already exists
992d9d59969f: Already exists
637e0e20ec7c: Already exists
47840a848071: Already exists
2a8e2f9b5e4e: Already exists
cc9789c8ffe1: Already exists
23bf8b7fd7aa: Already exists
a99490d260ea: Already exists
83cc3b894b2f: Already exists
fb2c91aceb82: Already exists
e0e3fe006985: Already exists
1cd1d61c072e: Already exists
7f2574212212: Already exists
0c352bce2878: Pulling fs layer
4b42b6327812: Pulling fs layer
4825649bcb6c: Pulling fs layer
165bae4cdcd1: Pulling fs layer
165bae4cdcd1: Waiting
4b42b6327812: Download complete
165bae4cdcd1: Verifying Checksum
165bae4cdcd1: Download complete
4825649bcb6c: Verifying Checksum
4825649bcb6c: Download complete
0c352bce2878: Verifying Checksum
0c352bce2878: Download complete
0c352bce2878: Pull complete
4b42b6327812: Pull complete
4825649bcb6c: Pull complete
165bae4cdcd1: Pull complete
Digest: sha256:086fa59fdd107275f99b94fb9db2705ec25ff18d30d73dffd032ff012374ec28
Status: Downloaded newer image for ocaml/opam@sha256:086fa59fdd107275f99b94fb9db2705ec25ff18d30d73dffd032ff012374ec28
2026-02-15 07:46.49 ---> using "30f11627f66dbe7015502ba0ff9e8b75fc49edb7fa29043d7404f0fcb856faef" from cache


/: (comment debian-13-4.14_riscv64_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-02-15 07:46.49 ---> using "6fcce6677623e30f0e2acd7b6f11086184b07b7e8436dfff5ab82b7743d757dc" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-15 07:46.49 ---> using "0f87d6bfb159a53cabf7e51c91eeb23dc7a6494f776224772142260aa9cc1e7c" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-15 07:46.49 ---> using "76fddf3cf7a7b40f873431325fa3ec513eb51bf1a93a7c0093148abf5ad2f1d6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-15 07:46.49 ---> using "c6569a00a238001cd887ec7c7918fb872637a19a77c2bf41e0a7e19ee509296a" 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..302e116c40  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-02-15 07:46.49 ---> using "20fec71f41efc626f72d38cc30281ccd172f4527217ad28094f3d2d6e241d75a" from cache


/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 07:46.50 ---> saved as "1f8f9f22d68b91afc2454cd10af34e3c22c58fd7ea61bf4356bfad06217a74bc"


/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 07:47.47 ---> saved as "4b056e3ba9811909b3f088736a708ebf7481398f10f9c2bd85fb9a4e7fe60297"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-15 07:47.48 ---> saved as "fb8a39589ad6dd23101eaa5dcaa938d27ab8bc11b0ca570fb72a05e51fa515b6"


/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/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 riscv64 Packages [99.4 kB]
- Fetched 190 kB in 0s (406 kB/s)
- Reading package lists...
- 


<><> 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 07:48.33 ---> saved as "0777d6b19ad4c94d41119ebba10f489b99d26543399232d3c3889b49e008d3c0"


/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 csexp.1.5.2
-> installed climate.0.9.0
-> installed cmdlang.0.0.10
-> installed pp.2.0.0
-> installed cmdlang-to-climate.0.0.10
-> installed cmdlang-to-cmdliner.0.0.10
-> installed ordering.3.21.1
-> installed fs-io.3.21.1
-> installed sexplib0.v0.16.0
-> installed dyn.3.21.1
-> installed top-closure.3.21.1
-> installed parsexp.v0.16.0
-> installed stdune.3.21.1
-> installed loc.0.3.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 07:55.14 ---> saved as "4c7f31d3d445a8e2461ac6ad2db58c8385955be358de08ba92c2757420c308de"


/src: (copy (src .) (dst /src))
2026-02-15 07:55.15 ---> saved as "7ced53583d6d2784496fac6acc61cd237b9c242058ae80f6592956c91590052a"


/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 07:55.20 ---> saved as "016dcaf3e14d0b91952df386399eb803414dcf8a87087e97201c2f915981551e"
Job succeeded
2026-02-15 07:55.20: Job succeeded