2026-03-28 07:41.21: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/main (bb348daf4b49ed89c43f8a6d49fa142dd1e82670) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/pplumbing.git" -b "main" && cd "pplumbing" && git reset --hard bb348daf cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00 # ubuntu-22.04-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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dyn.3.22.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.0 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.0 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.22.0 top-closure.3.22.0 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-28 07:41.21: Using cache hint "mbarbin/pplumbing-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00-ubuntu-22.04-4.14_opam-2.5-a8c7ffceef384acf090d46d333526d81" 2026-03-28 07:41.21: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00) (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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dyn.3.22.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.0 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.0 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.22.0 top-closure.3.22.0 topkg.1.1.1") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build --only-packages=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build")) ) 2026-03-28 07:41.21: Waiting for resource in pool OCluster 2026-03-28 08:07.43: Waiting for worker… 2026-03-28 08:10.47: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at bb348da Add coverage annotation for post-installed path (from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00' locally docker.io/ocaml/opam@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00: Pulling from ocaml/opam b1cba2e842ca: Pulling fs layer 421afdaed246: Pulling fs layer 4f870a39d887: Pulling fs layer 55a213a632b1: Pulling fs layer 45b4d0733e62: Pulling fs layer 3aeb1fde2a5c: Pulling fs layer aafef83927b6: Pulling fs layer bcf6200713a7: Pulling fs layer 44126a1f4f31: Pulling fs layer 55a213a632b1: Waiting 640d0ce4ea89: Pulling fs layer 45b4d0733e62: Waiting 3aeb1fde2a5c: Waiting b5d13c755b81: Pulling fs layer aafef83927b6: Waiting d4f408980979: Pulling fs layer a89dafa13071: Pulling fs layer 636fd786dcef: Pulling fs layer 31dae2391bd4: Pulling fs layer bcf6200713a7: Waiting 8b28883ae878: Pulling fs layer 44126a1f4f31: Waiting 4a187d75ee24: Pulling fs layer d4f408980979: Waiting b5d13c755b81: Waiting 4f4fb700ef54: Pulling fs layer 640d0ce4ea89: Waiting a89dafa13071: Waiting 636fd786dcef: Waiting 31dae2391bd4: Waiting 15ef0a4fe052: Pulling fs layer 4a187d75ee24: Waiting 81aef10b7468: Pulling fs layer 4f4fb700ef54: Waiting 15ef0a4fe052: Waiting 8492c04426b2: Pulling fs layer 81aef10b7468: Waiting 8492c04426b2: Waiting 931be6b45df3: Pulling fs layer b3b41b093e1c: Pulling fs layer 931be6b45df3: Waiting c66a499f18f1: Pulling fs layer dc859d65a979: Pulling fs layer b3b41b093e1c: Waiting c66a499f18f1: Waiting f9a4b7e83cbc: Pulling fs layer 8406175b74f2: Pulling fs layer dc859d65a979: Waiting d8a867e68b39: Pulling fs layer f9a4b7e83cbc: Waiting 1b4507b9d94f: Pulling fs layer d8a867e68b39: Waiting 86753f729f41: Pulling fs layer 1b4507b9d94f: Waiting bb1554100fd0: Pulling fs layer 86753f729f41: Waiting 79f063451047: Pulling fs layer af19aefa8c28: Pulling fs layer 79f063451047: Waiting bb1554100fd0: Waiting 18ae77be10c6: Pulling fs layer 23748796c9e7: Pulling fs layer af19aefa8c28: Waiting 8a87c1d60ed6: Pulling fs layer 18ae77be10c6: Waiting f59dc0679c75: Pulling fs layer 23748796c9e7: Waiting 8a87c1d60ed6: Waiting d71672fc129c: Pulling fs layer 44dd0ab5fdef: Pulling fs layer f59dc0679c75: Waiting 931c13510f32: Pulling fs layer 75ed66e4849a: Pulling fs layer 44dd0ab5fdef: Waiting 19cc32431784: Pulling fs layer 931c13510f32: Waiting 6b082b8f59d1: Pulling fs layer 75ed66e4849a: Waiting 19cc32431784: Waiting 6b082b8f59d1: Waiting 4f870a39d887: Verifying Checksum 4f870a39d887: Download complete 421afdaed246: Verifying Checksum 421afdaed246: Download complete 45b4d0733e62: Verifying Checksum 45b4d0733e62: Download complete b1cba2e842ca: Verifying Checksum b1cba2e842ca: Download complete aafef83927b6: Verifying Checksum aafef83927b6: Download complete b1cba2e842ca: Pull complete 421afdaed246: Pull complete 4f870a39d887: Pull complete bcf6200713a7: Verifying Checksum bcf6200713a7: Download complete 3aeb1fde2a5c: Verifying Checksum 3aeb1fde2a5c: Download complete 640d0ce4ea89: Verifying Checksum 640d0ce4ea89: Download complete 44126a1f4f31: Verifying Checksum 44126a1f4f31: Download complete b5d13c755b81: Verifying Checksum b5d13c755b81: Download complete d4f408980979: Verifying Checksum d4f408980979: Download complete 636fd786dcef: Verifying Checksum 636fd786dcef: Download complete a89dafa13071: Verifying Checksum a89dafa13071: Download complete 31dae2391bd4: Verifying Checksum 31dae2391bd4: Download complete 8b28883ae878: Verifying Checksum 8b28883ae878: Download complete 4a187d75ee24: Download complete 4f4fb700ef54: Download complete 15ef0a4fe052: Verifying Checksum 15ef0a4fe052: Download complete 81aef10b7468: Verifying Checksum 81aef10b7468: Download complete 55a213a632b1: Verifying Checksum 55a213a632b1: Download complete 55a213a632b1: Pull complete 45b4d0733e62: Pull complete 8492c04426b2: Download complete 931be6b45df3: Verifying Checksum 931be6b45df3: Download complete b3b41b093e1c: Verifying Checksum b3b41b093e1c: Download complete c66a499f18f1: Verifying Checksum c66a499f18f1: Download complete dc859d65a979: Verifying Checksum dc859d65a979: Download complete f9a4b7e83cbc: Verifying Checksum f9a4b7e83cbc: Download complete 8406175b74f2: Download complete 1b4507b9d94f: Verifying Checksum 1b4507b9d94f: Download complete d8a867e68b39: Verifying Checksum d8a867e68b39: Download complete 86753f729f41: Verifying Checksum 86753f729f41: Download complete bb1554100fd0: Download complete af19aefa8c28: Verifying Checksum af19aefa8c28: Download complete 79f063451047: Verifying Checksum 79f063451047: Download complete 23748796c9e7: Download complete 3aeb1fde2a5c: Pull complete f59dc0679c75: Verifying Checksum f59dc0679c75: Download complete aafef83927b6: Pull complete bcf6200713a7: Pull complete 44126a1f4f31: Pull complete 640d0ce4ea89: Pull complete b5d13c755b81: Pull complete d4f408980979: Pull complete a89dafa13071: Pull complete 636fd786dcef: Pull complete 31dae2391bd4: Pull complete 8b28883ae878: Pull complete 4a187d75ee24: Pull complete d71672fc129c: Download complete 44dd0ab5fdef: Verifying Checksum 44dd0ab5fdef: Download complete 4f4fb700ef54: Pull complete 15ef0a4fe052: Pull complete 81aef10b7468: Pull complete 8492c04426b2: Pull complete 931be6b45df3: Pull complete b3b41b093e1c: Pull complete c66a499f18f1: Pull complete dc859d65a979: Pull complete f9a4b7e83cbc: Pull complete 8406175b74f2: Pull complete d8a867e68b39: Pull complete 1b4507b9d94f: Pull complete 86753f729f41: Pull complete bb1554100fd0: Pull complete 79f063451047: Pull complete af19aefa8c28: Pull complete 8a87c1d60ed6: Verifying Checksum 8a87c1d60ed6: Download complete 75ed66e4849a: Verifying Checksum 75ed66e4849a: Download complete 18ae77be10c6: Verifying Checksum 18ae77be10c6: Download complete 19cc32431784: Download complete 6b082b8f59d1: Verifying Checksum 6b082b8f59d1: Download complete 931c13510f32: Verifying Checksum 931c13510f32: Download complete 18ae77be10c6: Pull complete 23748796c9e7: Pull complete 8a87c1d60ed6: Pull complete f59dc0679c75: Pull complete d71672fc129c: Pull complete 44dd0ab5fdef: Pull complete 931c13510f32: Pull complete 75ed66e4849a: Pull complete 19cc32431784: Pull complete 6b082b8f59d1: Pull complete Digest: sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00 Status: Downloaded newer image for ocaml/opam@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00 2026-03-28 08:26.01 ---> using "752ab5c6ad79de967908e3073b7fceaa0abf89b6f293aaa06b19d969149dde3c" 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-03-28 08:26.01 ---> using "1a1eff4052ea3104fb7e5ec5761842d0cfe9656287a6882b1eac7caa3efa349f" 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 [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-28 08:26.01 ---> using "2e1e4395ca2a0d261913003a3e43f34a1f0efdc272202fe92ed711df2d6f3e43" 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-03-28 08:26.01 ---> using "95ff2ee8d7fe66b59ec0e45f834976653a81c7090dc41602580dd6f1b36445d7" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-28 08:26.01 ---> using "71b4ea2e8ceb4f55c80eaf0cf25522e581c7d7b5464709106ded0f2c4ab7d51b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..65664dc5b2 master -> origin/master 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0 <><> 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-03-28 08:26.01 ---> using "69d4a1e8fbc4dfcc4f4c6dbceed42861963ce5477667f81830143a297abd71c3" 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-03-28 08:26.01 ---> saved as "6b9f487d54aeb54d2f16fc3905eb9fc7d0b773b6f0daaf1f4d3b614226ec4001" /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-03-28 08:26.16 ---> saved as "d104acb04a55cd1babfc3dc7749b8bdf6ba36d18a4e9bbf3af6ed400c94ebc8a" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-28 08:26.17 ---> saved as "e3ba142fce9b84936431651d68cdb9fa31aa6c253a5bb745fdad184d0d2d85b7" /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.0 dyn.3.22.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.0 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.0 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.22.0 top-closure.3.22.0 topkg.1.1.1") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4173 kB] - Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3842 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7011 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1620 kB] - Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1309 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [84.0 kB] - Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB] - Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6803 kB] - Fetched 25.3 MB in 9s (2852 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-03-28 08:26.35 ---> saved as "74af18008967dd230151ce0b0fd3d2e76ddcd69a8a5d201146aa914f521aa655" /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 23 packages - install astring 0.8.5 - install climate 0.9.0 - install cmdlang 0.0.10 - install cmdlang-to-climate 0.0.10 - install cmdlang-to-cmdliner 0.0.10 - install cmdliner 2.1.0 - install csexp 1.5.2 - install dune 3.22.0 - install dyn 3.22.0 - install fmt 0.11.0 - install fpath 0.7.3 - install fs-io 3.22.0 - install loc 0.3.3 - install logs 0.10.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ordering 3.22.0 - install parsexp v0.16.0 - install pp 2.0.0 - install sexplib0 v0.16.0 - install stdune 3.22.0 - install top-closure 3.22.0 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved climate.0.9.0 (cached) -> retrieved cmdlang.0.0.10, cmdlang-to-climate.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved loc.0.3.3 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.22.0, dyn.3.22.0, fs-io.3.22.0, ordering.3.22.0, stdune.3.22.0, top-closure.3.22.0 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed logs.0.10.0 -> installed fpath.0.7.3 -> installed dune.3.22.0 -> installed climate.0.9.0 -> installed cmdlang.0.0.10 -> installed csexp.1.5.2 -> installed fs-io.3.22.0 -> installed ordering.3.22.0 -> installed pp.2.0.0 -> installed sexplib0.v0.16.0 -> installed top-closure.3.22.0 -> installed cmdlang-to-climate.0.0.10 -> installed cmdlang-to-cmdliner.0.0.10 -> installed dyn.3.22.0 -> installed parsexp.v0.16.0 -> installed stdune.3.22.0 -> installed loc.0.3.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-28 08:27.23 ---> saved as "d95531db8ae9b9f5c4ec21d080813a487f28fbd1e6424a4b9585b2a768ad4262" /src: (copy (src .) (dst /src)) 2026-03-28 08:27.24 ---> saved as "52e7661c86a109f25c3cecc83b4b2da3df48401cc5f2a57883afbc13ce9f29bb" /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-03-28 08:27.25 ---> saved as "f746939502d646be04ea73478be42906deed270334124726520a8e90c77b69d0" Job succeeded 2026-03-28 08:27.25: Job succeeded