2026-05-11 22:20.05: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (84c62c095b8eaee2fa6860ce1e76e09eaa007925) (linux-x86_64:debian-13-4.14_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 84c62c09 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126 # debian-13-4.14_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 opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src 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 ./ 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.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 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-11 22:20.05: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126-debian-13-4.14_opam-2.5-604209afb375b77dae53c5b20ef9997a" 2026-05-11 22:20.05: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126) (comment debian-13-4.14_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 (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 "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 ./)) (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.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 /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-11 22:20.05: Waiting for resource in pool OCluster 2026-05-11 22:20.05: Waiting for worker… 2026-05-11 22:20.05: Got resource from pool OCluster Building on phoebe.caelum.ci.dev HEAD is now at d4c7be9 Merge pull request #201 from mbarbin/rework-base-test-dep HEAD is now at 84c62c0 Add an AI-DECLARATION.md file and badge to the project (from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126' locally docker.io/ocaml/opam@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126: Pulling from ocaml/opam 8f6ad858d0a4: Pulling fs layer 9cb5e198c8cf: Pulling fs layer 2d346d36dcf2: Pulling fs layer cdc35e289b8d: Pulling fs layer aeb7244bb580: Pulling fs layer fc1943254a0d: Pulling fs layer 84238c416f8e: Pulling fs layer cdc35e289b8d: Waiting fbbfe75d3112: Pulling fs layer aeb7244bb580: Waiting 221fdc5d9929: Pulling fs layer fc1943254a0d: Waiting 1fec9149b52a: Pulling fs layer fbbfe75d3112: Waiting 9c6e52557f24: Pulling fs layer 221fdc5d9929: Waiting 8737f5036aae: Pulling fs layer 1fec9149b52a: Waiting d69c4074de14: Pulling fs layer 9c6e52557f24: Waiting 7237152a5f04: Pulling fs layer d69c4074de14: Waiting 8737f5036aae: Waiting fba4b414d8a0: Pulling fs layer 7237152a5f04: Waiting 40d552afb3ef: Pulling fs layer fba4b414d8a0: Waiting 077cc17dc8e4: Pulling fs layer 40d552afb3ef: Waiting 169e1be36a55: Pulling fs layer 077cc17dc8e4: Waiting 0a8a005097ab: Pulling fs layer 169e1be36a55: Waiting caba3ec4b361: Pulling fs layer 0a8a005097ab: Waiting 6a364dc641f8: Pulling fs layer 4f4fb700ef54: Pulling fs layer 6a364dc641f8: Waiting ab8052928cdc: Pulling fs layer 4f4fb700ef54: Waiting f5717a28dd6a: Pulling fs layer ab8052928cdc: Waiting 79233a9b9bed: Pulling fs layer f5717a28dd6a: Waiting d832d53e7392: Pulling fs layer 79233a9b9bed: Waiting 1872dad82243: Pulling fs layer d832d53e7392: Waiting bfd849b08ba7: Pulling fs layer 834a8024ef15: Pulling fs layer bfd849b08ba7: Waiting 1872dad82243: Waiting 834a8024ef15: Waiting 98ccec79258b: Pulling fs layer fb48f36a0542: Pulling fs layer 3688b13db8e7: Pulling fs layer a5c099f5f72c: Pulling fs layer 98ccec79258b: Waiting 1ff1760de5b0: Pulling fs layer fb48f36a0542: Waiting 3688b13db8e7: Waiting 98eec6764aa5: Pulling fs layer 1ff1760de5b0: Waiting a5c099f5f72c: Waiting aa22ae69debd: Pulling fs layer 98eec6764aa5: Waiting 12bfb7b962a2: Pulling fs layer aa22ae69debd: Waiting ec25ce9bb816: Pulling fs layer 12bfb7b962a2: Waiting beadd3cf7357: Pulling fs layer ec25ce9bb816: Waiting d0d0c65a426d: Pulling fs layer beadd3cf7357: Waiting d0d0c65a426d: Waiting 27080da82c6b: Pulling fs layer 3b99adeb504e: Pulling fs layer 867c8a52ad10: Pulling fs layer 27080da82c6b: Waiting 01ca275a6ca2: Pulling fs layer 3b99adeb504e: Waiting 867c8a52ad10: Waiting 01ca275a6ca2: Waiting 2d346d36dcf2: Download complete 9cb5e198c8cf: Verifying Checksum 9cb5e198c8cf: Download complete aeb7244bb580: Verifying Checksum aeb7244bb580: Download complete cdc35e289b8d: Verifying Checksum cdc35e289b8d: Download complete 8f6ad858d0a4: Verifying Checksum 8f6ad858d0a4: Download complete 84238c416f8e: Verifying Checksum 84238c416f8e: Download complete fc1943254a0d: Verifying Checksum fc1943254a0d: Download complete fbbfe75d3112: Verifying Checksum fbbfe75d3112: Download complete 221fdc5d9929: Verifying Checksum 221fdc5d9929: Download complete 1fec9149b52a: Verifying Checksum 1fec9149b52a: Download complete 8737f5036aae: Verifying Checksum 8737f5036aae: Download complete 9c6e52557f24: Verifying Checksum 9c6e52557f24: Download complete 7237152a5f04: Verifying Checksum 7237152a5f04: Download complete fba4b414d8a0: Verifying Checksum fba4b414d8a0: Download complete 077cc17dc8e4: Verifying Checksum 077cc17dc8e4: Download complete d69c4074de14: Verifying Checksum d69c4074de14: Download complete 40d552afb3ef: Download complete 169e1be36a55: Verifying Checksum 169e1be36a55: Download complete caba3ec4b361: Verifying Checksum caba3ec4b361: Download complete 8f6ad858d0a4: Pull complete 9cb5e198c8cf: Pull complete 2d346d36dcf2: Pull complete 4f4fb700ef54: Download complete 6a364dc641f8: Verifying Checksum 6a364dc641f8: Download complete f5717a28dd6a: Verifying Checksum f5717a28dd6a: Download complete ab8052928cdc: Verifying Checksum ab8052928cdc: Download complete 79233a9b9bed: Verifying Checksum 79233a9b9bed: Download complete 1872dad82243: Download complete cdc35e289b8d: Pull complete aeb7244bb580: Pull complete bfd849b08ba7: Download complete 834a8024ef15: Verifying Checksum 834a8024ef15: Download complete 98ccec79258b: Verifying Checksum 98ccec79258b: Download complete d832d53e7392: Download complete fb48f36a0542: Verifying Checksum fb48f36a0542: Download complete 3688b13db8e7: Verifying Checksum 3688b13db8e7: Download complete a5c099f5f72c: Verifying Checksum a5c099f5f72c: Download complete 1ff1760de5b0: Verifying Checksum 1ff1760de5b0: Download complete aa22ae69debd: Verifying Checksum aa22ae69debd: Download complete ec25ce9bb816: Download complete beadd3cf7357: Verifying Checksum beadd3cf7357: Download complete d0d0c65a426d: Verifying Checksum d0d0c65a426d: Download complete 27080da82c6b: Verifying Checksum 27080da82c6b: Download complete 3b99adeb504e: Download complete 867c8a52ad10: Verifying Checksum 867c8a52ad10: Download complete 01ca275a6ca2: Download complete fc1943254a0d: Pull complete 84238c416f8e: Pull complete fbbfe75d3112: Pull complete 221fdc5d9929: Pull complete 1fec9149b52a: Pull complete 9c6e52557f24: Pull complete 8737f5036aae: Pull complete d69c4074de14: Pull complete 7237152a5f04: Pull complete fba4b414d8a0: Pull complete 40d552afb3ef: Pull complete 077cc17dc8e4: Pull complete 169e1be36a55: Pull complete 0a8a005097ab: Pull complete caba3ec4b361: Pull complete 6a364dc641f8: Pull complete 4f4fb700ef54: Pull complete ab8052928cdc: Pull complete f5717a28dd6a: Pull complete 79233a9b9bed: Pull complete d832d53e7392: Pull complete 1872dad82243: Pull complete bfd849b08ba7: Pull complete 834a8024ef15: Pull complete 98ccec79258b: Pull complete fb48f36a0542: Pull complete 3688b13db8e7: Pull complete a5c099f5f72c: Pull complete 1ff1760de5b0: Pull complete 12bfb7b962a2: Verifying Checksum 12bfb7b962a2: Download complete 98eec6764aa5: Verifying Checksum 98eec6764aa5: Download complete 98eec6764aa5: Pull complete aa22ae69debd: Pull complete 12bfb7b962a2: Pull complete ec25ce9bb816: Pull complete beadd3cf7357: Pull complete d0d0c65a426d: Pull complete 27080da82c6b: Pull complete 3b99adeb504e: Pull complete 867c8a52ad10: Pull complete 01ca275a6ca2: Pull complete Digest: sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126 Status: Downloaded newer image for ocaml/opam@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126 2026-05-11 22:20.06 ---> using "d0e330c08fa445d83f06df86dbe749aac73c20b9c3be340824d01a143f189b82" from cache /: (comment debian-13-4.14_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-11 22:20.06 ---> using "f59e5580f17ca54c6c0f0e8726a93a153599c5e1ef8bf3f75a71ea998e4d5bd4" 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.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-11 22:20.06 ---> using "e5f050c685be6325713c9c81ec0604f69b60a3eb2e3c52aa4f8819fabb9fa2cd" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.14.3 2.5.0 2026-05-11 22:20.06 ---> using "71c131cebc84b80d37c64736b2b671e51b17c599ce05b0c60675c940259a4b2d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-11 22:20.06 ---> using "a5f96b2cefe3b06adfa1cbb2cf3eb286dd052053da8bf6c0b210857fc5d42690" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (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 95972b8834..65b7ec9834 master -> origin/master a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/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 (run with --verbose to show unavailable upgrades). 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-11 22:20.06 ---> using "8ae0042493034c8e3bfcf46fe0d8899660ff49e0225963577c3564296c0c3336" 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-11 22:20.06 ---> using "5d8b2e1ce2e5d53f1258d71a7729f83c336af49b357ce9a9fdd5278b8dfb80ef" from cache /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-11 22:20.06 ---> using "fa831dc2f8cb8a9c83759ac6f89dae24895737a8c912eb9fd638d746d2de26b4" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-11 22:20.06 ---> using "0e7390434198c880400db6b848229daf8ab45712a2dfcfb99cf578a6205163ca" from cache /src: (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.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.0 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" - Hit:1 http://deb.debian.org/debian trixie InRelease - 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-security trixie-security/main amd64 Packages [159 kB] - Fetched 250 kB in 0s (1772 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [dunolint-lib.dev] synchronised (file:///src) [dunolint-lib-base.dev] synchronised (file:///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.3). [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-11 22:20.06 ---> using "09717e7ffd4a39a0fad776142980f7723d3b9e1b87a15658fab035e31aed6d83" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (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.3). [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.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 base.v0.16.5 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.16.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 ordering.3.23.0 -> installed pp.2.0.0 -> installed re.1.14.0 -> installed sexplib0.v0.16.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-11 22:20.06 ---> using "2196a6e81ae8566cd0a8ad090336ae5224412895757e3717dacbc81417990810" from cache /src: (copy (src .) (dst /src)) 2026-05-11 22:20.07 ---> saved as "a8362aaf1714c8ccf512dc969acac3cae30cd4624421b2953a9adb3a0a16ecbe" /src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")) 2026-05-11 22:20.08 ---> saved as "318b8b6bcad0c79c70d6c39fb4328fa88cd80bde9771e025ab09419e7a11fc12" Job succeeded 2026-05-11 22:20.08: Job succeeded