2026-04-27 07:31.18: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/main (29117c242337b841d9b7475a66aa0364acc4fe93) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/pplumbing.git" -b "main" && cd "pplumbing" && git reset --hard 29117c24cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a# ubuntu-22.04-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.1 csexp.1.5.2 dune.3.22.2 dyn.3.22.2 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.2 loc.0.3.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 pp.2.0.0 sexplib0.v0.17.0 stdune.3.22.2 top-closure.3.22.2 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN 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 _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-27 07:31.18: Using cache hint "mbarbin/pplumbing-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a-ubuntu-22.04-4.14_opam-2.5-b0a168ad1083b1f6ecc014613a0e392c"2026-04-27 07:31.18: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a)(comment ubuntu-22.04-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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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 (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.1 csexp.1.5.2 dune.3.22.2 dyn.3.22.2 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.2 loc.0.3.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 pp.2.0.0 sexplib0.v0.17.0 stdune.3.22.2 top-closure.3.22.2 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-04-27 07:31.18: Waiting for resource in pool OCluster2026-04-27 08:24.31: Waiting for worker…2026-04-27 08:27.17: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 29117c2 Upgrade deploy-pages (node 24 warning)(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a' locallydocker.io/ocaml/opam@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a: Pulling from ocaml/opamf63eb04151bc: Already exists16ef32c2b922: Pulling fs layere5e797a8532e: Pulling fs layer900d76492cd2: Pulling fs layerb32fb13583c7: Pulling fs layercc067465d8d1: Pulling fs layer6aa8f5351c31: Pulling fs layerdd8552e5b43d: Pulling fs layer43f4b9675c30: Pulling fs layer4c7b0811a3d4: Pulling fs layer631ea5d5606c: Pulling fs layerfeb2963643de: Pulling fs layer4a7bd3298042: Pulling fs layer869749c01379: Pulling fs layer062faef17978: Pulling fs layer3da7b1d53079: Pulling fs layer5c55fc1c2e7f: Pulling fs layer4f4fb700ef54: Pulling fs layerbc630b9f54d9: Pulling fs layerd37f1552c2be: Pulling fs layer93fddfb5d660: Pulling fs layer7e22d88b1f22: Pulling fs layer471528d8c145: Pulling fs layerea05e57fd084: Pulling fs layer158119cd57c7: Pulling fs layer325db06da924: Pulling fs layer168b1f896c3b: Pulling fs layer2bfb76a16172: Pulling fs layer631ea5d5606c: Waitingfeb2963643de: Waiting0cf1ed22f117: Pulling fs layer4a7bd3298042: Waiting5ccb0f2d64b3: Pulling fs layer869749c01379: Waiting062faef17978: Waiting5e94edcc9569: Pulling fs layer00860f476adc: Pulling fs layer94d81fb6e3f5: Pulling fs layer3da7b1d53079: Waiting0247515e7c33: Pulling fs layer5c55fc1c2e7f: Waitinge05c2c8dbed5: Pulling fs layer5e97b484e1fe: Pulling fs layer3b7e8887fcc2: Pulling fs layer15db2b9812bb: Pulling fs layer610e48377a63: Pulling fs layer117f8d44d4a3: Pulling fs layer9eddb87ae6a8: Pulling fs layerb38c24be2496: Pulling fs layer4cffb5c2964b: Pulling fs layerbc630b9f54d9: Waitingd37f1552c2be: Waiting93fddfb5d660: Waiting7e22d88b1f22: Waiting4f4fb700ef54: Waiting16ef32c2b922: Waitinge5e797a8532e: Waiting900d76492cd2: Waiting6aa8f5351c31: Waitingdd8552e5b43d: Waiting471528d8c145: Waiting43f4b9675c30: Waitingea05e57fd084: Waiting4c7b0811a3d4: Waitingb32fb13583c7: Waitingcc067465d8d1: Waiting5e97b484e1fe: Waiting158119cd57c7: Waiting3b7e8887fcc2: Waiting325db06da924: Waiting15db2b9812bb: Waiting168b1f896c3b: Waiting610e48377a63: Waiting5ccb0f2d64b3: Waiting2bfb76a16172: Waiting5e94edcc9569: Waiting117f8d44d4a3: Waiting94d81fb6e3f5: Waiting9eddb87ae6a8: Waiting4cffb5c2964b: Waitingb38c24be2496: Waiting0247515e7c33: Waitinge05c2c8dbed5: Waiting00860f476adc: Waiting16ef32c2b922: Verifying Checksum16ef32c2b922: Download complete16ef32c2b922: Pull completee5e797a8532e: Verifying Checksume5e797a8532e: Download completee5e797a8532e: Pull complete900d76492cd2: Verifying Checksum900d76492cd2: Download completeb32fb13583c7: Verifying Checksumb32fb13583c7: Download completecc067465d8d1: Verifying Checksumcc067465d8d1: Download complete6aa8f5351c31: Verifying Checksum6aa8f5351c31: Download completedd8552e5b43d: Verifying Checksumdd8552e5b43d: Download complete900d76492cd2: Pull completeb32fb13583c7: Pull completecc067465d8d1: Pull complete6aa8f5351c31: Pull completedd8552e5b43d: Pull complete4c7b0811a3d4: Verifying Checksum4c7b0811a3d4: Download complete43f4b9675c30: Verifying Checksum43f4b9675c30: Download complete631ea5d5606c: Verifying Checksum631ea5d5606c: Download complete43f4b9675c30: Pull complete4a7bd3298042: Verifying Checksum4a7bd3298042: Download complete4c7b0811a3d4: Pull completefeb2963643de: Verifying Checksumfeb2963643de: Download complete631ea5d5606c: Pull complete869749c01379: Verifying Checksum869749c01379: Download complete062faef17978: Download complete3da7b1d53079: Verifying Checksum3da7b1d53079: Download completefeb2963643de: Pull complete5c55fc1c2e7f: Verifying Checksum5c55fc1c2e7f: Download complete4a7bd3298042: Pull completebc630b9f54d9: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete869749c01379: Pull complete062faef17978: Pull complete3da7b1d53079: Pull complete5c55fc1c2e7f: Pull completed37f1552c2be: Download complete4f4fb700ef54: Pull completebc630b9f54d9: Pull completed37f1552c2be: Pull complete93fddfb5d660: Verifying Checksum93fddfb5d660: Download complete93fddfb5d660: Pull complete7e22d88b1f22: Verifying Checksum7e22d88b1f22: Download complete7e22d88b1f22: Pull complete471528d8c145: Verifying Checksum471528d8c145: Download complete471528d8c145: Pull complete158119cd57c7: Verifying Checksum158119cd57c7: Download completeea05e57fd084: Verifying Checksumea05e57fd084: Download completeea05e57fd084: Pull complete158119cd57c7: Pull complete168b1f896c3b: Verifying Checksum168b1f896c3b: Download complete325db06da924: Verifying Checksum325db06da924: Download complete325db06da924: Pull complete168b1f896c3b: Pull complete2bfb76a16172: Verifying Checksum2bfb76a16172: Download complete2bfb76a16172: Pull complete0cf1ed22f117: Verifying Checksum0cf1ed22f117: Download complete0cf1ed22f117: Pull complete5ccb0f2d64b3: Verifying Checksum5ccb0f2d64b3: Download complete5ccb0f2d64b3: Pull complete00860f476adc: Verifying Checksum00860f476adc: Download complete5e94edcc9569: Download complete5e94edcc9569: Pull complete00860f476adc: Pull complete94d81fb6e3f5: Verifying Checksum94d81fb6e3f5: Download complete94d81fb6e3f5: Pull completee05c2c8dbed5: Verifying Checksume05c2c8dbed5: Download complete0247515e7c33: Download complete3b7e8887fcc2: Verifying Checksum3b7e8887fcc2: Download complete15db2b9812bb: Verifying Checksum15db2b9812bb: Download complete610e48377a63: Download complete117f8d44d4a3: Verifying Checksum117f8d44d4a3: Download complete9eddb87ae6a8: Download completeb38c24be2496: Download complete4cffb5c2964b: Verifying Checksum4cffb5c2964b: Download complete5e97b484e1fe: Verifying Checksum5e97b484e1fe: Download complete0247515e7c33: Pull completee05c2c8dbed5: Pull complete5e97b484e1fe: Pull complete3b7e8887fcc2: Pull complete15db2b9812bb: Pull complete610e48377a63: Pull complete117f8d44d4a3: Pull complete9eddb87ae6a8: Pull completeb38c24be2496: Pull complete4cffb5c2964b: Pull completeDigest: sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1aStatus: Downloaded newer image for ocaml/opam@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a2026-04-27 08:27.18 ---> using "8f2b5d0a59cc03e6e84b710b80d10f3206c6bcf1d163b115e624435fb4299fd5" from cache/: (comment ubuntu-22.04-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-04-27 08:27.18 ---> using "87fdcf2f2a15f69e2326fdefca603bf7e5009918339b39978c52d9140c3c5cd9" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-27 08:27.18 ---> using "0780bb7df08dce901f0f1d0c7e2ed44e749fe768d09bfe42aa793c4b41ebc505" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.12026-04-27 08:27.18 ---> using "292a08f2d8ffaadcbe2e8aef0b4b29bd4676ba1d6895ab82a8f9fed1b58fe31a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-27 08:27.18 ---> using "a03adddbad1c03d5ec72934682e5f46d67d262e0e097e2afa79c5c78dfcdb45a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-04-27 08:27.18 ---> using "ca4e1e357812fe0f27cbf37246072524f15a0992999f7a0267df0a5ae3371b63" 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-04-27 08:27.18 ---> saved as "6411e1397209e4f87222fe7fa76018c811541f8413b588eb74917118aa12d18f"/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-04-27 08:27.57 ---> saved as "fd856df35a8097d51c94778285ab838c227adce28cc8d2ad0e98c95d0b97140d"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-27 08:27.57 ---> saved as "73d44faf6cb89b3aad90de7fc96f781dcc69432c9fd8587a219afa8bdadd2990"/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.1 csexp.1.5.2 dune.3.22.2 dyn.3.22.2 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.2 loc.0.3.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 pp.2.0.0 sexplib0.v0.17.0 stdune.3.22.2 top-closure.3.22.2 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://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Fetched 384 kB in 1s (305 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-04-27 08:28.25 ---> saved as "e0f04b5d97a5899b5f118a94728771d99805a8c5599d402ed11fa9ffcd9f8e89"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 22 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.1- install csexp 1.5.2- install dune 3.22.2- install dyn 3.22.2- install fmt 0.11.0- install fpath 0.7.3- install fs-io 3.22.2- install loc 0.3.3- install logs 0.10.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.22.2- install pp 2.0.0- install sexplib0 v0.17.0- install stdune 3.22.2- install top-closure 3.22.2- 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.1 (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 pp.2.0.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.2, dyn.3.22.2, fs-io.3.22.2, ordering.3.22.2, stdune.3.22.2, top-closure.3.22.2 (cached)-> installed cmdliner.2.1.1-> 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.22.2-> installed climate.0.9.0-> installed cmdlang.0.0.10-> installed csexp.1.5.2-> installed fs-io.3.22.2-> installed ordering.3.22.2-> installed pp.2.0.0-> installed sexplib0.v0.17.0-> installed top-closure.3.22.2-> installed cmdlang-to-climate.0.0.10-> installed cmdlang-to-cmdliner.0.0.10-> installed dyn.3.22.2-> installed stdune.3.22.2-> installed loc.0.3.3Done.# To update the current shell environment, run: eval $(opam env)2026-04-27 08:30.21 ---> saved as "68f64ad580cceb794a07acfcf8db662a6bfcc369452d250dd86585a329d601cb"/src: (copy (src .) (dst /src))2026-04-27 08:30.21 ---> saved as "2e26a3f37adb6adea8de8aac51c765c7c31b10307a9e372bb8da2e529dc69b24"/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-04-27 08:30.23 ---> saved as "0bc2257e629ac3a9a386cc47db37bcbd1369b95df73b90771c1cf99459d7b301"Job succeeded2026-04-27 08:30.23: Job succeeded