-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
type/bugSomething isn't workingSomething isn't working
Description
Context
The (experimental) (lint-opam)
step sometimes fails with e.g.:
/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 $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
- Fetched 9233 kB in 1s (6258 kB/s)
- Reading package lists...
-
[ERROR] No package named deps_for_opam_dune_lint found.
Step(s) to reproduce
eio-trace always seems to get this error (see https://ocaml.ci.dev/github/ocaml-multicore/eio-trace). eio itself doesn't.
Expected behaviour
deps_for_opam_dune_lint
appears to be a fake package only used during analysis. So presumably it should not appear in builds.
Metadata
Metadata
Assignees
Labels
type/bugSomething isn't workingSomething isn't working