2026-02-01 14:42.49: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/main (758ddf6364430de468949ebc236aca74759ccfef) (linux-arm64:debian-13-4.14_arm64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/pplumbing.git" -b "main" && cd "pplumbing" && git reset --hard 758ddf63cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1# debian-13-4.14_arm64_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 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && 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.21.0 dyn.3.21.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.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.21.0 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.0 top-closure.3.21.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 $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-02-01 14:42.49: Using cache hint "mbarbin/pplumbing-ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1-debian-13-4.14_arm64_opam-2.5-64054d0b5a9f1d42508f5a8537303858"2026-02-01 14:42.49: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1)(comment debian-13-4.14_arm64_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 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && 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 (network host)(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.21.0 dyn.3.21.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.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.21.0 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.0 top-closure.3.21.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-02-01 14:42.49: Waiting for resource in pool OCluster2026-02-01 14:42.49: Waiting for worker…2026-02-01 14:42.49: Got resource from pool OClusterBuilding on okypous.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/pplumbing.git-59f4bc3e186a99450f733179e215130f4b9a9cd0/.git/HEAD is now at 758ddf6 Improve default settings for GHA permissions(from ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1' locallydocker.io/ocaml/opam@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1: Pulling from ocaml/opam08530324e2a8: Pulling fs layer08530324e2a8: Verifying Checksum08530324e2a8: Download complete08530324e2a8: Pull completeDigest: sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1Status: Downloaded newer image for ocaml/opam@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd12026-02-01 14:42.50 ---> using "e361c22c5363e81b9c8c24dc824228979d283e71aa561f1da7b3298d2bf27e9f" from cache/: (comment debian-13-4.14_arm64_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-02-01 14:42.50 ---> using "9092ae8a641099155c2ac8544471412f113dc9d196039f763f22b4bc2e607ac9" 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.Continue? [Y/n] yFormat upgrade done.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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-01 14:42.50 ---> using "50aeb94dcc79c5af6b4a1aba96b95fddd9095875dfa16d1763f5677a255b8758" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.5.02026-02-01 14:42.50 ---> using "8626b03804ec448393d7c8dd000d772080178295f2e3f6fd4741f8faf8df238f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-01 14:42.50 ---> using "f7b4d57e26cb181ed91912ba43aa871d6a69f434b21fb8845ad87df9641a890b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD16d9c0eb87..e64c51d911 master -> origin/master51158b2cc8 Merge pull request #29283 from mbarbin/opam-publish-loc.0.3.3<><> 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.4.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-02-01 14:43.08 ---> saved as "816fe40a33fc9451ab0ab95f51ce03166d44f2afd02baa698f3a6ffb0a216f8e"/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-02-01 14:43.08 ---> saved as "12cff90d2bd117defde9eb30d85bc3551ca11a2993701a08d3ea6206f1883192"/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-02-01 14:43.21 ---> saved as "4aee5a3b952c315f79c258d509e0ddcb3f07ac51420331fd5e87c13f3f9439d6"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-01 14:43.21 ---> saved as "6914a22820e1556ec5b1e8da4c72954ab676f0205805b376ec330fd38e7fc2d0"/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.21.0 dyn.3.21.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.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.21.0 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.0 top-closure.3.21.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://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main arm64 Packages [9607 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [99.0 kB]- Fetched 9937 kB in 14s (708 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-02-01 14:43.44 ---> saved as "e0265bbbe607fd11e4eba695fb0a7d77a8453f70b5b185e8abfbf6ac3aa96b2c"/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.21.0- install dyn 3.21.0- install fmt 0.11.0- install fpath 0.7.3- install fs-io 3.21.0- install loc 0.3.3- install logs 0.10.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.21.0- install parsexp v0.16.0- install pp 2.0.0- install sexplib0 v0.16.0- install stdune 3.21.0- install top-closure 3.21.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 logs.0.10.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved loc.0.3.3 (https://opam.ocaml.org/cache)-> 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.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.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.21.0-> installed climate.0.9.0-> installed cmdlang.0.0.10-> installed csexp.1.5.2-> installed pp.2.0.0-> installed sexplib0.v0.16.0-> installed cmdlang-to-climate.0.0.10-> installed cmdlang-to-cmdliner.0.0.10-> installed ordering.3.21.0-> installed parsexp.v0.16.0-> installed fs-io.3.21.0-> installed top-closure.3.21.0-> installed dyn.3.21.0-> installed stdune.3.21.0-> installed loc.0.3.3Done.# To update the current shell environment, run: eval $(opam env)2026-02-01 14:44.43 ---> saved as "cbc6af7485da50123297674cc7851a657a42e3c957a36045c6c0707350630fa0"/src: (copy (src .) (dst /src))2026-02-01 14:44.44 ---> saved as "841556c5cdff6690875d1f03523cfbbca4f3d94446137698d0a989e04616f8b3"/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-02-01 14:44.45 ---> saved as "b5d23ae12fa23b9fe2c911485253332265e58fa16b4dde1a7e452e325dd443ae"Job succeeded2026-02-01 14:44.45: Job succeeded