Organisationsmbarbindunolintb97b26 ()(lint-opam)

(lint-opam)

Link Copied
Code Copied

Logs

2026-03-16 16:26.33: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (b97b26c717cd262ad13939838ed9be98976aa842) (linux-x86_64:(lint-opam))
Base: ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810
Opam files lint


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard b97b26c7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810
# 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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --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="astring.0.8.5 base.v0.16.4 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.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 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-compiler-libs.v0.12.4 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 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 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 dunolint-lib.dev dunolint-lib-base.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-03-16 16:26.33: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810-debian-13-5.0_opam-2.5-308fcf5709dbf60cabbe6f06417f073d"
2026-03-16 16:26.33: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810)
(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 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 "astring.0.8.5 base.v0.16.4 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.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 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-compiler-libs.v0.12.4 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 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 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 dunolint-lib.dev dunolint-lib-base.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-03-16 16:26.33: Waiting for resource in pool OCluster
2026-03-16 16:26.33: Waiting for worker…
2026-03-16 16:26.33: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialised empty Git repository in /var/cache/obuilder/ocluster/git/dunolint.git-68a1587ea2dbc82816b026b370c3a2f7ccc34c6d/.git/
HEAD is now at b97b26c Merge branch 'flatten-stdlib'


(from ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810' locally
docker.io/ocaml/opam@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810: Pulling from ocaml/opam
866771c43bf5: Pulling fs layer
1e49bea09367: Pulling fs layer
e793768537e6: Pulling fs layer
ed323d3d481a: Pulling fs layer
7df34a5cd5f1: Pulling fs layer
fd712d3eb935: Pulling fs layer
4b9fb8c99118: Pulling fs layer
9d9a01948b94: Pulling fs layer
0f1514f90b32: Pulling fs layer
ed323d3d481a: Waiting
e1ec5a753447: Pulling fs layer
03cc323e2f71: Pulling fs layer
fd712d3eb935: Waiting
4b9fb8c99118: Waiting
7df34a5cd5f1: Waiting
0f1514f90b32: Waiting
c09c08ea9749: Pulling fs layer
b36b619f8e6b: Pulling fs layer
9d9a01948b94: Waiting
195344ca5274: Pulling fs layer
e1ec5a753447: Waiting
03cc323e2f71: Waiting
228ee78582a6: Pulling fs layer
c09c08ea9749: Waiting
b36b619f8e6b: Waiting
195344ca5274: Waiting
504bde1c25b3: Pulling fs layer
9d8b1356c89f: Pulling fs layer
228ee78582a6: Waiting
568fb6dda155: Pulling fs layer
504bde1c25b3: Waiting
c499c9198aea: Pulling fs layer
048e5e358118: Pulling fs layer
568fb6dda155: Waiting
871ca48eb45d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
048e5e358118: Waiting
c499c9198aea: Waiting
871ca48eb45d: Waiting
a5a2568b9df9: Pulling fs layer
068cf3106ac8: Pulling fs layer
4f4fb700ef54: Waiting
a5a2568b9df9: Waiting
559f54ec9b29: Pulling fs layer
798ffd96fde5: Pulling fs layer
068cf3106ac8: Waiting
559f54ec9b29: Waiting
e9a891bf80d7: Pulling fs layer
798ffd96fde5: Waiting
d720cfe12674: Pulling fs layer
c81c932f4a91: Pulling fs layer
79f24fa3bb11: Pulling fs layer
8c1debcd8c20: Pulling fs layer
c81c932f4a91: Waiting
1bb2cfea7250: Pulling fs layer
2b3d3ca75e4c: Pulling fs layer
557cacaf263c: Pulling fs layer
8c1debcd8c20: Waiting
2b3d3ca75e4c: Waiting
d10483022eef: Pulling fs layer
7b62a90d8223: Pulling fs layer
28ce8ea66e72: Pulling fs layer
d10483022eef: Waiting
d975909ea717: Pulling fs layer
28ce8ea66e72: Waiting
557cacaf263c: Waiting
5c215c69c247: Pulling fs layer
e7c082452a54: Pulling fs layer
d975909ea717: Waiting
09789821fe51: Pulling fs layer
5c215c69c247: Waiting
d4847b112b00: Pulling fs layer
a790faded7b7: Pulling fs layer
09789821fe51: Waiting
d4847b112b00: Waiting
74458d02ffa7: Pulling fs layer
a790faded7b7: Waiting
74458d02ffa7: Waiting
1e49bea09367: Verifying Checksum
1e49bea09367: Download complete
e793768537e6: Verifying Checksum
e793768537e6: Download complete
7df34a5cd5f1: Verifying Checksum
7df34a5cd5f1: Download complete
ed323d3d481a: Verifying Checksum
ed323d3d481a: Download complete
866771c43bf5: Verifying Checksum
866771c43bf5: Download complete
9d9a01948b94: Verifying Checksum
9d9a01948b94: Download complete
4b9fb8c99118: Verifying Checksum
4b9fb8c99118: Download complete
0f1514f90b32: Verifying Checksum
0f1514f90b32: Download complete
03cc323e2f71: Verifying Checksum
03cc323e2f71: Download complete
e1ec5a753447: Verifying Checksum
e1ec5a753447: Download complete
c09c08ea9749: Verifying Checksum
c09c08ea9749: Download complete
b36b619f8e6b: Verifying Checksum
b36b619f8e6b: Download complete
195344ca5274: Verifying Checksum
195344ca5274: Download complete
228ee78582a6: Verifying Checksum
228ee78582a6: Download complete
504bde1c25b3: Verifying Checksum
504bde1c25b3: Download complete
9d8b1356c89f: Verifying Checksum
9d8b1356c89f: Download complete
568fb6dda155: Verifying Checksum
568fb6dda155: Download complete
c499c9198aea: Download complete
866771c43bf5: Pull complete
1e49bea09367: Pull complete
e793768537e6: Pull complete
048e5e358118: Verifying Checksum
fd712d3eb935: Verifying Checksum
fd712d3eb935: Download complete
ed323d3d481a: Pull complete
7df34a5cd5f1: Pull complete
871ca48eb45d: Verifying Checksum
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a5a2568b9df9: Verifying Checksum
a5a2568b9df9: Download complete
068cf3106ac8: Verifying Checksum
068cf3106ac8: Download complete
798ffd96fde5: Verifying Checksum
798ffd96fde5: Download complete
559f54ec9b29: Verifying Checksum
559f54ec9b29: Download complete
e9a891bf80d7: Verifying Checksum
e9a891bf80d7: Download complete
d720cfe12674: Verifying Checksum
d720cfe12674: Download complete
c81c932f4a91: Verifying Checksum
c81c932f4a91: Download complete
79f24fa3bb11: Verifying Checksum
8c1debcd8c20: Verifying Checksum
8c1debcd8c20: Download complete
1bb2cfea7250: Verifying Checksum
1bb2cfea7250: Download complete
2b3d3ca75e4c: Verifying Checksum
2b3d3ca75e4c: Download complete
557cacaf263c: Verifying Checksum
557cacaf263c: Download complete
7b62a90d8223: Verifying Checksum
7b62a90d8223: Download complete
d975909ea717: Download complete
5c215c69c247: Verifying Checksum
5c215c69c247: Download complete
e7c082452a54: Verifying Checksum
e7c082452a54: Download complete
28ce8ea66e72: Verifying Checksum
28ce8ea66e72: Download complete
d4847b112b00: Download complete
a790faded7b7: Verifying Checksum
a790faded7b7: Download complete
d10483022eef: Verifying Checksum
d10483022eef: Download complete
74458d02ffa7: Verifying Checksum
74458d02ffa7: Download complete
09789821fe51: Verifying Checksum
09789821fe51: Download complete
fd712d3eb935: Pull complete
4b9fb8c99118: Pull complete
9d9a01948b94: Pull complete
0f1514f90b32: Pull complete
e1ec5a753447: Pull complete
03cc323e2f71: Pull complete
c09c08ea9749: Pull complete
b36b619f8e6b: Pull complete
195344ca5274: Pull complete
228ee78582a6: Pull complete
504bde1c25b3: Pull complete
9d8b1356c89f: Pull complete
568fb6dda155: Pull complete
c499c9198aea: Pull complete
048e5e358118: Pull complete
871ca48eb45d: Pull complete
4f4fb700ef54: Pull complete
a5a2568b9df9: Pull complete
068cf3106ac8: Pull complete
559f54ec9b29: Pull complete
798ffd96fde5: Pull complete
e9a891bf80d7: Pull complete
d720cfe12674: Pull complete
c81c932f4a91: Pull complete
79f24fa3bb11: Pull complete
8c1debcd8c20: Pull complete
1bb2cfea7250: Pull complete
2b3d3ca75e4c: Pull complete
557cacaf263c: Pull complete
d10483022eef: Pull complete
7b62a90d8223: Pull complete
28ce8ea66e72: Pull complete
d975909ea717: Pull complete
5c215c69c247: Pull complete
e7c082452a54: Pull complete
09789821fe51: Pull complete
d4847b112b00: Pull complete
a790faded7b7: Pull complete
74458d02ffa7: Pull complete
Digest: sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810
Status: Downloaded newer image for ocaml/opam@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810
2026-03-16 16:28.20 ---> saved as "1af97956665d2efc3902489efa6840429d2fffc402d2f09afa7ae10086cc57e5"


/: (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-03-16 16:28.20 ---> saved as "fffa85b6a8a0725b128381cdb5cd42bb4ab2b7ded1d9f884959e27e7a19a7ccc"


/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-03-16 16:28.39 ---> saved as "190ae1a208c33d0ef1fdcc82fdd0305aa8dee8d7c9ac498c4b77d28a983ce473"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-101-generic
The OCaml toplevel, version 5.0.0
2.2.1
2026-03-16 16:28.39 ---> saved as "3a3996d9771cccd6b412ed9f00f8f213d0ca373e700f30560b44a5f1df417699"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-16 16:28.39 ---> saved as "3e1fcac470e6d6083e0bda58d5cbe414fa61f9577da59577d1e9450041d266e2"


/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..4f056bfedf  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, 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-03-16 16:28.56 ---> saved as "6a723a4b9db3c5c11683fdbcb95d7e8c8a04ce7981ad73ee8d8693cfbf60b948"


/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)
(dst ./))
2026-03-16 16:28.56 ---> saved as "7551bf17354f1b65cbc0967bfcf43eda8720fed00f0f03854507e6dfccf8e7d3"


/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)
Package dunolint-tests does not exist, create as a NEW package? [y/n] y
[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)
Package dunolint-dev does not exist, create as a NEW package? [y/n] y
[dunolint-dev.dev] synchronised (file:///src)
dunolint-dev is now pinned to file:///src (version dev)
2026-03-16 16:29.02 ---> saved as "059e7deaa1a33754c4a4e964544011b436100b6848b9fcc62a6aab3ab2fcd46f"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-16 16:29.02 ---> saved as "e3a9975700423467f0bf3cc2ea74bdd3c76b44f82780cf0fe3809db125ef086e"


/src: (env DEPS "astring.0.8.5 base.v0.16.4 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.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 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-compiler-libs.v0.12.4 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 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 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 dunolint-lib.dev dunolint-lib-base.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]
- Fetched 10.0 MB in 1s (8702 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 dunolint-lib.dev dunolint-lib-base.dev $DEPS" failed with exit status 5
2026-03-16 16:29.05: Job failed: Failed: Build failed