This job view page is being replaced by Spyglass soon. Check out the new job view.
PRdanilo-gemoli: Reaper: read resource types from Boskos config file
ResultFAILURE
Tests 0 failed / 202 succeeded
Started2023-01-23 14:01
Elapsed2m51s
Revisionb6047c130bbcab12228e6c683e7d3284b03bda31
Refs 157

No Test Failures!


Show 202 Passed Tests

Error lines from build-log.txt

... skipping 365 lines ...
level=warning msg="[linters context] unparam is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649."
level=info msg="[runner] Issues before processing: 522, after processing: 5"
level=info msg="[runner] Processors filtering stat (out/in): max_per_file_from_linter: 5/5, path_shortener: 5/5, skip_dirs: 522/522, identifier_marker: 520/520, max_from_linter: 5/5, path_prefixer: 5/5, nolint: 220/222, max_same_issues: 5/5, cgo: 522/522, path_prettifier: 522/522, skip_files: 522/522, autogenerated_exclude: 520/522, exclude: 520/520, exclude-rules: 222/520, severity-rules: 5/5, filename_unadjuster: 522/522, uniq_by_line: 196/220, diff: 5/196, source_code: 5/5, sort_results: 5/5"
level=info msg="[runner] processing took 64.89171ms with stages: nolint: 21.715495ms, exclude-rules: 13.80683ms, diff: 11.05214ms, identifier_marker: 10.887153ms, path_prettifier: 3.761058ms, autogenerated_exclude: 2.765988ms, skip_dirs: 545.937µs, source_code: 120.189µs, uniq_by_line: 112.169µs, cgo: 73.426µs, filename_unadjuster: 36.176µs, max_per_file_from_linter: 4.429µs, path_shortener: 3.633µs, max_same_issues: 3.193µs, exclude: 979ns, skip_files: 828ns, sort_results: 790ns, max_from_linter: 565ns, severity-rules: 516ns, path_prefixer: 216ns"
level=info msg="[runner] linters took 34.366935471s with stages: goanalysis_metalinter: 34.301796633s, structcheck: 24.092µs, unparam: 13.866µs"
cmd/reaper/reaper.go:71:36: `resouce` is a misspelling of `resource` (misspell)
		logrus.WithError(err).Fatal("new resouce types")
		                                 ^
cmd/reaper/resource_types_test.go:65:15: `resouce` is a misspelling of `resource` (misspell)
				t.Errorf("resouce types don't match: %s", diff)
				          ^
cmd/reaper/resource_types.go:110:2: Consider preallocating `types` (prealloc)
	var types []string
... skipping 4 lines ...
cmd/reaper/resource_types_test.go:64:24: Using the variable on range scope `tc` in function literal (scopelint)
			if diff := cmp.Diff(tc.wantResources, types); diff != "" {
			                    ^
level=info msg="File cache stats: 108 entries of total size 573.6KiB"
level=info msg="Memory: 303 samples, avg is 1679.4MB, max is 2682.4MB"
level=info msg="Execution took 36.995086165s"
make: *** [Makefile:96: verify-lint] Error 1