2026-03-17 15:55.17: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (2c6004a461f1bbe8e38f7c009de87762f37a6b2f) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 2c6004a4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d# ubuntu-25.10-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 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-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 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 15:55.17: Using cache hint "mbarbin/dunolint-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d-ubuntu-25.10-4.14_opam-2.5-1d841e8b555a541c5012c419450c37c9"2026-03-17 15:55.17: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d)(comment ubuntu-25.10-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 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-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 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 15:55.17: Waiting for resource in pool OCluster2026-03-17 15:55.17: Waiting for worker…2026-03-17 15:55.17: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioHEAD is now at f8eeeed Remove left-over unused var (shellcheck)HEAD is now at 2c6004a Modernize license headers and update year(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d' locallydocker.io/ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d: Pulling from ocaml/opam16c195d4c5e9: Already existseef1e591e8a9: Already exists475b07e782b4: Already exists18fb99e993e1: Already existsca37c6a45798: Already existsc57691858953: Already exists5512f1558e14: Already exists43fe003df081: Already exists6e925d30090e: Already exists3417bab79df5: Already exists0aa36f5a555a: Already exists474fc3d17365: Already exists49a3768a5f63: Already existsc5abc7eafdff: Already exists62941fb37fba: Already exists378967450a13: Already existsb77cfa4e2ae3: Already existscb268f925fd0: Already existscb268f925fd0: Already exists3bf4591bde94: Already exists34a47fe3891d: Already exists0e9e8d8d7a8c: Already exists024b2f94e104: Already exists4f4fb700ef54: Already exists071fbbcf50f3: Already existsb43a2046bab2: Already existsf34036196a91: Already existsb07913c71979: Already existsf1c987ef231c: Already exists1a8485ec060a: Already existsaa1dac00c891: Already exists215e9614a861: Already exists117130324f1d: Already existsedf62db1b518: Already exists0db4778affc6: Already existsa7061a59a18a: Already exists1a46a132d40e: Already existse461a5dda351: Already existsbaef187c60a6: Already exists60fb67301e08: Already existsbf681241fc68: Already exists23eaa9b4d484: Already exists9a6368d68eed: Pulling fs layer2d64e5b84c8e: Pulling fs layere27c13f91de7: Pulling fs layer707ec58296db: Pulling fs layer707ec58296db: Waitinge27c13f91de7: Verifying Checksume27c13f91de7: Download complete2d64e5b84c8e: Download complete707ec58296db: Verifying Checksum707ec58296db: Download complete9a6368d68eed: Verifying Checksum9a6368d68eed: Download complete9a6368d68eed: Pull complete2d64e5b84c8e: Pull completee27c13f91de7: Pull complete707ec58296db: Pull completeDigest: sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34dStatus: Downloaded newer image for ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d2026-03-17 15:55.50 ---> saved as "3c4ce9c6e9ee70034bd29229916ad5ec000d95ead0b0fba43b6def92796984a9"/: (comment ubuntu-25.10-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-03-17 15:55.50 ---> saved as "39be6e7cab41726702a381918496ae7f209450c36172c28a96e133eca65443b9"/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[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-17 15:56.34 ---> saved as "1051b28800052ed02673c24f559c1a667e94c3f4e140f902854f61773b45b4d4"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-101-genericThe OCaml toplevel, version 4.14.22.5.02026-03-17 15:56.34 ---> saved as "a2bc7b82e7ccd6ba372d654ff26238c0a8d40a7573340305012578ac421f9188"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-17 15:56.34 ---> saved as "f58999d006116fb785ab804ae8b57a0dc6afced41860121df9860ff6db0689b1"/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"))31462e7d24 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 15:56.56 ---> saved as "87f8b884414a0310d0f474ebd9c8d92eb137093570c5e9772f959d1ca5511277"/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)(dst ./))2026-03-17 15:56.56 ---> saved as "b4c8965d0bcd4bd04983a8f0f7b53f0cb76fdbc78e51a25c613e45d402bae800"/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 15:57.07 ---> saved as "b15e2223da21396488690bb97aa79b97dd1799e741bddf678b78383b9f962ac8"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-17 15:57.07 ---> saved as "d50964c507db54d9a6d76f68dd1c03d3717cca157650cf1548de32836b8dede5"/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-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 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://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:2 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [297 kB]- Get:3 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [217 kB]- Get:4 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [191 kB]- Hit:5 http://archive.ubuntu.com/ubuntu questing InRelease- Get:6 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:7 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [425 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [219 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [265 kB]- Get:11 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [4037 B]- Fetched 2023 kB in 1s (2957 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.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 15:57.22 ---> saved as "d8ed616c5e7eb4509bf50045e0e7dd2696e97efd65f7fdcd074315b7ab932d93"/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.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 dune.3.21.1, dune-configurator.3.21.1 (cached)-> retrieved ppxlib.0.35.0 (cached)-> installed dune.3.21.1-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.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 15:58.50 ---> saved as "91fa26f0f0e6a71a4357ce7e060a9edf090ef6becc2ae5d96730525d82827e25"/src: (copy (src .) (dst /src))2026-03-17 15:58.51 ---> saved as "14efbbceffe988bca38d8b40202b7cec4d7a844f5eb0bb862299418ed1032bf8"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-03-17 15:58.55 ---> saved as "783e9e39a5d6387bf4b684b150379147e0be88da3ee279707a8647295bdb887d"Job succeeded2026-03-17 15:58.55: Job succeeded