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:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/pplumbing.git" -b "main" && cd "pplumbing" && git reset --hard ac539834 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d # ubuntu-25.10-4.14_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.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 $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-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 OCluster 2026-04-03 11:55.50: Waiting for worker… 2026-04-03 11:58.34: Got resource from pool OCluster Building on doris.caelum.ci.dev HEAD is now at 71e443b Lint HEAD 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' locally docker.io/ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d: Pulling from ocaml/opam 16c195d4c5e9: Already exists eef1e591e8a9: Pulling fs layer 475b07e782b4: Pulling fs layer eef1e591e8a9: Waiting 18fb99e993e1: Pulling fs layer ca37c6a45798: Pulling fs layer c57691858953: Pulling fs layer 5512f1558e14: Pulling fs layer 43fe003df081: Pulling fs layer 6e925d30090e: Pulling fs layer 3417bab79df5: Pulling fs layer ca37c6a45798: Waiting 475b07e782b4: Waiting 0aa36f5a555a: Pulling fs layer 18fb99e993e1: Waiting 474fc3d17365: Pulling fs layer 43fe003df081: Waiting 49a3768a5f63: Pulling fs layer c57691858953: Waiting 5512f1558e14: Waiting c5abc7eafdff: Pulling fs layer 3417bab79df5: Waiting 62941fb37fba: Pulling fs layer 6e925d30090e: Waiting 49a3768a5f63: Waiting 378967450a13: Pulling fs layer 474fc3d17365: Waiting 0aa36f5a555a: Waiting b77cfa4e2ae3: Pulling fs layer c5abc7eafdff: Waiting cb268f925fd0: Pulling fs layer 62941fb37fba: Waiting 378967450a13: Waiting b77cfa4e2ae3: Waiting 3bf4591bde94: Pulling fs layer cb268f925fd0: Waiting 34a47fe3891d: Pulling fs layer 3bf4591bde94: Waiting 0e9e8d8d7a8c: Pulling fs layer 024b2f94e104: Pulling fs layer 34a47fe3891d: Waiting 4f4fb700ef54: Pulling fs layer 0e9e8d8d7a8c: Waiting 071fbbcf50f3: Pulling fs layer 024b2f94e104: Waiting 4f4fb700ef54: Waiting b43a2046bab2: Pulling fs layer f34036196a91: Pulling fs layer b07913c71979: Pulling fs layer 071fbbcf50f3: Waiting f1c987ef231c: Pulling fs layer f34036196a91: Waiting 1a8485ec060a: Pulling fs layer b43a2046bab2: Waiting aa1dac00c891: Pulling fs layer b07913c71979: Waiting f1c987ef231c: Waiting 215e9614a861: Pulling fs layer 1a8485ec060a: Waiting 117130324f1d: Pulling fs layer aa1dac00c891: Waiting edf62db1b518: Pulling fs layer 215e9614a861: Waiting 0db4778affc6: Pulling fs layer 117130324f1d: Waiting a7061a59a18a: Pulling fs layer edf62db1b518: Waiting 1a46a132d40e: Pulling fs layer 0db4778affc6: Waiting a7061a59a18a: Waiting e461a5dda351: Pulling fs layer baef187c60a6: Pulling fs layer 1a46a132d40e: Waiting 60fb67301e08: Pulling fs layer e461a5dda351: Waiting baef187c60a6: Waiting bf681241fc68: Pulling fs layer 60fb67301e08: Waiting 23eaa9b4d484: Pulling fs layer 9a6368d68eed: Pulling fs layer bf681241fc68: Waiting 23eaa9b4d484: Waiting 2d64e5b84c8e: Pulling fs layer e27c13f91de7: Pulling fs layer 707ec58296db: Pulling fs layer 9a6368d68eed: Waiting 2d64e5b84c8e: Waiting e27c13f91de7: Waiting 707ec58296db: Waiting eef1e591e8a9: Download complete 475b07e782b4: Verifying Checksum 475b07e782b4: Download complete eef1e591e8a9: Pull complete 475b07e782b4: Pull complete 18fb99e993e1: Verifying Checksum 18fb99e993e1: Download complete 18fb99e993e1: Pull complete ca37c6a45798: Verifying Checksum ca37c6a45798: Download complete ca37c6a45798: Pull complete 5512f1558e14: Verifying Checksum 5512f1558e14: Download complete 43fe003df081: Verifying Checksum 43fe003df081: Download complete 6e925d30090e: Verifying Checksum 6e925d30090e: Download complete 3417bab79df5: Download complete 0aa36f5a555a: Verifying Checksum 0aa36f5a555a: Download complete 474fc3d17365: Download complete 49a3768a5f63: Verifying Checksum 49a3768a5f63: Download complete c5abc7eafdff: Verifying Checksum c5abc7eafdff: Download complete 62941fb37fba: Verifying Checksum 62941fb37fba: Download complete 378967450a13: Verifying Checksum 378967450a13: Download complete b77cfa4e2ae3: Download complete cb268f925fd0: Verifying Checksum cb268f925fd0: Download complete 3bf4591bde94: Download complete 34a47fe3891d: Download complete 0e9e8d8d7a8c: Verifying Checksum 0e9e8d8d7a8c: Download complete 024b2f94e104: Download complete 4f4fb700ef54: Download complete 071fbbcf50f3: Download complete b43a2046bab2: Download complete f34036196a91: Verifying Checksum f34036196a91: Download complete b07913c71979: Verifying Checksum b07913c71979: Download complete f1c987ef231c: Download complete 1a8485ec060a: Verifying Checksum 1a8485ec060a: Download complete aa1dac00c891: Verifying Checksum aa1dac00c891: Download complete 215e9614a861: Verifying Checksum 215e9614a861: Download complete 117130324f1d: Download complete edf62db1b518: Verifying Checksum edf62db1b518: Download complete 0db4778affc6: Verifying Checksum 0db4778affc6: Download complete a7061a59a18a: Verifying Checksum a7061a59a18a: Download complete 1a46a132d40e: Verifying Checksum 1a46a132d40e: Download complete e461a5dda351: Verifying Checksum e461a5dda351: Download complete baef187c60a6: Verifying Checksum baef187c60a6: Download complete 60fb67301e08: Download complete bf681241fc68: Download complete 23eaa9b4d484: Verifying Checksum 23eaa9b4d484: Download complete c57691858953: Verifying Checksum c57691858953: Download complete c57691858953: Pull complete 5512f1558e14: Pull complete 43fe003df081: Pull complete 6e925d30090e: Pull complete 3417bab79df5: Pull complete 0aa36f5a555a: Pull complete 474fc3d17365: Pull complete 49a3768a5f63: Pull complete c5abc7eafdff: Pull complete 62941fb37fba: Pull complete 378967450a13: Pull complete b77cfa4e2ae3: Pull complete cb268f925fd0: Pull complete 3bf4591bde94: Pull complete 34a47fe3891d: Pull complete 0e9e8d8d7a8c: Pull complete 024b2f94e104: Pull complete 4f4fb700ef54: Pull complete 071fbbcf50f3: Pull complete b43a2046bab2: Pull complete f34036196a91: Pull complete b07913c71979: Pull complete f1c987ef231c: Pull complete 1a8485ec060a: Pull complete aa1dac00c891: Pull complete 215e9614a861: Pull complete 117130324f1d: Pull complete edf62db1b518: Pull complete 0db4778affc6: Pull complete a7061a59a18a: Pull complete 1a46a132d40e: Pull complete e461a5dda351: Pull complete 9a6368d68eed: Verifying Checksum 9a6368d68eed: Download complete 2d64e5b84c8e: Verifying Checksum 2d64e5b84c8e: Download complete e27c13f91de7: Verifying Checksum e27c13f91de7: Download complete 707ec58296db: Download complete baef187c60a6: Pull complete 60fb67301e08: Pull complete bf681241fc68: Pull complete 23eaa9b4d484: Pull complete 9a6368d68eed: Pull complete 2d64e5b84c8e: Pull complete e27c13f91de7: Pull complete 707ec58296db: Pull complete Digest: sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d Status: Downloaded newer image for ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d 2026-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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-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-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-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_HEAD 4f056bfedf..d06cfb1853 master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.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.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.3 Done. # 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 succeeded 2026-04-03 12:00.00: Job succeeded