2026-05-12 11:44.04: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (3f9556f59c70500ddf1e427812b5fac2f5e17546) (linux-x86_64:debian-13-4.14_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 3f9556f5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126# debian-13-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-12 11:44.04: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126-debian-13-4.14_opam-2.5-604209afb375b77dae53c5b20ef9997a"2026-05-12 11:44.04: 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-12 11:44.04: Waiting for resource in pool OCluster2026-05-12 11:44.04: Waiting for worker…2026-05-12 11:48.42: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devHEAD is now at 84c62c0 Add an AI-DECLARATION.md file and badge to the projectHEAD is now at 3f9556f Re-apply commit(from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126' locallydocker.io/ocaml/opam@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126: Pulling from ocaml/opam8f6ad858d0a4: Pulling fs layer9cb5e198c8cf: Pulling fs layer2d346d36dcf2: Pulling fs layercdc35e289b8d: Pulling fs layeraeb7244bb580: Pulling fs layerfc1943254a0d: Pulling fs layer84238c416f8e: Pulling fs layerfbbfe75d3112: Pulling fs layer221fdc5d9929: Pulling fs layer1fec9149b52a: Pulling fs layer9c6e52557f24: Pulling fs layer8737f5036aae: Pulling fs layerd69c4074de14: Pulling fs layer7237152a5f04: Pulling fs layerfba4b414d8a0: Pulling fs layer40d552afb3ef: Pulling fs layer077cc17dc8e4: Pulling fs layer169e1be36a55: Pulling fs layer0a8a005097ab: Pulling fs layercaba3ec4b361: Pulling fs layer6a364dc641f8: Pulling fs layer4f4fb700ef54: Pulling fs layerab8052928cdc: Pulling fs layerf5717a28dd6a: Pulling fs layer79233a9b9bed: Pulling fs layerd832d53e7392: Pulling fs layer1872dad82243: Pulling fs layerbfd849b08ba7: Pulling fs layer834a8024ef15: Pulling fs layer98ccec79258b: Pulling fs layerfb48f36a0542: Pulling fs layer3688b13db8e7: Pulling fs layera5c099f5f72c: Pulling fs layer1ff1760de5b0: Pulling fs layer98eec6764aa5: Pulling fs layeraa22ae69debd: Pulling fs layer12bfb7b962a2: Pulling fs layerec25ce9bb816: Pulling fs layerbeadd3cf7357: Pulling fs layerd0d0c65a426d: Pulling fs layer27080da82c6b: Pulling fs layer3b99adeb504e: Pulling fs layer867c8a52ad10: Pulling fs layer01ca275a6ca2: Pulling fs layerab8052928cdc: Waitingf5717a28dd6a: Waiting79233a9b9bed: Waitingd832d53e7392: Waiting1872dad82243: Waitingbfd849b08ba7: Waiting834a8024ef15: Waiting98ccec79258b: Waitingfb48f36a0542: Waiting3688b13db8e7: Waitinga5c099f5f72c: Waiting1ff1760de5b0: Waiting98eec6764aa5: Waitingcdc35e289b8d: Waitingaeb7244bb580: Waitingfc1943254a0d: Waitingaa22ae69debd: Waiting12bfb7b962a2: Waiting84238c416f8e: Waitingfbbfe75d3112: Waitingec25ce9bb816: Waiting221fdc5d9929: Waiting1fec9149b52a: Waitingbeadd3cf7357: Waiting9c6e52557f24: Waiting8737f5036aae: Waitingd0d0c65a426d: Waitingd69c4074de14: Waiting27080da82c6b: Waiting3b99adeb504e: Waiting7237152a5f04: Waitingfba4b414d8a0: Waiting40d552afb3ef: Waiting867c8a52ad10: Waiting01ca275a6ca2: Waiting077cc17dc8e4: Waiting169e1be36a55: Waiting0a8a005097ab: Waitingcaba3ec4b361: Waiting6a364dc641f8: Waiting4f4fb700ef54: Waiting9cb5e198c8cf: Download complete2d346d36dcf2: Verifying Checksum2d346d36dcf2: Download completecdc35e289b8d: Verifying Checksumcdc35e289b8d: Download completeaeb7244bb580: Verifying Checksumaeb7244bb580: Download complete8f6ad858d0a4: Verifying Checksum8f6ad858d0a4: Download completefbbfe75d3112: Verifying Checksumfbbfe75d3112: Download complete84238c416f8e: Download complete1fec9149b52a: Verifying Checksum1fec9149b52a: Download complete221fdc5d9929: Verifying Checksum221fdc5d9929: Download complete9c6e52557f24: Download complete8737f5036aae: Verifying Checksum8737f5036aae: Download completed69c4074de14: Verifying Checksumd69c4074de14: Download complete7237152a5f04: Download complete40d552afb3ef: Verifying Checksum40d552afb3ef: Download completefba4b414d8a0: Download complete077cc17dc8e4: Verifying Checksum077cc17dc8e4: Download complete169e1be36a55: Verifying Checksum169e1be36a55: Download completefc1943254a0d: Download completecaba3ec4b361: Verifying Checksumcaba3ec4b361: Download complete0a8a005097ab: Download complete6a364dc641f8: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeab8052928cdc: Download complete79233a9b9bed: Verifying Checksum79233a9b9bed: Download completed832d53e7392: Download completef5717a28dd6a: Verifying Checksumf5717a28dd6a: Download complete1872dad82243: Download complete834a8024ef15: Download completebfd849b08ba7: Verifying Checksumbfd849b08ba7: Download complete98ccec79258b: Download completefb48f36a0542: Verifying Checksumfb48f36a0542: Download complete3688b13db8e7: Download completea5c099f5f72c: Download complete1ff1760de5b0: Verifying Checksum1ff1760de5b0: Download completeaa22ae69debd: Verifying Checksumaa22ae69debd: Download completeec25ce9bb816: Verifying Checksumec25ce9bb816: Download complete8f6ad858d0a4: Pull complete9cb5e198c8cf: Pull complete2d346d36dcf2: Pull completebeadd3cf7357: Verifying Checksumbeadd3cf7357: Download completed0d0c65a426d: Verifying Checksumd0d0c65a426d: Download completecdc35e289b8d: Pull completeaeb7244bb580: Pull complete12bfb7b962a2: Verifying Checksum12bfb7b962a2: Download complete3b99adeb504e: Verifying Checksum3b99adeb504e: Download complete27080da82c6b: Verifying Checksum27080da82c6b: Download complete867c8a52ad10: Download complete01ca275a6ca2: Verifying Checksum01ca275a6ca2: Download complete98eec6764aa5: Verifying Checksum98eec6764aa5: Download completefc1943254a0d: Pull complete84238c416f8e: Pull completefbbfe75d3112: Pull complete221fdc5d9929: Pull complete1fec9149b52a: Pull complete9c6e52557f24: Pull complete8737f5036aae: Pull completed69c4074de14: Pull complete7237152a5f04: Pull completefba4b414d8a0: Pull complete40d552afb3ef: Pull complete077cc17dc8e4: Pull complete169e1be36a55: Pull complete0a8a005097ab: Pull completecaba3ec4b361: Pull complete6a364dc641f8: Pull complete4f4fb700ef54: Pull completeab8052928cdc: Pull completef5717a28dd6a: Pull complete79233a9b9bed: Pull completed832d53e7392: Pull complete1872dad82243: Pull completebfd849b08ba7: Pull complete834a8024ef15: Pull complete98ccec79258b: Pull completefb48f36a0542: Pull complete3688b13db8e7: Pull completea5c099f5f72c: Pull complete1ff1760de5b0: Pull complete98eec6764aa5: Pull completeaa22ae69debd: Pull complete12bfb7b962a2: Pull completeec25ce9bb816: Pull completebeadd3cf7357: Pull completed0d0c65a426d: Pull complete27080da82c6b: Pull complete3b99adeb504e: Pull complete867c8a52ad10: Pull complete01ca275a6ca2: Pull completeDigest: sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126Status: Downloaded newer image for ocaml/opam@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f51262026-05-12 11:53.59 ---> saved as "d0e330c08fa445d83f06df86dbe749aac73c20b9c3be340824d01a143f189b82"/: (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-12 11:53.59 ---> saved as "f59e5580f17ca54c6c0f0e8726a93a153599c5e1ef8bf3f75a71ea998e4d5bd4"/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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-05-12 11:54.44 ---> saved as "e5f050c685be6325713c9c81ec0604f69b60a3eb2e3c52aa4f8819fabb9fa2cd"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.02026-05-12 11:54.45 ---> saved as "71c131cebc84b80d37c64736b2b671e51b17c599ce05b0c60675c940259a4b2d"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-12 11:54.45 ---> saved as "a5f96b2cefe3b06adfa1cbb2cf3eb286dd052053da8bf6c0b210857fc5d42690"/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_HEAD95972b8834..a4f153d748 master -> origin/mastera70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (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-12 11:55.18 ---> saved as "8ae0042493034c8e3bfcf46fe0d8899660ff49e0225963577c3564296c0c3336"/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-12 11:55.19 ---> saved as "5d8b2e1ce2e5d53f1258d71a7729f83c336af49b357ce9a9fdd5278b8dfb80ef"/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-12 11:55.36 ---> saved as "fa831dc2f8cb8a9c83759ac6f89dae24895737a8c912eb9fd638d746d2de26b4"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-12 11:55.36 ---> saved as "0e7390434198c880400db6b848229daf8ab45712a2dfcfb99cf578a6205163ca"/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 (1071 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-12 11:55.59 ---> saved as "09717e7ffd4a39a0fad776142980f7723d3b9e1b87a15658fab035e31aed6d83"/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.5Done.# To update the current shell environment, run: eval $(opam env)2026-05-12 11:58.01 ---> saved as "2196a6e81ae8566cd0a8ad090336ae5224412895757e3717dacbc81417990810"/src: (copy (src .) (dst /src))2026-05-12 11:58.03 ---> saved as "09a625a1694265ce11eaac488492846c769e1e763d52d89df9509ed0edcacbaf"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-05-12 11:58.06 ---> saved as "5160b1c446fbb0d1c240d6a71c0427be070c5f1d7ccd8aeadb009f03280b531b"Job succeeded2026-05-12 11:58.07: Job succeeded