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/sigstore/fulcio to v1.4.5 #2371

Closed
wants to merge 1 commit into from

fix(deps): update module github.com/sigstore/fulcio to v1.4.5

ba7c66b
Select commit
Failed to load commit list.
Closed

fix(deps): update module github.com/sigstore/fulcio to v1.4.5 #2371

fix(deps): update module github.com/sigstore/fulcio to v1.4.5
ba7c66b
Select commit
Failed to load commit list.
Cirrus CI / validate failed Apr 8, 2024 in 3m 23s

Task Summary

Instruction main failed in 03:18

Details

✅ 00:03 clone
❌ 03:18 main

go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/go-openapi/analysis v0.21.4
go: downloading github.com/go-openapi/loads v0.21.2
go: downloading github.com/go-openapi/spec v0.20.9
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading golang.org/x/mod v0.17.0
go: downloading github.com/moby/sys/mountinfo v0.7.1
go: downloading github.com/tchap/go-patricia/v2 v2.3.1
go: downloading github.com/hashicorp/errwrap v1.1.0
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/golang/protobuf v1.5.3
go: downloading golang.org/x/net v0.24.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/go-logr/logr v1.2.4
go: downloading github.com/josharian/intern v1.0.0
go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/mistifyio/go-zfs/v3 v3.0.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97
go: downloading google.golang.org/protobuf v1.33.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading golang.org/x/text v0.14.0
signature/fulcio_cert.go:16:2: missing go.sum entry for module providing package github.com/sigstore/fulcio/pkg/certificate (imported by github.com/containers/image/v5/signature); to add:
	go get github.com/containers/image/v5/signature
signature/sigstore/fulcio/fulcio.go:19:2: missing go.sum entry for module providing package github.com/sigstore/fulcio/pkg/api (imported by github.com/containers/image/v5/signature/sigstore/fulcio); to add:
	go get github.com/containers/image/v5/signature/sigstore/fulcio
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.57.2 ; \
fi
golangci/golangci-lint info checking GitHub for tag 'v1.57.2'
golangci/golangci-lint info found version: 1.57.2 for v1.57.2/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-04-08T11:23:05Z" level=info msg="using commit range: 34a882db692a29586d1acd925adcf046d06175c4..ba7c66b5fa834ed0d267e565347f135d03783599"
make validate
signature/fulcio_cert.go:16:2: missing go.sum entry for module providing package github.com/sigstore/fulcio/pkg/certificate (imported by github.com/containers/image/v5/signature); to add:
	go get github.com/containers/image/v5/signature
signature/sigstore/fulcio/fulcio.go:19:2: missing go.sum entry for module providing package github.com/sigstore/fulcio/pkg/api (imported by github.com/containers/image/v5/signature/sigstore/fulcio); to add:
	go get github.com/containers/image/v5/signature/sigstore/fulcio
/var/tmp/go/bin/golangci-lint run --build-tags "btrfs_noversion libdm_no_deferred_remove"
level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load package : could not load export data: no export data for \"github.com/sigstore/fulcio/pkg/api\""
level=error msg="Running error: can't run linter goanalysis_metalinter\nbuildir: failed to load package : could not load export data: no export data for \"github.com/sigstore/fulcio/pkg/api\""
make: *** [Makefile:90: lint] Error 3

Exit status: 2