2026-05-12 16:19.52: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (148707af1aa197039ae6ce453db885c9ac730b33) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 148707afcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131# debian-12-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 cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 16:19.52: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131-debian-12-4.14_opam-2.5-604209afb375b77dae53c5b20ef9997a"2026-05-12 16:19.52: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131)(comment debian-12-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 (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"))(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.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 16:19.52: Waiting for resource in pool OCluster2026-05-12 16:19.52: Waiting for worker…2026-05-12 16:27.16: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at 148707a Merge pull request #202 from mbarbin/pkg-tweaks(from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131' locallydocker.io/ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131: Pulling from ocaml/opamdb53381ee51f: Pulling fs layerb3e2b48e921d: Pulling fs layere459b55aaa69: Pulling fs layer0a156e8c6272: Pulling fs layere42408e5ffdf: Pulling fs layer50bb2b3826ab: Pulling fs layerb3e2b48e921d: Waiting4618d1f3d563: Pulling fs layere459b55aaa69: Waitingefa196b04cec: Pulling fs layer0a156e8c6272: Waitingdb53381ee51f: Waitinge42408e5ffdf: Waiting78007f9dbcde: Pulling fs layer9eb9691d1780: Pulling fs layerefa196b04cec: Waiting154d04bdbd49: Pulling fs layer50bb2b3826ab: Waitingafab16d31797: Pulling fs layer9eb9691d1780: Waiting78007f9dbcde: Waiting43546dfdea90: Pulling fs layer154d04bdbd49: Waitingc285e4bc2236: Pulling fs layer9fa77dc95407: Pulling fs layer9fa77dc95407: Waitingf8dca9d30623: Pulling fs layerc285e4bc2236: Waitingafab16d31797: Waitinga900254ad981: Pulling fs layerf8dca9d30623: Waiting9ec16dbccaf2: Pulling fs layerd8bb652027f5: Pulling fs layerd5a64739e55b: Pulling fs layer8411aa5818e1: Pulling fs layera900254ad981: Waitingc367703ffbfd: Pulling fs layer9ec16dbccaf2: Waiting8411aa5818e1: Waitingd8bb652027f5: Waiting4f4fb700ef54: Pulling fs layerc367703ffbfd: Waiting06ed83b93433: Pulling fs layere335f4621067: Pulling fs layer4f4fb700ef54: Waiting06ed83b93433: Waiting936c44eb0cd5: Pulling fs layer31c07354a88a: Pulling fs layered57764a58c9: Pulling fs layer04ee923c5dd7: Pulling fs layere335f4621067: Waitinged57764a58c9: Waiting936c44eb0cd5: Waiting00d09ef45b27: Pulling fs layer31c07354a88a: Waiting9d8c730b185a: Pulling fs layer04ee923c5dd7: Waitingb1ca3f6b0b88: Pulling fs layere7959d77f2f9: Pulling fs layer9d8c730b185a: Waiting56d4d012630e: Pulling fs layerb1ca3f6b0b88: Waitingbfc1e2c4fe29: Pulling fs layerbd0dac824dd3: Pulling fs layer8534f767fb63: Pulling fs layer43147bea5997: Pulling fs layere7959d77f2f9: Waitingbd0dac824dd3: Waiting56d4d012630e: Waiting61e1aff4c41d: Pulling fs layer8534f767fb63: Waiting841b52120a5c: Pulling fs layerd56e33f3c3f1: Pulling fs layer61e1aff4c41d: Waiting841b52120a5c: Waitingd1ad66254d32: Pulling fs layer26aa6f0595b6: Pulling fs layerd9866a05df42: Pulling fs layerd56e33f3c3f1: Waiting26aa6f0595b6: Waitingd1ad66254d32: Waitingd06932c99024: Pulling fs layerd9866a05df42: Waitingd06932c99024: Waitingb3e2b48e921d: Verifying Checksumb3e2b48e921d: Download complete0a156e8c6272: Verifying Checksum0a156e8c6272: Download completee42408e5ffdf: Download completedb53381ee51f: Verifying Checksumdb53381ee51f: Download completedb53381ee51f: Pull completeb3e2b48e921d: Pull completee459b55aaa69: Pull complete0a156e8c6272: Pull completee42408e5ffdf: Pull complete50bb2b3826ab: Verifying Checksum50bb2b3826ab: Download completeefa196b04cec: Verifying Checksumefa196b04cec: Download complete78007f9dbcde: Verifying Checksum78007f9dbcde: Download complete4618d1f3d563: Verifying Checksum4618d1f3d563: Download complete154d04bdbd49: Verifying Checksum154d04bdbd49: Download completeafab16d31797: Verifying Checksumafab16d31797: Download complete43546dfdea90: Verifying Checksum43546dfdea90: Download completec285e4bc2236: Verifying Checksumc285e4bc2236: Download complete9fa77dc95407: Download complete9eb9691d1780: Verifying Checksum9eb9691d1780: Download completef8dca9d30623: Verifying Checksumf8dca9d30623: Download completea900254ad981: Verifying Checksuma900254ad981: Download completed8bb652027f5: Download completed5a64739e55b: Verifying Checksumd5a64739e55b: Download complete8411aa5818e1: Download completec367703ffbfd: Verifying Checksumc367703ffbfd: Download complete4f4fb700ef54: Download complete9ec16dbccaf2: Download completee335f4621067: Verifying Checksume335f4621067: Download complete06ed83b93433: Verifying Checksum06ed83b93433: Download complete31c07354a88a: Verifying Checksum31c07354a88a: Download complete936c44eb0cd5: Verifying Checksum936c44eb0cd5: Download complete04ee923c5dd7: Verifying Checksum04ee923c5dd7: Download completeed57764a58c9: Verifying Checksumed57764a58c9: Download complete9d8c730b185a: Download complete00d09ef45b27: Download completee7959d77f2f9: Verifying Checksume7959d77f2f9: Download completeb1ca3f6b0b88: Download complete50bb2b3826ab: Pull completebfc1e2c4fe29: Verifying Checksumbfc1e2c4fe29: Download complete4618d1f3d563: Pull complete56d4d012630e: Verifying Checksum56d4d012630e: Download completeefa196b04cec: Pull complete8534f767fb63: Verifying Checksum8534f767fb63: Download complete78007f9dbcde: Pull complete9eb9691d1780: Pull complete61e1aff4c41d: Verifying Checksum61e1aff4c41d: Download complete154d04bdbd49: Pull completeafab16d31797: Pull complete43546dfdea90: Pull completec285e4bc2236: Pull complete9fa77dc95407: Pull completef8dca9d30623: Pull completea900254ad981: Pull complete9ec16dbccaf2: Pull completed8bb652027f5: Pull completed5a64739e55b: Pull complete8411aa5818e1: Pull completec367703ffbfd: Pull complete4f4fb700ef54: Pull complete06ed83b93433: Pull completee335f4621067: Pull complete936c44eb0cd5: Pull complete31c07354a88a: Pull completeed57764a58c9: Pull complete04ee923c5dd7: Pull complete00d09ef45b27: Pull complete9d8c730b185a: Pull complete841b52120a5c: Verifying Checksum841b52120a5c: Download completeb1ca3f6b0b88: Pull completee7959d77f2f9: Pull complete56d4d012630e: Pull completebfc1e2c4fe29: Pull completed56e33f3c3f1: Download complete43147bea5997: Verifying Checksum43147bea5997: Download complete26aa6f0595b6: Verifying Checksum26aa6f0595b6: Download completed9866a05df42: Download completed06932c99024: Download completebd0dac824dd3: Verifying Checksumbd0dac824dd3: Download completed1ad66254d32: Verifying Checksumd1ad66254d32: Download completebd0dac824dd3: Pull complete8534f767fb63: Pull complete43147bea5997: Pull complete61e1aff4c41d: Pull complete841b52120a5c: Pull completed56e33f3c3f1: Pull completed1ad66254d32: Pull complete26aa6f0595b6: Pull completed9866a05df42: Pull completed06932c99024: Pull completeDigest: sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131Status: Downloaded newer image for ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d1312026-05-12 16:27.19 ---> using "8eeeee592794562764d894fbd145492a49eae4057d14de00ab0bc2eb49387fc0" from cache/: (comment debian-12-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 16:27.19 ---> using "84257d805c6f7bc639fe2196530d35e2500b50093994cf2a111687c109982a81" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD045748b2d8..6f512c614e master -> origin/mastera70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.02026-05-12 16:27.19 ---> using "7e25cc6b2d786319966f56af98c0eca972175436e72665d10c7e6b309369676b" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-05-12 16:27.19 ---> using "3e7fdf658f1947b54892f3e4ad4bbb465207bec40ee60aa23ad35a08e9609abb" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-12 16:27.19 ---> using "3d01783c1ef305346a41ffe091b3d519eed01c70dd14db4b3f775af54cf01b40" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-12 16:27.19 ---> using "9507e038effc32dda1ffb2c8ba867f5970d578dce4af5a3b80405b4c3f621bca" 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-repositoryEverything 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 16:27.19 ---> using "9401cad4e449431702fab7aeadc054a7d67c547232afcea9037f757019e13f6e" 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-12 16:27.22 ---> saved as "e0b1e6aabb5110497c20423a63a27af2390e02d3d5a93f119501e1494be0ed50"/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 16:27.37 ---> saved as "03d4e9dc9faad6f86c27e6ca28a8b69a0eed0e28433f50ac3d35903955103aad"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-12 16:27.40 ---> saved as "8c24f682220186abb9eab47f211734e1ef93b820907758cc94967c1fd796aa2b"/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 bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [304 kB]- Fetched 407 kB in 0s (1178 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 16:27.58 ---> saved as "11c7a4769a35ac254985a404fb131cd19505f3df52d09a0174ee2b7d1ed69a45"/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 sexplib0.v0.16.0 (cached)-> retrieved re.1.14.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 16:29.23 ---> saved as "51797b129c6f9a0f5f55cbc22afd940ec2025d0345c67bbc3195808d4186b69c"/src: (copy (src .) (dst /src))2026-05-12 16:30.12 ---> saved as "0aa6b1ed3401c6f308a4ecac5f82bb0341aa811e73679d0e83f9979ef28ac464"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-05-12 16:30.15 ---> saved as "0dafd2e0d483644dc7bd3454a249c06d0acacd95470f4db4e8aa49509d9566e7"Job succeeded2026-05-12 16:30.52: Job succeeded