2026-03-17 10:19.59: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (e5517fc36c9476badc3cfbadf164342d4916a00f) (linux-x86_64:debian-13-4.14+flambda_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard e5517fc3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024# debian-13-4.14+flambda_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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-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-dev.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-variants.4.14.2+options ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.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-03-17 10:19.59: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024-debian-13-4.14+flambda_opam-2.5-6e75cd70910fbcd5abbe5853eef0a911"2026-03-17 10:19.59: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024)(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 (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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.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-dev.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-variants.4.14.2+options ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.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-03-17 10:19.59: Waiting for resource in pool OCluster2026-03-17 10:19.59: Waiting for worker…2026-03-17 10:21.38: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at e5517fc Improve headache script (better compositionality)(from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024' locallydocker.io/ocaml/opam@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024: Pulling from ocaml/opam866771c43bf5: Already exists1e49bea09367: Already existse793768537e6: Already existsed323d3d481a: Already exists7df34a5cd5f1: Already existsfd712d3eb935: Already exists4b9fb8c99118: Already exists9d9a01948b94: Already exists0f1514f90b32: Already existse1ec5a753447: Already exists03cc323e2f71: Already existsc09c08ea9749: Already existsb36b619f8e6b: Already exists195344ca5274: Already exists228ee78582a6: Already exists504bde1c25b3: Already exists9d8b1356c89f: Already exists9d8b1356c89f: Already exists568fb6dda155: Already existsc499c9198aea: Already exists048e5e358118: Already exists871ca48eb45d: Already exists4f4fb700ef54: Already existsa5a2568b9df9: Already exists068cf3106ac8: Already exists559f54ec9b29: Already exists798ffd96fde5: Already existse9a891bf80d7: Already existsd720cfe12674: Already existsc81c932f4a91: Already exists79f24fa3bb11: Already exists8c1debcd8c20: Already exists1bb2cfea7250: Already exists2b3d3ca75e4c: Already exists557cacaf263c: Already existsd10483022eef: Already exists7b62a90d8223: Already exists28ce8ea66e72: Already existsd975909ea717: Already exists5c215c69c247: Already existse7c082452a54: Already existsb5cbd6e052e8: Already exists94343aa43560: Already exists8dcacb302b07: Already existse3994108f50c: Already existsDigest: sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024Status: Downloaded newer image for ocaml/opam@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d50242026-03-17 10:21.42 ---> using "41bb500b3da064b5e6b574ace6ef3b37c3265c5cd17110ed5b389cfc4a3ddcf6" 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-03-17 10:21.45 ---> saved as "4e7506ccd24fbb0a775d0bd5334e8aaeda992917123ce3cdeeb76ad82b5b270e"/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-03-17 10:22.14 ---> saved as "d86544469f80f0de95313c7ed4a4e69f1d3f5c53f6d097a2164d1a2f6772f0eb"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.14.22.5.02026-03-17 10:22.18 ---> saved as "5b84e48c94b1f5072f3fcfa4069d4701e77121e50f2a5f18079e2a28b9d5af43"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-17 10:22.21 ---> saved as "5eb7c30af6bfe33176fe69462b27df6b126910791a11f405965e62fa25c8f287"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..e589be2bb3 master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised 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-03-17 10:22.44 ---> saved as "49eb84f38eb98b4806c03bbd0e7ca4991d4b1f0d892d4d38a3d930182b92dbb4"/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)(dst ./))2026-03-17 10:22.46 ---> saved as "7e5e87be7ec56007c95ec50af847488d0edeebef6dfd78a8fbb9f04365d1c817"/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-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-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-03-17 10:22.58 ---> saved as "eb8135f6c7349c9d609ce58d40d644bea552c27cf65cba6e7d4e7344a1fb522c"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-17 10:23.01 ---> saved as "1b984cfe36905b5081bfb28f62d7178afa8a5a5f41a451ae272aedf4abf86970"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-variants.4.14.2+options ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.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 [111 kB]- Fetched 10.0 MB in 1s (7290 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.2+options).[NOTE] Package ocaml-config is already installed (current version is 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-03-17 10:23.18 ---> saved as "657dbed51a54a82c3e39497431784be163f8e27233c38e1a6635ebfc3a8f01cb"/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.2+options).[NOTE] Package ocaml-config is already installed (current version is 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 13 packages- install base v0.16.4- install csexp 1.5.2- install dune 3.21.1- install dune-configurator 3.21.1- install ocaml-compiler-libs v0.12.4- install ppx_compare v0.16.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.16.0- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install re 1.14.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.4 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> installed dune.3.21.1-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed sexplib0.v0.16.0-> installed re.1.14.0-> installed dune-configurator.3.21.1-> installed base.v0.16.4-> installed ppxlib.0.35.0-> installed ppx_enumerate.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_sexp_conv.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-17 10:24.42 ---> saved as "f460ec02dba45c30dc17dc4c78139e6ad8653dc092b85e2c56a84f3de9a347d8"/src: (copy (src .) (dst /src))2026-03-17 10:24.48 ---> saved as "2d064c6b9ca869f2ce24a4402542ad1c2a4506d8eec15217add07b7661647cf0"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-03-17 10:24.54 ---> saved as "6264762c7112ac80f19ac4230dd5fff420f479b9797284bca60a06e7f5ccf83a"Job succeeded2026-03-17 10:24.54: Job succeeded