Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/containers/storage to v1.55.1 #2205

Closed
wants to merge 1 commit into from

fix(deps): update module github.com/containers/storage to v1.55.1

4f11240
Select commit
Loading
Failed to load commit list.
Closed

fix(deps): update module github.com/containers/storage to v1.55.1 #2205

fix(deps): update module github.com/containers/storage to v1.55.1
4f11240
Select commit
Loading
Failed to load commit list.
Cirrus CI / Testing on fedora-40 failed Oct 17, 2024 in 3m 29s

Task Summary

Instruction test failed in 03:15

Details

✅ 00:12 clone
❌ 03:15 test

go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/go-openapi/spec v0.21.0
go: downloading github.com/mailru/easyjson v0.7.7
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/chzyer/logex v1.2.1
go: downloading github.com/sergi/go-diff v1.3.1
go: downloading github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/jmhodges/clock v1.2.0
go: downloading github.com/prometheus/client_golang v1.20.2
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.11.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
go: downloading go.opentelemetry.io/proto/otlp v1.0.0
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/common v0.55.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/containerd/cgroups/v3 v3.0.3
go: downloading github.com/containerd/errdefs v0.1.0
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117
go: downloading google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7
go mod vendor
go mod verify
all modules verified
hack/tree_status.sh
tree is clean
make build
GOARCH=amd64 go build -tags containers_image_openpgp,systemd,exclude_graphdriver_devicemapper ./...
# github.com/containers/common/libimage
libimage/runtime.go:166:27: r.store.MultiList undefined (type "github.com/containers/storage".Store has no field or method MultiList)
libimage/runtime.go:167:11: undefined: storage.MultiListOptions
libimage/runtime.go:616:27: r.store.MultiList undefined (type "github.com/containers/storage".Store has no field or method MultiList)
libimage/runtime.go:617:11: undefined: storage.MultiListOptions
make: *** [Makefile:48: build-amd64] Error 1

Exit status: 2