Organisationsmbarbinpplumbingdb1aca (dependabot/github_actions/actions/checkout-6.0.2)(lint-opam)

(lint-opam)

Link Copied
Code Copied

Logs

2026-02-12 10:16.59: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/dependabot/github_actions/actions/checkout-6.0.2 (db1acafa99615f95d51918a9ccbcbea772e2726c) (linux-x86_64:(lint-opam))
Base: ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1
Opam files lint


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/pplumbing.git" -b "dependabot/github_actions/actions/checkout-6.0.2" && cd "pplumbing" && git reset --hard db1acafa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1
# debian-13-5.0_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam ./
RUN opam pin add -yn pplumbing.dev './' && \
opam pin add -yn pplumbing-tests.dev './' && \
opam pin add -yn pplumbing-pp-tty.dev './' && \
opam pin add -yn pplumbing-log.dev './' && \
opam pin add -yn pplumbing-log-cli.dev './' && \
opam pin add -yn pplumbing-err.dev './' && \
opam pin add -yn pplumbing-dev.dev './' && \
opam pin add -yn cmdlang-cmdliner-err-runner.dev './' && \
opam pin add -yn cmdlang-climate-err-runner.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 climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 loc.0.3.3 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 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-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y deps_for_opam_dune_lint.opam pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS
RUN opam install $DEPS
ENV CI="true"
ENV OCAMLCI="true"
WORKDIR /src
COPY --chown=1000:1000 . /src/
RUN opam lint
RUN opam exec -- opam-dune-lint


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-02-12 10:16.59: Using cache hint "mbarbin/pplumbing-ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1-debian-13-5.0_opam-2.5-a27c47b71508c8d532f987810e09bac4"
2026-02-12 10:16.59: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1)
(comment debian-13-5.0_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.2 /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 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn pplumbing.dev './' && \
\nopam pin add -yn pplumbing-tests.dev './' && \
\nopam pin add -yn pplumbing-pp-tty.dev './' && \
\nopam pin add -yn pplumbing-log.dev './' && \
\nopam pin add -yn pplumbing-log-cli.dev './' && \
\nopam pin add -yn pplumbing-err.dev './' && \
\nopam pin add -yn pplumbing-dev.dev './' && \
\nopam pin add -yn cmdlang-cmdliner-err-runner.dev './' && \
\nopam pin add -yn cmdlang-climate-err-runner.dev './'"))
(run (network host)
(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 climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 loc.0.3.3 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 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-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.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.2 --depext-only -y deps_for_opam_dune_lint.opam pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(env CI true)
(env OCAMLCI true)
(workdir /src)
(copy (src .) (dst /src/))
(run (shell "opam lint"))
(run (shell "opam exec -- opam-dune-lint"))
)


2026-02-12 10:16.59: Waiting for resource in pool OCluster
2026-02-12 10:42.31: Waiting for worker…
2026-02-12 10:45.36: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at db1acaf Bump actions/checkout from 6.0.1 to 6.0.2


(from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1' locally
docker.io/ocaml/opam@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1: Pulling from ocaml/opam
ef235bf1a09a: Already exists
58b06b604a42: Already exists
b55f23c32d5a: Already exists
aa415425edb7: Already exists
c4f39ed7469c: Already exists
ca248a2fdd5e: Already exists
74109c509b2f: Already exists
18c2fa2271cb: Already exists
37d4d41661a2: Already exists
0b2f35f78814: Already exists
e65f29522a9a: Already exists
603a51b67573: Already exists
89b2faa02f16: Already exists
e5f11471afd4: Already exists
d7b0e5daa224: Already exists
7bec4d50f3b2: Already exists
d3a70ed71f1c: Already exists
90de03d9b27a: Already exists
a28f685cf2db: Already exists
5bb5e02041c7: Already exists
74f9af816199: Already exists
74c2f6cb4138: Already exists
4f4fb700ef54: Already exists
5ce9bdcb2952: Already exists
bf18c14e9b34: Already exists
bb4b67501479: Already exists
89e7ed0468f5: Already exists
640077527026: Already exists
363b481ff012: Already exists
437bd8bc3ce9: Already exists
2bcf3429833a: Already exists
3e5fe21454e9: Already exists
f3afb11ae499: Already exists
c3a5b88f5e5f: Already exists
124a1dc355b1: Already exists
0a9982d37abd: Already exists
9b8b724665ed: Already exists
f81507befe71: Already exists
7984e4546bf9: Already exists
3579b890ab6e: Already exists
e83772930ba8: Already exists
8079a9747078: Already exists
cdb14bd437d1: Already exists
b8579311cce4: Already exists
bfe5af98ce87: Already exists
Digest: sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1
Status: Downloaded newer image for ocaml/opam@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1
2026-02-12 10:46.01 ---> using "1068c3ccbe52c746e0e2e979650a1a1c45261e5cd6ee1c447b634d8591d592e3" from cache


/: (comment debian-13-5.0_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.2 /usr/bin/opam"))
2026-02-12 10:46.01 ---> using "deaf554cb830b02108949e2ac87a77bf281e5608dec5d3bea1be65907bbc3dda" 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 development 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-02-12 10:46.01 ---> using "eaf46cc5bd8debd79fde9918fad34ff5b8f13e6aac72a730426c64a8e034bef2" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.0.0
2.2.1
2026-02-12 10:46.01 ---> using "fe95624dbb97e78e8840413580ac56871a9ed883c4e42a19996c8cc391ee1158" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-12 10:46.01 ---> using "bed95f79842087e91636dc8f47fb05fe1e124b9a8d81f72e0e58a33c070c7188" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
340ee6fd1f..1972d1c614  master     -> origin/master
98d5860f2a Merge pull request #29364 from fpottier/opam-publish-menhir.20260209


<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2026-02-12 10:46.24 ---> saved as "51c194788bd38900f354a30bbe1d5811663c6552a219911b22df5d5156aa0a41"


/src: (copy (src pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam)
(dst ./))
2026-02-12 10:46.24 ---> saved as "be2b7ef25783c77fc8b9f70c3323ea32c0850130227248e4f3b6c78efa7c3b59"


/src: (run (network host)
(shell  "opam pin add -yn pplumbing.dev './' && \
\nopam pin add -yn pplumbing-tests.dev './' && \
\nopam pin add -yn pplumbing-pp-tty.dev './' && \
\nopam pin add -yn pplumbing-log.dev './' && \
\nopam pin add -yn pplumbing-log-cli.dev './' && \
\nopam pin add -yn pplumbing-err.dev './' && \
\nopam pin add -yn pplumbing-dev.dev './' && \
\nopam pin add -yn cmdlang-cmdliner-err-runner.dev './' && \
\nopam pin add -yn cmdlang-climate-err-runner.dev './'"))
[pplumbing.dev] synchronised (file:///src)
pplumbing is now pinned to file:///src (version dev)
Package pplumbing-tests does not exist, create as a NEW package? [y/n] y
[pplumbing-tests.dev] synchronised (file:///src)
pplumbing-tests is now pinned to file:///src (version dev)
[pplumbing-pp-tty.dev] synchronised (file:///src)
pplumbing-pp-tty is now pinned to file:///src (version dev)
[pplumbing-log.dev] synchronised (file:///src)
pplumbing-log is now pinned to file:///src (version dev)
[pplumbing-log-cli.dev] synchronised (file:///src)
pplumbing-log-cli is now pinned to file:///src (version dev)
[pplumbing-err.dev] synchronised (file:///src)
pplumbing-err is now pinned to file:///src (version dev)
Package pplumbing-dev does not exist, create as a NEW package? [y/n] y
[pplumbing-dev.dev] synchronised (file:///src)
pplumbing-dev is now pinned to file:///src (version dev)
[cmdlang-cmdliner-err-runner.dev] synchronised (file:///src)
cmdlang-cmdliner-err-runner is now pinned to file:///src (version dev)
Package cmdlang-climate-err-runner does not exist, create as a NEW package? [y/n] y
[cmdlang-climate-err-runner.dev] synchronised (file:///src)
cmdlang-climate-err-runner is now pinned to file:///src (version dev)
2026-02-12 10:46.40 ---> saved as "eca428ab23b5515ab655c11c9d02907b9f7dee214dac920d1fc6852087e76054"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-12 10:46.40 ---> saved as "5210d2ca9599781cc1b156c344c4b7a2ee0c96e59db89e383c96e73b66777dff"


/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 climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 loc.0.3.3 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 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-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.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.2 --depext-only -y deps_for_opam_dune_lint.opam pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.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 [104 kB]
- Fetched 195 kB in 0s (655 kB/s)
- Reading package lists...
- 
[ERROR] No package named deps_for_opam_dune_lint found.
"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.2 --depext-only -y deps_for_opam_dune_lint.opam pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS" failed with exit status 5
2026-02-12 10:46.43: Job failed: Failed: Build failed