2026-05-19 17:06.42: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (57b7ebdb206834a3496301abea51d2334ad7ea30) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.5)Base: macos-homebrew-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 57b7ebdbcat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-4.14# macos-homebrew-4.14_arm64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN opam update -uCOPY --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.1 dune-configurator.3.23.1 dyn.3.23.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-19 17:06.42: Using cache hint "mbarbin/dunolint-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.5-3b6f64ee3232d3c6553fc7fea94ce96b"2026-05-19 17:06.42: 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 (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 df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))(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 "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.1 dune-configurator.3.23.1 dyn.3.23.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.1 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-19 17:06.42: Waiting for resource in pool OCluster2026-05-19 17:08.36: Waiting for worker…2026-05-19 18:32.47: Got resource from pool OClusterBuilding on m1-worker-02All commits already cachedHEAD is now at 57b7ebd Fix some typos(from macos-homebrew-ocaml-4.14)2026-05-19 18:32.48 ---> 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-05-19 18:32.48 ---> using "75b1629629d7f21c50a7e1e39b2ef83e2edb8ace81aab34254c0c8782b814749" 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 df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD95f7875db7..df6ab556b4 master -> origin/masterdf6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.12026-05-19 18:32.48 ---> using "3f2343289b5eaaf786f99c8f9ce0d00fd72a0da1fb48d1bb6321b8022c65da1f" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositorydefault (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)2026-05-19 18:32.48 ---> using "9315502afc7ab16e3f83362886cbf37684ec8e9df4daf1a2c80d632527aa0221" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 4.14.22.5.02026-05-19 18:32.48 ---> using "7cc19d1cff5fd8028e3f6e9dd17ec278dd30d3dd5baa17642bb2a39b8d5158d8" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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-19 18:32.48 ---> using "e355a82024c7aa0c3da39aefa5ddbac09cc6da78c4e700a649452ff132cb8c47" 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-19 18:32.49 ---> saved as "2b3211e12e784d7346ec5fafe97ed2baf02f5e7899be4a9cd6f337bf7cb6844c"/: (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-19 18:33.05 ---> saved as "1958d5f6367da45180bc149f059113b80dd591dae92bbd5d046b74b48aa39640"/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-05-19 18:33.06 ---> saved as "349104e394b4259650e9f74b3b26d26e8182852c63db0e311228421250c8519c"/: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 dyn.3.23.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.1 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"))+ /opt/homebrew/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-19 18:33.43 ---> saved as "7ada5a9f79fea702b69e7b73e3c695c1d2554796c80ddf7427f1f648232519bc"/: (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.1- install dune-configurator 3.23.1- install dyn 3.23.1- install ordering 3.23.1- 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.1, dune-configurator.3.23.1, dyn.3.23.1, ordering.3.23.1 (cached)-> installed dune.3.23.1-> installed csexp.1.5.2-> installed sexplib0.v0.16.0-> installed pp.2.0.0-> installed ordering.3.23.1-> installed dune-configurator.3.23.1-> installed re.1.14.0-> installed dyn.3.23.1-> installed base.v0.16.5Done.# To update the current shell environment, run: eval $(opam env)2026-05-19 18:34.42 ---> saved as "4fb8007d1bdee0fa3ca76c5f59a948e20aad8a64c11b1aeb4593fe5a449adc29"/: (copy (src .) (dst ./src))2026-05-19 18:34.44 ---> saved as "08a1212eb3f6a0f528f465dab48c8b5193147853a198b6af2e6f30de4ec8b5f4"/: (run (shell "cd ./src && opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-05-19 18:34.48 ---> saved as "7d40596cef66fe995d6adf63c6030ca20f298c0439790e8e69b5e027ca699f59"Job succeeded2026-05-19 18:34.58: Job succeeded