Hello list,

I trying to process some Merge Request review. And I use salsa-ci to
do reverse dependencies check for Merge Request that introduced a new
upstream version.

After I set SALSA_CI_DISABLE_BUILD_REVERSE_DEPENDENCIES, salsa-ci
always failed on job `generate-build-rdep-config` with:
```
$ chdist "$CHDIST_NAME" apt-get update
Get:1 http://deb.debian.org/debian unstable InRelease [189 kB]
Get:2 http://deb.debian.org/debian unstable/main Sources [11.7 MB]
Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [10.5 MB]
Get:4 http://deb.debian.org/debian unstable/main Translation-en [7633 kB]
Fetched 30.0 MB in 4s (6813 kB/s)
Reading package lists...
W: Download is performed unsandboxed as root as file
'/root/.chdist/archive-unstable/var/lib/apt/lists/partial/deb.debian.org_debian_dists_unstable_InRelease'
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission
denied)
$ ratt -skip_ftbfs \
2026/06/23 11:12:25 Loading changes file
"/builds/ajqlee/golang-opentelemetry-collector/debian/output/golang-opentelemetry-collector_0.152.0+ds-1+salsaci+20260622+3_amd64.changes"
2026/06/23 11:12:25 - 1 binary packages: golang-opentelemetry-collector-dev
2026/06/23 11:12:25 Corresponding .debs (will be injected when building):
2026/06/23 11:12:25
/builds/ajqlee/golang-opentelemetry-collector/debian/output/golang-opentelemetry-collector-dev_0.152.0+ds-1+salsaci+20260622+3_all.deb
2026/06/23 11:12:25 Using --depth=2 for dose-ceve(1) reverse dependency closure
2026/06/23 11:12:26 Figuring out reverse build dependencies using
dose-ceve(1). This might take a while
2026/06/23 11:13:28 Found 0 reverse build dependencies
2026/06/23 11:13:28 Setting -sbuild_dist=unstable (from .changes file)
2026/06/23 11:13:28 Warning: could not resolve Suite for "unstable":
no suite found for codename "unstable" (no -updates/-security
overlays)
```

Anyone has an idea?
-- 
-Andrew

Reply via email to