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-25.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdbOpam 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-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb# ubuntu-25.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-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb-ubuntu-25.04-4.14_opam-2.5-b0a168ad1083b1f6ecc014613a0e392c"2026-04-27 07:31.18: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)(comment ubuntu-25.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.29: Waiting for worker…2026-04-27 08:27.13: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 29117c2 Upgrade deploy-pages (node 24 warning)(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb' locallydocker.io/ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb: Pulling from ocaml/opamc62190a9ab61: Pulling fs layer357ac6654861: Pulling fs layera191be1efbfd: Pulling fs layereb4000d4ebbc: Pulling fs layerc62190a9ab61: Waiting598bd7554f0c: Pulling fs layer357ac6654861: Waitinga191be1efbfd: Waitingeb4000d4ebbc: Waiting79d6c515bbb9: Pulling fs layer598bd7554f0c: Waiting154be107f855: Pulling fs layer79d6c515bbb9: Waitingfd2208c876d6: Pulling fs layer16490c1f67c4: Pulling fs layerfd2208c876d6: Waiting71652ce32f03: Pulling fs layer154be107f855: Waitingf6539204dd94: Pulling fs layer71652ce32f03: Waiting8832196939ac: Pulling fs layer051ac3f8d1fa: Pulling fs layer8832196939ac: Waiting9c22d08d7908: Pulling fs layerf92810fb1a76: Pulling fs layer051ac3f8d1fa: Waiting084bdef83a94: Pulling fs layerd61f838e95fd: Pulling fs layerf92810fb1a76: Waiting084bdef83a94: Waiting9c22d08d7908: Waiting4b9d9e7979d2: Pulling fs layer5b295751883e: Pulling fs layer4cf5bde88b89: Pulling fs layerd61f838e95fd: Waiting4b9d9e7979d2: Waitinga2e9395651c9: Pulling fs layer4f4fb700ef54: Pulling fs layer8d482fe260fa: Pulling fs layera2e9395651c9: Waiting4f4fb700ef54: Waiting0c1606e5aae9: Pulling fs layer8d482fe260fa: Waiting35abd5e9c377: Pulling fs layerdd98292fdce5: Pulling fs layer013f4f55172f: Pulling fs layer74138f97645f: Pulling fs layerdd98292fdce5: Waiting35abd5e9c377: Waiting013f4f55172f: Waitingdd1ee7cdcf24: Pulling fs layer74138f97645f: Waiting9af03bee1815: Pulling fs layerdd1ee7cdcf24: Waiting2aa5fb145868: Pulling fs layer236cbd8de420: Pulling fs layer50b334ba052c: Pulling fs layer9af03bee1815: Waiting0ecd776bb54b: Pulling fs layer61565fcd1ea7: Pulling fs layer236cbd8de420: Waitingc61c7e9567a5: Pulling fs layer50b334ba052c: Waiting6616a61e7604: Pulling fs layerc61c7e9567a5: Waiting61565fcd1ea7: Waiting9ff1755321c4: Pulling fs layer0ecd776bb54b: Waiting6616a61e7604: Waitinga72649cf11ee: Pulling fs layerd7886880bcec: Pulling fs layer2a89a2b3cc39: Pulling fs layerdebc803d2143: Pulling fs layer9ff1755321c4: Waitingd7886880bcec: Waitinge4a5f49164e2: Pulling fs layera72649cf11ee: Waiting569b9f5d92e4: Pulling fs layered5d03d53c7d: Pulling fs layer569b9f5d92e4: Waitinged5d03d53c7d: Waiting2a89a2b3cc39: Waitingdebc803d2143: Waitinge4a5f49164e2: Waitingc62190a9ab61: Verifying Checksumc62190a9ab61: Download complete357ac6654861: Verifying Checksum357ac6654861: Download completea191be1efbfd: Verifying Checksuma191be1efbfd: Download completeeb4000d4ebbc: Verifying Checksumeb4000d4ebbc: Download complete598bd7554f0c: Verifying Checksum598bd7554f0c: Download completec62190a9ab61: Pull complete357ac6654861: Pull completea191be1efbfd: Pull completeeb4000d4ebbc: Pull complete598bd7554f0c: Pull complete79d6c515bbb9: Verifying Checksum79d6c515bbb9: Download complete154be107f855: Download completefd2208c876d6: Verifying Checksumfd2208c876d6: Download complete16490c1f67c4: Verifying Checksum16490c1f67c4: Download complete71652ce32f03: Verifying Checksum71652ce32f03: Download completef6539204dd94: Download complete8832196939ac: Verifying Checksum8832196939ac: Download complete051ac3f8d1fa: Verifying Checksum051ac3f8d1fa: Download complete9c22d08d7908: Verifying Checksum9c22d08d7908: Download completef92810fb1a76: Verifying Checksumf92810fb1a76: Download complete084bdef83a94: Verifying Checksum084bdef83a94: Download completed61f838e95fd: Verifying Checksumd61f838e95fd: Download complete4b9d9e7979d2: Download complete5b295751883e: Download complete4cf5bde88b89: Download completea2e9395651c9: Verifying Checksuma2e9395651c9: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8d482fe260fa: Download complete0c1606e5aae9: Verifying Checksum0c1606e5aae9: Download complete35abd5e9c377: Verifying Checksum35abd5e9c377: Download complete79d6c515bbb9: Pull completedd98292fdce5: Verifying Checksumdd98292fdce5: Download complete154be107f855: Pull complete013f4f55172f: Verifying Checksum013f4f55172f: Download complete74138f97645f: Download completefd2208c876d6: Pull complete9af03bee1815: Download complete2aa5fb145868: Download complete16490c1f67c4: Pull complete236cbd8de420: Download complete71652ce32f03: Pull completedd1ee7cdcf24: Verifying Checksumdd1ee7cdcf24: Download complete50b334ba052c: Download completef6539204dd94: Pull complete0ecd776bb54b: Download completec61c7e9567a5: Verifying Checksumc61c7e9567a5: Download complete8832196939ac: Pull complete051ac3f8d1fa: Pull complete9c22d08d7908: Pull completef92810fb1a76: Pull complete084bdef83a94: Pull completed61f838e95fd: Pull complete4b9d9e7979d2: Pull complete5b295751883e: Pull complete4cf5bde88b89: Pull completea2e9395651c9: Pull complete4f4fb700ef54: Pull complete8d482fe260fa: Pull complete0c1606e5aae9: Pull complete35abd5e9c377: Pull completedd98292fdce5: Pull complete013f4f55172f: Pull complete74138f97645f: Pull completedd1ee7cdcf24: Pull complete9af03bee1815: Pull complete2aa5fb145868: Pull complete236cbd8de420: Pull complete50b334ba052c: Pull complete0ecd776bb54b: Pull complete6616a61e7604: Verifying Checksum6616a61e7604: Download complete61565fcd1ea7: Verifying Checksum61565fcd1ea7: Download completea72649cf11ee: Verifying Checksuma72649cf11ee: Download complete9ff1755321c4: Verifying Checksum9ff1755321c4: Download completed7886880bcec: Verifying Checksumd7886880bcec: Download complete2a89a2b3cc39: Verifying Checksum2a89a2b3cc39: Download completee4a5f49164e2: Verifying Checksume4a5f49164e2: Download complete569b9f5d92e4: Download completeed5d03d53c7d: Download complete61565fcd1ea7: Pull completec61c7e9567a5: Pull complete6616a61e7604: Pull complete9ff1755321c4: Pull completea72649cf11ee: Pull completed7886880bcec: Pull completedebc803d2143: Verifying Checksumdebc803d2143: Download complete2a89a2b3cc39: Pull completedebc803d2143: Pull completee4a5f49164e2: Pull complete569b9f5d92e4: Pull completeed5d03d53c7d: Pull completeDigest: sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdbStatus: Downloaded newer image for ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb2026-04-27 08:27.13 ---> using "26f2d1b20504f8a72d300005d6ed3a2bee34c58ce7ff6ebb581c3cd8e7bf182d" from cache/: (comment ubuntu-25.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.13 ---> using "7729be9aeef278253c48b7491490d5770d24689c06ea7841c09b3b42721cf226" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-04-27 08:27.13 ---> using "bcd56c2fcac37d8900ef1186d44a59635a254658349185b960a29c4b43106298" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.32.5.12026-04-27 08:27.13 ---> using "4bde2fbab53a6005951fa182586f93b8ad206d426d444506a02328fa96ee0f26" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-27 08:27.13 ---> using "2baaf6d27d66036c3e175ae274404055a72ba045903fd57695496f186d7c138b" 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 ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[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.13 ---> using "d7f0931df18e5121e72802d35d70ac4e997a5f38c17eb67e165254733a075787" 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.14 ---> saved as "3f78a23f42ee3ed958206567c4bb9f6f8b3c2dcfbff2804100d874766ea2b09c"/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.26 ---> saved as "8572e64badaaabd77a742440553ca17183aab090ea3a0c2dc1b70c8a5cc355cf"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-27 08:27.27 ---> saved as "573c95071e7c899a449903dfda81802c7867fca586853435f0fb1ec14bd6d0ad"/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 plucky InRelease- Hit:2 http://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease- 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:27.37 ---> saved as "a87b520a7c7c1efc58cc533a2f218d804189f9246744ad381f15f028ed1e3c65"/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 fpath.0.7.3-> installed logs.0.10.0-> 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:28.28 ---> saved as "525274078e0a33b3349d87b8b42b3fdc5011d7f54e657a3a338cd94d4543ee7c"/src: (copy (src .) (dst /src))2026-04-27 08:28.28 ---> saved as "9e29de1d45b2a1bee936368b8f31beb3db8d5af8a94acd4364aee058167b576b"/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:28.29 ---> saved as "5d6e3dd631bdacbb9bb19809981d06410c2d4e19f65eeb6bf33721937085ebbb"Job succeeded2026-04-27 08:28.29: Job succeeded