Running logcheck seemingly spuriously fails. Happens both locally and in CI. An example of running locally:
$ logcheck -config scripts/test-infra/logcheck.conf ./cmd/... ./pkg/... ./source/...
$ logcheck -config scripts/test-infra/logcheck.conf ./cmd/... ./pkg/... ./source/...
$ logcheck -config scripts/test-infra/logcheck.conf ./cmd/... ./pkg/... ./source/...
$ logcheck -config scripts/test-infra/logcheck.conf ./cmd/... ./pkg/... ./source/...
/home/marquiz/go/git/node-feature-discovery/pkg/nfd-master/nfd-master.go:349:13: lis.Close undefined (type "net".Listener has no field or method Close)
logcheck: analysis skipped due to errors in package
logcheck: analysis skipped due to errors in package
logcheck: analysis skipped due to errors in package
logcheck: analysis skipped due to errors in package
This happens at least in the node-feature-discovery project.
Running logcheck seemingly spuriously fails. Happens both locally and in CI. An example of running locally:
This happens at least in the node-feature-discovery project.