2026-05-19 17:06.39: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/enable-5.5-in-main-ci (e90b88cacf210f0db17d308f7a4709054ad73ae2) (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 "enable-5.5-in-main-ci" && cd "dunolint" && git reset --hard e90b88ca 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 cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN 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.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 $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-19 17:06.39: Using cache hint "mbarbin/dunolint-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.5-3b6f64ee3232d3c6553fc7fea94ce96b" 2026-05-19 17:06.39: 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 (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.39: Waiting for resource in pool OCluster 2026-05-19 17:08.28: Waiting for worker… 2026-05-19 18:45.14: Got resource from pool OCluster Building on i7-worker-01 HEAD is now at a0f784b Upgrade deploy-pages (node 24 warning) HEAD is now at e90b88c Upgrade dune to 3.23 in main ci (from macos-homebrew-ocaml-4.14) 2026-05-19 18:45.18 ---> 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-19 18:45.18 ---> 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_HEAD 4c9d80b731..df6ab556b4 master -> origin/master df6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.1 2026-05-19 18:45.18 ---> 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 --global Format upgrade done. <><> Updating 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) 2026-05-19 18:45.19 ---> using "9315502afc7ab16e3f83362886cbf37684ec8e9df4daf1a2c80d632527aa0221" 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-19 18:45.19 ---> 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-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.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-19 18:45.19 ---> 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:45.21 ---> saved as "13d919d7f0e072f239b5499dcc1031edb7564d97fc7fc17c8abd2bafcdb2a6ef" /: (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:45.48 ---> saved as "b9f574d765f63a1eeb6062361b391501bcd1a0a344ab02cf49494fdfae933f71" /: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2026-05-19 18:45.50 ---> saved as "2d430d0fbb11a12573c32b6b3dab51220e32c84d941ee24e4fcfddee46c103e7" /: (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")) + /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-19 18:47.24 ---> saved as "a6e95c54b30af092479eaba6cc5ed8a7ddd4a1b4af19440322375335233b0ad4" /: (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 re.1.14.0 -> installed ordering.3.23.1 -> installed dune-configurator.3.23.1 -> installed dyn.3.23.1 -> installed base.v0.16.5 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-19 18:48.53 ---> saved as "988808787c6f620fb3e2ef8644b5a8737fe23eae9791449df50a594f0d0f82b5" /: (copy (src .) (dst ./src)) 2026-05-19 18:48.54 ---> saved as "b22db05037e256be2a303ee019c38bf1f682d09f7cc9111e25ca2255b31b8560" /: (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:48.59 ---> saved as "4cf4924cf5951d0e515b1ea215b78e3244d4db8dcdbc3fa35c1c4848949bf2dc" Job succeeded 2026-05-19 18:49.17: Job succeeded