[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#1118147: docker.io: Upload docker.io 27.5.1 to unstable



Hi, thank you for working on this

On 15/10/2025 12:23, Reinhard Tartler wrote:
Package: docker.io
Version: 26.1.5+dfsg1-9+b9
Severity: normal

I'm currently working on uploading docker.io 27.5.1+dsfg1 to unstable.
It is currently available for early tests in experimental.
I've started a rebuild of direct reverse dependencies and found at least the following
issues:

2025/10/14 18:27:47 FAILED: golang-github-containers-buildah (see buildlogs/golang-github-containers-buildah_1.41.4+ds1-3)
2025/10/14 18:27:47 FAILED: podman (see buildlogs/podman_5.6.2+ds1-3)
2025/10/14 18:27:47 FAILED: docker-buildx (see buildlogs/docker-buildx_0.13.1+ds1-3)
2025/10/14 18:27:47 FAILED: docker-compose (see buildlogs/docker-compose_2.26.1-4)
2025/10/14 21:10:04 FAILED: crowdsec (see buildlogs/crowdsec_1.4.6-10)
2025/10/14 21:10:04 FAILED: golang-github-openshift-imagebuilder (see buildlogs/golang-github-openshift-imagebuilder_1.2.15+ds1-1)


The build logs can be found at https://people.debian.org/~siretart/docker.io_27.5.1_logs/

I started to look into the docker-buildx failure here is the relevant log messages:

1. src/github.com/docker/cli/opts/envfile.go:6:2: cannot find package "github.com/docker/cli/pkg/kvfile"

2. src/github.com/moby/buildkit/util/apicaps/pb/caps_vtproto.pb.go:9:2: cannot find package "github.com/planetscale/vtprotobuf/protohelpers"

3. src/github.com/moby/buildkit/api/services/control/control_vtproto.pb.go:14:2: cannot find package "github.com/planetscale/vtprotobuf/types/known/timestamppb"

4. src/github.com/moby/buildkit/util/grpcerrors/grpcerrors.go:10:2: cannot find package "github.com/moby/buildkit/errdefs"

5. src/github.com/moby/buildkit/util/progress/progressui/colors.go:10:2: cannot find package "github.com/tonistiigi/go-csvvalue"

6. src/github.com/docker/buildx/cmd/buildx/tracing.go:7:2: cannot find package "github.com/moby/buildkit/util/tracing/detect/delegated"

For 1, 4 and 6 it should be just a matter of adding the corresponding packages in the -docker-dev.install file (https://salsa.debian.org/go-team/packages/docker/-/blob/siretart/wip/27.5.1/debian/golang-github-docker-docker-dev.install)

For 2, 3 and 5, it seems buildkit sources need two additional dependencies: "github.com/planetscale/vtprotobuf" and "github.com/tonistiigi/go-csvvalue". We may be able to also add them to the .install file, or we could package them as independent packages. I was looking into updating docker-buildx to 0.19.3 (the last version using containerd v1) and it also is directly dependent on these two new packages, so we will probably have to package them anyway.

I will take a look at debian-compose soon.
--
Nicolas Peugnet


Reply to: