2025-09-08 07:53.33: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/improve-load-config-errors (4409ed0afb5bdeea038179be6403d380a36aeee6) (linux-x86_64:ubuntu-25.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "improve-load-config-errors" && cd "dunolint" && git reset --hard 4409ed0acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d# ubuntu-25.04-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 dunolint.opam dunolint-tests.opam dunolint-lib.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-dev.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 fpath.0.7.3 fpath-sexp0.0.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 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.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y dunolint-lib.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-08 07:53.33: Using cache hint "mbarbin/dunolint-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d-ubuntu-25.04-4.14_opam-2.4-97a499e6e09245fd9cbb7d3729476796"2025-09-08 07:53.33: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)(comment ubuntu-25.04-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dunolint.opam dunolint-tests.opam dunolint-lib.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-dev.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 fpath.0.7.3 fpath-sexp0.0.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 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.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.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.4 --depext-only -y dunolint-lib.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 @install @check @runtest && rm -rf _build")))2025-09-08 07:53.33: Waiting for resource in pool OCluster2025-09-08 07:53.33: Waiting for worker…2025-09-08 07:53.33: Got resource from pool OClusterBuilding on asteria.caelum.ci.devHEAD is now at 78fe58b Add re dependencyHEAD is now at 4409ed0 Add missing loc dep(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d' locallydocker.io/ocaml/opam@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d: Pulling from ocaml/opam60fb2420030a: Already exists30a5b9bffc59: Already existse76e7b0fd035: Already exists87fd98c989d0: Already existsfc31fa993861: Already existsc75b71d41442: Already exists9f08a6d6f6f5: Already exists3dfc106a9c15: Already exists1c3a6d2a01a7: Already exists2d648021ecec: Already existsffcf097292c2: Already existse1bcef442ada: Already exists61993b76460e: Already exists929a57e31854: Already exists826e2c54b1a9: Already existseec17caf12a0: Already existseec17caf12a0: Already exists9259e842febf: Already existsae77b4e577af: Already exists61c1d61eb8ba: Already existsd7a0435c7be4: Already exists4f4fb700ef54: Already exists67b39cdc1121: Already exists217bd9b7b99f: Already exists1c96670814d1: Already existsccd441a4e677: Already exists9e7324b47fd8: Already exists0ec34067023b: Already exists33125ff80400: Already existsb383373ace10: Already exists447883287ba9: Already existscb78f5b619b6: Already existsd52ede671661: Already existsfa458c0e5391: Already existseef4f5a958fd: Already exists450c30b71c71: Already exists2d3751651883: Already exists6d7ce401ccd8: Already exists31c1aa1ff3db: Already existsa1655bb63c33: Already exists8d725d821777: Pulling fs layer91c567e53ac8: Pulling fs layer3c95a1616c24: Pulling fs layerbd55d20213f1: Pulling fs layerbd55d20213f1: Waiting91c567e53ac8: Verifying Checksum91c567e53ac8: Download complete3c95a1616c24: Verifying Checksum3c95a1616c24: Download completebd55d20213f1: Verifying Checksumbd55d20213f1: Download complete8d725d821777: Verifying Checksum8d725d821777: Download complete8d725d821777: Pull complete91c567e53ac8: Pull complete3c95a1616c24: Pull completebd55d20213f1: Pull completeDigest: sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2dStatus: Downloaded newer image for ocaml/opam@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d2025-09-08 07:53.34 ---> using "6445603d95b4d6f8a0cc4b067867ad8502c05bb39a118c7268888ef8cc2c4e36" from cache/: (comment ubuntu-25.04-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-09-08 07:53.34 ---> using "7ad150f251741d606ac6503f344d72dcc5bd5f313a2335d5eee3c014aa99bfe6" 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[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-08 07:53.34 ---> using "55855347ad7177e52ea1253facff35ea156ea33e15ee3e13029c016c8647e07c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 4.14.22.4.12025-09-08 07:53.34 ---> using "dbe66741533320c831c671504bf8635a0466b82af65054bfe9bd11ea91bdcafc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-08 07:53.34 ---> using "5ce0f42df606e17f242ff81fc5c610c3e8f7106af10cefe63952863c569c99c4" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD854fc71d55..9c3d4d2c45 master -> origin/master4c972ba0fc Merge pull request #28397 from maiste/release-dune-3.20.1<><> 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.3.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)2025-09-08 07:53.34 ---> using "ac3ac5b0c898cdb6362f7dfb24da895048d5663cdf785df5971d3980b09e8ea6" from cache/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam)(dst ./))2025-09-08 07:53.34 ---> using "2deddeb8a087d7edb83d1d75ede1a1e3c820778fae179b494f4ca6ed3c1c33e1" 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-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)[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)2025-09-08 07:53.34 ---> using "28265498a1dd68cb2392b3aa2123de540e4ee7af1b3a8c89054b4cb5bd4a49a7" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-08 07:53.34 ---> using "d0d726bcfb7c19a52d1d2a4ffe7743dfd5238a614266086beb2da61929c08746" from cache/src: (env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 fpath.0.7.3 fpath-sexp0.0.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 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.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.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.4 --depext-only -y dunolint-lib.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:3 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [202 kB]- Get:5 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [145 kB]- Get:6 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [255 kB]- Get:7 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [255 kB]- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [219 kB]- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [387 kB]- Fetched 1841 kB in 1s (2030 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dunolint-lib.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).2025-09-08 07:53.34 ---> using "3a8dd46ce92db5f7f83f5e588b1be37a90d5e18cb50d3b7f54519f425ab2d80f" 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.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 20 packages- install astring 0.8.5- install base v0.16.4- install csexp 1.5.2- install dune 3.20.1- install dune-configurator 3.20.1- install fpath 0.7.3- install fpath-sexp0 0.3.1- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- 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.13.2- install seq base- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-sexp0.0.3.1 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (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.13.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ppxlib.0.35.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved dune.3.20.1, dune-configurator.3.20.1 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.20.1-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.13.2-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed fpath-sexp0.0.3.1-> installed dune-configurator.3.20.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)2025-09-08 07:53.34 ---> using "2d71a92e4eff79a51b9f74859c807191562ce2babf9c62135b608c002cfc3d71" from cache/src: (copy (src .) (dst /src))2025-09-08 07:53.35 ---> saved as "df0ff16ca7f9f72de26fe4d549d548215455c30508ad31de268d06b0cae367c8"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _build"))2025-09-08 07:53.37 ---> saved as "4cd81fc1251be392d50f6190045c1d9de62bd8808aecbf50bad68282fe447d2c"Job succeeded2025-09-08 07:53.37: Job succeeded