El sábado, 23 de mayo de 2026 a las 16:53, Andrew Lee <[email protected]>
escribió:
> Since I put you as the owner now. To avoid duplicate work, Can you
> please also do the the reverse-dependency rebuilds check then?
Hi Andrew,
I ran ratt over all my previously opened MRs
(ratt -direct-rdeps -chdist sid -sbuild_dist sid -skip_ftbfs)
Results:
multierr 1.11.0: 13/13 PASS
cilium-ebpf 0.21: 6/9 PASS (3 fixed, see below)
x-arch 0.27.0: 2/2 PASS (delve test fail is unrelated, see below)
contrib 1.43.0: 13/13 PASS
cilium-ebpf 0.21 breaks 3 rdeps due to removed APIs in ebpf 0.19+.
So I prepared new patches and filed a bug.
- MR 1: opencontainers-cgroups: drop removed RunCount/Runtime debug calls.
ratt with the patch: 3/3 PASS (containers-common, docker.io, runc)
https://salsa.debian.org/go-team/packages/golang-github-opencontainers-cgroups/-/merge_requests/1
- MR 2: pwru: replace removed btf.Iterate with TypeByID loop
ratt with the patch: 0 rdeps
https://salsa.debian.org/go-team/packages/pwru/-/merge_requests/3
- Bug: delve: FTBFS with Go 1.26.3 (TestDisassPosCmd), not x-arch related
built fine on buildd with Go 1.26.2, fails with 1.26.3
https://bugs.debian.org/1137556
Full MR list:
https://salsa.debian.org/go-team/packages/golang-go.uber-multierr/-/merge_requests/2
https://salsa.debian.org/go-team/packages/golang-github-cilium-ebpf/-/merge_requests/4
https://salsa.debian.org/go-team/packages/golang-golang-x-arch/-/merge_requests/1
https://salsa.debian.org/go-team/packages/golang-opentelemetry-contrib/-/merge_requests/3
https://salsa.debian.org/go-team/packages/golang-github-opencontainers-cgroups/-/merge_requests/1
https://salsa.debian.org/go-team/packages/pwru/-/merge_requests/3
Regards,
Juan