2026-04-03 11:35.36: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/main (ac5398345548ca89b5efb1fbb20fbe0142ab2b45) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/pplumbing.git" -b "main" && cd "pplumbing" && git reset --hard ac539834cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d# ubuntu-25.10-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.0 csexp.1.5.2 dune.3.22.1 dyn.3.22.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.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.22.1 pp.2.0.0 sexplib0.v0.17.0 stdune.3.22.1 top-closure.3.22.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 $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-03 11:35.36: Using cache hint "mbarbin/pplumbing-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d-ubuntu-25.10-4.14_opam-2.5-b0b2680bc6cf1de368eba03a9f9dd43e"2026-04-03 11:35.36: 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.0 csexp.1.5.2 dune.3.22.1 dyn.3.22.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.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.22.1 pp.2.0.0 sexplib0.v0.17.0 stdune.3.22.1 top-closure.3.22.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-04-03 11:35.36: Waiting for resource in pool OCluster2026-04-03 11:55.50: Waiting for worker…2026-04-03 11:58.34: Got resource from pool OClusterBuilding on doris.caelum.ci.devHEAD is now at 71e443b LintHEAD is now at ac53983 Add conflicts for older meta-package(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' locallydocker.io/ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d: Pulling from ocaml/opam16c195d4c5e9: Already existseef1e591e8a9: Pulling fs layer475b07e782b4: Pulling fs layereef1e591e8a9: Waiting18fb99e993e1: Pulling fs layerca37c6a45798: Pulling fs layerc57691858953: Pulling fs layer5512f1558e14: Pulling fs layer43fe003df081: Pulling fs layer6e925d30090e: Pulling fs layer3417bab79df5: Pulling fs layerca37c6a45798: Waiting475b07e782b4: Waiting0aa36f5a555a: Pulling fs layer18fb99e993e1: Waiting474fc3d17365: Pulling fs layer43fe003df081: Waiting49a3768a5f63: Pulling fs layerc57691858953: Waiting5512f1558e14: Waitingc5abc7eafdff: Pulling fs layer3417bab79df5: Waiting62941fb37fba: Pulling fs layer6e925d30090e: Waiting49a3768a5f63: Waiting378967450a13: Pulling fs layer474fc3d17365: Waiting0aa36f5a555a: Waitingb77cfa4e2ae3: Pulling fs layerc5abc7eafdff: Waitingcb268f925fd0: Pulling fs layer62941fb37fba: Waiting378967450a13: Waitingb77cfa4e2ae3: Waiting3bf4591bde94: Pulling fs layercb268f925fd0: Waiting34a47fe3891d: Pulling fs layer3bf4591bde94: Waiting0e9e8d8d7a8c: Pulling fs layer024b2f94e104: Pulling fs layer34a47fe3891d: Waiting4f4fb700ef54: Pulling fs layer0e9e8d8d7a8c: Waiting071fbbcf50f3: Pulling fs layer024b2f94e104: Waiting4f4fb700ef54: Waitingb43a2046bab2: Pulling fs layerf34036196a91: Pulling fs layerb07913c71979: Pulling fs layer071fbbcf50f3: Waitingf1c987ef231c: Pulling fs layerf34036196a91: Waiting1a8485ec060a: Pulling fs layerb43a2046bab2: Waitingaa1dac00c891: Pulling fs layerb07913c71979: Waitingf1c987ef231c: Waiting215e9614a861: Pulling fs layer1a8485ec060a: Waiting117130324f1d: Pulling fs layeraa1dac00c891: Waitingedf62db1b518: Pulling fs layer215e9614a861: Waiting0db4778affc6: Pulling fs layer117130324f1d: Waitinga7061a59a18a: Pulling fs layeredf62db1b518: Waiting1a46a132d40e: Pulling fs layer0db4778affc6: Waitinga7061a59a18a: Waitinge461a5dda351: Pulling fs layerbaef187c60a6: Pulling fs layer1a46a132d40e: Waiting60fb67301e08: Pulling fs layere461a5dda351: Waitingbaef187c60a6: Waitingbf681241fc68: Pulling fs layer60fb67301e08: Waiting23eaa9b4d484: Pulling fs layer9a6368d68eed: Pulling fs layerbf681241fc68: Waiting23eaa9b4d484: Waiting2d64e5b84c8e: Pulling fs layere27c13f91de7: Pulling fs layer707ec58296db: Pulling fs layer9a6368d68eed: Waiting2d64e5b84c8e: Waitinge27c13f91de7: Waiting707ec58296db: Waitingeef1e591e8a9: Download complete475b07e782b4: Verifying Checksum475b07e782b4: Download completeeef1e591e8a9: Pull complete475b07e782b4: Pull complete18fb99e993e1: Verifying Checksum18fb99e993e1: Download complete18fb99e993e1: Pull completeca37c6a45798: Verifying Checksumca37c6a45798: Download completeca37c6a45798: Pull complete5512f1558e14: Verifying Checksum5512f1558e14: Download complete43fe003df081: Verifying Checksum43fe003df081: Download complete6e925d30090e: Verifying Checksum6e925d30090e: Download complete3417bab79df5: Download complete0aa36f5a555a: Verifying Checksum0aa36f5a555a: Download complete474fc3d17365: Download complete49a3768a5f63: Verifying Checksum49a3768a5f63: Download completec5abc7eafdff: Verifying Checksumc5abc7eafdff: Download complete62941fb37fba: Verifying Checksum62941fb37fba: Download complete378967450a13: Verifying Checksum378967450a13: Download completeb77cfa4e2ae3: Download completecb268f925fd0: Verifying Checksumcb268f925fd0: Download complete3bf4591bde94: Download complete34a47fe3891d: Download complete0e9e8d8d7a8c: Verifying Checksum0e9e8d8d7a8c: Download complete024b2f94e104: Download complete4f4fb700ef54: Download complete071fbbcf50f3: Download completeb43a2046bab2: Download completef34036196a91: Verifying Checksumf34036196a91: Download completeb07913c71979: Verifying Checksumb07913c71979: Download completef1c987ef231c: Download complete1a8485ec060a: Verifying Checksum1a8485ec060a: Download completeaa1dac00c891: Verifying Checksumaa1dac00c891: Download complete215e9614a861: Verifying Checksum215e9614a861: Download complete117130324f1d: Download completeedf62db1b518: Verifying Checksumedf62db1b518: Download complete0db4778affc6: Verifying Checksum0db4778affc6: Download completea7061a59a18a: Verifying Checksuma7061a59a18a: Download complete1a46a132d40e: Verifying Checksum1a46a132d40e: Download completee461a5dda351: Verifying Checksume461a5dda351: Download completebaef187c60a6: Verifying Checksumbaef187c60a6: Download complete60fb67301e08: Download completebf681241fc68: Download complete23eaa9b4d484: Verifying Checksum23eaa9b4d484: Download completec57691858953: Verifying Checksumc57691858953: Download completec57691858953: Pull complete5512f1558e14: Pull complete43fe003df081: Pull complete6e925d30090e: Pull complete3417bab79df5: Pull complete0aa36f5a555a: Pull complete474fc3d17365: Pull complete49a3768a5f63: Pull completec5abc7eafdff: Pull complete62941fb37fba: Pull complete378967450a13: Pull completeb77cfa4e2ae3: Pull completecb268f925fd0: Pull complete3bf4591bde94: Pull complete34a47fe3891d: Pull complete0e9e8d8d7a8c: Pull complete024b2f94e104: Pull complete4f4fb700ef54: Pull complete071fbbcf50f3: Pull completeb43a2046bab2: Pull completef34036196a91: Pull completeb07913c71979: Pull completef1c987ef231c: Pull complete1a8485ec060a: Pull completeaa1dac00c891: Pull complete215e9614a861: Pull complete117130324f1d: Pull completeedf62db1b518: Pull complete0db4778affc6: Pull completea7061a59a18a: Pull complete1a46a132d40e: Pull completee461a5dda351: Pull complete9a6368d68eed: Verifying Checksum9a6368d68eed: Download complete2d64e5b84c8e: Verifying Checksum2d64e5b84c8e: Download completee27c13f91de7: Verifying Checksume27c13f91de7: Download complete707ec58296db: Download completebaef187c60a6: Pull complete60fb67301e08: Pull completebf681241fc68: Pull complete23eaa9b4d484: Pull complete9a6368d68eed: Pull complete2d64e5b84c8e: Pull completee27c13f91de7: Pull complete707ec58296db: Pull completeDigest: sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34dStatus: Downloaded newer image for ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d2026-04-03 11:58.36 ---> using "3c4ce9c6e9ee70034bd29229916ad5ec000d95ead0b0fba43b6def92796984a9" from cache/: (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-04-03 11:58.36 ---> using "39be6e7cab41726702a381918496ae7f209450c36172c28a96e133eca65443b9" 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-03 11:58.36 ---> using "1051b28800052ed02673c24f559c1a667e94c3f4e140f902854f61773b45b4d4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.22.5.02026-04-03 11:58.36 ---> using "a2bc7b82e7ccd6ba372d654ff26238c0a8d40a7573340305012578ac421f9188" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 11:58.36 ---> using "f58999d006116fb785ab804ae8b57a0dc6afced41860121df9860ff6db0689b1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4f056bfedf..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.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-03 11:58.36 ---> using "4902df18caa754e8660d4b65903876d944567e35bb924e6f3555e5f9c18d208d" 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-03 11:58.36 ---> saved as "5cbe6cf9fcb36d9ed436b4d888c77409b0341110dfcc5f96471042ade6658299"/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-03 11:58.50 ---> saved as "d9230253c2847be7994f1c4194860d3e4352f675dc155c51c2e3f19ef081c5bb"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 11:58.50 ---> saved as "e63ed6fb4723c6849aa74f665c70e216e0559c9132268d0ea310dbc06a149edc"/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.22.1 dyn.3.22.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.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.22.1 pp.2.0.0 sexplib0.v0.17.0 stdune.3.22.1 top-closure.3.22.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://archive.ubuntu.com/ubuntu questing InRelease- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:3 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [264 kB]- Get:6 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [237 kB]- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [5979 B]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [239 kB]- Get:9 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [338 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [471 kB]- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [340 kB]- Get:12 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [4037 B]- Fetched 2304 kB in 1s (4169 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-04-03 11:59.00 ---> saved as "f4892825eef2fec55c28e661169d874153e485b74319bfb2c9ff8b588af8172b"/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 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.0- install csexp 1.5.2- install dune 3.22.1- install dyn 3.22.1- install fmt 0.11.0- install fpath 0.7.3- install fs-io 3.22.1- install loc 0.3.3- install logs 0.10.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.22.1- install pp 2.0.0- install sexplib0 v0.17.0- install stdune 3.22.1- install top-closure 3.22.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 pp.2.0.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.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.22.1-> installed climate.0.9.0-> installed cmdlang.0.0.10-> installed csexp.1.5.2-> installed fs-io.3.22.1-> installed ordering.3.22.1-> installed pp.2.0.0-> installed sexplib0.v0.17.0-> installed top-closure.3.22.1-> installed cmdlang-to-climate.0.0.10-> installed cmdlang-to-cmdliner.0.0.10-> installed dyn.3.22.1-> installed stdune.3.22.1-> installed loc.0.3.3Done.# To update the current shell environment, run: eval $(opam env)2026-04-03 11:59.58 ---> saved as "0a719f81c7be62c2b567214b23e61e21d8f49aa44ef3940b30a7a53ae27d90e3"/src: (copy (src .) (dst /src))2026-04-03 11:59.59 ---> saved as "b05d2d4198f756aa533d39e77d0fa8430b98e9a4a07873775509b1cd346047d1"/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-03 12:00.00 ---> saved as "9328571e289a2562adc4bc8cac388c33042a11825995c143cdc4a4d3e93f39dc"Job succeeded2026-04-03 12:00.00: Job succeeded