This job view page is being replaced by Spyglass soon. Check out the new job view.
PRyouyangl: Skip some resource record set types when deleting resource records
ResultFAILURE
Tests 0 failed / 200 succeeded
Started2023-01-27 16:29
Elapsed2m50s
Revisiond00cc376ef1dff57a89de19404faa13d832b042f
Refs 159

No Test Failures!


Show 200 Passed Tests

Error lines from build-log.txt

... skipping 364 lines ...
level=warning msg="[linters context] structcheck 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=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: 531, after processing: 5"
level=info msg="[runner] Processors filtering stat (out/in): skip_files: 531/531, max_per_file_from_linter: 5/7, path_shortener: 5/5, filename_unadjuster: 531/531, path_prettifier: 531/531, autogenerated_exclude: 529/531, uniq_by_line: 199/229, diff: 7/199, cgo: 531/531, skip_dirs: 531/531, max_same_issues: 5/5, source_code: 5/5, severity-rules: 5/5, identifier_marker: 529/529, exclude: 529/529, exclude-rules: 231/529, nolint: 229/231, max_from_linter: 5/5, path_prefixer: 5/5, sort_results: 5/5"
level=info msg="[runner] processing took 68.763058ms with stages: nolint: 21.800764ms, identifier_marker: 13.457366ms, exclude-rules: 13.148108ms, diff: 12.872826ms, autogenerated_exclude: 4.213845ms, path_prettifier: 2.541514ms, skip_dirs: 343.693µs, source_code: 146.979µs, uniq_by_line: 89.115µs, cgo: 88.963µs, filename_unadjuster: 40.735µs, max_per_file_from_linter: 8.533µs, path_shortener: 3.96µs, max_same_issues: 2.998µs, skip_files: 957ns, sort_results: 749ns, exclude: 704ns, severity-rules: 590ns, max_from_linter: 445ns, path_prefixer: 214ns"
level=info msg="[runner] linters took 32.682103014s with stages: goanalysis_metalinter: 32.613095865s, structcheck: 22.769µs, unparam: 13.158µs"
cmd/aws-janitor/main.go:140:33: Error return value of `skipResourceRecordSetTypes.Set` is not checked (errcheck)
		skipResourceRecordSetTypes.Set("SOA,NS")
		                              ^
cmd/aws-janitor-boskos/main.go:196:33: Error return value of `skipResourceRecordSetTypes.Set` is not checked (errcheck)
		skipResourceRecordSetTypes.Set("SOA,NS")
		                              ^
aws-janitor/resources/route53.go:97: File is not `gofmt`-ed with `-s` (gofmt)
			if _, ok := opts.SkipResourceRecordSetTypes[*rrs.Type]; !ok{
cmd/aws-janitor/main.go:58: File is not `gofmt`-ed with `-s` (gofmt)
	excludeTags					common.CommaSeparatedStrings
... skipping 3 lines ...
	excludeTags 				common.CommaSeparatedStrings
	includeTags 				common.CommaSeparatedStrings
	skipResourceRecordSetTypes	common.CommaSeparatedStrings
level=info msg="File cache stats: 106 entries of total size 588.7KiB"
level=info msg="Memory: 294 samples, avg is 1630.6MB, max is 2641.2MB"
level=info msg="Execution took 35.252236095s"
make: *** [Makefile:96: verify-lint] Error 1