2026-03-14 10:16.32: New job: test ocurrent/opam-dune-lint https://github.com/ocurrent/opam-dune-lint.git#refs/heads/master (0d9c9162ccc5080852f20a0813d83b1abf03223e) (linux-x86_64:debian-13-5.2_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/opam-dune-lint.git" -b "master" && cd "opam-dune-lint" && git reset --hard 0d9c9162cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1# debian-13-5.2_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 opam-dune-lint.opam ./RUN opam pin add -yn opam-dune-lint.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.21.1 parsexp.v0.17.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.21.1 swhid_core.0.1 top-closure.3.21.1 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y opam-dune-lint.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-14 10:16.32: Using cache hint "ocurrent/opam-dune-lint-ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1-debian-13-5.2_opam-2.5-70a21dae9bfc7127e23c51fa3eb2af1b"2026-03-14 10:16.32: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1)(comment debian-13-5.2_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 opam-dune-lint.opam) (dst ./))(run (network host)(shell "opam pin add -yn opam-dune-lint.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.21.1 parsexp.v0.17.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.21.1 swhid_core.0.1 top-closure.3.21.1 topkg.1.1.1 uutf.1.0.4")(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 opam-dune-lint.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 @install @check @runtest && rm -rf _build")))2026-03-14 10:16.32: Waiting for resource in pool OCluster2026-03-14 10:26.47: Waiting for worker…2026-03-14 10:29.19: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 0d9c916 Merge pull request #74 from Alizter/push-skxprmtxtqro(from ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1)Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1' locallydocker.io/ocaml/opam@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1: 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 exists27454b3e44fc: Already existscf864090fffc: Already exists98d73952e572: Already existsc6d44b49685c: Pulling fs layer35900062a974: Pulling fs layer715391ec4183: Pulling fs layercc777f35b81f: Pulling fs layercc777f35b81f: Waiting35900062a974: Download complete715391ec4183: Download completecc777f35b81f: Verifying Checksumcc777f35b81f: Download completec6d44b49685c: Verifying Checksumc6d44b49685c: Download completec6d44b49685c: Pull complete35900062a974: Pull complete715391ec4183: Pull completecc777f35b81f: Pull completeDigest: sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1Status: Downloaded newer image for ocaml/opam@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf12026-03-14 10:29.19 ---> using "9b20f3b3460b5364c4694eca09e11691cd4f4b015a339d3aa7da33a7a51cdbf3" from cache/: (comment debian-13-5.2_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-14 10:29.19 ---> using "f76bd460baa7b0af8da7994dc04dcb7a1a15e3ea1d4ef88c5b9f2d19eb8ad666" 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] Initialised2026-03-14 10:29.19 ---> using "32ab979f9805e0877bdf040fccd39f17203421b84e99a7893c6a91290f9e9adf" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 5.2.12.5.02026-03-14 10:29.19 ---> using "56ab7c7a35b71763532b4008a4b19dcabb0b637dac4025a7eb76189d4fe0b484" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-14 10:29.19 ---> using "a398a3244dbff483cdb4ddc08494b5a8bd3f6ef147f52bc0ac4f9f65805a51fd" from cache/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..f2e7a221a1 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-14 10:29.19 ---> using "508f7c2cfe6553cc67a7635055c4b162b3e1797ed226ecb09125411c63e33353" from cache/src: (copy (src opam-dune-lint.opam) (dst ./))2026-03-14 10:29.19 ---> saved as "8a75a433e166790f9fa18073894bd3dcdf3e506744ad5778740469325bc9c053"/src: (run (network host)(shell "opam pin add -yn opam-dune-lint.dev './'"))[opam-dune-lint.dev] synchronised (file:///src)opam-dune-lint is now pinned to file:///src (version dev)2026-03-14 10:29.21 ---> saved as "90a7b1ef4eb0cf7faee0678fd60932d33f1218355857bb3280528e12e01d1749"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-14 10:29.21 ---> saved as "84376d7a4aff886d8546abdcbdef63e65aada9f4c784f572c54448ac99b540a8"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.21.1 parsexp.v0.17.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.21.1 swhid_core.0.1 top-closure.3.21.1 topkg.1.1.1 uutf.1.0.4")/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 opam-dune-lint.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 [111 kB]- Fetched 202 kB in 0s (868 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[opam-dune-lint.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 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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-nnp is already installed (current version is base).[NOTE] Package base-domains 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-14 10:29.30 ---> saved as "bbc61f29d98d4f0b4c774593b276b9914e08fd1289c6a02c0a8aae56fc506239"/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 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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-nnp is already installed (current version is base).[NOTE] Package base-domains 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 41 packages- install astring 0.8.5- install bos 0.2.1- install cmdliner 2.1.0- install csexp 1.5.2- install dune 3.21.1- install dyn 3.21.1- install fmt 0.11.0- install fpath 0.7.3- install fs-io 3.21.1- install jsonm 1.0.2- install logs 0.10.0- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install num 1.6- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocamlgraph 2.2.0- install opam-core 2.5.0- install opam-file-format 2.2.0- install opam-format 2.5.0- install opam-repository 2.5.0- install opam-state 2.5.0- install ordering 3.21.1- install parsexp v0.17.0- install patch 3.1.0- install pp 2.0.0- install re 1.14.0- install rresult 0.7.0- install sexplib v0.17.0- install sexplib0 v0.17.0- install sha 1.15.4- install spdx_licenses 1.4.0- install stdlib-shims 0.3.0- install stdune 3.21.1- install swhid_core 0.1- install top-closure 3.21.1- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.21.1, dyn.3.21.1, fs-io.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlgraph.2.2.0 (cached)-> retrieved opam-core.2.5.0, opam-format.2.5.0, opam-repository.2.5.0, opam-state.2.5.0 (cached)-> retrieved opam-file-format.2.2.0 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved patch.3.1.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved re.1.14.0 (cached)-> installed cmdliner.2.1.0-> installed num.1.6-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved spdx_licenses.1.4.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved swhid_core.0.1 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed logs.0.10.0-> installed bos.0.2.1-> installed dune.3.21.1-> installed csexp.1.5.2-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocamlgraph.2.2.0-> installed patch.3.1.0-> installed pp.2.0.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed spdx_licenses.1.4.0-> installed stdlib-shims.0.3.0-> installed swhid_core.0.1-> installed ordering.3.21.1-> installed parsexp.v0.17.0-> installed fs-io.3.21.1-> installed top-closure.3.21.1-> installed sha.1.15.4-> installed dyn.3.21.1-> installed sexplib.v0.17.0-> installed menhir.20260209-> installed opam-file-format.2.2.0-> installed opam-core.2.5.0-> installed stdune.3.21.1-> installed opam-format.2.5.0-> installed opam-repository.2.5.0-> installed opam-state.2.5.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-14 10:30.36 ---> saved as "b7de32d46df32614730107256ebd88a5e08073a00d3644e558d45ac0f7b22c36"/src: (copy (src .) (dst /src))2026-03-14 10:30.37 ---> saved as "5335dd4dba967e366653dc6a3937fc20fec21ca8a2aaff1191f4d2ff1ea3452c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-14 10:30.40 ---> saved as "13cd10ccb7d3e177cec1902e7f46db6b1a7b2c1876f26d21f74d676bad5b372b"Job succeeded2026-03-14 10:30.40: Job succeeded