Organisationsmbarbinpplumbing443cf7 ()debian-13-5.1_opam-2.5

debian-13-5.1_opam-2.5

Logs

Show full logs
2026-02-01 15:56.31: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/dependabot/github_actions/actions/checkout-6.0.2 (443cf7a497689991e880b90741bc13b17e17f2c8) (linux-x86_64:debian-13-5.1_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b
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 443cf7a4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b
# debian-13-5.1_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 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && 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-domains.base base-nnp.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.0 dyn.3.21.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.0 loc.0.3.3 logs.0.10.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.0 parsexp.v0.17.0 pp.2.0.0 sexplib0.v0.17.0 stdune.3.21.0 top-closure.3.21.0 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-01 15:56.31: Using cache hint "mbarbin/pplumbing-ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b-debian-13-5.1_opam-2.5-edb17e7066dd630103b38f176145bc2f"
2026-02-01 15:56.31: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b)
 (comment debian-13-5.1_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 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && 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-domains.base base-nnp.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.0 dyn.3.21.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.0 loc.0.3.3 logs.0.10.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.0 parsexp.v0.17.0 pp.2.0.0 sexplib0.v0.17.0 stdune.3.21.0 top-closure.3.21.0 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-01 15:56.31: Waiting for resource in pool OCluster
2026-02-01 15:56.31: Waiting for worker…
2026-02-01 15:56.31: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
HEAD is now at 8987451 Remove currently unused libs
HEAD is now at 443cf7a Bump actions/checkout from 6.0.1 to 6.0.2

(from ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b' locally
docker.io/ocaml/opam@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b: Pulling from ocaml/opam
281b80c799de: Already exists
ce76feb86791: Already exists
7984eb0e5b45: Already exists
56c452a960b1: Already exists
b85825bef00a: Already exists
d6ff43dfb85c: Already exists
4197ec645389: Already exists
37cac33e41ff: Already exists
4cb993fb248e: Already exists
ca442870f91f: Already exists
b1d1a2fb5f4a: Already exists
0dea577b2801: Already exists
cc10daaea4fd: Already exists
5f878cb1723a: Already exists
8968959fa983: Already exists
5bdd9b9ed0e3: Already exists
55661c5b388f: Already exists
55661c5b388f: Already exists
92d1dc6907bd: Already exists
7100b414728b: Already exists
a6a54ddc9818: Already exists
a920ad627810: Already exists
4f4fb700ef54: Already exists
f7df7b6e19c0: Already exists
cd713d66718c: Already exists
6ed45ab2af86: Already exists
40598b80a8fe: Already exists
983f7969ff00: Already exists
40ec09ee09bd: Already exists
76a0afa38cd9: Already exists
1d5a564d139a: Already exists
82883b85a4f0: Already exists
1d8458efd73b: Already exists
2d80a9fac9ac: Already exists
4d69ee6ae94b: Already exists
ce8d28b713f1: Already exists
97580d938033: Already exists
da5fa40e04f8: Already exists
d7a499968f64: Already exists
28e5932c7c69: Already exists
81389c423fc3: Already exists
3f67d1c21ad8: Pulling fs layer
98de17092a1a: Pulling fs layer
3f67d1c21ad8: Waiting
98de17092a1a: Waiting
bfd3645a684c: Pulling fs layer
50260e791896: Pulling fs layer
7c88b609e075: Pulling fs layer
bfd3645a684c: Waiting
50260e791896: Waiting
07dccf195fff: Pulling fs layer
7c88b609e075: Waiting
cde687d3acc4: Pulling fs layer
07dccf195fff: Waiting
cde687d3acc4: Waiting
3f67d1c21ad8: Verifying Checksum
3f67d1c21ad8: Download complete
3f67d1c21ad8: Pull complete
98de17092a1a: Verifying Checksum
98de17092a1a: Download complete
98de17092a1a: Pull complete
bfd3645a684c: Verifying Checksum
bfd3645a684c: Download complete
bfd3645a684c: Pull complete
7c88b609e075: Verifying Checksum
7c88b609e075: Download complete
07dccf195fff: Verifying Checksum
07dccf195fff: Download complete
cde687d3acc4: Verifying Checksum
cde687d3acc4: Download complete
50260e791896: Verifying Checksum
50260e791896: Download complete
50260e791896: Pull complete
7c88b609e075: Pull complete
07dccf195fff: Pull complete
cde687d3acc4: Pull complete
Digest: sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b
Status: Downloaded newer image for ocaml/opam@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b
2026-02-01 15:56.33 ---> using "deb7339621d5d29ffcbc6f18592db655941c3ffa61703058bdf27cb277812b74" from cache

/: (comment debian-13-5.1_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-01 15:56.33 ---> using "b23b5557c99cbb7c32f65f4a288e99106ef52847244956a49cf26975845c64da" 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-01 15:56.33 ---> using "d34fcb3eea0a84e661f425d214b6206b44f09f56849ec65e8f8452244051f38a" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.1.1
2.5.0
2026-02-01 15:56.33 ---> using "feb8e42e7592aa0181a8cdb6582db607e462c431f749bcdcd12a11b490a8d153" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-02-01 15:56.33 ---> using "fe14a6a7754197c765a76d2404263b1e5acc1c70e93e3f63d17bc2e1fd0ef498" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   16d9c0eb87..e64c51d911  master     -> origin/master
51158b2cc8 Merge pull request #29283 from mbarbin/opam-publish-loc.0.3.3

<><> 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-01 15:56.33 ---> using "07c32ed746708f8ddd582748861a4f4331750c9f8e509f6af8e485d1cf4423e7" 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-01 15:56.33 ---> using "0bf0cca928eb50dbc1ca5bd2745bd7bf819b9cbf6320005ceb67bb8f88c44908" from cache

/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-01 15:56.33 ---> using "2ea5e3d0f705296dc2b5e6a79432d074874a0664f2b4ebec46a63d5ba15b7b70" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-01 15:56.33 ---> using "05f7ac468f31f6285ae89741c4cbef9adff7ed00a1e46c2d4979141c08ab553c" from cache

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.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.0 dyn.3.21.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.0 loc.0.3.3 logs.0.10.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.0 parsexp.v0.17.0 pp.2.0.0 sexplib0.v0.17.0 stdune.3.21.0 top-closure.3.21.0 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"
- 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 amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [98.7 kB]
- Fetched 10.0 MB in 10s (1000 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-02-01 15:56.33 ---> using "39510a456eacf61168ceeeeff2db781bd553ee3e9f51f19b9870d2f5c941944d" 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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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 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.0
  - install dyn                 3.21.0
  - install fmt                 0.11.0
  - install fpath               0.7.3
  - install fs-io               3.21.0
  - install loc                 0.3.3
  - install logs                0.10.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ordering            3.21.0
  - install parsexp             v0.17.0
  - install pp                  2.0.0
  - install sexplib0            v0.17.0
  - install stdune              3.21.0
  - install top-closure         3.21.0
  - 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.17.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0  (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.0
-> installed climate.0.9.0
-> installed cmdlang.0.0.10
-> installed csexp.1.5.2
-> installed pp.2.0.0
-> installed sexplib0.v0.17.0
-> installed cmdlang-to-climate.0.0.10
-> installed cmdlang-to-cmdliner.0.0.10
-> installed fs-io.3.21.0
-> installed ordering.3.21.0
-> installed parsexp.v0.17.0
-> installed top-closure.3.21.0
-> installed dyn.3.21.0
-> installed stdune.3.21.0
-> installed loc.0.3.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-01 15:56.33 ---> using "d238ff0e394eb8134453ac94797fd7e7aa7c334b60ac83a27a13e55e66914f02" from cache

/src: (copy (src .) (dst /src))
2026-02-01 15:56.33 ---> saved as "2b7396ef5445feaa629442d150b931331e5ac61aee74bad47459edcc292f3c9a"

/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-01 15:56.34 ---> saved as "3d5e8571dc215ec25bdade15d4011bae4118261bffe3f64a429d1c30408cd229"
Job succeeded
2026-02-01 15:56.33: Job succeeded