ResultFAILURE
Tests 0 failed / 0 succeeded
Started2024-11-11 08:18
Elapsed31m21s
Revisionea8be645753cfdd37aa27d82fc3c7c94f4b0a21f
Refs 877

No Test Failures!


Error lines from build-log.txt

... skipping 1820 lines ...
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/prometheus/procfs v0.7.3
go: downloading google.golang.org/protobuf v1.28.0
go: downloading github.com/mattn/go-runewidth v0.0.9
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
🐱 Testing if golint has been done…
level=warning msg="[linters_context] running gomodguard failed: unable to parse module file go.mod: go.mod:3: invalid go version '1.22.0': must match format 1.23: if you are not using go modules it is suggested to disable this linter"
pkg/api/server/v1alpha2/log/s3.go:110:21: SA1019: aws.EndpointResolverWithOptionsFunc is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [EndpointResolver]. (staticcheck)
		customResolver := aws.EndpointResolverWithOptionsFunc(func(_, region string, _ ...any) (aws.Endpoint, error) {
		                  ^
pkg/api/server/v1alpha2/log/s3.go:112:12: SA1019: aws.Endpoint is deprecated: This structure was used with the global [EndpointResolver] interface, which has been deprecated in favor of service-specific endpoint resolution. See the deprecation docs on that interface for more information. (staticcheck)
				return aws.Endpoint{
				       ^
pkg/api/server/v1alpha2/log/s3.go:118:11: SA1019: aws.Endpoint is deprecated: This structure was used with the global [EndpointResolver] interface, which has been deprecated in favor of service-specific endpoint resolution. See the deprecation docs on that interface for more information. (staticcheck)
			return aws.Endpoint{}, &aws.EndpointNotFoundError{}
			       ^
make: *** [Makefile:88: golangci-lint-check] Error 1
==============================
==== GO LINT TESTS FAILED ====
==============================
+ EXIT_VALUE=1
+ set +o xtrace