2026-03-14 10:17.31: 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.1_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/opam-dune-lint.git" -b "master" && cd "opam-dune-lint" && git reset --hard 0d9c9162 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35 # debian-13-5.1_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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.1.1 ocaml-base-compiler.5.1.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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-14 10:17.31: Using cache hint "ocurrent/opam-dune-lint-ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35-debian-13-5.1_opam-2.5-f6341f40b2bcd2578b888509fbbad243" 2026-03-14 10:17.31: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35) (comment debian-13-5.1_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.1.1 ocaml-base-compiler.5.1.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:17.31: Waiting for resource in pool OCluster 2026-03-14 11:38.14: Waiting for worker… 2026-03-14 11:40.18: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 0d9c916 Merge pull request #74 from Alizter/push-skxprmtxtqro (from ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35) Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35' locally docker.io/ocaml/opam@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35: Pulling from ocaml/opam 866771c43bf5: Already exists 1e49bea09367: Already exists e793768537e6: Already exists ed323d3d481a: Already exists 7df34a5cd5f1: Already exists fd712d3eb935: Already exists 4b9fb8c99118: Already exists 9d9a01948b94: Already exists 0f1514f90b32: Already exists e1ec5a753447: Already exists 03cc323e2f71: Already exists c09c08ea9749: Already exists b36b619f8e6b: Already exists 195344ca5274: Already exists 228ee78582a6: Already exists 504bde1c25b3: Already exists 9d8b1356c89f: Already exists 9d8b1356c89f: Already exists 568fb6dda155: Already exists c499c9198aea: Already exists 048e5e358118: Already exists 871ca48eb45d: Already exists 4f4fb700ef54: Already exists a5a2568b9df9: Already exists 068cf3106ac8: Already exists 559f54ec9b29: Already exists 798ffd96fde5: Already exists e9a891bf80d7: Already exists d720cfe12674: Already exists c81c932f4a91: Already exists 79f24fa3bb11: Already exists 8c1debcd8c20: Already exists 1bb2cfea7250: Already exists 2b3d3ca75e4c: Already exists 557cacaf263c: Already exists d10483022eef: Already exists 7b62a90d8223: Already exists 28ce8ea66e72: Already exists d975909ea717: Already exists 5c215c69c247: Already exists e7c082452a54: Already exists 27454b3e44fc: Already exists cf864090fffc: Already exists 98d73952e572: Already exists 0961d2e8514c: Pulling fs layer 12aa16a25135: Pulling fs layer bcafe58b9eec: Pulling fs layer 5fc119aa4d28: Pulling fs layer 5fc119aa4d28: Waiting 12aa16a25135: Verifying Checksum 12aa16a25135: Download complete bcafe58b9eec: Verifying Checksum bcafe58b9eec: Download complete 5fc119aa4d28: Verifying Checksum 5fc119aa4d28: Download complete 0961d2e8514c: Verifying Checksum 0961d2e8514c: Download complete 0961d2e8514c: Pull complete 12aa16a25135: Pull complete bcafe58b9eec: Pull complete 5fc119aa4d28: Pull complete Digest: sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35 Status: Downloaded newer image for ocaml/opam@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35 2026-03-14 11:40.18 ---> using "043878a17430eb7307125489308030a24bcdcad0c95c2a109a9fe14316981ea0" from cache /: (comment debian-13-5.1_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 11:40.18 ---> using "6b7056ea7ce356ec6f7912a2926e5fd7f883103e1965bfbfd430131165bcd018" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-14 11:40.18 ---> using "f3b4b2f6e6b83119a65df9b96ef8caf4b84e2b6810257468cbd6dce3e49df6a5" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 5.1.1 2.5.0 2026-03-14 11:40.18 ---> using "40a0d9ebc36b710fd682ab81510657b976df188a86220f6a8b708d8aaef913ed" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-14 11:40.18 ---> using "56298b29b720efd320488445e8fb128d0a2092645b72583f0283bb88d649e5f8" 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_HEAD ffb54b9bdd..f2e7a221a1 master -> origin/master 31462e7d24 Merge pull request #29451 from dra27/relocatable-package <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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 11:40.18 ---> using "61ad036638cab90d6b3431b885e126fdd4bae9c64c7f3d1f203dc22b499149c8" from cache /src: (copy (src opam-dune-lint.opam) (dst ./)) 2026-03-14 11:40.19 ---> saved as "e29d04e912ef27c2db017b142574e1bbe0dfea68e267edff139bf3477936c77f" /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 11:40.22 ---> saved as "9186789bd5a1ee8e106b097d7cabf3772d0eca4e9f907e11a12f2d5ed2a296d0" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-14 11:40.22 ---> saved as "0b43d61be3b083b659502ddfdf318107d21c20b82c02d5654297f7c9c07ce8bd" /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.1.1 ocaml-base-compiler.5.1.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 (839 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.1.1). [NOTE] Package ocaml is already installed (current version is 5.1.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 11:40.45 ---> saved as "e32991804ff5728b4d376eaf740416bb0f1ec59b5d85548f432bd7d17890ed2a" /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.1.1). [NOTE] Package ocaml is already installed (current version is 5.1.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) -> installed cmdliner.2.1.0 -> installed num.1.6 -> retrieved pp.2.0.0 (cached) -> retrieved re.1.14.0 (cached) -> 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 uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (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 logs.0.10.0 -> installed fpath.0.7.3 -> 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-core.2.5.0 -> installed stdune.3.21.1 -> installed opam-file-format.2.2.0 -> installed opam-format.2.5.0 -> installed opam-repository.2.5.0 -> installed opam-state.2.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-14 11:43.52 ---> saved as "24e7816642a841ef9612010b4eae0a48ca7afdf516989c67c925580820f1499c" /src: (copy (src .) (dst /src)) 2026-03-14 11:43.52 ---> saved as "1f442812de31d09791420852d8c946d8fb4133e4403cbc0897d254de72181599" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-03-14 11:44.06 ---> saved as "5f8d4420f66d2ebb2a600962e76a154ac95c1b149d13aaab745ba6aa410f9d74" Job succeeded 2026-03-14 11:44.06: Job succeeded