fix(deps): update module github.com/containers/storage to v1.55.1 #2606
Cirrus CI / validate
failed
Oct 17, 2024 in 3m 40s
Task Summary
Instruction main failed in 03:34
Details
✅ 00:04 clone
❌ 03:34 main
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.28.0
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading golang.org/x/mod v0.21.0
go: downloading github.com/moby/sys/mountinfo v0.7.2
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/tchap/go-patricia/v2 v2.3.1
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/go-openapi/analysis v0.23.0
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/go-openapi/loads v0.22.0
go: downloading github.com/go-openapi/spec v0.21.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading golang.org/x/net v0.28.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/go-logr/logr v1.4.2
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/mistifyio/go-zfs/v3 v3.0.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading golang.org/x/text v0.19.0
if [ ! -x "/var/tmp/go/bin/git-validation" ]; then \
go install github.com/vbatts/git-validation@latest; \
fi
go: downloading github.com/vbatts/git-validation v1.2.1
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading github.com/hashicorp/go-version v1.3.0
go: downloading golang.org/x/sys v0.6.0
if [ ! -x "/var/tmp/go/bin/golangci-lint" ]; then \
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /var/tmp/go/bin v1.61.0 ; \
fi
golangci/golangci-lint info checking GitHub for tag 'v1.61.0'
golangci/golangci-lint info found version: 1.61.0 for v1.61.0/linux/amd64
golangci/golangci-lint info installed /var/tmp/go/bin/golangci-lint
${GOBIN}/git-validation -q -run DCO,short-subject,dangling-whitespace -range $(git merge-base origin/${DEST_BRANCH} HEAD)..${CIRRUS_CHANGE_IN_REPO}
time="2024-10-17T19:44:11Z" level=info msg="using commit range: a66152c1cdf6a37a097ecdca588f0d964a80bb03..522b3fcee6930dbae9a46a95c7170c591fe691a6"
make validate
/var/tmp/go/bin/golangci-lint run --build-tags "btrfs_noversion libdm_no_deferred_remove"
storage/storage_dest.go:1: : # github.com/containers/image/v5/storage [github.com/containers/image/v5/storage.test]
storage/storage_dest.go:325:20: undefined: chunked.ErrFallbackToOrdinaryLayerDownload
storage/storage_dest.go:336:41: s.imageRef.transport.store.PrepareStagedLayer undefined (type "github.com/containers/storage".Store has no field or method PrepareStagedLayer) (typecheck)
//go:build !containers_image_storage_stub
transports/alltransports/storage.go:8:4: could not import github.com/containers/image/v5/storage (-: # github.com/containers/image/v5/storage
storage/storage_dest.go:325:20: undefined: chunked.ErrFallbackToOrdinaryLayerDownload
storage/storage_dest.go:336:41: s.imageRef.transport.store.PrepareStagedLayer undefined (type "github.com/containers/storage".Store has no field or method PrepareStagedLayer)) (typecheck)
_ "github.com/containers/image/v5/storage"
^
make: *** [Makefile:90: lint] Error 1
Exit status: 2
Loading