Organisationsmbarbinpplumbingaef89f ()macos-homebrew-4.14_arm64_opam-2.5

macos-homebrew-4.14_arm64_opam-2.5

Logs

Show full logs
2026-02-17 19:34.09: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/main (aef89fd013af75fae383fed6ac182b10ed178a77) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.5)
Base: macos-homebrew-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mbarbin/pplumbing.git" -b "main" && cd "pplumbing" && git reset --hard aef89fd0
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_arm64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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 ./src/./
RUN opam pin add -yn pplumbing.dev './src/./' && \
    opam pin add -yn pplumbing-tests.dev './src/./' && \
    opam pin add -yn pplumbing-pp-tty.dev './src/./' && \
    opam pin add -yn pplumbing-log.dev './src/./' && \
    opam pin add -yn pplumbing-log-cli.dev './src/./' && \
    opam pin add -yn pplumbing-err.dev './src/./' && \
    opam pin add -yn pplumbing-dev.dev './src/./' && \
    opam pin add -yn cmdlang-cmdliner-err-runner.dev './src/./' && \
    opam pin add -yn cmdlang-climate-err-runner.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./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.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.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.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 top-closure.3.21.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 cd ./src && 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-02-17 19:34.09: Using cache hint "mbarbin/pplumbing-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.5-30c7293479781836595793d16bb2df38"
