fix(deps): update module github.com/santhosh-tekuri/jsonschema/v5 to v6 #2772
Cirrus CI / validate
failed
Mar 12, 2025 in 3m 15s
Task Summary
Instruction main failed in 03:09
Details
✅ 00:04 clone
❌ 03:09 main
go: downloading github.com/opencontainers/runtime-spec v1.2.1
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.32.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading google.golang.org/protobuf v1.36.4
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576
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/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading golang.org/x/mod v0.22.0
go: downloading github.com/moby/sys/mountinfo v0.7.2
go: downloading github.com/tchap/go-patricia/v2 v2.3.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/golang/protobuf v1.5.4
go: downloading golang.org/x/net v0.34.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/mistifyio/go-zfs/v3 v3.0.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading golang.org/x/text v0.22.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.2
go: downloading golang.org/x/sys v0.13.0
go: downloading github.com/hashicorp/go-version v1.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.64.7 ; \
fi
golangci/golangci-lint info checking GitHub for tag 'v1.64.7'
golangci/golangci-lint info found version: 1.64.7 for v1.64.7/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="2025-03-12T18:58:36Z" level=info msg="using commit range: 4c5a86a9eb096270907b77d4981e6efc45b8b7dc..4f9953cd81bf38389f867794c9fbf14b4aa7806d"
make validate
/var/tmp/go/bin/golangci-lint run --build-tags "btrfs_noversion"
signature/simple_test.go:92:68: undefined: jsonschema (typecheck)
func successfullyUnmarshalUntrustedSignature(t *testing.T, schema *jsonschema.Schema, input []byte) untrustedSignature {
^
signature/simple_test.go:109:67: undefined: jsonschema (typecheck)
func assertUnmarshalUntrustedSignatureFails(t *testing.T, schema *jsonschema.Schema, input []byte) {
^
signature/simple_test.go:133:17: undefined: jsonschema (typecheck)
schema, err := jsonschema.Compile("file://" + schemaPath)
^
make: *** [Makefile:101: lint] Error 1
Exit status: 2
Loading