Error lines from build-log.txt
... skipping 2410 lines ...
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5
cd tools; go build -o /home/prow/go/src/github.com/tektoncd/pipeline/.bin/golangci-lint-v1.62.0 github.com/golangci/golangci-lint/cmd/golangci-lint
[34;1m🐱[0m Testing if golint has been done…
level=warning msg="[lintersdb] The linter \"gomnd\" is deprecated (step 2) and deactivated. It should be removed from the list of disabled linters. https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle"
pkg/resolution/common/errors.go:72:2: the sentinel error name `ErrorRequestInProgress` should conform to the `ErrXxx` format (errname)
ErrorRequestInProgress = ErrRequestInProgress
^
pkg/resolution/common/errors.go:86:6: the error type name `ErrorInvalidResourceKey` should conform to the `XxxError` format (errname)
type ErrorInvalidResourceKey = InvalidResourceKeyError
^
pkg/resolution/common/errors.go:110:6: the error type name `ErrorInvalidRequest` should conform to the `XxxError` format (errname)
type ErrorInvalidRequest = InvalidRequestError
^
pkg/resolution/common/errors.go:129:6: the error type name `ErrorGettingResource` should conform to the `XxxError` format (errname)
type ErrorGettingResource = GetResourceError
^
pkg/resolution/common/errors.go:152:6: the error type name `ErrorUpdatingRequest` should conform to the `XxxError` format (errname)
type ErrorUpdatingRequest = UpdatingRequestError
^
pkg/remote/errors.go:31:2: the sentinel error name `ErrorRequestInProgress` should conform to the `ErrXxx` format (errname)
ErrorRequestInProgress = ErrRequestInProgress
^
pkg/resolution/resolver/framework/controller.go:184:2: the sentinel error name `ErrorMissingTypeSelector` should conform to the `ErrXxx` format (errname)
ErrorMissingTypeSelector = ErrMissingTypeSelector
^
cmd/entrypoint/subcommands/subcommands.go:35:6: the error type name `SubcommandSuccessful` should conform to the `XxxError` format (errname)
type SubcommandSuccessful = OK
^
pkg/remote/resolution/error.go:33:2: the sentinel error name `ErrorRequestedResourceIsNil` should conform to the `ErrXxx` format (errname)
ErrorRequestedResourceIsNil = ErrNilResource
^
pkg/remote/resolution/error.go:45:6: the error type name `ErrorInvalidRuntimeObject` should conform to the `XxxError` format (errname)
type ErrorInvalidRuntimeObject = InvalidRuntimeObjectError
^
pkg/remote/resolution/error.go:77:6: the error type name `ErrorAccessingData` should conform to the `XxxError` format (errname)
type ErrorAccessingData = DataAccessError
^
pkg/remoteresolution/resource/request.go:56:6: identical: interface Request contains identical methods or type constraints from another interface, causing redundancy (iface)
type Request interface {
^
pkg/remoteresolution/resource/request.go:81:6: identical: interface RequestRemoteResource contains identical methods or type constraints from another interface, causing redundancy (iface)
... skipping 152 lines ...
pkg/entrypoint/entrypointer.go:109:6: the methods of "Entrypointer" use pointer receiver and non-pointer receiver. (recvcheck)
type Entrypointer struct {
^
pkg/reconciler/pipelinerun/resources/pipelinerunresolution.go:64:6: the methods of "ResolvedPipelineTask" use pointer receiver and non-pointer receiver. (recvcheck)
type ResolvedPipelineTask struct {
^
make: *** [Makefile:179: golangci-lint-check] Error 1
==============================
==== GO LINT TESTS FAILED ====
==============================
+ EXIT_VALUE=1
+ set +o xtrace