2026-04-03 11:35.37: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/main (ac5398345548ca89b5efb1fbb20fbe0142ab2b45) (linux-x86_64:(lint-doc)) Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216 Opam project lint documentation 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:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216 # alpine-3.22-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.2 /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.2 --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 RUN opam install --yes dune 'odoc>=1.5.0' COPY --chown=1000:1000 . /src/ RUN ODOC_WARN_ERROR=false 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 @doc || (echo "dune build @doc failed"; exit 2) END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-03 11:35.37: Using cache hint "mbarbin/pplumbing-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-alpine-3.22-4.14_opam-2.5-b0b2680bc6cf1de368eba03a9f9dd43e" 2026-04-03 11:35.37: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216) (comment alpine-3.22-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.2 /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.2 --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")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install --yes dune 'odoc>=1.5.0'")) (copy (src .) (dst /src/)) (run (shell "ODOC_WARN_ERROR=false 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 @doc || (echo \"dune build @doc failed\"; exit 2)")) ) 2026-04-03 11:35.37: Waiting for resource in pool OCluster 2026-04-03 11:55.56: Waiting for worker… 2026-04-03 11:58.43: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at ac53983 Add conflicts for older meta-package (from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216) Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216' locally docker.io/ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216: Pulling from ocaml/opam 2d35ebdb57d9: Pulling fs layer adfc86c1accf: Pulling fs layer 2d35ebdb57d9: Waiting adfc86c1accf: Waiting d09377907434: Pulling fs layer a699cf44908b: Pulling fs layer c088e74f1f31: Pulling fs layer 7e99e6eaa847: Pulling fs layer db4b89a22482: Pulling fs layer d09377907434: Waiting a699cf44908b: Waiting f1f17593da04: Pulling fs layer 7e99e6eaa847: Waiting c088e74f1f31: Waiting bb79fbf72548: Pulling fs layer db4b89a22482: Waiting f1f17593da04: Waiting cf69890848e3: Pulling fs layer bb79fbf72548: Waiting 80e325d6146c: Pulling fs layer 66a526c41d4c: Pulling fs layer cf69890848e3: Waiting 80e325d6146c: Waiting 347d38b311ac: Pulling fs layer 984612fde4c4: Pulling fs layer 0ac0da982daa: Pulling fs layer 66a526c41d4c: Waiting 347d38b311ac: Waiting 209c9bca9b0e: Pulling fs layer 3d3356d548ff: Pulling fs layer 984612fde4c4: Waiting 209c9bca9b0e: Waiting c072da09f122: Pulling fs layer 4f4fb700ef54: Pulling fs layer 3d3356d548ff: Waiting eff3d806a4a8: Pulling fs layer c072da09f122: Waiting f5c413f5234b: Pulling fs layer 09ddc5430e22: Pulling fs layer 2c7c283b1afc: Pulling fs layer 4af9a971b585: Pulling fs layer 2c7c283b1afc: Waiting df8d9be3e30d: Pulling fs layer 5e55ae3325a7: Pulling fs layer 635cb27b4304: Pulling fs layer df8d9be3e30d: Waiting 4af9a971b585: Waiting 898fbde8ad42: Pulling fs layer 635cb27b4304: Waiting 66c0ffc92413: Pulling fs layer c8cca855638d: Pulling fs layer 898fbde8ad42: Waiting 66c0ffc92413: Waiting 45d2501a899c: Pulling fs layer c8cca855638d: Waiting 10b0fe6926c2: Pulling fs layer 45d2501a899c: Waiting 0a1d7b83a687: Pulling fs layer 2c3441915309: Pulling fs layer 10b0fe6926c2: Waiting 0a1d7b83a687: Waiting 3d1a575b1bb0: Pulling fs layer 6e5fa830b59d: Pulling fs layer 2c3441915309: Waiting 72225f5a6449: Pulling fs layer 3d1a575b1bb0: Waiting 5a8b6a59afe3: Pulling fs layer 6e5fa830b59d: Waiting 81299dd100ce: Pulling fs layer 72225f5a6449: Waiting 5a8b6a59afe3: Waiting ad267db4d3a7: Pulling fs layer 81299dd100ce: Waiting de32f8de692b: Pulling fs layer ad267db4d3a7: Waiting de32f8de692b: Waiting 2d35ebdb57d9: Verifying Checksum 2d35ebdb57d9: Download complete adfc86c1accf: Verifying Checksum adfc86c1accf: Download complete 2d35ebdb57d9: Pull complete adfc86c1accf: Pull complete d09377907434: Verifying Checksum d09377907434: Download complete d09377907434: Pull complete c088e74f1f31: Verifying Checksum c088e74f1f31: Download complete a699cf44908b: Download complete db4b89a22482: Verifying Checksum db4b89a22482: Download complete 7e99e6eaa847: Verifying Checksum 7e99e6eaa847: Download complete f1f17593da04: Verifying Checksum f1f17593da04: Download complete cf69890848e3: Verifying Checksum cf69890848e3: Download complete bb79fbf72548: Verifying Checksum bb79fbf72548: Download complete 80e325d6146c: Verifying Checksum 80e325d6146c: Download complete 66a526c41d4c: Verifying Checksum 66a526c41d4c: Download complete 347d38b311ac: Verifying Checksum 347d38b311ac: Download complete 984612fde4c4: Verifying Checksum 984612fde4c4: Download complete 0ac0da982daa: Verifying Checksum 0ac0da982daa: Download complete 209c9bca9b0e: Verifying Checksum 209c9bca9b0e: Download complete 3d3356d548ff: Verifying Checksum 3d3356d548ff: Download complete c072da09f122: Verifying Checksum c072da09f122: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete eff3d806a4a8: Download complete f5c413f5234b: Verifying Checksum f5c413f5234b: Download complete 09ddc5430e22: Verifying Checksum 09ddc5430e22: Download complete 4af9a971b585: Verifying Checksum 4af9a971b585: Download complete 2c7c283b1afc: Verifying Checksum 2c7c283b1afc: Download complete df8d9be3e30d: Verifying Checksum df8d9be3e30d: Download complete 5e55ae3325a7: Download complete 635cb27b4304: Verifying Checksum 635cb27b4304: Download complete 898fbde8ad42: Verifying Checksum 898fbde8ad42: Download complete 66c0ffc92413: Verifying Checksum 66c0ffc92413: Download complete c8cca855638d: Verifying Checksum c8cca855638d: Download complete a699cf44908b: Pull complete 45d2501a899c: Verifying Checksum 45d2501a899c: Download complete c088e74f1f31: Pull complete 0a1d7b83a687: Verifying Checksum 0a1d7b83a687: Download complete 7e99e6eaa847: Pull complete 3d1a575b1bb0: Verifying Checksum 3d1a575b1bb0: Download complete db4b89a22482: Pull complete f1f17593da04: Pull complete 6e5fa830b59d: Download complete bb79fbf72548: Pull complete cf69890848e3: Pull complete 72225f5a6449: Verifying Checksum 72225f5a6449: Download complete 80e325d6146c: Pull complete 66a526c41d4c: Pull complete 347d38b311ac: Pull complete 984612fde4c4: Pull complete 0ac0da982daa: Pull complete 209c9bca9b0e: Pull complete 3d3356d548ff: Pull complete c072da09f122: Pull complete 4f4fb700ef54: Pull complete eff3d806a4a8: Pull complete f5c413f5234b: Pull complete 09ddc5430e22: Pull complete 2c7c283b1afc: Pull complete 4af9a971b585: Pull complete df8d9be3e30d: Pull complete 5e55ae3325a7: Pull complete 635cb27b4304: Pull complete 898fbde8ad42: Pull complete 66c0ffc92413: Pull complete c8cca855638d: Pull complete 45d2501a899c: Pull complete 5a8b6a59afe3: Verifying Checksum 5a8b6a59afe3: Download complete 2c3441915309: Verifying Checksum 2c3441915309: Download complete 10b0fe6926c2: Verifying Checksum 10b0fe6926c2: Download complete de32f8de692b: Verifying Checksum de32f8de692b: Download complete 81299dd100ce: Verifying Checksum 81299dd100ce: Download complete ad267db4d3a7: Verifying Checksum ad267db4d3a7: Download complete 10b0fe6926c2: Pull complete 0a1d7b83a687: Pull complete 2c3441915309: Pull complete 3d1a575b1bb0: Pull complete 6e5fa830b59d: Pull complete 72225f5a6449: Pull complete 5a8b6a59afe3: Pull complete 81299dd100ce: Pull complete ad267db4d3a7: Pull complete de32f8de692b: Pull complete Digest: sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216 Status: Downloaded newer image for ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216 2026-04-03 11:58.43 ---> using "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a" from cache /: (comment alpine-3.22-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.2 /usr/bin/opam")) 2026-04-03 11:58.44 ---> saved as "aa238cb861d3c6c581edbbf37b9748fbb3955a0301f8754f1330522d31bdea95" /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 development 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:59.11 ---> saved as "3012e725308508d0de531ee578ee1e8781d13d01e7b7e084a1a8ab6b2e9dfc3c" /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.2.1 2026-04-03 11:59.12 ---> saved as "49acb3bbc71f8cee0ac24a0653bcca777fc6f3873bc89b90d919182499bf3c26" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-03 11:59.12 ---> saved as "834d8ad0726c0946994af4beac26783ef6bb1014f63b7b5e9de6455c8090386e" /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 a6b2f19780..2a4b439041 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, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # Run eval $(opam env) to update the current shell environment 2026-04-03 11:59.54 ---> saved as "744d43a9d4f5ce325e45239c497327738bf77a632cdb26c96116a5fcf7409025" /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:59.54 ---> saved as "d2dc95e848eb5ca99012fcd9bea46fb66cb3f33d05b03420ec0a6b367c60e04f" /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) Package pplumbing-tests does not exist, create as a NEW package? [y/n] y [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) Package pplumbing-dev does not exist, create as a NEW package? [y/n] y [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) Package cmdlang-climate-err-runner does not exist, create as a NEW package? [y/n] y [cmdlang-climate-err-runner.dev] synchronised (file:///src) cmdlang-climate-err-runner is now pinned to file:///src (version dev) 2026-04-03 12:00.18 ---> saved as "10df6a81ec0d749dbbea31ff261cf19f7edaf3c129f0ee7175c4aa650176b24a" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-03 12:00.19 ---> saved as "98660d456d74de60d58b75a15ed501cf568037dbdf0420b710f1473e1aaa88b6" /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.2 --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 "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.22.3-105-g58283386ebd [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] - v3.22.3-104-g8c092017342 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] - v20260127-6755-g72f069c0311 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20260127-6758-gc4f1a61674c [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20260127-6759-g1123566d33e [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 61164 distinct packages available <><> 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). 2026-04-03 12:00.32 ---> saved as "700a7f99f4662d0485741ff63d3f5821c897f14d27ac5ca65f63596b2602ab99" /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 climate.0.9.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved csexp.1.5.2 (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 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. # Run eval $(opam env) to update the current shell environment 2026-04-03 12:01.30 ---> saved as "f704fc4699ff0d1173b4da32c97d6970ff26201ccdfab015b08cb754ee34eb12" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install --yes dune 'odoc>=1.5.0'")) [NOTE] Package dune is already installed (current version is 3.22.1). The following actions will be performed: === install 10 packages - install camlp-streams 5.0.1 [required by odoc-parser] - install cppo 1.8.0 [required by odoc] - install crunch 4.0.0 [required by odoc] - install odoc 3.1.0 - install odoc-parser 3.1.0 [required by odoc] - install ptime 1.2.0 [required by crunch] - install re 1.14.0 [required by tyxml] - install seq base [required by tyxml] - install tyxml 4.6.0 [required by odoc] - install uutf 1.0.4 [required by tyxml] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.14.0 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved uutf.1.0.4 (cached) -> installed camlp-streams.5.0.1 -> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached) -> installed cppo.1.8.0 -> installed ptime.1.2.0 -> installed re.1.14.0 -> installed uutf.1.0.4 -> installed crunch.4.0.0 -> installed odoc-parser.3.1.0 -> installed tyxml.4.6.0 -> installed odoc.3.1.0 Done. # Run eval $(opam env) to update the current shell environment 2026-04-03 12:01.50 ---> saved as "692daccdbce7dbd93806b59c3f332bdf3438ee9b2c94a2c950e2cb89ae065b4d" /src: (copy (src .) (dst /src/)) 2026-04-03 12:01.51 ---> saved as "a3bd0ffca85c7e649a8152f55c8622bb19f4887c4cab16027d9ba317c48c09e5" /src: (run (shell "ODOC_WARN_ERROR=false 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 @doc || (echo \"dune build @doc failed\"; exit 2)")) 2026-04-03 12:01.52 ---> saved as "2ced50548b00f33718773ece91c0ad8cca809e835f723d3df8937d8425c2d62f" Job succeeded 2026-04-03 12:01.52: Job succeeded