2026-05-19 17:06.43: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/bump-dune-lower-bound (be20b030260ad0dc5749e5f524d82950b5c74fc5) (linux-x86_64:debian-13-4.14+flambda_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:e47537b05d47712d9500f8258e33b236699bbf3a6078ea2e1de9520f5f82ee55 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "bump-dune-lower-bound" && cd "dunolint" && git reset --hard be20b030 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:e47537b05d47712d9500f8258e33b236699bbf3a6078ea2e1de9520f5f82ee55 # debian-13-4.14+flambda_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/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 WORKDIR /src RUN sudo chown opam /src 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 ./ RUN opam pin add -yn dunolint.dev './' && \ opam pin add -yn dunolint-tests.dev './' && \ opam pin add -yn dunolint-lib.dev './' && \ opam pin add -yn dunolint-lib-base.dev './' && \ opam pin add -yn dunolint-lib-base-tests.dev './' && \ opam pin add -yn dunolint-dev.dev './' RUN echo '(lang dune 3.0)' > './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.3 ocaml-config.2 ocaml-variants.4.14.3+options 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 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.43: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:e47537b05d47712d9500f8258e33b236699bbf3a6078ea2e1de9520f5f82ee55-debian-13-4.14+flambda_opam-2.5-acd2a63860d0186ad5f97a9703eddf5e" 2026-05-19 17:06.43: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:e47537b05d47712d9500f8258e33b236699bbf3a6078ea2e1de9520f5f82ee55) (comment debian-13-4.14+flambda_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.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (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")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (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 ./)) (run (network host) (shell "opam pin add -yn dunolint.dev './' && \ \nopam pin add -yn dunolint-tests.dev './' && \ \nopam pin add -yn dunolint-lib.dev './' && \ \nopam pin add -yn dunolint-lib-base.dev './' && \ \nopam pin add -yn dunolint-lib-base-tests.dev './' && \ \nopam pin add -yn dunolint-dev.dev './'")) (run (shell "echo '(lang dune 3.0)' > './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.3 ocaml-config.2 ocaml-variants.4.14.3+options 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 /home/opam/.opam/download-cache))) (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 /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")) ) 2026-05-19 17:06.43: Waiting for resource in pool OCluster 2026-05-19 17:49.22: Waiting for worker… 2026-05-19 17:52.42: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at be20b03 Retire former implicit_transitive_deps workaround - no longer applicable (from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:e47537b05d47712d9500f8258e33b236699bbf3a6078ea2e1de9520f5f82ee55) 2026-05-19 17:54.38 ---> using "a97aa18ad5ce7e9285984fe74e4fd16531134689e8c3a60a6d2bd2c8fe39d7be" from cache /: (comment debian-13-4.14+flambda_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.5 /usr/bin/opam")) 2026-05-19 17:54.38 ---> using "49b96568badf49bb7a4b85e7d778040f6b8f987bfa49a2264c7aa3b3f5178b6e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (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 fc08333d1b..df6ab556b4 master -> origin/master df6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.1 2026-05-19 17:54.38 ---> using "73a7145a40859f746479ef0e10e98e6b6dcffb9721bdd43748a647d37ba6ce94" from cache /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 version of opam requires an update to the layout of /home/opam/.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:///home/opam/opam-repository 2026-05-19 17:54.38 ---> using "aa081464c78190494fe549927d6ff071e86c0a1e07ba2d7132c055846c735075" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-05-19 17:54.38 ---> using "1ce9fa2c71cf5609c3c876d55309c8bcf990ac71c88a0cf91a1d4f6765957f30" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-19 17:54.38 ---> using "d461e6a6c6e574b3138b01a062d0d4b7dc4dc465d4707c696d21becb674a70d5" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). 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 17:54.38 ---> using "d6bef85044284258745b5c20de07006cee1bf6f6b8925416359a3adaa26965b1" from cache /src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam) (dst ./)) 2026-05-19 17:54.38 ---> saved as "30f8a70f4125dbf646b3e1eb5736ef632acedcecd8cfbcdb16f2ce2e5cc97b2e" /src: (run (network host) (shell "opam pin add -yn dunolint.dev './' && \ \nopam pin add -yn dunolint-tests.dev './' && \ \nopam pin add -yn dunolint-lib.dev './' && \ \nopam pin add -yn dunolint-lib-base.dev './' && \ \nopam pin add -yn dunolint-lib-base-tests.dev './' && \ \nopam pin add -yn dunolint-dev.dev './'")) [dunolint.dev] synchronised (file:///src) dunolint is now pinned to file:///src (version dev) [NOTE] Package dunolint-tests does not exist in opam repositories registered in the current switch. [dunolint-tests.dev] synchronised (file:///src) dunolint-tests is now pinned to file:///src (version dev) [dunolint-lib.dev] synchronised (file:///src) dunolint-lib is now pinned to file:///src (version dev) [dunolint-lib-base.dev] synchronised (file:///src) dunolint-lib-base is now pinned to file:///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:///src) dunolint-lib-base-tests is now pinned to file:///src (version dev) [NOTE] Package dunolint-dev does not exist in opam repositories registered in the current switch. [dunolint-dev.dev] synchronised (file:///src) dunolint-dev is now pinned to file:///src (version dev) 2026-05-19 17:54.55 ---> saved as "4966e4d76f82748bfc2589cf5e5d45d374a4c6533ed6f8d4cc407066b0cc1fe5" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-19 17:54.56 ---> saved as "16fbc76eb792c7a7bff1bda1d8141c5c7fe7b22d1c2c02c5441572cd4a51e4a2" /src: (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.3 ocaml-config.2 ocaml-variants.4.14.3+options ordering.3.23.1 pp.2.0.0 re.1.14.0 sexplib0.v0.16.0") /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.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [165 kB] - Fetched 10.1 MB in 22s (455 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [dunolint-lib.dev] synchronised (file:///src) [dunolint-lib-base.dev] synchronised (file:///src) [NOTE] Package ocaml-variants is already installed (current version is 4.14.3+options). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 17:55.36 ---> saved as "0a0ffa8bfed1d9c898171bd66b656deaf2c055a12031e8c0a68277546a901cac" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 4.14.3+options). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 base.v0.16.5 (cached) -> retrieved csexp.1.5.2 (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 ordering.3.23.1 -> installed pp.2.0.0 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> 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 17:58.53 ---> saved as "771c9bad00197f2d26ae35624adab01969d21aa9b4d7a9aa459e8e7424abba13" /src: (copy (src .) (dst /src)) 2026-05-19 17:58.54 ---> saved as "e65c119ad03611035192c0c44fd7c66323213a0ed4ac4080483b1ece4aba0550" /src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")) 2026-05-19 17:58.59 ---> saved as "488f757ff8029213b82ddee9fcc27e3bf154621d774b3e53b013fea8c86e6d57" Job succeeded 2026-05-19 17:59.00: Job succeeded