Organisationsmbarbindunolintf5132b ()macos-homebrew-4.14_opam-2.5

macos-homebrew-4.14_opam-2.5

Logs

Show full logs
2026-05-06 07:08.38: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (f5132b9426257275e71240b6adc721a402955b00) (macos-x86_64:macos-homebrew-4.14_opam-2.5)
Base: macos-homebrew-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard f5132b94
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam ./src/./
RUN opam pin add -yn dunolint.dev './src/./' && \
    opam pin add -yn dunolint-tests.dev './src/./' && \
    opam pin add -yn dunolint-lib.dev './src/./' && \
    opam pin add -yn dunolint-lib-base.dev './src/./' && \
    opam pin add -yn dunolint-lib-base-tests.dev './src/./' && \
    opam pin add -yn dunolint-dev.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.0 pp.2.0.0 re.1.14.0 sexplib0.v0.16.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-05-06 07:08.38: Using cache hint "mbarbin/dunolint-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.5-ac985fc8f126ef6675581870a47c5dc0"
2026-05-06 07:08.38: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam)
       (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn dunolint.dev './src/./' && \
             \nopam pin add -yn dunolint-tests.dev './src/./' && \
             \nopam pin add -yn dunolint-lib.dev './src/./' && \
             \nopam pin add -yn dunolint-lib-base.dev './src/./' && \
             \nopam pin add -yn dunolint-lib-base-tests.dev './src/./' && \
             \nopam pin add -yn dunolint-dev.dev './src/./'"))
 (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
 (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.0 pp.2.0.0 re.1.14.0 sexplib0.v0.16.0")
 (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 dunolint-lib.dev dunolint-lib-base.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=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))
)

2026-05-06 07:08.38: Waiting for resource in pool OCluster
2026-05-06 07:08.38: Waiting for worker…
2026-05-06 07:09.33: Got resource from pool OCluster
Building on i7-worker-02
HEAD is now at 99a4e4d Enable new workflow in more-ci
HEAD is now at f5132b9 Upgrade dune in doc workflows

(from macos-homebrew-ocaml-4.14)
2026-05-06 07:09.35 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

/: (comment macos-homebrew-4.14_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-05-06 07:09.35 ---> 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-05-06 07:09.35 ---> 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-05-06 07:09.36 ---> 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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4c9d80b731..a70af20c71  master     -> origin/master
a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository
default (at git+file:///Users/mac1000/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at git+file:///Users/mac1000/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


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.5.0
  - ocaml-config.3
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-05-06 07:09.36 ---> using "ab06682c614bbb415d52862b2a9119c4b3461fce22cf0fcc2c3c62ccda1384ec" from cache

/: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam)
         (dst ./src/./))
2026-05-06 07:09.36 ---> using "9929714b2932adbbd8aa5eeea772c5c5409c65e22d54d28c2dad074638a3413f" from cache

/: (run (network host)
        (shell  "opam pin add -yn dunolint.dev './src/./' && \
               \nopam pin add -yn dunolint-tests.dev './src/./' && \
               \nopam pin add -yn dunolint-lib.dev './src/./' && \
               \nopam pin add -yn dunolint-lib-base.dev './src/./' && \
               \nopam pin add -yn dunolint-lib-base-tests.dev './src/./' && \
               \nopam pin add -yn dunolint-dev.dev './src/./'"))
[dunolint.dev] synchronised (file:///Users/mac1000/src)
dunolint is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package dunolint-tests does not exist in opam repositories registered in the current switch.
[dunolint-tests.dev] synchronised (file:///Users/mac1000/src)
dunolint-tests is now pinned to file:///Users/mac1000/src (version dev)
[dunolint-lib.dev] synchronised (file:///Users/mac1000/src)
dunolint-lib is now pinned to file:///Users/mac1000/src (version dev)
[dunolint-lib-base.dev] synchronised (file:///Users/mac1000/src)
dunolint-lib-base is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package dunolint-lib-base-tests does not exist in opam repositories registered in the current switch.
[dunolint-lib-base-tests.dev] synchronised (file:///Users/mac1000/src)
dunolint-lib-base-tests is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package dunolint-dev does not exist in opam repositories registered in the current switch.
[dunolint-dev.dev] synchronised (file:///Users/mac1000/src)
dunolint-dev is now pinned to file:///Users/mac1000/src (version dev)
2026-05-06 07:09.37 ---> using "707d31cb6290462239392b5ec1ab04edcc645827a67645d1894c1794e7419f4d" from cache

/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-05-06 07:09.37 ---> using "0a918b74595946e2de49ec1ffa9c1d8c3d5904cb9900bb91c4800ba50d743e2a" from cache

/: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.0 pp.2.0.0 re.1.14.0 sexplib0.v0.16.0")

/: (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 dunolint-lib.dev dunolint-lib-base.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dunolint-lib-base.dev] synchronised (file:///Users/mac1000/src)
[dunolint-lib.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-05-06 07:09.38 ---> using "ab65f6962679b2c15a13c75d4910045ca41c2323e829eeb111c659108992ecae" from cache

/: (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 9 packages
  - install base              v0.16.5
  - install csexp             1.5.2
  - install dune              3.23.0
  - install dune-configurator 3.23.0
  - install dyn               3.23.0
  - install ordering          3.23.0
  - install pp                2.0.0
  - install re                1.14.0
  - install sexplib0          v0.16.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved base.v0.16.5  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved dune.3.23.0, dune-configurator.3.23.0, dyn.3.23.0, ordering.3.23.0  (cached)
-> installed dune.3.23.0
-> installed csexp.1.5.2
-> installed sexplib0.v0.16.0
-> installed re.1.14.0
-> installed pp.2.0.0
-> installed ordering.3.23.0
-> installed dune-configurator.3.23.0
-> installed dyn.3.23.0
-> installed base.v0.16.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-06 07:09.38 ---> using "f6d91c10897f46593e517f46b3b22f7b53efe49fb9bcdf4e4bd10ad5fbf8440f" from cache

/: (copy (src .) (dst ./src))
2026-05-06 07:09.40 ---> saved as "08b95193fa7c1a812b07270232e6cc52abbbaaee09292296f5563f8191e7f5ff"

/: (run (shell "cd ./src && opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))
2026-05-06 07:09.45 ---> saved as "d7289497f76d5a5af0f83d3269de03ff8d8042ac5e42f7d91877268df83bcb54"
Job succeeded
2026-05-06 07:09.52: Job succeeded