2026-02-17 19:34.09: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_arm64_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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 ./src/./))
 (run (network host)
      (shell  "opam pin add -yn pplumbing.dev './src/./' && \
             \nopam pin add -yn pplumbing-tests.dev './src/./' && \
             \nopam pin add -yn pplumbing-pp-tty.dev './src/./' && \
             \nopam pin add -yn pplumbing-log.dev './src/./' && \
             \nopam pin add -yn pplumbing-log-cli.dev './src/./' && \
             \nopam pin add -yn pplumbing-err.dev './src/./' && \
             \nopam pin add -yn pplumbing-dev.dev './src/./' && \
             \nopam pin add -yn cmdlang-cmdliner-err-runner.dev './src/./' && \
             \nopam pin add -yn cmdlang-climate-err-runner.dev './src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './src/./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.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.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.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 top-closure.3.21.1 topkg.1.1.1")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && 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-17 19:34.09: Waiting for resource in pool OCluster
2026-02-17 19:34.09: Waiting for worker…
2026-02-17 19:34.09: Got resource from pool OCluster
Building on m1-worker-03
HEAD is now at db1acaf Bump actions/checkout from 6.0.1 to 6.0.2
HEAD is now at aef89fd Bump setup-dune to v2.0.0+patch-4 and add cache-readonly across repos

(from macos-homebrew-ocaml-4.14)
2026-02-17 19:34.10 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

/: (comment macos-homebrew-4.14_arm64_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
2026-02-17 19:34.10 ---> using "75b1629629d7f21c50a7e1e39b2ef83e2edb8ace81aab34254c0c8782b814749" from cache

/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-02-17 19:34.10 ---> using "a61e945ab7671a6fff400f946e3fe88df4d67a783ea1f56fa59dc21595ef1b19" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-17 19:34.10 ---> using "11a9923a4c4f0ab256d15330129e4c4938459d2e6239eb4f7bdf0f2620300e09" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   95f7875db7..302e116c40  master     -> origin/master
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository

Everything as up-to-date as possible

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.4.0
  - ocaml-config.3
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-17 19:34.10 ---> using "8e0a049cf56382e71efda2842d05633f0e6e6b1ee13eef2b96740d32a526d9ad" from cache

/: (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 ./src/./))
2026-02-17 19:34.12 ---> saved as "fd6734c4e81b58fd53a20ca340267854007637b5f59a00914ca2578efe6bf725"

/: (run (network host)
        (shell  "opam pin add -yn pplumbing.dev './src/./' && \
               \nopam pin add -yn pplumbing-tests.dev './src/./' && \
               \nopam pin add -yn pplumbing-pp-tty.dev './src/./' && \
               \nopam pin add -yn pplumbing-log.dev './src/./' && \
               \nopam pin add -yn pplumbing-log-cli.dev './src/./' && \
               \nopam pin add -yn pplumbing-err.dev './src/./' && \
               \nopam pin add -yn pplumbing-dev.dev './src/./' && \
               \nopam pin add -yn cmdlang-cmdliner-err-runner.dev './src/./' && \
               \nopam pin add -yn cmdlang-climate-err-runner.dev './src/./'"))
[pplumbing.dev] synchronised (file:///Users/mac1000/src)
pplumbing is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package pplumbing-tests does not exist in opam repositories registered in the current switch.
[pplumbing-tests.dev] synchronised (file:///Users/mac1000/src)
pplumbing-tests is now pinned to file:///Users/mac1000/src (version dev)
[pplumbing-pp-tty.dev] synchronised (file:///Users/mac1000/src)
pplumbing-pp-tty is now pinned to file:///Users/mac1000/src (version dev)
[pplumbing-log.dev] synchronised (file:///Users/mac1000/src)
pplumbing-log is now pinned to file:///Users/mac1000/src (version dev)
[pplumbing-log-cli.dev] synchronised (file:///Users/mac1000/src)
pplumbing-log-cli is now pinned to file:///Users/mac1000/src (version dev)
[pplumbing-err.dev] synchronised (file:///Users/mac1000/src)
pplumbing-err is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package pplumbing-dev does not exist in opam repositories registered in the current switch.
[pplumbing-dev.dev] synchronised (file:///Users/mac1000/src)
pplumbing-dev is now pinned to file:///Users/mac1000/src (version dev)
[cmdlang-cmdliner-err-runner.dev] synchronised (file:///Users/mac1000/src)
cmdlang-cmdliner-err-runner is now pinned to file:///Users/mac1000/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:///Users/mac1000/src)
cmdlang-climate-err-runner is now pinned to file:///Users/mac1000/src (version dev)
2026-02-17 19:34.30 ---> saved as "e7d053d78f72a11c93602a88eb979e34b1e6f7956e8ba189a553c733569026f5"

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-02-17 19:34.31 ---> saved as "26bb51e36a850fe79a7845669492c079a46f0af5ac4d0f2bb1996f74816fccc3"

/: (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.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.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.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 top-closure.3.21.1 topkg.1.1.1")

/: (env CI true)

/: (env OCAMLCI true)

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.4.8.arm64_big_sur.bottle.tar.gz
- ==> Pouring portable-ruby-3.4.8.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[pplumbing.dev] synchronised (file:///Users/mac1000/src)
[cmdlang-cmdliner-err-runner.dev] synchronised (file:///Users/mac1000/src)
[cmdlang-climate-err-runner.dev] synchronised (file:///Users/mac1000/src)
[pplumbing-err.dev] synchronised (file:///Users/mac1000/src)
[pplumbing-log-cli.dev] synchronised (file:///Users/mac1000/src)
[pplumbing-log.dev] synchronised (file:///Users/mac1000/src)
[pplumbing-pp-tty.dev] synchronised (file:///Users/mac1000/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-17 19:34.55 ---> saved as "c29f4d31ce8be0065cb1c7cb8e50595432fc440ec797bb15bb4c76a0d97fc9c8"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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.1
  - install dyn                 3.21.1
  - install fmt                 0.11.0
  - install fpath               0.7.3
  - install fs-io               3.21.1
  - install loc                 0.3.3
  - install logs                0.10.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ordering            3.21.1
  - install parsexp             v0.16.0
  - install pp                  2.0.0
  - install sexplib0            v0.16.0
  - install stdune              3.21.1
  - install top-closure         3.21.1
  - install topkg               1.1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdlang.0.0.10, cmdlang-to-climate.0.0.10, cmdlang-to-cmdliner.0.0.10  (cached)
-> retrieved climate.0.9.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved csexp.1.5.2  (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 ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.21.1, dyn.3.21.1, fs-io.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1  (cached)
-> installed ocamlbuild.0.16.1
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.16.0
-> installed pp.2.0.0
-> installed cmdlang.0.0.10
-> installed climate.0.9.0
-> installed cmdlang-to-cmdliner.0.0.10
-> installed cmdlang-to-climate.0.0.10
-> installed fs-io.3.21.1
-> installed ordering.3.21.1
-> installed top-closure.3.21.1
-> installed parsexp.v0.16.0
-> installed dyn.3.21.1
-> installed stdune.3.21.1
-> installed loc.0.3.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-17 19:35.50 ---> saved as "dfb14179b814d59cbb6be1f633a4d7bd85103298c35367e57d16650438973321"

/: (copy (src .) (dst ./src))
2026-02-17 19:35.51 ---> saved as "a887e7c0f217572fca26499a74b5e8ade75f55347cc053a998d0cb0f23a9e444"

/: (run (shell "cd ./src && 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-17 19:35.53 ---> saved as "31ea37c06a93f9720dc8d1612ac40c120c064b5046a732d943b64e2a5e765115"
Job succeeded
2026-02-17 19:35.57: Job succeeded