-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Replies: 1 comment · 7 replies
-
Hello, your log means that |
Beta Was this translation helpful? Give feedback.
All reactions
-
@ldez, I tried this a few different ways, but it fails outside the ebuild, exactly the same way it does inside the ebuild. So I think the test may just be broken. I can send you an output if what happens, if you'd like... |
Beta Was this translation helpful? Give feedback.
All reactions
-
$ uname -a
Linux xxxx 5.19.0-2-MANJARO #1 SMP PREEMPT_DYNAMIC Tue Aug 2 18:25:43 UTC 2022 x86_64 GNU/Linux Lines 26 to 30 in 7d2648c
make test$ make test
go build -o golangci-lint ./cmd/golangci-lint
GL_TEST_RUN=1 ./golangci-lint run -v
INFO [config_reader] Config search paths: [./ /home/ldez/sources/go/src/github.com/golangci/golangci-lint /home/ldez/sources/go/src/github.com/golangci /home/ldez/sources/go/src/github.com /home/ldez/sources/go/src /home/ldez/sources/go /home/ldez/sources /home/ldez /home /]
INFO [config_reader] Used config file .golangci.yml
INFO [lintersdb] Active 34 linters: [bodyclose deadcode depguard dogsled dupl errcheck exportloopref funlen gochecknoinits goconst gocritic gocyclo gofmt goimports gomnd goprintffuncname gosec gosimple govet ineffassign lll misspell nakedret noctx nolintlint staticcheck structcheck stylecheck typecheck unconvert unparam unused varcheck whitespace]
INFO [lintersdb] Active 34 linters: [bodyclose deadcode depguard dogsled dupl errcheck exportloopref funlen gochecknoinits goconst gocritic gocyclo gofmt goimports gomnd goprintffuncname gosec gosimple govet ineffassign lll misspell nakedret noctx nolintlint staticcheck structcheck stylecheck typecheck unconvert unparam unused varcheck whitespace]
INFO [loader] Go packages loading at mode 575 (compiled_files|deps|files|name|exports_file|imports|types_sizes) took 1.39203011s
INFO [lintersdb] Active 34 linters: [bodyclose deadcode depguard dogsled dupl errcheck exportloopref funlen gochecknoinits goconst gocritic gocyclo gofmt goimports gomnd goprintffuncname gosec gosimple govet ineffassign lll misspell nakedret noctx nolintlint staticcheck structcheck stylecheck typecheck unconvert unparam unused varcheck whitespace]
INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 7.099379ms
INFO [linters context/goanalysis] analyzers took 1m3.551801761s with top 10 stages: gocritic: 23.73573654s, buildir: 20.684520476s, inspect: 1.858636751s, fact_deprecated: 1.719163769s, buildssa: 1.625258741s, printf: 1.027034182s, ctrlflow: 786.583483ms, dupl: 657.269319ms, nilness: 612.594788ms, fact_purity: 547.376874ms
INFO [runner/skip dirs] Skipped 1 issues from dir internal/robustio by pattern internal/robustio
INFO [runner/skip dirs] Skipped 1 issues from dir test/testdata_etc/unused_exported/lib by pattern test/testdata_etc
INFO [runner/skip dirs] Skipped 3 issues from dir test/testdata_etc/abspath by pattern test/testdata_etc
INFO [runner/skip dirs] Skipped 14 issues from dir internal/renameio by pattern internal/renameio
INFO [runner/skip dirs] Skipped 82 issues from dir internal/cache by pattern internal/cache
INFO [runner] Issues before processing: 537, after processing: 0
INFO [runner] Processors filtering stat (out/in): exclude-rules: 189/436, autogenerated_exclude: 436/436, identifier_marker: 436/436, skip_dirs: 436/537, path_prettifier: 537/537, skip_files: 537/537, exclude: 436/436, nolint: 0/189, cgo: 537/537, filename_unadjuster: 537/537
INFO [runner] processing took 24.073602ms with stages: nolint: 9.966182ms, exclude-rules: 7.230051ms, identifier_marker: 3.912537ms, path_prettifier: 1.791186ms, autogenerated_exclude: 918.191µs, skip_dirs: 216.356µs, cgo: 20.529µs, filename_unadjuster: 12.048µs, max_same_issues: 2.751µs, diff: 1.15µs, uniq_by_line: 587ns, skip_files: 403ns, exclude: 296ns, source_code: 276ns, max_from_linter: 238ns, path_shortener: 209ns, sort_results: 190ns, severity-rules: 177ns, max_per_file_from_linter: 168ns, path_prefixer: 77ns
INFO [runner] linters took 6.58166366s with stages: goanalysis_metalinter: 6.557517569s
INFO File cache stats: 251 entries of total size 664.4KiB
INFO Memory: 81 samples, avg is 859.1MB, max is 1626.8MB
INFO Execution took 7.985110692s
GL_TEST_RUN=1 go test -v -parallel 2 ./...
? github.com/golangci/golangci-lint/cmd/golangci-lint [no test files]
=== RUN TestBasic
=== PAUSE TestBasic
=== RUN TestGrowth
=== PAUSE TestGrowth
=== RUN TestVerifyPanic
cache_test.go:142: go: internal cache error: cache verify failed: id=0100000000000000000000000000000000000000000000000000000000000000 changed:<<<
>>>
old: cb8379ac2098aa165029e3938a51da0bcecfc008fd6795f401178647f96c5b34 3
new: ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad 3
--- PASS: TestVerifyPanic (0.00s)
=== RUN TestCacheTrim
=== PAUSE TestCacheTrim
=== RUN TestHash
--- PASS: TestHash (0.00s)
=== RUN TestHashFile
--- PASS: TestHashFile (0.00s)
=== CONT TestBasic
=== CONT TestCacheTrim
--- PASS: TestBasic (0.01s)
=== CONT TestGrowth
--- PASS: TestCacheTrim (0.01s)
--- PASS: TestGrowth (0.40s)
PASS
ok github.com/golangci/golangci-lint/internal/cache 0.426s
? github.com/golangci/golangci-lint/internal/errorutil [no test files]
? github.com/golangci/golangci-lint/internal/pkgcache [no test files]
=== RUN TestConcurrentReadsAndWrites
renameio_test.go:127: 2048 (of 2048) writes succeeded (ok: ≥ 2048)
renameio_test.go:148: 2048 (of 2048) reads succeeded (ok: ≥ 2048)
--- PASS: TestConcurrentReadsAndWrites (0.22s)
=== RUN TestWriteFileModeAppliesUmask
--- PASS: TestWriteFileModeAppliesUmask (0.00s)
PASS
ok github.com/golangci/golangci-lint/internal/renameio 0.259s
? github.com/golangci/golangci-lint/internal/robustio [no test files]
? github.com/golangci/golangci-lint/pkg/commands [no test files]
=== RUN TestGetExcludePatterns
--- PASS: TestGetExcludePatterns (0.00s)
=== RUN Test_intersectStringSlice
--- PASS: Test_intersectStringSlice (0.00s)
=== RUN Test_filterByDisableTags
--- PASS: Test_filterByDisableTags (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/config 0.431s
? github.com/golangci/golangci-lint/pkg/exitcodes [no test files]
? github.com/golangci/golangci-lint/pkg/fsutils [no test files]
=== RUN TestExtractChangesFromHunkAddOnly
--- PASS: TestExtractChangesFromHunkAddOnly (0.00s)
=== RUN TestExtractChangesFromHunkAddOnlyOnFirstLine
--- PASS: TestExtractChangesFromHunkAddOnlyOnFirstLine (0.00s)
=== RUN TestExtractChangesFromHunkAddOnlyOnFirstLineWithSharedOriginalLine
--- PASS: TestExtractChangesFromHunkAddOnlyOnFirstLineWithSharedOriginalLine (0.00s)
=== RUN TestExtractChangesFromHunkAddOnlyInAllDiff
--- PASS: TestExtractChangesFromHunkAddOnlyInAllDiff (0.00s)
=== RUN TestExtractChangesFromHunkAddOnlyMultipleLines
--- PASS: TestExtractChangesFromHunkAddOnlyMultipleLines (0.00s)
=== RUN TestExtractChangesFromHunkAddOnlyDifferentLines
--- PASS: TestExtractChangesFromHunkAddOnlyDifferentLines (0.00s)
=== RUN TestExtractChangesDeleteOnlyFirstLines
--- PASS: TestExtractChangesDeleteOnlyFirstLines (0.00s)
=== RUN TestExtractChangesReplaceLine
--- PASS: TestExtractChangesReplaceLine (0.00s)
=== RUN TestExtractChangesReplaceLineAfterFirstLineAdding
--- PASS: TestExtractChangesReplaceLineAfterFirstLineAdding (0.00s)
=== RUN TestGofmtDiff
--- PASS: TestGofmtDiff (0.00s)
=== RUN TestGovet
--- PASS: TestGovet (0.00s)
=== RUN TestGovetSorted
=== RUN TestGovetSorted/All
=== RUN TestGovetSorted/Default
--- PASS: TestGovetSorted (0.00s)
--- PASS: TestGovetSorted/All (0.00s)
--- PASS: TestGovetSorted/Default (0.00s)
=== RUN TestGovetAnalyzerIsEnabled
--- PASS: TestGovetAnalyzerIsEnabled (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/golinters 0.333s
=== RUN TestParseError
--- PASS: TestParseError (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/golinters/goanalysis 0.430s
? github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load [no test files]
=== RUN TestLinter_Run
=== RUN TestLinter_Run/when_no_explanation_is_provided
=== PAUSE TestLinter_Run/when_no_explanation_is_provided
=== RUN TestLinter_Run/when_multiple_directives_on_multiple_lines
=== PAUSE TestLinter_Run/when_multiple_directives_on_multiple_lines
=== RUN TestLinter_Run/when_no_explanation_is_needed_for_a_specific_linter
=== PAUSE TestLinter_Run/when_no_explanation_is_needed_for_a_specific_linter
=== RUN TestLinter_Run/when_no_specific_linter_is_mentioned
=== PAUSE TestLinter_Run/when_no_specific_linter_is_mentioned
=== RUN TestLinter_Run/when_machine-readable_style_isn't_used
=== PAUSE TestLinter_Run/when_machine-readable_style_isn't_used
=== RUN TestLinter_Run/spaces_are_allowed_in_comma-separated_list_of_linters
=== PAUSE TestLinter_Run/spaces_are_allowed_in_comma-separated_list_of_linters
=== RUN TestLinter_Run/multi-line_comments_don't_confuse_parser
=== PAUSE TestLinter_Run/multi-line_comments_don't_confuse_parser
=== RUN TestLinter_Run/needs_unused_without_specific_linter_generates_replacement
=== PAUSE TestLinter_Run/needs_unused_without_specific_linter_generates_replacement
=== RUN TestLinter_Run/needs_unused_with_one_specific_linter_generates_replacement
=== PAUSE TestLinter_Run/needs_unused_with_one_specific_linter_generates_replacement
=== RUN TestLinter_Run/needs_unused_with_multiple_specific_linters_does_not_generate_replacements
=== PAUSE TestLinter_Run/needs_unused_with_multiple_specific_linters_does_not_generate_replacements
=== CONT TestLinter_Run/when_no_explanation_is_provided
=== CONT TestLinter_Run/needs_unused_with_multiple_specific_linters_does_not_generate_replacements
=== CONT TestLinter_Run/needs_unused_with_one_specific_linter_generates_replacement
=== CONT TestLinter_Run/needs_unused_without_specific_linter_generates_replacement
=== CONT TestLinter_Run/multi-line_comments_don't_confuse_parser
=== CONT TestLinter_Run/spaces_are_allowed_in_comma-separated_list_of_linters
=== CONT TestLinter_Run/when_machine-readable_style_isn't_used
=== CONT TestLinter_Run/when_no_specific_linter_is_mentioned
=== CONT TestLinter_Run/when_no_explanation_is_needed_for_a_specific_linter
=== CONT TestLinter_Run/when_multiple_directives_on_multiple_lines
--- PASS: TestLinter_Run (0.00s)
--- PASS: TestLinter_Run/when_no_explanation_is_provided (0.00s)
--- PASS: TestLinter_Run/needs_unused_with_multiple_specific_linters_does_not_generate_replacements (0.00s)
--- PASS: TestLinter_Run/needs_unused_with_one_specific_linter_generates_replacement (0.00s)
--- PASS: TestLinter_Run/needs_unused_without_specific_linter_generates_replacement (0.00s)
--- PASS: TestLinter_Run/multi-line_comments_don't_confuse_parser (0.00s)
--- PASS: TestLinter_Run/spaces_are_allowed_in_comma-separated_list_of_linters (0.00s)
--- PASS: TestLinter_Run/when_machine-readable_style_isn't_used (0.00s)
--- PASS: TestLinter_Run/when_no_specific_linter_is_mentioned (0.00s)
--- PASS: TestLinter_Run/when_no_explanation_is_needed_for_a_specific_linter (0.00s)
--- PASS: TestLinter_Run/when_multiple_directives_on_multiple_lines (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/golinters/nolintlint 0.045s
? github.com/golangci/golangci-lint/pkg/goutil [no test files]
? github.com/golangci/golangci-lint/pkg/lint [no test files]
? github.com/golangci/golangci-lint/pkg/lint/linter [no test files]
=== RUN TestGetEnabledLintersSet
=== RUN TestGetEnabledLintersSet/disable_all_linters_from_megacheck
=== RUN TestGetEnabledLintersSet/disable_only_staticcheck
=== RUN TestGetEnabledLintersSet/don't_merge_into_megacheck
=== RUN TestGetEnabledLintersSet/expand_megacheck
=== RUN TestGetEnabledLintersSet/don't_disable_anything
=== RUN TestGetEnabledLintersSet/enable_gosec_by_gas_alias
=== RUN TestGetEnabledLintersSet/enable_gosec_by_primary_name
=== RUN TestGetEnabledLintersSet/enable_gosec_by_both_names
=== RUN TestGetEnabledLintersSet/disable_gosec_by_gas_alias
=== RUN TestGetEnabledLintersSet/disable_gosec_by_primary_name
--- PASS: TestGetEnabledLintersSet (0.00s)
--- PASS: TestGetEnabledLintersSet/disable_all_linters_from_megacheck (0.00s)
--- PASS: TestGetEnabledLintersSet/disable_only_staticcheck (0.00s)
--- PASS: TestGetEnabledLintersSet/don't_merge_into_megacheck (0.00s)
--- PASS: TestGetEnabledLintersSet/expand_megacheck (0.00s)
--- PASS: TestGetEnabledLintersSet/don't_disable_anything (0.00s)
--- PASS: TestGetEnabledLintersSet/enable_gosec_by_gas_alias (0.00s)
--- PASS: TestGetEnabledLintersSet/enable_gosec_by_primary_name (0.00s)
--- PASS: TestGetEnabledLintersSet/enable_gosec_by_both_names (0.00s)
--- PASS: TestGetEnabledLintersSet/disable_gosec_by_gas_alias (0.00s)
--- PASS: TestGetEnabledLintersSet/disable_gosec_by_primary_name (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/lint/lintersdb 0.332s
? github.com/golangci/golangci-lint/pkg/logutils [no test files]
=== RUN TestPathElemRe
--- PASS: TestPathElemRe (0.00s)
=== RUN Test_stackCrusher
=== RUN Test_stackCrusher/large_stack
=== PAUSE Test_stackCrusher/large_stack
=== RUN Test_stackCrusher/no_stack
=== PAUSE Test_stackCrusher/no_stack
=== RUN Test_stackCrusher/no_stack_but_message_with_parenthesis
=== PAUSE Test_stackCrusher/no_stack_but_message_with_parenthesis
=== RUN Test_stackCrusher/stack_with_message_with_parenthesis_at_the_end
=== PAUSE Test_stackCrusher/stack_with_message_with_parenthesis_at_the_end
=== RUN Test_stackCrusher/no_stack_but_message_with_parenthesis_at_the_end
=== PAUSE Test_stackCrusher/no_stack_but_message_with_parenthesis_at_the_end
=== CONT Test_stackCrusher/large_stack
=== CONT Test_stackCrusher/no_stack_but_message_with_parenthesis_at_the_end
=== CONT Test_stackCrusher/stack_with_message_with_parenthesis_at_the_end
=== CONT Test_stackCrusher/no_stack_but_message_with_parenthesis
=== CONT Test_stackCrusher/no_stack
--- PASS: Test_stackCrusher (0.00s)
--- PASS: Test_stackCrusher/large_stack (0.00s)
--- PASS: Test_stackCrusher/no_stack_but_message_with_parenthesis_at_the_end (0.00s)
--- PASS: Test_stackCrusher/stack_with_message_with_parenthesis_at_the_end (0.00s)
--- PASS: Test_stackCrusher/no_stack_but_message_with_parenthesis (0.00s)
--- PASS: Test_stackCrusher/no_stack (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/packages 0.006s
=== RUN TestCheckstyle_Print
--- PASS: TestCheckstyle_Print (0.00s)
=== RUN TestCodeClimate_Print
--- PASS: TestCodeClimate_Print (0.00s)
=== RUN TestGithub_Print
--- PASS: TestGithub_Print (0.00s)
=== RUN TestFormatGithubIssue
--- PASS: TestFormatGithubIssue (0.00s)
=== RUN TestHTML_Print
--- PASS: TestHTML_Print (0.00s)
=== RUN TestJSON_Print
--- PASS: TestJSON_Print (0.00s)
=== RUN TestJunitXML_Print
--- PASS: TestJunitXML_Print (0.00s)
=== RUN TestTab_Print
--- PASS: TestTab_Print (0.00s)
=== RUN TestText_Print
--- PASS: TestText_Print (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/printers 0.011s
? github.com/golangci/golangci-lint/pkg/report [no test files]
? github.com/golangci/golangci-lint/pkg/result [no test files]
=== RUN TestIsAutogeneratedDetection
--- PASS: TestIsAutogeneratedDetection (0.00s)
=== RUN TestGetDoc
--- PASS: TestGetDoc (0.00s)
=== RUN TestGetDocFileWithLongLine
--- PASS: TestGetDocFileWithLongLine (0.01s)
=== RUN TestExcludeRulesMultiple
--- PASS: TestExcludeRulesMultiple (0.00s)
=== RUN TestExcludeRulesText
--- PASS: TestExcludeRulesText (0.00s)
=== RUN TestExcludeRulesEmpty
--- PASS: TestExcludeRulesEmpty (0.00s)
=== RUN TestExcludeRulesCaseSensitiveMultiple
--- PASS: TestExcludeRulesCaseSensitiveMultiple (0.00s)
=== RUN TestExcludeRulesCaseSensitiveText
--- PASS: TestExcludeRulesCaseSensitiveText (0.00s)
=== RUN TestExcludeRulesCaseSensitiveEmpty
--- PASS: TestExcludeRulesCaseSensitiveEmpty (0.00s)
=== RUN TestExclude
--- PASS: TestExclude (0.00s)
=== RUN TestNoExclude
--- PASS: TestNoExclude (0.00s)
=== RUN TestExcludeCaseSensitive
--- PASS: TestExcludeCaseSensitive (0.00s)
=== RUN TestIdentifierMarker
--- PASS: TestIdentifierMarker (0.00s)
=== RUN TestMaxFromLinter
--- PASS: TestMaxFromLinter (0.00s)
=== RUN TestMaxPerFileFromLinterUnlimited
--- PASS: TestMaxPerFileFromLinterUnlimited (0.00s)
=== RUN TestMaxPerFileFromLinter
--- PASS: TestMaxPerFileFromLinter (0.00s)
=== RUN TestMaxSameIssues
--- PASS: TestMaxSameIssues (0.00s)
=== RUN TestNolint
--- PASS: TestNolint (0.00s)
=== RUN TestNolintInvalidLinterName
--- PASS: TestNolintInvalidLinterName (0.00s)
=== RUN TestNolintInvalidLinterNameWithViolationOnTheSameLine
--- PASS: TestNolintInvalidLinterNameWithViolationOnTheSameLine (0.00s)
=== RUN TestNolintAliases
=== RUN TestNolintAliases/line-47
=== RUN TestNolintAliases/line-49
=== RUN TestNolintAliases/line-51
--- PASS: TestNolintAliases (0.00s)
--- PASS: TestNolintAliases/line-47 (0.00s)
--- PASS: TestNolintAliases/line-49 (0.00s)
--- PASS: TestNolintAliases/line-51 (0.00s)
=== RUN TestIgnoredRangeMatches
--- PASS: TestIgnoredRangeMatches (0.00s)
=== RUN TestNolintWholeFile
--- PASS: TestNolintWholeFile (0.00s)
=== RUN TestNolintUnused
=== RUN TestNolintUnused/when_an_issue_does_not_occur,_it_is_not_removed_from_the_nolintlint_issues
=== RUN TestNolintUnused/when_an_issue_does_not_occur_but_nolintlint_is_nolinted,_it_is_removed_from_the_nolintlint_issues
=== RUN TestNolintUnused/when_an_issue_occurs,_it_is_removed_from_the_nolintlint_issues
=== RUN TestNolintUnused/when_a_linter_is_not_enabled,_it_is_removed_from_the_nolintlint_unused_issues
--- PASS: TestNolintUnused (0.00s)
--- PASS: TestNolintUnused/when_an_issue_does_not_occur,_it_is_not_removed_from_the_nolintlint_issues (0.00s)
--- PASS: TestNolintUnused/when_an_issue_does_not_occur_but_nolintlint_is_nolinted,_it_is_removed_from_the_nolintlint_issues (0.00s)
--- PASS: TestNolintUnused/when_an_issue_occurs,_it_is_removed_from_the_nolintlint_issues (0.00s)
--- PASS: TestNolintUnused/when_a_linter_is_not_enabled,_it_is_removed_from_the_nolintlint_unused_issues (0.00s)
=== RUN TestPathPrefixer_Process
=== RUN TestPathPrefixer_Process/empty_prefix
=== RUN TestPathPrefixer_Process/prefix
=== RUN TestPathPrefixer_Process/prefix_slashed
--- PASS: TestPathPrefixer_Process (0.00s)
--- PASS: TestPathPrefixer_Process/empty_prefix (0.00s)
--- PASS: TestPathPrefixer_Process/prefix (0.00s)
--- PASS: TestPathPrefixer_Process/prefix_slashed (0.00s)
=== RUN TestSeverityRulesMultiple
level=warning msg="Failed to get line someotherlinter.go:0 from line cache: failed to get file someotherlinter.go lines cache: can't get file someotherlinter.go bytes from cache: can't read file someotherlinter.go: open someotherlinter.go: no such file or directory"
level=warning msg="Failed to get line somenotmatchlinter.go:0 from line cache: failed to get file somenotmatchlinter.go lines cache: can't get file somenotmatchlinter.go bytes from cache: can't read file somenotmatchlinter.go: open somenotmatchlinter.go: no such file or directory"
level=warning msg="Failed to get line empty.go:0 from line cache: failed to get file empty.go lines cache: can't get file empty.go bytes from cache: can't read file empty.go: open empty.go: no such file or directory"
--- PASS: TestSeverityRulesMultiple (0.00s)
=== RUN TestSeverityRulesText
--- PASS: TestSeverityRulesText (0.00s)
=== RUN TestSeverityRulesOnlyDefault
--- PASS: TestSeverityRulesOnlyDefault (0.00s)
=== RUN TestSeverityRulesEmpty
--- PASS: TestSeverityRulesEmpty (0.00s)
=== RUN TestSeverityRulesCaseSensitive
--- PASS: TestSeverityRulesCaseSensitive (0.00s)
=== RUN TestSkipFiles
--- PASS: TestSkipFiles (0.00s)
=== RUN TestSkipFilesInvalidPattern
--- PASS: TestSkipFilesInvalidPattern (0.00s)
=== RUN TestCompareByLine
=== PAUSE TestCompareByLine
=== RUN TestCompareByName
=== PAUSE TestCompareByName
=== RUN TestCompareByColumn
=== PAUSE TestCompareByColumn
=== RUN TestCompareNested
=== PAUSE TestCompareNested
=== RUN TestNumericCompare
=== PAUSE TestNumericCompare
=== RUN TestNoSorting
--- PASS: TestNoSorting (0.00s)
=== RUN TestSorting
--- PASS: TestSorting (0.00s)
=== RUN TestUniqByLine
--- PASS: TestUniqByLine (0.00s)
=== RUN TestUniqByLineDisabled
--- PASS: TestUniqByLineDisabled (0.00s)
=== CONT TestCompareByLine
=== RUN TestCompareByLine/Compare_By_Line(0)
=== CONT TestNumericCompare
=== RUN TestNumericCompare/Numeric_Compare(0)
=== RUN TestNumericCompare/Numeric_Compare(1)
=== RUN TestNumericCompare/Numeric_Compare(2)
=== RUN TestNumericCompare/Numeric_Compare(3)
=== RUN TestNumericCompare/Numeric_Compare(4)
=== RUN TestNumericCompare/Numeric_Compare(5)
=== RUN TestNumericCompare/Numeric_Compare(6)
=== RUN TestNumericCompare/Numeric_Compare(7)
--- PASS: TestNumericCompare (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(0) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(1) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(2) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(3) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(4) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(5) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(6) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(7) (0.00s)
=== CONT TestCompareByColumn
=== RUN TestCompareByColumn/Compare_By_Column(0)
=== RUN TestCompareByColumn/Compare_By_Column(1)
=== RUN TestCompareByColumn/Compare_By_Column(2)
=== RUN TestCompareByColumn/Compare_By_Column(3)
=== RUN TestCompareByColumn/Compare_By_Column(4)
=== RUN TestCompareByColumn/Compare_By_Column(5)
=== RUN TestCompareByColumn/Compare_By_Column(6)
=== RUN TestCompareByColumn/Compare_By_Column(7)
=== RUN TestCompareByColumn/Compare_By_Column(8)
=== RUN TestCompareByColumn/Compare_By_Column(9)
--- PASS: TestCompareByColumn (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(0) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(1) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(2) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(3) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(4) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(5) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(6) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(7) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(8) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(9) (0.00s)
=== CONT TestCompareByName
=== RUN TestCompareByName/Compare_By_Name(0)
=== RUN TestCompareByName/Compare_By_Name(1)
=== RUN TestCompareByName/Compare_By_Name(2)
=== RUN TestCompareByName/Compare_By_Name(3)
=== RUN TestCompareByName/Compare_By_Name(4)
=== RUN TestCompareByName/Compare_By_Name(5)
=== RUN TestCompareByName/Compare_By_Name(6)
=== RUN TestCompareByName/Compare_By_Name(7)
=== RUN TestCompareByName/Compare_By_Name(8)
=== RUN TestCompareByName/Compare_By_Name(9)
--- PASS: TestCompareByName (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(0) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(1) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(2) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(3) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(4) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(5) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(6) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(7) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(8) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(9) (0.00s)
=== RUN TestCompareByLine/Compare_By_Line(1)
=== RUN TestCompareByLine/Compare_By_Line(2)
=== RUN TestCompareByLine/Compare_By_Line(3)
=== RUN TestCompareByLine/Compare_By_Line(4)
=== RUN TestCompareByLine/Compare_By_Line(5)
=== RUN TestCompareByLine/Compare_By_Line(6)
=== RUN TestCompareByLine/Compare_By_Line(7)
=== RUN TestCompareByLine/Compare_By_Line(8)
=== RUN TestCompareByLine/Compare_By_Line(9)
=== RUN TestCompareByLine/Compare_By_Line(10)
--- PASS: TestCompareByLine (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(0) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(1) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(2) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(3) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(4) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(5) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(6) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(7) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(8) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(9) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(10) (0.00s)
=== CONT TestCompareNested
=== RUN TestCompareNested/Nested_Comparing(0)
=== RUN TestCompareNested/Nested_Comparing(1)
=== RUN TestCompareNested/Nested_Comparing(2)
=== RUN TestCompareNested/Nested_Comparing(3)
=== RUN TestCompareNested/Nested_Comparing(4)
=== RUN TestCompareNested/Nested_Comparing(5)
=== RUN TestCompareNested/Nested_Comparing(6)
=== RUN TestCompareNested/Nested_Comparing(7)
=== RUN TestCompareNested/Nested_Comparing(8)
=== RUN TestCompareNested/Nested_Comparing(9)
--- PASS: TestCompareNested (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(0) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(1) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(2) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(3) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(4) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(5) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(6) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(7) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(8) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(9) (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/result/processors 0.313s
=== RUN TestContains
--- PASS: TestContains (0.00s)
=== RUN TestIndexOf
--- PASS: TestIndexOf (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/sliceutil 0.026s
? github.com/golangci/golangci-lint/pkg/timeutils [no test files]
=== RUN Test_extractExampleSnippets
main_test.go:11: only for debugging purpose
--- SKIP: Test_extractExampleSnippets (0.00s)
PASS
ok github.com/golangci/golangci-lint/scripts/expand_website_templates 0.313s
? github.com/golangci/golangci-lint/scripts/print_ast [no test files]
=== RUN TestEnabledLinters
=== RUN TestEnabledLinters/disable_govet_in_config
=== PAUSE TestEnabledLinters/disable_govet_in_config
=== RUN TestEnabledLinters/enable_golint_in_config
=== PAUSE TestEnabledLinters/enable_golint_in_config
=== RUN TestEnabledLinters/disable_govet_in_cmd
=== PAUSE TestEnabledLinters/disable_govet_in_cmd
=== RUN TestEnabledLinters/enable_gofmt_in_cmd_and_enable_golint_in_config
=== PAUSE TestEnabledLinters/enable_gofmt_in_cmd_and_enable_golint_in_config
=== RUN TestEnabledLinters/fast_option_in_config
=== PAUSE TestEnabledLinters/fast_option_in_config
=== RUN TestEnabledLinters/explicitly_unset_fast_option_in_config
=== PAUSE TestEnabledLinters/explicitly_unset_fast_option_in_config
=== RUN TestEnabledLinters/set_fast_option_in_command-line
=== PAUSE TestEnabledLinters/set_fast_option_in_command-line
=== RUN TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_enable
=== PAUSE TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_enable
=== RUN TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_disable
=== PAUSE TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_disable
=== RUN TestEnabledLinters/fast_option_combined_with_enable_and_enable-all
=== PAUSE TestEnabledLinters/fast_option_combined_with_enable_and_enable-all
=== CONT TestEnabledLinters/disable_govet_in_config
=== CONT TestEnabledLinters/explicitly_unset_fast_option_in_config
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2601586895.yml --verbose --fast] in 413.656524ms"
=== CONT TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_disable
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2476151089.yml --verbose] in 420.78195ms"
=== CONT TestEnabledLinters/fast_option_combined_with_enable_and_enable-all
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3971175105.yml --verbose --fast=false] in 426.798339ms"
=== CONT TestEnabledLinters/enable_gofmt_in_cmd_and_enable_golint_in_config
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3516826658.yml --verbose --enable-all --fast --enable=unused] in 420.025741ms"
=== CONT TestEnabledLinters/fast_option_in_config
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3299123761.yml --verbose --fast -Egofmt] in 409.143475ms"
=== CONT TestEnabledLinters/disable_govet_in_cmd
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test605931092.yml --verbose] in 413.693033ms"
=== CONT TestEnabledLinters/enable_golint_in_config
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test4290650306.yml --verbose --fast] in 353.35462ms"
=== CONT TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_enable
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2662383723.yml --verbose --fast -Dgovet] in 391.607353ms"
=== CONT TestEnabledLinters/set_fast_option_in_command-line
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test293924738.yml --verbose --fast] in 380.741872ms"
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2264709962.yml --verbose --fast] in 376.59998ms"
--- PASS: TestEnabledLinters (0.00s)
--- PASS: TestEnabledLinters/disable_govet_in_config (0.41s)
--- PASS: TestEnabledLinters/explicitly_unset_fast_option_in_config (0.42s)
--- PASS: TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_disable (0.43s)
--- PASS: TestEnabledLinters/fast_option_combined_with_enable_and_enable-all (0.42s)
--- PASS: TestEnabledLinters/enable_gofmt_in_cmd_and_enable_golint_in_config (0.41s)
--- PASS: TestEnabledLinters/fast_option_in_config (0.41s)
--- PASS: TestEnabledLinters/enable_golint_in_config (0.35s)
--- PASS: TestEnabledLinters/disable_govet_in_cmd (0.39s)
--- PASS: TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_enable (0.38s)
--- PASS: TestEnabledLinters/set_fast_option_in_command-line (0.38s)
=== RUN TestFix
=== RUN TestFix/gci.go
=== PAUSE TestFix/gci.go
=== RUN TestFix/gocritic.go
=== PAUSE TestFix/gocritic.go
=== RUN TestFix/godot.go
=== PAUSE TestFix/godot.go
=== RUN TestFix/gofmt.go
=== PAUSE TestFix/gofmt.go
=== RUN TestFix/gofumpt.go
=== PAUSE TestFix/gofumpt.go
=== RUN TestFix/goimports.go
=== PAUSE TestFix/goimports.go
=== RUN TestFix/misspell.go
=== PAUSE TestFix/misspell.go
=== RUN TestFix/nolintlint.go
=== PAUSE TestFix/nolintlint.go
=== RUN TestFix/whitespace.go
=== PAUSE TestFix/whitespace.go
=== CONT TestFix/gci.go
=== CONT TestFix/goimports.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3750238147.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/goimports.go -Egofmt,goimports] in 497.167943ms"
=== CONT TestFix/nolintlint.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/gci.go -Egci -c testdata/configs/gci.yml] in 516.192649ms"
=== CONT TestFix/whitespace.go
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test425184380.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/nolintlint.go -Enolintlint -Elll] in 471.20788ms"
=== CONT TestFix/misspell.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1581561895.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/whitespace.go -Ewhitespace] in 460.706929ms"
=== CONT TestFix/gofmt.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3643130252.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/gofmt.go -Egofmt] in 389.180016ms"
=== CONT TestFix/gofumpt.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2266666317.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/misspell.go -Emisspell] in 453.519511ms"
=== CONT TestFix/godot.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test755557485.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/godot.go -Egodot] in 363.382398ms"
=== CONT TestFix/gocritic.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1905715649.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/gofumpt.go -Egofumpt] in 444.347567ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/gocritic.go -Egocritic -c testdata/configs/gocritic-fix.yml] in 440.977345ms"
--- PASS: TestFix (0.00s)
--- PASS: TestFix/goimports.go (0.50s)
--- PASS: TestFix/gci.go (0.52s)
--- PASS: TestFix/nolintlint.go (0.47s)
--- PASS: TestFix/whitespace.go (0.46s)
--- PASS: TestFix/gofmt.go (0.39s)
--- PASS: TestFix/misspell.go (0.45s)
--- PASS: TestFix/godot.go (0.36s)
--- PASS: TestFix/gofumpt.go (0.44s)
--- PASS: TestFix/gocritic.go (0.44s)
=== RUN TestSourcesFromTestdataWithIssuesDir
linters_test.go:44: testdata/*.go
=== RUN TestSourcesFromTestdataWithIssuesDir/asasalint.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/asasalint.go
=== RUN TestSourcesFromTestdataWithIssuesDir/asciicheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/asciicheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/bidichk.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/bidichk.go
=== RUN TestSourcesFromTestdataWithIssuesDir/bodyclose.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/bodyclose.go
=== RUN TestSourcesFromTestdataWithIssuesDir/containedctx.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/containedctx.go
=== RUN TestSourcesFromTestdataWithIssuesDir/contextcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/contextcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/cyclop.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/cyclop.go
=== RUN TestSourcesFromTestdataWithIssuesDir/deadcode.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/deadcode.go
=== RUN TestSourcesFromTestdataWithIssuesDir/decorder.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/decorder.go
=== RUN TestSourcesFromTestdataWithIssuesDir/decorder_default.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/decorder_default.go
=== RUN TestSourcesFromTestdataWithIssuesDir/default_exclude.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/default_exclude.go
=== RUN TestSourcesFromTestdataWithIssuesDir/depguard.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/depguard.go
=== RUN TestSourcesFromTestdataWithIssuesDir/depguard_additional_guards.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/depguard_additional_guards.go
=== RUN TestSourcesFromTestdataWithIssuesDir/depguard_ignore_file_rules.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/depguard_ignore_file_rules.go
=== RUN TestSourcesFromTestdataWithIssuesDir/dogsled.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/dogsled.go
=== RUN TestSourcesFromTestdataWithIssuesDir/dupl.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/dupl.go
=== RUN TestSourcesFromTestdataWithIssuesDir/durationcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/durationcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck_exclude.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck_exclude.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck_exclude_functions.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck_exclude_functions.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck_ignore.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck_ignore.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck_ignore_default.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck_ignore_default.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck_type_assertions.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck_type_assertions.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errchkjson.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errchkjson.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errchkjson_check_error_free_encoding.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errchkjson_check_error_free_encoding.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errchkjson_no_exported.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errchkjson_no_exported.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errname.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errname.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errorlint.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errorlint.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errorlint_asserts.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errorlint_asserts.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errorlint_comparison.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errorlint_comparison.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errorlint_errorf.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errorlint_errorf.go
=== RUN TestSourcesFromTestdataWithIssuesDir/execinquery.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/execinquery.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustive.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustive.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustive_default.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustive_default.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustive_generated.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustive_generated.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustive_ignore_enum_members.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustive_ignore_enum_members.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustivestruct.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustivestruct.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustivestruct_custom.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustivestruct_custom.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustruct.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustruct.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustruct_custom.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustruct_custom.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exportloopref.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exportloopref.go
=== RUN TestSourcesFromTestdataWithIssuesDir/forbidigo_example.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/forbidigo_example.go
=== RUN TestSourcesFromTestdataWithIssuesDir/forbidigo_example_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/forbidigo_example_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/forbidigo_include_godoc_examples_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/forbidigo_include_godoc_examples_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/forcetypeassert.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/forcetypeassert.go
=== RUN TestSourcesFromTestdataWithIssuesDir/funlen.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/funlen.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gci.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gci.go
=== RUN TestSourcesFromTestdataWithIssuesDir/go-header_bad.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/go-header_bad.go
=== RUN TestSourcesFromTestdataWithIssuesDir/go-header_good.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/go-header_good.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gochecknoglobals.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gochecknoglobals.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gochecknoinits.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gochecknoinits.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gocognit.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gocognit.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goconst.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goconst.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goconst_calls_enabled.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goconst_calls_enabled.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goconst_dont_ignore_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goconst_dont_ignore_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goconst_ignore_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goconst_ignore_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gocritic.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gocritic.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gocyclo.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gocyclo.go
=== RUN TestSourcesFromTestdataWithIssuesDir/godot.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/godot.go
=== RUN TestSourcesFromTestdataWithIssuesDir/godox.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/godox.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goerr113.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goerr113.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gofmt.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gofmt.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gofmt_no_simplify.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gofmt_no_simplify.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gofumpt.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gofumpt.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gofumpt_with_extra.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gofumpt_with_extra.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goimports.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goimports.go
=== RUN TestSourcesFromTestdataWithIssuesDir/golint.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/golint.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gomnd.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gomnd.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gomodguard.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gomodguard.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goprintffuncname.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goprintffuncname.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gosec.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gosec.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gosec_rules_config.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gosec_rules_config.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gosec_severity_confidence.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gosec_severity_confidence.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gosimple.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gosimple.go
=== RUN TestSourcesFromTestdataWithIssuesDir/govet.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/govet.go
=== RUN TestSourcesFromTestdataWithIssuesDir/govet_fieldalignment.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/govet_fieldalignment.go
=== RUN TestSourcesFromTestdataWithIssuesDir/govet_ifaceassert.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/govet_ifaceassert.go
=== RUN TestSourcesFromTestdataWithIssuesDir/ifshort.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/ifshort.go
=== RUN TestSourcesFromTestdataWithIssuesDir/importas.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/importas.go
=== RUN TestSourcesFromTestdataWithIssuesDir/importas_noalias.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/importas_noalias.go
=== RUN TestSourcesFromTestdataWithIssuesDir/importas_strict.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/importas_strict.go
=== RUN TestSourcesFromTestdataWithIssuesDir/ineffassign.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/ineffassign.go
=== RUN TestSourcesFromTestdataWithIssuesDir/interfacer.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/interfacer.go
=== RUN TestSourcesFromTestdataWithIssuesDir/ireturn_allow.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/ireturn_allow.go
=== RUN TestSourcesFromTestdataWithIssuesDir/ireturn_default.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/ireturn_default.go
=== RUN TestSourcesFromTestdataWithIssuesDir/ireturn_reject_stdlib.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/ireturn_reject_stdlib.go
=== RUN TestSourcesFromTestdataWithIssuesDir/lll.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/lll.go
=== RUN TestSourcesFromTestdataWithIssuesDir/maintidx.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/maintidx.go
=== RUN TestSourcesFromTestdataWithIssuesDir/maintidx_under_100.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/maintidx_under_100.go
=== RUN TestSourcesFromTestdataWithIssuesDir/makezero.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/makezero.go
=== RUN TestSourcesFromTestdataWithIssuesDir/makezero_always.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/makezero_always.go
=== RUN TestSourcesFromTestdataWithIssuesDir/maligned.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/maligned.go
=== RUN TestSourcesFromTestdataWithIssuesDir/misspell.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/misspell.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nakedret.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nakedret.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nestif.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nestif.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nilerr.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nilerr.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nilnil.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nilnil.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nlreturn-block-size.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nlreturn-block-size.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nlreturn.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nlreturn.go
=== RUN TestSourcesFromTestdataWithIssuesDir/noctx.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/noctx.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nolintlint.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nolintlint.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nolintlint_unused.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nolintlint_unused.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nonamedreturns.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nonamedreturns.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nonamedreturns_custom.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nonamedreturns_custom.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nosnakecase.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nosnakecase.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nosprintfhostport.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nosprintfhostport.go
=== RUN TestSourcesFromTestdataWithIssuesDir/paralleltest.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/paralleltest.go
=== RUN TestSourcesFromTestdataWithIssuesDir/prealloc.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/prealloc.go
=== RUN TestSourcesFromTestdataWithIssuesDir/predeclared.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/predeclared.go
=== RUN TestSourcesFromTestdataWithIssuesDir/predeclared_custom.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/predeclared_custom.go
=== RUN TestSourcesFromTestdataWithIssuesDir/promlinter.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/promlinter.go
=== RUN TestSourcesFromTestdataWithIssuesDir/revive.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/revive.go
=== RUN TestSourcesFromTestdataWithIssuesDir/revive_default.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/revive_default.go
=== RUN TestSourcesFromTestdataWithIssuesDir/rowserrcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/rowserrcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/scopelint.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/scopelint.go
=== RUN TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/staticcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/staticcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/staticcheck_in_megacheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/staticcheck_in_megacheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/structcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/structcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/stylecheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/stylecheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/stylecheck_not_in_megacheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/stylecheck_not_in_megacheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tagliatelle.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tagliatelle.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tenv.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tenv.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tenv_all.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tenv_all.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tenv_all_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tenv_all_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tenv_go118.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tenv_go118.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tenv_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tenv_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/testpackage_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/testpackage_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/thelper.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/thelper.go
=== RUN TestSourcesFromTestdataWithIssuesDir/thelper_go118.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/thelper_go118.go
=== RUN TestSourcesFromTestdataWithIssuesDir/thelper_with_options.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/thelper_with_options.go
=== RUN TestSourcesFromTestdataWithIssuesDir/unconvert.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/unconvert.go
=== RUN TestSourcesFromTestdataWithIssuesDir/unparam.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/unparam.go
=== RUN TestSourcesFromTestdataWithIssuesDir/unused.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/unused.go
=== RUN TestSourcesFromTestdataWithIssuesDir/usestdlibvars.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/usestdlibvars.go
=== RUN TestSourcesFromTestdataWithIssuesDir/varcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/varcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/varnamelen.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/varnamelen.go
=== RUN TestSourcesFromTestdataWithIssuesDir/wastedassign.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/wastedassign.go
=== RUN TestSourcesFromTestdataWithIssuesDir/wrapcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/wrapcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/wsl.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/wsl.go
=== CONT TestSourcesFromTestdataWithIssuesDir/asasalint.go
=== CONT TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go
=== CONT TestSourcesFromTestdataWithIssuesDir/asasalint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Easasalint --no-config testdata/asasalint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Esqlclosecheck --no-config testdata/sqlclosecheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/asasalint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Easasalint -Etypecheck --no-config testdata/asasalint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Esqlclosecheck -Etypecheck --no-config testdata/sqlclosecheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/testpackage_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etestpackage --no-config testdata/testpackage_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv --no-config testdata/tenv_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/testpackage_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etestpackage -Etypecheck --no-config testdata/testpackage_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -Etypecheck --no-config testdata/tenv_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper --no-config testdata/thelper.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wsl.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewsl -c /tmp/golangci_lint_test1653718810.yml testdata/wsl.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper -Etypecheck --no-config testdata/thelper.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wsl.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewsl -Etypecheck -c /tmp/golangci_lint_test1653718810.yml testdata/wsl.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wrapcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewrapcheck --no-config testdata/wrapcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_go118.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv --no-config testdata/tenv_go118.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wrapcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewrapcheck -Etypecheck --no-config testdata/wrapcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_go118.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -Etypecheck --no-config testdata/tenv_go118.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_all_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -c testdata/configs/tenv_all.yml testdata/tenv_all_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_all.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -c testdata/configs/tenv_all.yml testdata/tenv_all.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -Etypecheck -c testdata/configs/tenv_all.yml testdata/tenv_all.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_all_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -Etypecheck -c testdata/configs/tenv_all.yml testdata/tenv_all_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -c testdata/configs/tenv_all.yml testdata/tenv.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wastedassign.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewastedassign --no-config testdata/wastedassign.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -Etypecheck -c testdata/configs/tenv_all.yml testdata/tenv.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wastedassign.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewastedassign -Etypecheck --no-config testdata/wastedassign.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/varnamelen.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Evarnamelen --no-config testdata/varnamelen.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/varcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Evarcheck --no-config testdata/varcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/varnamelen.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Evarnamelen -Etypecheck --no-config testdata/varnamelen.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/varcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Evarcheck -Etypecheck --no-config testdata/varcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/usestdlibvars.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eusestdlibvars --no-config testdata/usestdlibvars.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unused.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunused --no-config testdata/unused.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunused -Etypecheck --no-config testdata/unused.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/usestdlibvars.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eusestdlibvars -Etypecheck --no-config testdata/usestdlibvars.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unparam.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunparam --no-config testdata/unparam.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tagliatelle.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etagliatelle --no-config testdata/tagliatelle.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unparam.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunparam -Etypecheck --no-config testdata/unparam.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tagliatelle.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etagliatelle -Etypecheck --no-config testdata/tagliatelle.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/stylecheck_not_in_megacheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emegacheck --no-config testdata/stylecheck_not_in_megacheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/stylecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estylecheck --no-config testdata/stylecheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/stylecheck_not_in_megacheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emegacheck -Etypecheck --no-config testdata/stylecheck_not_in_megacheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/stylecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estylecheck -Etypecheck --no-config testdata/stylecheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/structcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estructcheck --no-config testdata/structcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/staticcheck_in_megacheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emegacheck --no-config testdata/staticcheck_in_megacheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/structcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estructcheck -Etypecheck --no-config testdata/structcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/staticcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estaticcheck --no-config testdata/staticcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/staticcheck_in_megacheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emegacheck -Etypecheck --no-config testdata/staticcheck_in_megacheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/staticcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estaticcheck -Etypecheck --no-config testdata/staticcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/godot.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egodot --no-config testdata/godot.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/scopelint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Escopelint --internal-cmd-test --no-config testdata/scopelint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/godot.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egodot -Etypecheck --no-config testdata/godot.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/scopelint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Escopelint --internal-cmd-test -Etypecheck --no-config testdata/scopelint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/rowserrcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erowserrcheck --no-config testdata/rowserrcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/revive_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erevive --no-config testdata/revive_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/rowserrcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erowserrcheck -Etypecheck --no-config testdata/rowserrcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/revive_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erevive -Etypecheck --no-config testdata/revive_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/revive.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erevive -c testdata/configs/revive.yml testdata/revive.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/promlinter.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epromlinter --no-config testdata/promlinter.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/revive.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erevive -Etypecheck -c testdata/configs/revive.yml testdata/revive.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/promlinter.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epromlinter -Etypecheck --no-config testdata/promlinter.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/predeclared_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epredeclared -c testdata/configs/predeclared.yml testdata/predeclared_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/predeclared.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epredeclared --no-config testdata/predeclared.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/predeclared_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epredeclared -Etypecheck -c testdata/configs/predeclared.yml testdata/predeclared_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/predeclared.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epredeclared -Etypecheck --no-config testdata/predeclared.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/prealloc.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eprealloc --no-config testdata/prealloc.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/paralleltest.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eparalleltest --no-config testdata/paralleltest.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/prealloc.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eprealloc -Etypecheck --no-config testdata/prealloc.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unconvert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunconvert --no-config testdata/unconvert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/paralleltest.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eparalleltest -Etypecheck --no-config testdata/paralleltest.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unconvert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunconvert -Etypecheck --no-config testdata/unconvert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nosprintfhostport.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enosprintfhostport --no-config testdata/nosprintfhostport.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper_go118.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper --no-config testdata/thelper_go118.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nosprintfhostport.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enosprintfhostport -Etypecheck --no-config testdata/nosprintfhostport.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper_go118.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper -Etypecheck --no-config testdata/thelper_go118.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nosnakecase.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enosnakecase --internal-cmd-test --no-config testdata/nosnakecase.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nonamedreturns_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enonamedreturns -c testdata/configs/nonamedreturns.yml testdata/nonamedreturns_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nosnakecase.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enosnakecase --internal-cmd-test -Etypecheck --no-config testdata/nosnakecase.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nonamedreturns_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enonamedreturns -Etypecheck -c testdata/configs/nonamedreturns.yml testdata/nonamedreturns_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper_with_options.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper -c testdata/configs/thelper.yml testdata/thelper_with_options.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nonamedreturns.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enonamedreturns --no-config testdata/nonamedreturns.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper_with_options.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper -Etypecheck -c testdata/configs/thelper.yml testdata/thelper_with_options.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nonamedreturns.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enonamedreturns -Etypecheck --no-config testdata/nonamedreturns.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nolintlint_unused.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enolintlint -Evarcheck -c /tmp/golangci_lint_test2364081796.yml testdata/nolintlint_unused.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas_strict.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -c testdata/configs/importas_strict.yml testdata/importas_strict.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nolintlint_unused.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enolintlint -Evarcheck -Etypecheck -c /tmp/golangci_lint_test2364081796.yml testdata/nolintlint_unused.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas_strict.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -Etypecheck -c testdata/configs/importas_strict.yml testdata/importas_strict.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nolintlint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enolintlint -Emisspell -c /tmp/golangci_lint_test598337274.yml testdata/nolintlint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_comparison.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -c testdata/configs/errorlint_comparison.yml testdata/errorlint_comparison.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nolintlint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enolintlint -Emisspell -Etypecheck -c /tmp/golangci_lint_test598337274.yml testdata/nolintlint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_comparison.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -Etypecheck -c testdata/configs/errorlint_comparison.yml testdata/errorlint_comparison.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocyclo.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocyclo -c /tmp/golangci_lint_test2654393760.yml testdata/gocyclo.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocritic.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocritic -c testdata/configs/gocritic.yml testdata/gocritic.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocyclo.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocyclo -Etypecheck -c /tmp/golangci_lint_test2654393760.yml testdata/gocyclo.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocritic.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocritic -Etypecheck -c testdata/configs/gocritic.yml testdata/gocritic.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst_ignore_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -c /tmp/golangci_lint_test1502981066.yml testdata/goconst_ignore_test.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -Etypecheck -c /tmp/golangci_lint_test1502981066.yml testdata/goconst_ignore_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst_dont_ignore_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -c /tmp/golangci_lint_test3114968962.yml testdata/goconst_dont_ignore_test.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -Etypecheck -c /tmp/golangci_lint_test3114968962.yml testdata/goconst_dont_ignore_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst_calls_enabled.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -c /tmp/golangci_lint_test3801528217.yml testdata/goconst_calls_enabled.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst --no-config testdata/goconst.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst_calls_enabled.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -Etypecheck -c /tmp/golangci_lint_test3801528217.yml testdata/goconst_calls_enabled.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -Etypecheck --no-config testdata/goconst.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocognit.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocognit -c /tmp/golangci_lint_test2210820973.yml testdata/gocognit.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas_noalias.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -c testdata/configs/importas_noalias.yml testdata/importas_noalias.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocognit.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocognit -Etypecheck -c /tmp/golangci_lint_test2210820973.yml testdata/gocognit.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -c testdata/configs/importas.yml testdata/importas.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas_noalias.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -Etypecheck -c testdata/configs/importas_noalias.yml testdata/importas_noalias.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -Etypecheck -c testdata/configs/importas.yml testdata/importas.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ifshort.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eifshort --internal-cmd-test --no-config testdata/ifshort.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/noctx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enoctx --no-config testdata/noctx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ifshort.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eifshort --internal-cmd-test -Etypecheck --no-config testdata/ifshort.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nlreturn.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enlreturn --no-config testdata/nlreturn.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/noctx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enoctx -Etypecheck --no-config testdata/noctx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nlreturn.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enlreturn -Etypecheck --no-config testdata/nlreturn.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nlreturn-block-size.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enlreturn -c testdata/configs/nlreturn.yml testdata/nlreturn-block-size.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nilnil.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enilnil --no-config testdata/nilnil.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nlreturn-block-size.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enlreturn -Etypecheck -c testdata/configs/nlreturn.yml testdata/nlreturn-block-size.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nilnil.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enilnil -Etypecheck --no-config testdata/nilnil.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nilerr.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enilerr --no-config testdata/nilerr.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nestif.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enestif -c /tmp/golangci_lint_test126391542.yml testdata/nestif.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nilerr.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enilerr -Etypecheck --no-config testdata/nilerr.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nestif.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enestif -Etypecheck -c /tmp/golangci_lint_test126391542.yml testdata/nestif.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet_ifaceassert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -c /tmp/golangci_lint_test3242525146.yml testdata/govet_ifaceassert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet_fieldalignment.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -c /tmp/golangci_lint_test1704899416.yml testdata/govet_fieldalignment.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -Etypecheck -c /tmp/golangci_lint_test1704899416.yml testdata/govet_fieldalignment.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet_ifaceassert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -Etypecheck -c /tmp/golangci_lint_test3242525146.yml testdata/govet_ifaceassert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gochecknoinits.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egochecknoinits --no-config testdata/gochecknoinits.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gochecknoglobals.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egochecknoglobals --no-config testdata/gochecknoglobals.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gochecknoinits.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egochecknoinits -Etypecheck --no-config testdata/gochecknoinits.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gochecknoglobals.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egochecknoglobals -Etypecheck --no-config testdata/gochecknoglobals.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/go-header_good.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoheader -c testdata/configs/go-header.yml testdata/go-header_good.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/go-header_bad.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoheader -c testdata/configs/go-header.yml testdata/go-header_bad.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/go-header_good.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoheader -Etypecheck -c testdata/configs/go-header.yml testdata/go-header_good.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/go-header_bad.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoheader -Etypecheck -c testdata/configs/go-header.yml testdata/go-header_bad.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nakedret.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enakedret --no-config testdata/nakedret.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/misspell.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emisspell -c testdata/configs/misspell.yml testdata/misspell.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nakedret.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enakedret -Etypecheck --no-config testdata/nakedret.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/misspell.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emisspell -Etypecheck -c testdata/configs/misspell.yml testdata/misspell.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maligned.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaligned --internal-cmd-test --no-config testdata/maligned.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/makezero_always.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emakezero -c /tmp/golangci_lint_test3158957467.yml testdata/makezero_always.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maligned.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaligned --internal-cmd-test -Etypecheck --no-config testdata/maligned.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/makezero_always.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emakezero -Etypecheck -c /tmp/golangci_lint_test3158957467.yml testdata/makezero_always.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/makezero.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emakezero --no-config testdata/makezero.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maintidx_under_100.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaintidx -c testdata/configs/maintidx_under_100.yml testdata/maintidx_under_100.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/makezero.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emakezero -Etypecheck --no-config testdata/makezero.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maintidx_under_100.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaintidx -Etypecheck -c testdata/configs/maintidx_under_100.yml testdata/maintidx_under_100.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maintidx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaintidx --no-config testdata/maintidx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/lll.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Elll -c /tmp/golangci_lint_test3133055066.yml testdata/lll.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maintidx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaintidx -Etypecheck --no-config testdata/maintidx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/lll.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Elll -Etypecheck -c /tmp/golangci_lint_test3133055066.yml testdata/lll.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_reject_stdlib.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn -c testdata/configs/ireturn_stdlib_reject.yml testdata/ireturn_reject_stdlib.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn --no-config testdata/ireturn_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_reject_stdlib.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn -Etypecheck -c testdata/configs/ireturn_stdlib_reject.yml testdata/ireturn_reject_stdlib.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn -Etypecheck --no-config testdata/ireturn_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_allow.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn -c testdata/configs/ireturn.yml testdata/ireturn_allow.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/interfacer.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Einterfacer --internal-cmd-test --no-config testdata/interfacer.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_allow.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn -Etypecheck -c testdata/configs/ireturn.yml testdata/ireturn_allow.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/interfacer.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Einterfacer --internal-cmd-test -Etypecheck --no-config testdata/interfacer.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ineffassign.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eineffassign --no-config testdata/ineffassign.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustruct.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustruct --no-config testdata/exhaustruct.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ineffassign.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eineffassign -Etypecheck --no-config testdata/ineffassign.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustruct.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustruct -Etypecheck --no-config testdata/exhaustruct.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/funlen.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Efunlen -c /tmp/golangci_lint_test2201351228.yml testdata/funlen.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forcetypeassert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforcetypeassert --no-config testdata/forcetypeassert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/funlen.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Efunlen -Etypecheck -c /tmp/golangci_lint_test2201351228.yml testdata/funlen.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forcetypeassert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforcetypeassert -Etypecheck --no-config testdata/forcetypeassert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gci.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egci -c testdata/configs/gci.yml testdata/gci.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustivestruct_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustivestruct --internal-cmd-test -c testdata/configs/exhaustivestruct.yml testdata/exhaustivestruct_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gci.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egci -Etypecheck -c testdata/configs/gci.yml testdata/gci.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustivestruct_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustivestruct --internal-cmd-test -Etypecheck -c testdata/configs/exhaustivestruct.yml testdata/exhaustivestruct_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustivestruct.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustivestruct --internal-cmd-test --no-config testdata/exhaustivestruct.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_ignore_enum_members.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -c testdata/configs/exhaustive_ignore_enum_members.yml testdata/exhaustive_ignore_enum_members.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustivestruct.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustivestruct --internal-cmd-test -Etypecheck --no-config testdata/exhaustivestruct.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_ignore_enum_members.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -Etypecheck -c testdata/configs/exhaustive_ignore_enum_members.yml testdata/exhaustive_ignore_enum_members.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_generated.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive --no-config testdata/exhaustive_generated.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -c testdata/configs/exhaustive_default.yml testdata/exhaustive_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_generated.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -Etypecheck --no-config testdata/exhaustive_generated.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -Etypecheck -c testdata/configs/exhaustive_default.yml testdata/exhaustive_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_include_godoc_examples_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -c /tmp/golangci_lint_test2175709801.yml testdata/forbidigo_include_godoc_examples_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -c /tmp/golangci_lint_test2959560762.yml testdata/govet.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_include_godoc_examples_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -Etypecheck -c /tmp/golangci_lint_test2175709801.yml testdata/forbidigo_include_godoc_examples_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -Etypecheck -c /tmp/golangci_lint_test2959560762.yml testdata/govet.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosimple.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosimple --no-config testdata/gosimple.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec_severity_confidence.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec -c testdata/configs/gosec_severity_confidence.yml testdata/gosec_severity_confidence.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosimple.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosimple -Etypecheck --no-config testdata/gosimple.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec_severity_confidence.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec -Etypecheck -c testdata/configs/gosec_severity_confidence.yml testdata/gosec_severity_confidence.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive --no-config testdata/exhaustive.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -Etypecheck --no-config testdata/exhaustive.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/execinquery.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexecinquery --no-config testdata/execinquery.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_errorf.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -c testdata/configs/errorlint_errorf.yml testdata/errorlint_errorf.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/execinquery.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexecinquery -Etypecheck --no-config testdata/execinquery.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_errorf.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -Etypecheck -c testdata/configs/errorlint_errorf.yml testdata/errorlint_errorf.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goimports.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoimports --no-config testdata/goimports.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec --no-config testdata/gosec.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goimports.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoimports -Etypecheck --no-config testdata/goimports.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec -Etypecheck --no-config testdata/gosec.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec_rules_config.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec -c testdata/configs/gosec.yml testdata/gosec_rules_config.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exportloopref.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexportloopref --no-config testdata/exportloopref.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec_rules_config.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec -Etypecheck -c testdata/configs/gosec.yml testdata/gosec_rules_config.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exportloopref.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexportloopref -Etypecheck --no-config testdata/exportloopref.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofumpt_with_extra.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofumpt -c /tmp/golangci_lint_test2626305711.yml testdata/gofumpt_with_extra.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofumpt.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofumpt --no-config testdata/gofumpt.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofumpt_with_extra.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofumpt -Etypecheck -c /tmp/golangci_lint_test2626305711.yml testdata/gofumpt_with_extra.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofumpt.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofumpt -Etypecheck --no-config testdata/gofumpt.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofmt_no_simplify.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofmt -c /tmp/golangci_lint_test1560048051.yml testdata/gofmt_no_simplify.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goprintffuncname.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoprintffuncname --no-config testdata/goprintffuncname.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofmt_no_simplify.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofmt -Etypecheck -c /tmp/golangci_lint_test1560048051.yml testdata/gofmt_no_simplify.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goprintffuncname.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoprintffuncname -Etypecheck --no-config testdata/goprintffuncname.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofmt.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofmt --no-config testdata/gofmt.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goerr113.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoerr113 --no-config testdata/goerr113.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofmt.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofmt -Etypecheck --no-config testdata/gofmt.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goerr113.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoerr113 -Etypecheck --no-config testdata/goerr113.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/godox.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egodox -c /tmp/golangci_lint_test969535017.yml testdata/godox.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustruct_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustruct -c testdata/configs/exhaustruct.yml testdata/exhaustruct_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/godox.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egodox -Etypecheck -c /tmp/golangci_lint_test969535017.yml testdata/godox.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustruct_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustruct -Etypecheck -c testdata/configs/exhaustruct.yml testdata/exhaustruct_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gomodguard.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egomodguard -c testdata/configs/gomodguard.yml testdata/gomodguard.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/dupl.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edupl -c /tmp/golangci_lint_test3813642354.yml testdata/dupl.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gomodguard.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egomodguard -Etypecheck -c testdata/configs/gomodguard.yml testdata/gomodguard.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/dupl.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edupl -Etypecheck -c /tmp/golangci_lint_test3813642354.yml testdata/dupl.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gomnd.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egomnd --no-config testdata/gomnd.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_asserts.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -c testdata/configs/errorlint_asserts.yml testdata/errorlint_asserts.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gomnd.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egomnd -Etypecheck --no-config testdata/gomnd.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_asserts.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -Etypecheck -c testdata/configs/errorlint_asserts.yml testdata/errorlint_asserts.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint --no-config testdata/errorlint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errname.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrname --no-config testdata/errname.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -Etypecheck --no-config testdata/errorlint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errname.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrname -Etypecheck --no-config testdata/errname.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson_no_exported.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -c testdata/configs/errchkjson_no_exported.yml testdata/errchkjson_no_exported.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson_check_error_free_encoding.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -c testdata/configs/errchkjson_check_error_free_encoding.yml testdata/errchkjson_check_error_free_encoding.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson_no_exported.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -Etypecheck -c testdata/configs/errchkjson_no_exported.yml testdata/errchkjson_no_exported.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson_check_error_free_encoding.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -Etypecheck -c testdata/configs/errchkjson_check_error_free_encoding.yml testdata/errchkjson_check_error_free_encoding.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/golint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egolint --internal-cmd-test --no-config testdata/golint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -c testdata/configs/errchkjson.yml testdata/errchkjson.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/golint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egolint --internal-cmd-test -Etypecheck --no-config testdata/golint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -Etypecheck -c testdata/configs/errchkjson.yml testdata/errchkjson.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_type_assertions.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -c /tmp/golangci_lint_test2332075862.yml testdata/errcheck_type_assertions.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_example_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -c testdata/configs/forbidigo.yml testdata/forbidigo_example_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_type_assertions.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck -c /tmp/golangci_lint_test2332075862.yml testdata/errcheck_type_assertions.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_example_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -Etypecheck -c testdata/configs/forbidigo.yml testdata/forbidigo_example_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_ignore_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -c /tmp/golangci_lint_test4082822888.yml testdata/errcheck_ignore_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_ignore.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -c testdata/errcheck/ignore_config.yml testdata/errcheck_ignore.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_ignore_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck -c /tmp/golangci_lint_test4082822888.yml testdata/errcheck_ignore_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_ignore.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck -c testdata/errcheck/ignore_config.yml testdata/errcheck_ignore.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_exclude_functions.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -c testdata/errcheck/exclude_functions.yml testdata/errcheck_exclude_functions.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/decorder.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edecorder -c testdata/configs/decorder.yml testdata/decorder.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_exclude_functions.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck -c testdata/errcheck/exclude_functions.yml testdata/errcheck_exclude_functions.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/decorder.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edecorder -Etypecheck -c testdata/configs/decorder.yml testdata/decorder.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/containedctx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Econtainedctx --no-config testdata/containedctx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_exclude.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -c /tmp/golangci_lint_test2487857383.yml testdata/errcheck_exclude.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/containedctx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Econtainedctx -Etypecheck --no-config testdata/containedctx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/deadcode.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edeadcode --no-config testdata/deadcode.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_exclude.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck -c /tmp/golangci_lint_test2487857383.yml testdata/errcheck_exclude.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/deadcode.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edeadcode -Etypecheck --no-config testdata/deadcode.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck --no-config testdata/errcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/durationcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edurationcheck --no-config testdata/durationcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck --no-config testdata/errcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/durationcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edurationcheck -Etypecheck --no-config testdata/durationcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard_ignore_file_rules.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -c testdata/configs/depguard_ignore_file_rules.yml testdata/depguard_ignore_file_rules.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard_additional_guards.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -c testdata/configs/depguard_additional_guards.yml testdata/depguard_additional_guards.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard_ignore_file_rules.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -Etypecheck -c testdata/configs/depguard_ignore_file_rules.yml testdata/depguard_ignore_file_rules.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard_additional_guards.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -Etypecheck -c testdata/configs/depguard_additional_guards.yml testdata/depguard_additional_guards.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -c testdata/configs/depguard.yml testdata/depguard.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/default_exclude.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estylecheck,golint --internal-cmd-test -c testdata/configs/default_exclude.yml testdata/default_exclude.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -Etypecheck -c testdata/configs/depguard.yml testdata/depguard.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/default_exclude.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estylecheck,golint --internal-cmd-test -Etypecheck -c testdata/configs/default_exclude.yml testdata/default_exclude.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/cyclop.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ecyclop -c /tmp/golangci_lint_test3552628473.yml testdata/cyclop.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/bidichk.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ebidichk --no-config testdata/bidichk.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/cyclop.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ecyclop -Etypecheck -c /tmp/golangci_lint_test3552628473.yml testdata/cyclop.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/bidichk.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ebidichk -Etypecheck --no-config testdata/bidichk.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/contextcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Econtextcheck --no-config testdata/contextcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/decorder_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edecorder --no-config testdata/decorder_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/contextcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Econtextcheck -Etypecheck --no-config testdata/contextcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/decorder_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edecorder -Etypecheck --no-config testdata/decorder_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/bodyclose.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ebodyclose --no-config testdata/bodyclose.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/asciicheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Easciicheck --no-config testdata/asciicheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/bodyclose.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ebodyclose -Etypecheck --no-config testdata/bodyclose.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/asciicheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Easciicheck -Etypecheck --no-config testdata/asciicheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_example.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -c testdata/configs/forbidigo.yml testdata/forbidigo_example.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/dogsled.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edogsled --no-config testdata/dogsled.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_example.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -Etypecheck -c testdata/configs/forbidigo.yml testdata/forbidigo_example.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/dogsled.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edogsled -Etypecheck --no-config testdata/dogsled.go]
--- PASS: TestSourcesFromTestdataWithIssuesDir (0.00s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/asasalint.go (0.98s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go (0.99s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/testpackage_test.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tenv_test.go (0.97s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/thelper.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/wsl.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tenv_go118.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/wrapcheck.go (0.96s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tenv_all.go (0.96s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tenv_all_test.go (1.03s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/wastedassign.go (0.87s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tenv.go (0.97s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/varcheck.go (0.73s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/varnamelen.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/unused.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/usestdlibvars.go (1.01s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/unparam.go (0.88s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tagliatelle.go (0.86s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/stylecheck_not_in_megacheck.go (0.83s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/stylecheck.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/structcheck.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/staticcheck_in_megacheck.go (1.46s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/staticcheck.go (0.98s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/godot.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/scopelint.go (0.86s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/rowserrcheck.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/revive_default.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/revive.go (0.97s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/promlinter.go (1.06s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/predeclared_custom.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/predeclared.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/prealloc.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/paralleltest.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/unconvert.go (0.89s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nosprintfhostport.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/thelper_go118.go (0.97s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nosnakecase.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nonamedreturns_custom.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/thelper_with_options.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nonamedreturns.go (0.84s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nolintlint_unused.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/importas_strict.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nolintlint.go (0.96s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errorlint_comparison.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gocyclo.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gocritic.go (1.09s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goconst_ignore_test.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goconst_dont_ignore_test.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goconst_calls_enabled.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goconst.go (0.86s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gocognit.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/importas_noalias.go (0.98s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/importas.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/ifshort.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/noctx.go (1.06s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nlreturn.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nlreturn-block-size.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nilnil.go (0.88s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nilerr.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nestif.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/govet_fieldalignment.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/govet_ifaceassert.go (1.07s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gochecknoinits.go (0.89s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gochecknoglobals.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/go-header_good.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/go-header_bad.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nakedret.go (0.81s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/misspell.go (0.81s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/maligned.go (0.76s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/makezero_always.go (0.82s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/makezero.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/maintidx_under_100.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/maintidx.go (0.74s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/lll.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/ireturn_reject_stdlib.go (0.83s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/ireturn_default.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/ireturn_allow.go (0.82s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/interfacer.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/ineffassign.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustruct.go (0.85s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/funlen.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/forcetypeassert.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gci.go (1.09s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustivestruct_custom.go (0.87s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustivestruct.go (0.82s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustive_ignore_enum_members.go (0.82s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustive_generated.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustive_default.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/forbidigo_include_godoc_examples_test.go (0.99s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/govet.go (1.18s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gosimple.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gosec_severity_confidence.go (0.99s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustive.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/execinquery.go (0.97s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errorlint_errorf.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goimports.go (1.04s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gosec.go (0.96s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gosec_rules_config.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exportloopref.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gofumpt_with_extra.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gofumpt.go (0.89s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gofmt_no_simplify.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goprintffuncname.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gofmt.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goerr113.go (0.86s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/godox.go (0.76s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustruct_custom.go (0.86s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/dupl.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gomodguard.go (1.00s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gomnd.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errorlint_asserts.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errorlint.go (0.97s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errname.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errchkjson_no_exported.go (0.98s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errchkjson_check_error_free_encoding.go (0.99s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/golint.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errchkjson.go (0.98s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck_type_assertions.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/forbidigo_example_test.go (1.01s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck_ignore_default.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck_ignore.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck_exclude_functions.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/decorder.go (0.81s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/containedctx.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck_exclude.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/deadcode.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck.go (1.03s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/durationcheck.go (0.99s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/depguard_ignore_file_rules.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/depguard_additional_guards.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/depguard.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/default_exclude.go (0.83s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/cyclop.go (0.81s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/bidichk.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/contextcheck.go (0.86s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/decorder_default.go (0.81s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/bodyclose.go (1.01s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/asciicheck.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/dogsled.go (0.75s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/forbidigo_example.go (0.96s)
=== RUN TestTypecheck
linters_test.go:44: testdata/notcompiles/*.go
=== RUN TestTypecheck/typecheck.go
=== PAUSE TestTypecheck/typecheck.go
=== RUN TestTypecheck/typecheck_many_issues.go
=== PAUSE TestTypecheck/typecheck_many_issues.go
=== CONT TestTypecheck/typecheck.go
=== CONT TestTypecheck/typecheck_many_issues.go
=== CONT TestTypecheck/typecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etypecheck --no-config testdata/notcompiles/typecheck.go]
=== CONT TestTypecheck/typecheck_many_issues.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etypecheck --no-config testdata/notcompiles/typecheck_many_issues.go]
=== CONT TestTypecheck/typecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etypecheck -Etypecheck --no-config testdata/notcompiles/typecheck.go]
=== CONT TestTypecheck/typecheck_many_issues.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etypecheck -Etypecheck --no-config testdata/notcompiles/typecheck_many_issues.go]
--- PASS: TestTypecheck (0.00s)
--- PASS: TestTypecheck/typecheck.go (0.78s)
--- PASS: TestTypecheck/typecheck_many_issues.go (0.78s)
=== RUN TestGoimportsLocal
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1200434781.yml --allow-parallel-runners --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number testdata/goimports/goimports.go -Egoimports] in 485.943145ms"
--- PASS: TestGoimportsLocal (0.49s)
=== RUN TestGciLocal
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2348169817.yml --allow-parallel-runners --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number testdata/gci/gci.go -Egci] in 459.858441ms"
--- PASS: TestGciLocal (0.46s)
=== RUN TestMultipleOutputs
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2221789933.yml --allow-parallel-runners --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number,json:stdout testdata/gci/gci.go -Egci] in 448.363733ms"
--- PASS: TestMultipleOutputs (0.45s)
=== RUN TestStderrOutput
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test582111352.yml --allow-parallel-runners --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number,json:stderr testdata/gci/gci.go -Egci] in 467.609149ms"
--- PASS: TestStderrOutput (0.47s)
=== RUN TestFileOutput
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1934576569.yml --allow-parallel-runners --disable-all --print-issued-lines=false --print-linter-name=false --out-format=json:/tmp/TestFileOutput3693942444/001/golangci_lint_test_result,line-number testdata/gci/gci.go -Egci] in 464.970736ms"
--- PASS: TestFileOutput (0.47s)
=== RUN TestExtractRunContextFromComments
--- PASS: TestExtractRunContextFromComments (0.00s)
=== RUN TestTparallel
=== RUN TestTparallel/should_fail_on_missing_top-level_Parallel()
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3850218742.yml --allow-parallel-runners --disable-all --enable tparallel --print-issued-lines=false --print-linter-name=false --out-format=line-number testdata/tparallel/missing_toplevel_test.go] in 443.087633ms"
=== RUN TestTparallel/should_fail_on_missing_subtest_Parallel()
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2225832334.yml --allow-parallel-runners --disable-all --enable tparallel --print-issued-lines=false --print-linter-name=false --out-format=line-number testdata/tparallel/missing_subtest_test.go] in 488.166672ms"
=== RUN TestTparallel/should_pass_on_parallel_test_with_no_subtests
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test4043488408.yml --allow-parallel-runners --disable-all --enable tparallel --print-issued-lines=false --print-linter-name=false --out-format=line-number testdata/tparallel/happy_path_test.go] in 510.935394ms"
--- PASS: TestTparallel (1.45s)
--- PASS: TestTparallel/should_fail_on_missing_top-level_Parallel() (0.45s)
--- PASS: TestTparallel/should_fail_on_missing_subtest_Parallel() (0.49s)
--- PASS: TestTparallel/should_pass_on_parallel_test_with_no_subtests (0.51s)
=== RUN TestAutogeneratedNoIssues
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/autogenerated] in 662.209077ms"
--- PASS: TestAutogeneratedNoIssues (0.66s)
=== RUN TestEmptyDirRun
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/nogofiles] in 343.553496ms"
--- PASS: TestEmptyDirRun (0.34s)
=== RUN TestNotExistingDirRun
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/no_such_dir] in 400.62064ms"
--- PASS: TestNotExistingDirRun (0.40s)
=== RUN TestSymlinkLoop
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/symlink_loop/...] in 654.675604ms"
--- PASS: TestSymlinkLoop (0.65s)
=== RUN TestDeadline
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --deadline=1ms ../...] in 358.615964ms"
--- PASS: TestDeadline (0.36s)
=== RUN TestTimeout
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --timeout=1ms ../...] in 355.261354ms"
--- PASS: TestTimeout (0.36s)
=== RUN TestTimeoutInConfig
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3442143118.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 338.59706ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2304612340.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 352.97238ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3923060115.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 352.77715ms"
--- PASS: TestTimeoutInConfig (1.04s)
=== RUN TestTestsAreLintedByDefault
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/withtests] in 745.933545ms"
--- PASS: TestTestsAreLintedByDefault (0.75s)
=== RUN TestCgoOk
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --enable-all -D nosnakecase,gci testdata/cgo] in 1.253428942s"
--- PASS: TestCgoOk (1.25s)
=== RUN TestCgoWithIssues
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Egovet testdata/cgo_with_issues] in 694.232629ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Estaticcheck testdata/cgo_with_issues] in 445.074004ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Egofmt testdata/cgo_with_issues] in 415.681226ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Erevive testdata/cgo_with_issues] in 413.973252ms"
--- PASS: TestCgoWithIssues (1.97s)
=== RUN TestUnsafeOk
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --enable-all testdata/unsafe] in 570.283235ms"
--- PASS: TestUnsafeOk (0.57s)
=== RUN TestGovetCustomFormatter
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/govet_custom_formatter] in 736.059208ms"
--- PASS: TestGovetCustomFormatter (0.74s)
=== RUN TestLineDirectiveProcessedFilesLiteLoading
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config --exclude-use-default=false -Egolint testdata/quicktemplate] in 489.229375ms"
--- PASS: TestLineDirectiveProcessedFilesLiteLoading (0.49s)
=== RUN TestSortedResults
=== PAUSE TestSortedResults
=== RUN TestLineDirectiveProcessedFilesFullLoading
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config --exclude-use-default=false -Egolint,govet testdata/quicktemplate] in 427.584417ms"
--- PASS: TestLineDirectiveProcessedFilesFullLoading (0.43s)
=== RUN TestLintFilesWithLineDirective
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Edupl --disable-all --config=testdata/linedirective/dupl.yml testdata/linedirective] in 434.062424ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Egofmt --disable-all --no-config testdata/linedirective] in 423.155035ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Egoimports --disable-all --no-config testdata/linedirective] in 430.780297ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Egomodguard --disable-all --config=testdata/linedirective/gomodguard.yml testdata/linedirective] in 489.555122ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Elll --disable-all --config=testdata/linedirective/lll.yml testdata/linedirective] in 576.45328ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Emisspell --disable-all --no-config testdata/linedirective] in 457.1528ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Ewsl --disable-all --no-config testdata/linedirective] in 473.465462ms"
--- PASS: TestLintFilesWithLineDirective (3.28s)
=== RUN TestSkippedDirsNoMatchArg
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config --skip-dirs testdata/skipdirs/skip_me/nested -Egolint testdata/skipdirs/skip_me/nested] in 595.754563ms"
--- PASS: TestSkippedDirsNoMatchArg (0.60s)
=== RUN TestSkippedDirsTestdata
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config -Egolint testdata/skipdirs/...] in 476.374355ms"
--- PASS: TestSkippedDirsTestdata (0.48s)
=== RUN TestDeadcodeNoFalsePositivesInMainPkg
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Edeadcode testdata/deadcode_main_pkg] in 439.96674ms"
--- PASS: TestDeadcodeNoFalsePositivesInMainPkg (0.44s)
=== RUN TestIdentifierUsedOnlyInTests
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Eunused testdata/used_only_in_tests] in 490.573661ms"
--- PASS: TestIdentifierUsedOnlyInTests (0.49s)
=== RUN TestUnusedCheckExported
run_test.go:224: Issue955
--- SKIP: TestUnusedCheckExported (0.00s)
=== RUN TestConfigFileIsDetected
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/withconfig/pkg] in 274.937942ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/withconfig/...] in 292.457442ms"
--- PASS: TestConfigFileIsDetected (0.57s)
=== RUN TestEnableAllFastAndEnableCanCoexist
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --no-config --fast --enable-all --enable=typecheck testdata/minimalpkg] in 453.005196ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --no-config --enable-all --enable=typecheck testdata/minimalpkg] in 364.270756ms"
--- PASS: TestEnableAllFastAndEnableCanCoexist (0.82s)
=== RUN TestEnabledPresetsAreNotDuplicated
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config -v -p style,bugs testdata/minimalpkg] in 434.153547ms"
--- PASS: TestEnabledPresetsAreNotDuplicated (0.43s)
=== RUN TestAbsPathDirAnalysis
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config -Egolint /home/ldez/sources/go/src/github.com/golangci/golangci-lint/test/testdata_etc/abspath] in 422.01866ms"
--- PASS: TestAbsPathDirAnalysis (0.42s)
=== RUN TestAbsPathFileAnalysis
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config -Egolint /home/ldez/sources/go/src/github.com/golangci/golangci-lint/test/testdata_etc/abspath/with_issue.go] in 419.585039ms"
--- PASS: TestAbsPathFileAnalysis (0.42s)
=== RUN TestDisallowedOptionsInConfig
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3834915083.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 268.492037ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test4251337022.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 259.42268ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --cpu-profile-path=path --fast testdata/minimalpkg] in 771.721601ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test447880663.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --cpu-profile-path=path --fast testdata/minimalpkg] in 275.197289ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1456498390.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 266.229213ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --mem-profile-path=path --fast testdata/minimalpkg] in 374.000018ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1046615333.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --mem-profile-path=path --fast testdata/minimalpkg] in 272.147752ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2875756691.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 266.190439ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --trace-path=path --fast testdata/minimalpkg] in 377.517998ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test7963804.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --trace-path=path --fast testdata/minimalpkg] in 247.915523ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test811622864.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 277.009883ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) -v --fast testdata/minimalpkg] in 377.138115ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test4268196287.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) -v --fast testdata/minimalpkg] in 258.411626ms"
--- PASS: TestDisallowedOptionsInConfig (4.29s)
=== RUN TestPathPrefix
=== RUN TestPathPrefix/empty
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/withtests] in 470.2052ms"
=== RUN TestPathPrefix/prefixed
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --path-prefix=cool testdata/withtests] in 456.951937ms"
--- PASS: TestPathPrefix (0.93s)
--- PASS: TestPathPrefix/empty (0.47s)
--- PASS: TestPathPrefix/prefixed (0.46s)
=== CONT TestSortedResults
=== RUN TestSortedResults/--sort-results=false
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --sort-results=false testdata/sort_results] in 760.326056ms"
=== RUN TestSortedResults/--sort-results=true
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --sort-results=true testdata/sort_results] in 456.744963ms"
--- PASS: TestSortedResults (1.22s)
--- PASS: TestSortedResults/--sort-results=false (0.76s)
--- PASS: TestSortedResults/--sort-results=true (0.46s)
PASS
ok github.com/golangci/golangci-lint/test 96.180s
testing: warning: no tests to run
PASS
ok github.com/golangci/golangci-lint/test/bench 0.009s [no tests to run]
? github.com/golangci/golangci-lint/test/ruleguard [no test files]
? github.com/golangci/golangci-lint/test/testdata_etc/abspath [no test files]
? github.com/golangci/golangci-lint/test/testdata_etc/unused_exported [no test files]
testing: warning: no tests to run
PASS
ok github.com/golangci/golangci-lint/test/testdata_etc/unused_exported/lib 0.002s [no tests to run]
? github.com/golangci/golangci-lint/test/testshared [no test files] |
Beta Was this translation helpful? Give feedback.
All reactions
-
The target golangci-lint/.github/workflows/pr.yml Line 112 in 7d2648c
Note: the golangci-lint/pkg/lint/lintersdb/enabled_set.go Lines 87 to 89 in da3b149
GL_TEST_RUN=1 go test -v -parallel 2 ./...$ GL_TEST_RUN=1 go test -v -parallel 2 ./...
? github.com/golangci/golangci-lint/cmd/golangci-lint [no test files]
=== RUN TestBasic
=== PAUSE TestBasic
=== RUN TestGrowth
=== PAUSE TestGrowth
=== RUN TestVerifyPanic
cache_test.go:142: go: internal cache error: cache verify failed: id=0100000000000000000000000000000000000000000000000000000000000000 changed:<<<
>>>
old: cb8379ac2098aa165029e3938a51da0bcecfc008fd6795f401178647f96c5b34 3
new: ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad 3
--- PASS: TestVerifyPanic (0.00s)
=== RUN TestCacheTrim
=== PAUSE TestCacheTrim
=== RUN TestHash
--- PASS: TestHash (0.00s)
=== RUN TestHashFile
--- PASS: TestHashFile (0.00s)
=== CONT TestBasic
=== CONT TestCacheTrim
--- PASS: TestBasic (0.01s)
=== CONT TestGrowth
--- PASS: TestCacheTrim (0.01s)
--- PASS: TestGrowth (0.40s)
PASS
ok github.com/golangci/golangci-lint/internal/cache (cached)
? github.com/golangci/golangci-lint/internal/errorutil [no test files]
? github.com/golangci/golangci-lint/internal/pkgcache [no test files]
=== RUN TestConcurrentReadsAndWrites
renameio_test.go:127: 2048 (of 2048) writes succeeded (ok: ≥ 2048)
renameio_test.go:148: 2048 (of 2048) reads succeeded (ok: ≥ 2048)
--- PASS: TestConcurrentReadsAndWrites (0.22s)
=== RUN TestWriteFileModeAppliesUmask
--- PASS: TestWriteFileModeAppliesUmask (0.00s)
PASS
ok github.com/golangci/golangci-lint/internal/renameio (cached)
? github.com/golangci/golangci-lint/internal/robustio [no test files]
? github.com/golangci/golangci-lint/pkg/commands [no test files]
=== RUN TestGetExcludePatterns
--- PASS: TestGetExcludePatterns (0.00s)
=== RUN Test_intersectStringSlice
--- PASS: Test_intersectStringSlice (0.00s)
=== RUN Test_filterByDisableTags
--- PASS: Test_filterByDisableTags (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/config (cached)
? github.com/golangci/golangci-lint/pkg/exitcodes [no test files]
? github.com/golangci/golangci-lint/pkg/fsutils [no test files]
=== RUN TestExtractChangesFromHunkAddOnly
--- PASS: TestExtractChangesFromHunkAddOnly (0.00s)
=== RUN TestExtractChangesFromHunkAddOnlyOnFirstLine
--- PASS: TestExtractChangesFromHunkAddOnlyOnFirstLine (0.00s)
=== RUN TestExtractChangesFromHunkAddOnlyOnFirstLineWithSharedOriginalLine
--- PASS: TestExtractChangesFromHunkAddOnlyOnFirstLineWithSharedOriginalLine (0.00s)
=== RUN TestExtractChangesFromHunkAddOnlyInAllDiff
--- PASS: TestExtractChangesFromHunkAddOnlyInAllDiff (0.00s)
=== RUN TestExtractChangesFromHunkAddOnlyMultipleLines
--- PASS: TestExtractChangesFromHunkAddOnlyMultipleLines (0.00s)
=== RUN TestExtractChangesFromHunkAddOnlyDifferentLines
--- PASS: TestExtractChangesFromHunkAddOnlyDifferentLines (0.00s)
=== RUN TestExtractChangesDeleteOnlyFirstLines
--- PASS: TestExtractChangesDeleteOnlyFirstLines (0.00s)
=== RUN TestExtractChangesReplaceLine
--- PASS: TestExtractChangesReplaceLine (0.00s)
=== RUN TestExtractChangesReplaceLineAfterFirstLineAdding
--- PASS: TestExtractChangesReplaceLineAfterFirstLineAdding (0.00s)
=== RUN TestGofmtDiff
--- PASS: TestGofmtDiff (0.00s)
=== RUN TestGovet
--- PASS: TestGovet (0.00s)
=== RUN TestGovetSorted
=== RUN TestGovetSorted/All
=== RUN TestGovetSorted/Default
--- PASS: TestGovetSorted (0.00s)
--- PASS: TestGovetSorted/All (0.00s)
--- PASS: TestGovetSorted/Default (0.00s)
=== RUN TestGovetAnalyzerIsEnabled
--- PASS: TestGovetAnalyzerIsEnabled (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/golinters (cached)
=== RUN TestParseError
--- PASS: TestParseError (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/golinters/goanalysis (cached)
? github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load [no test files]
=== RUN TestLinter_Run
=== RUN TestLinter_Run/when_no_explanation_is_provided
=== PAUSE TestLinter_Run/when_no_explanation_is_provided
=== RUN TestLinter_Run/when_multiple_directives_on_multiple_lines
=== PAUSE TestLinter_Run/when_multiple_directives_on_multiple_lines
=== RUN TestLinter_Run/when_no_explanation_is_needed_for_a_specific_linter
=== PAUSE TestLinter_Run/when_no_explanation_is_needed_for_a_specific_linter
=== RUN TestLinter_Run/when_no_specific_linter_is_mentioned
=== PAUSE TestLinter_Run/when_no_specific_linter_is_mentioned
=== RUN TestLinter_Run/when_machine-readable_style_isn't_used
=== PAUSE TestLinter_Run/when_machine-readable_style_isn't_used
=== RUN TestLinter_Run/spaces_are_allowed_in_comma-separated_list_of_linters
=== PAUSE TestLinter_Run/spaces_are_allowed_in_comma-separated_list_of_linters
=== RUN TestLinter_Run/multi-line_comments_don't_confuse_parser
=== PAUSE TestLinter_Run/multi-line_comments_don't_confuse_parser
=== RUN TestLinter_Run/needs_unused_without_specific_linter_generates_replacement
=== PAUSE TestLinter_Run/needs_unused_without_specific_linter_generates_replacement
=== RUN TestLinter_Run/needs_unused_with_one_specific_linter_generates_replacement
=== PAUSE TestLinter_Run/needs_unused_with_one_specific_linter_generates_replacement
=== RUN TestLinter_Run/needs_unused_with_multiple_specific_linters_does_not_generate_replacements
=== PAUSE TestLinter_Run/needs_unused_with_multiple_specific_linters_does_not_generate_replacements
=== CONT TestLinter_Run/when_no_explanation_is_provided
=== CONT TestLinter_Run/needs_unused_with_multiple_specific_linters_does_not_generate_replacements
=== CONT TestLinter_Run/needs_unused_with_one_specific_linter_generates_replacement
=== CONT TestLinter_Run/needs_unused_without_specific_linter_generates_replacement
=== CONT TestLinter_Run/multi-line_comments_don't_confuse_parser
=== CONT TestLinter_Run/spaces_are_allowed_in_comma-separated_list_of_linters
=== CONT TestLinter_Run/when_machine-readable_style_isn't_used
=== CONT TestLinter_Run/when_no_specific_linter_is_mentioned
=== CONT TestLinter_Run/when_no_explanation_is_needed_for_a_specific_linter
=== CONT TestLinter_Run/when_multiple_directives_on_multiple_lines
--- PASS: TestLinter_Run (0.00s)
--- PASS: TestLinter_Run/when_no_explanation_is_provided (0.00s)
--- PASS: TestLinter_Run/needs_unused_with_multiple_specific_linters_does_not_generate_replacements (0.00s)
--- PASS: TestLinter_Run/needs_unused_with_one_specific_linter_generates_replacement (0.00s)
--- PASS: TestLinter_Run/needs_unused_without_specific_linter_generates_replacement (0.00s)
--- PASS: TestLinter_Run/multi-line_comments_don't_confuse_parser (0.00s)
--- PASS: TestLinter_Run/spaces_are_allowed_in_comma-separated_list_of_linters (0.00s)
--- PASS: TestLinter_Run/when_machine-readable_style_isn't_used (0.00s)
--- PASS: TestLinter_Run/when_no_specific_linter_is_mentioned (0.00s)
--- PASS: TestLinter_Run/when_no_explanation_is_needed_for_a_specific_linter (0.00s)
--- PASS: TestLinter_Run/when_multiple_directives_on_multiple_lines (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/golinters/nolintlint (cached)
? github.com/golangci/golangci-lint/pkg/goutil [no test files]
? github.com/golangci/golangci-lint/pkg/lint [no test files]
? github.com/golangci/golangci-lint/pkg/lint/linter [no test files]
=== RUN TestGetEnabledLintersSet
=== RUN TestGetEnabledLintersSet/disable_all_linters_from_megacheck
=== RUN TestGetEnabledLintersSet/disable_only_staticcheck
=== RUN TestGetEnabledLintersSet/don't_merge_into_megacheck
=== RUN TestGetEnabledLintersSet/expand_megacheck
=== RUN TestGetEnabledLintersSet/don't_disable_anything
=== RUN TestGetEnabledLintersSet/enable_gosec_by_gas_alias
=== RUN TestGetEnabledLintersSet/enable_gosec_by_primary_name
=== RUN TestGetEnabledLintersSet/enable_gosec_by_both_names
=== RUN TestGetEnabledLintersSet/disable_gosec_by_gas_alias
=== RUN TestGetEnabledLintersSet/disable_gosec_by_primary_name
--- PASS: TestGetEnabledLintersSet (0.00s)
--- PASS: TestGetEnabledLintersSet/disable_all_linters_from_megacheck (0.00s)
--- PASS: TestGetEnabledLintersSet/disable_only_staticcheck (0.00s)
--- PASS: TestGetEnabledLintersSet/don't_merge_into_megacheck (0.00s)
--- PASS: TestGetEnabledLintersSet/expand_megacheck (0.00s)
--- PASS: TestGetEnabledLintersSet/don't_disable_anything (0.00s)
--- PASS: TestGetEnabledLintersSet/enable_gosec_by_gas_alias (0.00s)
--- PASS: TestGetEnabledLintersSet/enable_gosec_by_primary_name (0.00s)
--- PASS: TestGetEnabledLintersSet/enable_gosec_by_both_names (0.00s)
--- PASS: TestGetEnabledLintersSet/disable_gosec_by_gas_alias (0.00s)
--- PASS: TestGetEnabledLintersSet/disable_gosec_by_primary_name (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/lint/lintersdb (cached)
? github.com/golangci/golangci-lint/pkg/logutils [no test files]
=== RUN TestPathElemRe
--- PASS: TestPathElemRe (0.00s)
=== RUN Test_stackCrusher
=== RUN Test_stackCrusher/large_stack
=== PAUSE Test_stackCrusher/large_stack
=== RUN Test_stackCrusher/no_stack
=== PAUSE Test_stackCrusher/no_stack
=== RUN Test_stackCrusher/no_stack_but_message_with_parenthesis
=== PAUSE Test_stackCrusher/no_stack_but_message_with_parenthesis
=== RUN Test_stackCrusher/stack_with_message_with_parenthesis_at_the_end
=== PAUSE Test_stackCrusher/stack_with_message_with_parenthesis_at_the_end
=== RUN Test_stackCrusher/no_stack_but_message_with_parenthesis_at_the_end
=== PAUSE Test_stackCrusher/no_stack_but_message_with_parenthesis_at_the_end
=== CONT Test_stackCrusher/large_stack
=== CONT Test_stackCrusher/no_stack_but_message_with_parenthesis_at_the_end
=== CONT Test_stackCrusher/stack_with_message_with_parenthesis_at_the_end
=== CONT Test_stackCrusher/no_stack_but_message_with_parenthesis
=== CONT Test_stackCrusher/no_stack
--- PASS: Test_stackCrusher (0.00s)
--- PASS: Test_stackCrusher/large_stack (0.00s)
--- PASS: Test_stackCrusher/no_stack_but_message_with_parenthesis_at_the_end (0.00s)
--- PASS: Test_stackCrusher/stack_with_message_with_parenthesis_at_the_end (0.00s)
--- PASS: Test_stackCrusher/no_stack_but_message_with_parenthesis (0.00s)
--- PASS: Test_stackCrusher/no_stack (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/packages (cached)
=== RUN TestCheckstyle_Print
--- PASS: TestCheckstyle_Print (0.00s)
=== RUN TestCodeClimate_Print
--- PASS: TestCodeClimate_Print (0.00s)
=== RUN TestGithub_Print
--- PASS: TestGithub_Print (0.00s)
=== RUN TestFormatGithubIssue
--- PASS: TestFormatGithubIssue (0.00s)
=== RUN TestHTML_Print
--- PASS: TestHTML_Print (0.00s)
=== RUN TestJSON_Print
--- PASS: TestJSON_Print (0.00s)
=== RUN TestJunitXML_Print
--- PASS: TestJunitXML_Print (0.00s)
=== RUN TestTab_Print
--- PASS: TestTab_Print (0.00s)
=== RUN TestText_Print
--- PASS: TestText_Print (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/printers (cached)
? github.com/golangci/golangci-lint/pkg/report [no test files]
? github.com/golangci/golangci-lint/pkg/result [no test files]
=== RUN TestIsAutogeneratedDetection
--- PASS: TestIsAutogeneratedDetection (0.00s)
=== RUN TestGetDoc
--- PASS: TestGetDoc (0.00s)
=== RUN TestGetDocFileWithLongLine
--- PASS: TestGetDocFileWithLongLine (0.01s)
=== RUN TestExcludeRulesMultiple
--- PASS: TestExcludeRulesMultiple (0.00s)
=== RUN TestExcludeRulesText
--- PASS: TestExcludeRulesText (0.00s)
=== RUN TestExcludeRulesEmpty
--- PASS: TestExcludeRulesEmpty (0.00s)
=== RUN TestExcludeRulesCaseSensitiveMultiple
--- PASS: TestExcludeRulesCaseSensitiveMultiple (0.00s)
=== RUN TestExcludeRulesCaseSensitiveText
--- PASS: TestExcludeRulesCaseSensitiveText (0.00s)
=== RUN TestExcludeRulesCaseSensitiveEmpty
--- PASS: TestExcludeRulesCaseSensitiveEmpty (0.00s)
=== RUN TestExclude
--- PASS: TestExclude (0.00s)
=== RUN TestNoExclude
--- PASS: TestNoExclude (0.00s)
=== RUN TestExcludeCaseSensitive
--- PASS: TestExcludeCaseSensitive (0.00s)
=== RUN TestIdentifierMarker
--- PASS: TestIdentifierMarker (0.00s)
=== RUN TestMaxFromLinter
--- PASS: TestMaxFromLinter (0.00s)
=== RUN TestMaxPerFileFromLinterUnlimited
--- PASS: TestMaxPerFileFromLinterUnlimited (0.00s)
=== RUN TestMaxPerFileFromLinter
--- PASS: TestMaxPerFileFromLinter (0.00s)
=== RUN TestMaxSameIssues
--- PASS: TestMaxSameIssues (0.00s)
=== RUN TestNolint
--- PASS: TestNolint (0.00s)
=== RUN TestNolintInvalidLinterName
--- PASS: TestNolintInvalidLinterName (0.00s)
=== RUN TestNolintInvalidLinterNameWithViolationOnTheSameLine
--- PASS: TestNolintInvalidLinterNameWithViolationOnTheSameLine (0.00s)
=== RUN TestNolintAliases
=== RUN TestNolintAliases/line-47
=== RUN TestNolintAliases/line-49
=== RUN TestNolintAliases/line-51
--- PASS: TestNolintAliases (0.00s)
--- PASS: TestNolintAliases/line-47 (0.00s)
--- PASS: TestNolintAliases/line-49 (0.00s)
--- PASS: TestNolintAliases/line-51 (0.00s)
=== RUN TestIgnoredRangeMatches
--- PASS: TestIgnoredRangeMatches (0.00s)
=== RUN TestNolintWholeFile
--- PASS: TestNolintWholeFile (0.00s)
=== RUN TestNolintUnused
=== RUN TestNolintUnused/when_an_issue_does_not_occur,_it_is_not_removed_from_the_nolintlint_issues
=== RUN TestNolintUnused/when_an_issue_does_not_occur_but_nolintlint_is_nolinted,_it_is_removed_from_the_nolintlint_issues
=== RUN TestNolintUnused/when_an_issue_occurs,_it_is_removed_from_the_nolintlint_issues
=== RUN TestNolintUnused/when_a_linter_is_not_enabled,_it_is_removed_from_the_nolintlint_unused_issues
--- PASS: TestNolintUnused (0.00s)
--- PASS: TestNolintUnused/when_an_issue_does_not_occur,_it_is_not_removed_from_the_nolintlint_issues (0.00s)
--- PASS: TestNolintUnused/when_an_issue_does_not_occur_but_nolintlint_is_nolinted,_it_is_removed_from_the_nolintlint_issues (0.00s)
--- PASS: TestNolintUnused/when_an_issue_occurs,_it_is_removed_from_the_nolintlint_issues (0.00s)
--- PASS: TestNolintUnused/when_a_linter_is_not_enabled,_it_is_removed_from_the_nolintlint_unused_issues (0.00s)
=== RUN TestPathPrefixer_Process
=== RUN TestPathPrefixer_Process/empty_prefix
=== RUN TestPathPrefixer_Process/prefix
=== RUN TestPathPrefixer_Process/prefix_slashed
--- PASS: TestPathPrefixer_Process (0.00s)
--- PASS: TestPathPrefixer_Process/empty_prefix (0.00s)
--- PASS: TestPathPrefixer_Process/prefix (0.00s)
--- PASS: TestPathPrefixer_Process/prefix_slashed (0.00s)
=== RUN TestSeverityRulesMultiple
level=warning msg="Failed to get line someotherlinter.go:0 from line cache: failed to get file someotherlinter.go lines cache: can't get file someotherlinter.go bytes from cache: can't read file someotherlinter.go: open someotherlinter.go: no such file or directory"
level=warning msg="Failed to get line somenotmatchlinter.go:0 from line cache: failed to get file somenotmatchlinter.go lines cache: can't get file somenotmatchlinter.go bytes from cache: can't read file somenotmatchlinter.go: open somenotmatchlinter.go: no such file or directory"
level=warning msg="Failed to get line empty.go:0 from line cache: failed to get file empty.go lines cache: can't get file empty.go bytes from cache: can't read file empty.go: open empty.go: no such file or directory"
--- PASS: TestSeverityRulesMultiple (0.00s)
=== RUN TestSeverityRulesText
--- PASS: TestSeverityRulesText (0.00s)
=== RUN TestSeverityRulesOnlyDefault
--- PASS: TestSeverityRulesOnlyDefault (0.00s)
=== RUN TestSeverityRulesEmpty
--- PASS: TestSeverityRulesEmpty (0.00s)
=== RUN TestSeverityRulesCaseSensitive
--- PASS: TestSeverityRulesCaseSensitive (0.00s)
=== RUN TestSkipFiles
--- PASS: TestSkipFiles (0.00s)
=== RUN TestSkipFilesInvalidPattern
--- PASS: TestSkipFilesInvalidPattern (0.00s)
=== RUN TestCompareByLine
=== PAUSE TestCompareByLine
=== RUN TestCompareByName
=== PAUSE TestCompareByName
=== RUN TestCompareByColumn
=== PAUSE TestCompareByColumn
=== RUN TestCompareNested
=== PAUSE TestCompareNested
=== RUN TestNumericCompare
=== PAUSE TestNumericCompare
=== RUN TestNoSorting
--- PASS: TestNoSorting (0.00s)
=== RUN TestSorting
--- PASS: TestSorting (0.00s)
=== RUN TestUniqByLine
--- PASS: TestUniqByLine (0.00s)
=== RUN TestUniqByLineDisabled
--- PASS: TestUniqByLineDisabled (0.00s)
=== CONT TestCompareByLine
=== RUN TestCompareByLine/Compare_By_Line(0)
=== CONT TestNumericCompare
=== RUN TestNumericCompare/Numeric_Compare(0)
=== RUN TestNumericCompare/Numeric_Compare(1)
=== RUN TestNumericCompare/Numeric_Compare(2)
=== RUN TestNumericCompare/Numeric_Compare(3)
=== RUN TestNumericCompare/Numeric_Compare(4)
=== RUN TestNumericCompare/Numeric_Compare(5)
=== RUN TestNumericCompare/Numeric_Compare(6)
=== RUN TestNumericCompare/Numeric_Compare(7)
--- PASS: TestNumericCompare (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(0) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(1) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(2) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(3) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(4) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(5) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(6) (0.00s)
--- PASS: TestNumericCompare/Numeric_Compare(7) (0.00s)
=== CONT TestCompareByColumn
=== RUN TestCompareByColumn/Compare_By_Column(0)
=== RUN TestCompareByColumn/Compare_By_Column(1)
=== RUN TestCompareByColumn/Compare_By_Column(2)
=== RUN TestCompareByColumn/Compare_By_Column(3)
=== RUN TestCompareByColumn/Compare_By_Column(4)
=== RUN TestCompareByColumn/Compare_By_Column(5)
=== RUN TestCompareByColumn/Compare_By_Column(6)
=== RUN TestCompareByColumn/Compare_By_Column(7)
=== RUN TestCompareByColumn/Compare_By_Column(8)
=== RUN TestCompareByColumn/Compare_By_Column(9)
--- PASS: TestCompareByColumn (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(0) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(1) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(2) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(3) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(4) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(5) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(6) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(7) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(8) (0.00s)
--- PASS: TestCompareByColumn/Compare_By_Column(9) (0.00s)
=== CONT TestCompareByName
=== RUN TestCompareByName/Compare_By_Name(0)
=== RUN TestCompareByName/Compare_By_Name(1)
=== RUN TestCompareByName/Compare_By_Name(2)
=== RUN TestCompareByName/Compare_By_Name(3)
=== RUN TestCompareByName/Compare_By_Name(4)
=== RUN TestCompareByName/Compare_By_Name(5)
=== RUN TestCompareByName/Compare_By_Name(6)
=== RUN TestCompareByName/Compare_By_Name(7)
=== RUN TestCompareByName/Compare_By_Name(8)
=== RUN TestCompareByName/Compare_By_Name(9)
--- PASS: TestCompareByName (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(0) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(1) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(2) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(3) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(4) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(5) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(6) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(7) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(8) (0.00s)
--- PASS: TestCompareByName/Compare_By_Name(9) (0.00s)
=== RUN TestCompareByLine/Compare_By_Line(1)
=== RUN TestCompareByLine/Compare_By_Line(2)
=== RUN TestCompareByLine/Compare_By_Line(3)
=== RUN TestCompareByLine/Compare_By_Line(4)
=== RUN TestCompareByLine/Compare_By_Line(5)
=== RUN TestCompareByLine/Compare_By_Line(6)
=== RUN TestCompareByLine/Compare_By_Line(7)
=== RUN TestCompareByLine/Compare_By_Line(8)
=== RUN TestCompareByLine/Compare_By_Line(9)
=== RUN TestCompareByLine/Compare_By_Line(10)
--- PASS: TestCompareByLine (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(0) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(1) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(2) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(3) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(4) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(5) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(6) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(7) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(8) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(9) (0.00s)
--- PASS: TestCompareByLine/Compare_By_Line(10) (0.00s)
=== CONT TestCompareNested
=== RUN TestCompareNested/Nested_Comparing(0)
=== RUN TestCompareNested/Nested_Comparing(1)
=== RUN TestCompareNested/Nested_Comparing(2)
=== RUN TestCompareNested/Nested_Comparing(3)
=== RUN TestCompareNested/Nested_Comparing(4)
=== RUN TestCompareNested/Nested_Comparing(5)
=== RUN TestCompareNested/Nested_Comparing(6)
=== RUN TestCompareNested/Nested_Comparing(7)
=== RUN TestCompareNested/Nested_Comparing(8)
=== RUN TestCompareNested/Nested_Comparing(9)
--- PASS: TestCompareNested (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(0) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(1) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(2) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(3) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(4) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(5) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(6) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(7) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(8) (0.00s)
--- PASS: TestCompareNested/Nested_Comparing(9) (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/result/processors (cached)
=== RUN TestContains
--- PASS: TestContains (0.00s)
=== RUN TestIndexOf
--- PASS: TestIndexOf (0.00s)
PASS
ok github.com/golangci/golangci-lint/pkg/sliceutil (cached)
? github.com/golangci/golangci-lint/pkg/timeutils [no test files]
=== RUN Test_extractExampleSnippets
main_test.go:11: only for debugging purpose
--- SKIP: Test_extractExampleSnippets (0.00s)
PASS
ok github.com/golangci/golangci-lint/scripts/expand_website_templates (cached)
? github.com/golangci/golangci-lint/scripts/print_ast [no test files]
=== RUN TestEnabledLinters
=== RUN TestEnabledLinters/disable_govet_in_config
=== PAUSE TestEnabledLinters/disable_govet_in_config
=== RUN TestEnabledLinters/enable_golint_in_config
=== PAUSE TestEnabledLinters/enable_golint_in_config
=== RUN TestEnabledLinters/disable_govet_in_cmd
=== PAUSE TestEnabledLinters/disable_govet_in_cmd
=== RUN TestEnabledLinters/enable_gofmt_in_cmd_and_enable_golint_in_config
=== PAUSE TestEnabledLinters/enable_gofmt_in_cmd_and_enable_golint_in_config
=== RUN TestEnabledLinters/fast_option_in_config
=== PAUSE TestEnabledLinters/fast_option_in_config
=== RUN TestEnabledLinters/explicitly_unset_fast_option_in_config
=== PAUSE TestEnabledLinters/explicitly_unset_fast_option_in_config
=== RUN TestEnabledLinters/set_fast_option_in_command-line
=== PAUSE TestEnabledLinters/set_fast_option_in_command-line
=== RUN TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_enable
=== PAUSE TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_enable
=== RUN TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_disable
=== PAUSE TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_disable
=== RUN TestEnabledLinters/fast_option_combined_with_enable_and_enable-all
=== PAUSE TestEnabledLinters/fast_option_combined_with_enable_and_enable-all
=== CONT TestEnabledLinters/disable_govet_in_config
=== CONT TestEnabledLinters/fast_option_combined_with_enable_and_enable-all
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2421258050.yml --verbose --fast] in 392.419078ms"
=== CONT TestEnabledLinters/explicitly_unset_fast_option_in_config
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1067961455.yml --verbose --enable-all --fast --enable=unused] in 394.062746ms"
=== CONT TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_disable
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2200052086.yml --verbose] in 359.896469ms"
=== CONT TestEnabledLinters/set_fast_option_in_command-line
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3310486691.yml --verbose --fast=false] in 370.122512ms"
=== CONT TestEnabledLinters/enable_gofmt_in_cmd_and_enable_golint_in_config
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3828545081.yml --verbose --fast] in 367.174504ms"
=== CONT TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_enable
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test896071142.yml --verbose --fast -Egofmt] in 385.571179ms"
=== CONT TestEnabledLinters/fast_option_in_config
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2547562730.yml --verbose --fast] in 343.758099ms"
=== CONT TestEnabledLinters/disable_govet_in_cmd
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3504396424.yml --verbose] in 358.63256ms"
=== CONT TestEnabledLinters/enable_golint_in_config
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3656864037.yml --verbose --fast -Dgovet] in 372.795934ms"
level=info msg="[test] ran [../golangci-lint linters --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3849485872.yml --verbose --fast] in 333.682083ms"
--- PASS: TestEnabledLinters (0.00s)
--- PASS: TestEnabledLinters/disable_govet_in_config (0.53s)
--- PASS: TestEnabledLinters/fast_option_combined_with_enable_and_enable-all (0.53s)
--- PASS: TestEnabledLinters/explicitly_unset_fast_option_in_config (0.36s)
--- PASS: TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_disable (0.37s)
--- PASS: TestEnabledLinters/set_fast_option_in_command-line (0.37s)
--- PASS: TestEnabledLinters/enable_gofmt_in_cmd_and_enable_golint_in_config (0.39s)
--- PASS: TestEnabledLinters/fast_option_in_command-line_has_higher_priority_to_enable (0.34s)
--- PASS: TestEnabledLinters/fast_option_in_config (0.36s)
--- PASS: TestEnabledLinters/disable_govet_in_cmd (0.37s)
--- PASS: TestEnabledLinters/enable_golint_in_config (0.33s)
=== RUN TestFix
=== RUN TestFix/gci.go
=== PAUSE TestFix/gci.go
=== RUN TestFix/gocritic.go
=== PAUSE TestFix/gocritic.go
=== RUN TestFix/godot.go
=== PAUSE TestFix/godot.go
=== RUN TestFix/gofmt.go
=== PAUSE TestFix/gofmt.go
=== RUN TestFix/gofumpt.go
=== PAUSE TestFix/gofumpt.go
=== RUN TestFix/goimports.go
=== PAUSE TestFix/goimports.go
=== RUN TestFix/misspell.go
=== PAUSE TestFix/misspell.go
=== RUN TestFix/nolintlint.go
=== PAUSE TestFix/nolintlint.go
=== RUN TestFix/whitespace.go
=== PAUSE TestFix/whitespace.go
=== CONT TestFix/gci.go
=== CONT TestFix/goimports.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/gci.go -Egci -c testdata/configs/gci.yml] in 777.513771ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3759534838.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/goimports.go -Egofmt,goimports] in 753.103172ms"
=== CONT TestFix/gofumpt.go
=== CONT TestFix/gofmt.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test935984816.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/gofmt.go -Egofmt] in 386.745353ms"
=== CONT TestFix/godot.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2294873741.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/gofumpt.go -Egofumpt] in 398.401425ms"
=== CONT TestFix/gocritic.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1885119208.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/godot.go -Egodot] in 370.696168ms"
=== CONT TestFix/nolintlint.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/gocritic.go -Egocritic -c testdata/configs/gocritic-fix.yml] in 402.491578ms"
=== CONT TestFix/whitespace.go
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1579773581.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/nolintlint.go -Enolintlint -Elll] in 487.54089ms"
=== CONT TestFix/misspell.go
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2666492171.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/whitespace.go -Ewhitespace] in 446.63592ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1395193965.yml --allow-parallel-runners --go=1.17 --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number --allow-parallel-runners --fix testdata/fix.tmp/in/misspell.go -Emisspell] in 434.396816ms"
--- PASS: TestFix (0.00s)
--- PASS: TestFix/gci.go (0.94s)
--- PASS: TestFix/goimports.go (0.94s)
--- PASS: TestFix/gofmt.go (0.54s)
--- PASS: TestFix/gofumpt.go (0.55s)
--- PASS: TestFix/godot.go (0.55s)
--- PASS: TestFix/gocritic.go (0.58s)
--- PASS: TestFix/nolintlint.go (0.63s)
--- PASS: TestFix/whitespace.go (0.60s)
--- PASS: TestFix/misspell.go (0.57s)
=== RUN TestSourcesFromTestdataWithIssuesDir
linters_test.go:44: testdata/*.go
=== RUN TestSourcesFromTestdataWithIssuesDir/asasalint.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/asasalint.go
=== RUN TestSourcesFromTestdataWithIssuesDir/asciicheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/asciicheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/bidichk.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/bidichk.go
=== RUN TestSourcesFromTestdataWithIssuesDir/bodyclose.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/bodyclose.go
=== RUN TestSourcesFromTestdataWithIssuesDir/containedctx.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/containedctx.go
=== RUN TestSourcesFromTestdataWithIssuesDir/contextcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/contextcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/cyclop.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/cyclop.go
=== RUN TestSourcesFromTestdataWithIssuesDir/deadcode.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/deadcode.go
=== RUN TestSourcesFromTestdataWithIssuesDir/decorder.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/decorder.go
=== RUN TestSourcesFromTestdataWithIssuesDir/decorder_default.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/decorder_default.go
=== RUN TestSourcesFromTestdataWithIssuesDir/default_exclude.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/default_exclude.go
=== RUN TestSourcesFromTestdataWithIssuesDir/depguard.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/depguard.go
=== RUN TestSourcesFromTestdataWithIssuesDir/depguard_additional_guards.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/depguard_additional_guards.go
=== RUN TestSourcesFromTestdataWithIssuesDir/depguard_ignore_file_rules.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/depguard_ignore_file_rules.go
=== RUN TestSourcesFromTestdataWithIssuesDir/dogsled.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/dogsled.go
=== RUN TestSourcesFromTestdataWithIssuesDir/dupl.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/dupl.go
=== RUN TestSourcesFromTestdataWithIssuesDir/durationcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/durationcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck_exclude.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck_exclude.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck_exclude_functions.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck_exclude_functions.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck_ignore.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck_ignore.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck_ignore_default.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck_ignore_default.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errcheck_type_assertions.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errcheck_type_assertions.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errchkjson.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errchkjson.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errchkjson_check_error_free_encoding.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errchkjson_check_error_free_encoding.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errchkjson_no_exported.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errchkjson_no_exported.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errname.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errname.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errorlint.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errorlint.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errorlint_asserts.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errorlint_asserts.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errorlint_comparison.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errorlint_comparison.go
=== RUN TestSourcesFromTestdataWithIssuesDir/errorlint_errorf.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/errorlint_errorf.go
=== RUN TestSourcesFromTestdataWithIssuesDir/execinquery.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/execinquery.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustive.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustive.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustive_default.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustive_default.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustive_generated.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustive_generated.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustive_ignore_enum_members.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustive_ignore_enum_members.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustivestruct.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustivestruct.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustivestruct_custom.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustivestruct_custom.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustruct.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustruct.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exhaustruct_custom.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exhaustruct_custom.go
=== RUN TestSourcesFromTestdataWithIssuesDir/exportloopref.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/exportloopref.go
=== RUN TestSourcesFromTestdataWithIssuesDir/forbidigo_example.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/forbidigo_example.go
=== RUN TestSourcesFromTestdataWithIssuesDir/forbidigo_example_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/forbidigo_example_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/forbidigo_include_godoc_examples_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/forbidigo_include_godoc_examples_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/forcetypeassert.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/forcetypeassert.go
=== RUN TestSourcesFromTestdataWithIssuesDir/funlen.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/funlen.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gci.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gci.go
=== RUN TestSourcesFromTestdataWithIssuesDir/go-header_bad.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/go-header_bad.go
=== RUN TestSourcesFromTestdataWithIssuesDir/go-header_good.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/go-header_good.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gochecknoglobals.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gochecknoglobals.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gochecknoinits.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gochecknoinits.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gocognit.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gocognit.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goconst.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goconst.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goconst_calls_enabled.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goconst_calls_enabled.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goconst_dont_ignore_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goconst_dont_ignore_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goconst_ignore_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goconst_ignore_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gocritic.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gocritic.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gocyclo.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gocyclo.go
=== RUN TestSourcesFromTestdataWithIssuesDir/godot.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/godot.go
=== RUN TestSourcesFromTestdataWithIssuesDir/godox.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/godox.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goerr113.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goerr113.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gofmt.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gofmt.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gofmt_no_simplify.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gofmt_no_simplify.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gofumpt.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gofumpt.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gofumpt_with_extra.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gofumpt_with_extra.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goimports.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goimports.go
=== RUN TestSourcesFromTestdataWithIssuesDir/golint.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/golint.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gomnd.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gomnd.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gomodguard.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gomodguard.go
=== RUN TestSourcesFromTestdataWithIssuesDir/goprintffuncname.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/goprintffuncname.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gosec.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gosec.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gosec_rules_config.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gosec_rules_config.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gosec_severity_confidence.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gosec_severity_confidence.go
=== RUN TestSourcesFromTestdataWithIssuesDir/gosimple.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/gosimple.go
=== RUN TestSourcesFromTestdataWithIssuesDir/govet.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/govet.go
=== RUN TestSourcesFromTestdataWithIssuesDir/govet_fieldalignment.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/govet_fieldalignment.go
=== RUN TestSourcesFromTestdataWithIssuesDir/govet_ifaceassert.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/govet_ifaceassert.go
=== RUN TestSourcesFromTestdataWithIssuesDir/ifshort.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/ifshort.go
=== RUN TestSourcesFromTestdataWithIssuesDir/importas.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/importas.go
=== RUN TestSourcesFromTestdataWithIssuesDir/importas_noalias.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/importas_noalias.go
=== RUN TestSourcesFromTestdataWithIssuesDir/importas_strict.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/importas_strict.go
=== RUN TestSourcesFromTestdataWithIssuesDir/ineffassign.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/ineffassign.go
=== RUN TestSourcesFromTestdataWithIssuesDir/interfacer.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/interfacer.go
=== RUN TestSourcesFromTestdataWithIssuesDir/ireturn_allow.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/ireturn_allow.go
=== RUN TestSourcesFromTestdataWithIssuesDir/ireturn_default.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/ireturn_default.go
=== RUN TestSourcesFromTestdataWithIssuesDir/ireturn_reject_stdlib.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/ireturn_reject_stdlib.go
=== RUN TestSourcesFromTestdataWithIssuesDir/lll.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/lll.go
=== RUN TestSourcesFromTestdataWithIssuesDir/maintidx.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/maintidx.go
=== RUN TestSourcesFromTestdataWithIssuesDir/maintidx_under_100.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/maintidx_under_100.go
=== RUN TestSourcesFromTestdataWithIssuesDir/makezero.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/makezero.go
=== RUN TestSourcesFromTestdataWithIssuesDir/makezero_always.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/makezero_always.go
=== RUN TestSourcesFromTestdataWithIssuesDir/maligned.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/maligned.go
=== RUN TestSourcesFromTestdataWithIssuesDir/misspell.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/misspell.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nakedret.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nakedret.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nestif.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nestif.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nilerr.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nilerr.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nilnil.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nilnil.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nlreturn-block-size.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nlreturn-block-size.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nlreturn.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nlreturn.go
=== RUN TestSourcesFromTestdataWithIssuesDir/noctx.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/noctx.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nolintlint.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nolintlint.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nolintlint_unused.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nolintlint_unused.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nonamedreturns.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nonamedreturns.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nonamedreturns_custom.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nonamedreturns_custom.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nosnakecase.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nosnakecase.go
=== RUN TestSourcesFromTestdataWithIssuesDir/nosprintfhostport.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/nosprintfhostport.go
=== RUN TestSourcesFromTestdataWithIssuesDir/paralleltest.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/paralleltest.go
=== RUN TestSourcesFromTestdataWithIssuesDir/prealloc.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/prealloc.go
=== RUN TestSourcesFromTestdataWithIssuesDir/predeclared.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/predeclared.go
=== RUN TestSourcesFromTestdataWithIssuesDir/predeclared_custom.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/predeclared_custom.go
=== RUN TestSourcesFromTestdataWithIssuesDir/promlinter.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/promlinter.go
=== RUN TestSourcesFromTestdataWithIssuesDir/revive.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/revive.go
=== RUN TestSourcesFromTestdataWithIssuesDir/revive_default.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/revive_default.go
=== RUN TestSourcesFromTestdataWithIssuesDir/rowserrcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/rowserrcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/scopelint.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/scopelint.go
=== RUN TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/staticcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/staticcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/staticcheck_in_megacheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/staticcheck_in_megacheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/structcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/structcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/stylecheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/stylecheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/stylecheck_not_in_megacheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/stylecheck_not_in_megacheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tagliatelle.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tagliatelle.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tenv.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tenv.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tenv_all.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tenv_all.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tenv_all_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tenv_all_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tenv_go118.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tenv_go118.go
=== RUN TestSourcesFromTestdataWithIssuesDir/tenv_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/tenv_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/testpackage_test.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/testpackage_test.go
=== RUN TestSourcesFromTestdataWithIssuesDir/thelper.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/thelper.go
=== RUN TestSourcesFromTestdataWithIssuesDir/thelper_go118.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/thelper_go118.go
=== RUN TestSourcesFromTestdataWithIssuesDir/thelper_with_options.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/thelper_with_options.go
=== RUN TestSourcesFromTestdataWithIssuesDir/unconvert.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/unconvert.go
=== RUN TestSourcesFromTestdataWithIssuesDir/unparam.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/unparam.go
=== RUN TestSourcesFromTestdataWithIssuesDir/unused.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/unused.go
=== RUN TestSourcesFromTestdataWithIssuesDir/usestdlibvars.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/usestdlibvars.go
=== RUN TestSourcesFromTestdataWithIssuesDir/varcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/varcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/varnamelen.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/varnamelen.go
=== RUN TestSourcesFromTestdataWithIssuesDir/wastedassign.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/wastedassign.go
=== RUN TestSourcesFromTestdataWithIssuesDir/wrapcheck.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/wrapcheck.go
=== RUN TestSourcesFromTestdataWithIssuesDir/wsl.go
=== PAUSE TestSourcesFromTestdataWithIssuesDir/wsl.go
=== CONT TestSourcesFromTestdataWithIssuesDir/asasalint.go
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec.go
=== CONT TestSourcesFromTestdataWithIssuesDir/asasalint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Easasalint --no-config testdata/asasalint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec --no-config testdata/gosec.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/asasalint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Easasalint -Etypecheck --no-config testdata/asasalint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec -Etypecheck --no-config testdata/gosec.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_ignore_enum_members.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -c testdata/configs/exhaustive_ignore_enum_members.yml testdata/exhaustive_ignore_enum_members.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goprintffuncname.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoprintffuncname --no-config testdata/goprintffuncname.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_ignore_enum_members.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -Etypecheck -c testdata/configs/exhaustive_ignore_enum_members.yml testdata/exhaustive_ignore_enum_members.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goprintffuncname.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoprintffuncname -Etypecheck --no-config testdata/goprintffuncname.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gomodguard.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egomodguard -c testdata/configs/gomodguard.yml testdata/gomodguard.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gomnd.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egomnd --no-config testdata/gomnd.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egomnd -Etypecheck --no-config testdata/gomnd.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gomodguard.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egomodguard -Etypecheck -c testdata/configs/gomodguard.yml testdata/gomodguard.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/golint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egolint --internal-cmd-test --no-config testdata/golint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goimports.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoimports --no-config testdata/goimports.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/golint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egolint --internal-cmd-test -Etypecheck --no-config testdata/golint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goimports.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoimports -Etypecheck --no-config testdata/goimports.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofumpt_with_extra.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofumpt -c /tmp/golangci_lint_test3943938982.yml testdata/gofumpt_with_extra.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofumpt.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofumpt --no-config testdata/gofumpt.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofumpt_with_extra.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofumpt -Etypecheck -c /tmp/golangci_lint_test3943938982.yml testdata/gofumpt_with_extra.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofumpt.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofumpt -Etypecheck --no-config testdata/gofumpt.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofmt_no_simplify.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofmt -c /tmp/golangci_lint_test803248362.yml testdata/gofmt_no_simplify.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofmt.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofmt --no-config testdata/gofmt.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofmt_no_simplify.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofmt -Etypecheck -c /tmp/golangci_lint_test803248362.yml testdata/gofmt_no_simplify.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gofmt.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egofmt -Etypecheck --no-config testdata/gofmt.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goerr113.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoerr113 --no-config testdata/goerr113.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/godox.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egodox -c /tmp/golangci_lint_test1563328914.yml testdata/godox.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goerr113.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoerr113 -Etypecheck --no-config testdata/goerr113.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/godox.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egodox -Etypecheck -c /tmp/golangci_lint_test1563328914.yml testdata/godox.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/godot.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egodot --no-config testdata/godot.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocyclo.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocyclo -c /tmp/golangci_lint_test3292543219.yml testdata/gocyclo.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/godot.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egodot -Etypecheck --no-config testdata/godot.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocyclo.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocyclo -Etypecheck -c /tmp/golangci_lint_test3292543219.yml testdata/gocyclo.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocritic.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocritic -c testdata/configs/gocritic.yml testdata/gocritic.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst_ignore_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -c /tmp/golangci_lint_test1801321088.yml testdata/goconst_ignore_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocritic.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocritic -Etypecheck -c testdata/configs/gocritic.yml testdata/gocritic.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst_ignore_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -Etypecheck -c /tmp/golangci_lint_test1801321088.yml testdata/goconst_ignore_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forcetypeassert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforcetypeassert --no-config testdata/forcetypeassert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_include_godoc_examples_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -c /tmp/golangci_lint_test732859879.yml testdata/forbidigo_include_godoc_examples_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forcetypeassert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforcetypeassert -Etypecheck --no-config testdata/forcetypeassert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_include_godoc_examples_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -Etypecheck -c /tmp/golangci_lint_test732859879.yml testdata/forbidigo_include_godoc_examples_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_example_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -c testdata/configs/forbidigo.yml testdata/forbidigo_example_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_example.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -c testdata/configs/forbidigo.yml testdata/forbidigo_example.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_example_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -Etypecheck -c testdata/configs/forbidigo.yml testdata/forbidigo_example_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/forbidigo_example.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eforbidigo -Etypecheck -c testdata/configs/forbidigo.yml testdata/forbidigo_example.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exportloopref.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexportloopref --no-config testdata/exportloopref.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustruct_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustruct -c testdata/configs/exhaustruct.yml testdata/exhaustruct_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exportloopref.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexportloopref -Etypecheck --no-config testdata/exportloopref.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustruct_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustruct -Etypecheck -c testdata/configs/exhaustruct.yml testdata/exhaustruct_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustruct.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustruct --no-config testdata/exhaustruct.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustivestruct_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustivestruct --internal-cmd-test -c testdata/configs/exhaustivestruct.yml testdata/exhaustivestruct_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustruct.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustruct -Etypecheck --no-config testdata/exhaustruct.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustivestruct_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustivestruct --internal-cmd-test -Etypecheck -c testdata/configs/exhaustivestruct.yml testdata/exhaustivestruct_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustivestruct.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustivestruct --internal-cmd-test --no-config testdata/exhaustivestruct.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nosprintfhostport.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enosprintfhostport --no-config testdata/nosprintfhostport.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustivestruct.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustivestruct --internal-cmd-test -Etypecheck --no-config testdata/exhaustivestruct.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nosprintfhostport.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enosprintfhostport -Etypecheck --no-config testdata/nosprintfhostport.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wsl.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewsl -c /tmp/golangci_lint_test3911005097.yml testdata/wsl.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wrapcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewrapcheck --no-config testdata/wrapcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wsl.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewsl -Etypecheck -c /tmp/golangci_lint_test3911005097.yml testdata/wsl.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wrapcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewrapcheck -Etypecheck --no-config testdata/wrapcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/funlen.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Efunlen -c /tmp/golangci_lint_test1122693964.yml testdata/funlen.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst_dont_ignore_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -c /tmp/golangci_lint_test812777222.yml testdata/goconst_dont_ignore_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/funlen.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Efunlen -Etypecheck -c /tmp/golangci_lint_test1122693964.yml testdata/funlen.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst_dont_ignore_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -Etypecheck -c /tmp/golangci_lint_test812777222.yml testdata/goconst_dont_ignore_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst_calls_enabled.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -c /tmp/golangci_lint_test1123977546.yml testdata/goconst_calls_enabled.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -Etypecheck -c /tmp/golangci_lint_test1123977546.yml testdata/goconst_calls_enabled.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/wastedassign.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewastedassign --no-config testdata/wastedassign.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ewastedassign -Etypecheck --no-config testdata/wastedassign.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/varnamelen.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Evarnamelen --no-config testdata/varnamelen.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/varcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Evarcheck --no-config testdata/varcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/varnamelen.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Evarnamelen -Etypecheck --no-config testdata/varnamelen.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/varcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Evarcheck -Etypecheck --no-config testdata/varcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/usestdlibvars.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eusestdlibvars --no-config testdata/usestdlibvars.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unused.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunused --no-config testdata/unused.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/usestdlibvars.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eusestdlibvars -Etypecheck --no-config testdata/usestdlibvars.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unused.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunused -Etypecheck --no-config testdata/unused.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unparam.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunparam --no-config testdata/unparam.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unconvert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunconvert --no-config testdata/unconvert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unparam.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunparam -Etypecheck --no-config testdata/unparam.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/unconvert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eunconvert -Etypecheck --no-config testdata/unconvert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper_with_options.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper -c testdata/configs/thelper.yml testdata/thelper_with_options.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper_go118.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper --no-config testdata/thelper_go118.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper_with_options.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper -Etypecheck -c testdata/configs/thelper.yml testdata/thelper_with_options.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper_go118.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper -Etypecheck --no-config testdata/thelper_go118.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper --no-config testdata/thelper.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/staticcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estaticcheck --no-config testdata/staticcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/thelper.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ethelper -Etypecheck --no-config testdata/thelper.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/staticcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estaticcheck -Etypecheck --no-config testdata/staticcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/goconst.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst --no-config testdata/goconst.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoconst -Etypecheck --no-config testdata/goconst.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gocognit.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocognit -c /tmp/golangci_lint_test3158825499.yml testdata/gocognit.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egocognit -Etypecheck -c /tmp/golangci_lint_test3158825499.yml testdata/gocognit.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gochecknoinits.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egochecknoinits --no-config testdata/gochecknoinits.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gochecknoglobals.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egochecknoglobals --no-config testdata/gochecknoglobals.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gochecknoinits.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egochecknoinits -Etypecheck --no-config testdata/gochecknoinits.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gochecknoglobals.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egochecknoglobals -Etypecheck --no-config testdata/gochecknoglobals.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/go-header_good.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoheader -c testdata/configs/go-header.yml testdata/go-header_good.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Esqlclosecheck --no-config testdata/sqlclosecheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/go-header_good.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoheader -Etypecheck -c testdata/configs/go-header.yml testdata/go-header_good.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/scopelint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Escopelint --internal-cmd-test --no-config testdata/scopelint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Esqlclosecheck -Etypecheck --no-config testdata/sqlclosecheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/scopelint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Escopelint --internal-cmd-test -Etypecheck --no-config testdata/scopelint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/rowserrcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erowserrcheck --no-config testdata/rowserrcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/revive_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erevive --no-config testdata/revive_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/rowserrcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erowserrcheck -Etypecheck --no-config testdata/rowserrcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/revive_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erevive -Etypecheck --no-config testdata/revive_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/revive.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erevive -c testdata/configs/revive.yml testdata/revive.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/promlinter.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epromlinter --no-config testdata/promlinter.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/revive.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Erevive -Etypecheck -c testdata/configs/revive.yml testdata/revive.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/promlinter.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epromlinter -Etypecheck --no-config testdata/promlinter.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/go-header_bad.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoheader -c testdata/configs/go-header.yml testdata/go-header_bad.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egoheader -Etypecheck -c testdata/configs/go-header.yml testdata/go-header_bad.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/staticcheck_in_megacheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emegacheck --no-config testdata/staticcheck_in_megacheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/testpackage_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etestpackage --no-config testdata/testpackage_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/staticcheck_in_megacheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emegacheck -Etypecheck --no-config testdata/staticcheck_in_megacheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/testpackage_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etestpackage -Etypecheck --no-config testdata/testpackage_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gci.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egci -c testdata/configs/gci.yml testdata/gci.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/predeclared_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epredeclared -c testdata/configs/predeclared.yml testdata/predeclared_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gci.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egci -Etypecheck -c testdata/configs/gci.yml testdata/gci.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/predeclared_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epredeclared -Etypecheck -c testdata/configs/predeclared.yml testdata/predeclared_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/predeclared.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epredeclared --no-config testdata/predeclared.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv --no-config testdata/tenv_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/predeclared.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Epredeclared -Etypecheck --no-config testdata/predeclared.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -Etypecheck --no-config testdata/tenv_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_go118.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv --no-config testdata/tenv_go118.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_all_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -c testdata/configs/tenv_all.yml testdata/tenv_all_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_go118.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -Etypecheck --no-config testdata/tenv_go118.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_all_test.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -Etypecheck -c testdata/configs/tenv_all.yml testdata/tenv_all_test.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_all.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -c testdata/configs/tenv_all.yml testdata/tenv_all.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -c testdata/configs/tenv_all.yml testdata/tenv.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv_all.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -Etypecheck -c testdata/configs/tenv_all.yml testdata/tenv_all.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tenv.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etenv -Etypecheck -c testdata/configs/tenv_all.yml testdata/tenv.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tagliatelle.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etagliatelle --no-config testdata/tagliatelle.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/prealloc.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eprealloc --no-config testdata/prealloc.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/tagliatelle.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etagliatelle -Etypecheck --no-config testdata/tagliatelle.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/prealloc.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eprealloc -Etypecheck --no-config testdata/prealloc.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/paralleltest.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eparalleltest --no-config testdata/paralleltest.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_exclude.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -c /tmp/golangci_lint_test975163908.yml testdata/errcheck_exclude.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/paralleltest.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eparalleltest -Etypecheck --no-config testdata/paralleltest.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_exclude.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck -c /tmp/golangci_lint_test975163908.yml testdata/errcheck_exclude.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/stylecheck_not_in_megacheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emegacheck --no-config testdata/stylecheck_not_in_megacheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/stylecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estylecheck --no-config testdata/stylecheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/stylecheck_not_in_megacheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emegacheck -Etypecheck --no-config testdata/stylecheck_not_in_megacheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/stylecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estylecheck -Etypecheck --no-config testdata/stylecheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/structcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estructcheck --no-config testdata/structcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maintidx_under_100.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaintidx -c testdata/configs/maintidx_under_100.yml testdata/maintidx_under_100.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/structcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estructcheck -Etypecheck --no-config testdata/structcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maintidx_under_100.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaintidx -Etypecheck -c testdata/configs/maintidx_under_100.yml testdata/maintidx_under_100.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nosnakecase.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enosnakecase --internal-cmd-test --no-config testdata/nosnakecase.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas_noalias.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -c testdata/configs/importas_noalias.yml testdata/importas_noalias.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nosnakecase.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enosnakecase --internal-cmd-test -Etypecheck --no-config testdata/nosnakecase.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas_noalias.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -Etypecheck -c testdata/configs/importas_noalias.yml testdata/importas_noalias.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_generated.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive --no-config testdata/exhaustive_generated.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -c testdata/configs/exhaustive_default.yml testdata/exhaustive_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_generated.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -Etypecheck --no-config testdata/exhaustive_generated.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -Etypecheck -c testdata/configs/exhaustive_default.yml testdata/exhaustive_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive --no-config testdata/exhaustive.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/execinquery.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexecinquery --no-config testdata/execinquery.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/exhaustive.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexhaustive -Etypecheck --no-config testdata/exhaustive.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/execinquery.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eexecinquery -Etypecheck --no-config testdata/execinquery.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_errorf.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -c testdata/configs/errorlint_errorf.yml testdata/errorlint_errorf.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maintidx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaintidx --no-config testdata/maintidx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_errorf.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -Etypecheck -c testdata/configs/errorlint_errorf.yml testdata/errorlint_errorf.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maintidx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaintidx -Etypecheck --no-config testdata/maintidx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/lll.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Elll -c /tmp/golangci_lint_test2669481177.yml testdata/lll.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_comparison.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -c testdata/configs/errorlint_comparison.yml testdata/errorlint_comparison.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/lll.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Elll -Etypecheck -c /tmp/golangci_lint_test2669481177.yml testdata/lll.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_reject_stdlib.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn -c testdata/configs/ireturn_stdlib_reject.yml testdata/ireturn_reject_stdlib.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_comparison.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -Etypecheck -c testdata/configs/errorlint_comparison.yml testdata/errorlint_comparison.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_reject_stdlib.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn -Etypecheck -c testdata/configs/ireturn_stdlib_reject.yml testdata/ireturn_reject_stdlib.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/decorder_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edecorder --no-config testdata/decorder_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck --no-config testdata/errcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/decorder_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edecorder -Etypecheck --no-config testdata/decorder_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_asserts.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -c testdata/configs/errorlint_asserts.yml testdata/errorlint_asserts.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck --no-config testdata/errcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint_asserts.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -Etypecheck -c testdata/configs/errorlint_asserts.yml testdata/errorlint_asserts.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/durationcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edurationcheck --no-config testdata/durationcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint --no-config testdata/errorlint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/durationcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edurationcheck -Etypecheck --no-config testdata/durationcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errorlint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrorlint -Etypecheck --no-config testdata/errorlint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errname.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrname --no-config testdata/errname.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/dupl.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edupl -c /tmp/golangci_lint_test1110790937.yml testdata/dupl.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errname.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrname -Etypecheck --no-config testdata/errname.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/dupl.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edupl -Etypecheck -c /tmp/golangci_lint_test1110790937.yml testdata/dupl.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson_no_exported.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -c testdata/configs/errchkjson_no_exported.yml testdata/errchkjson_no_exported.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/dogsled.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edogsled --no-config testdata/dogsled.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson_no_exported.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -Etypecheck -c testdata/configs/errchkjson_no_exported.yml testdata/errchkjson_no_exported.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/dogsled.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edogsled -Etypecheck --no-config testdata/dogsled.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson_check_error_free_encoding.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -c testdata/configs/errchkjson_check_error_free_encoding.yml testdata/errchkjson_check_error_free_encoding.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard_ignore_file_rules.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -c testdata/configs/depguard_ignore_file_rules.yml testdata/depguard_ignore_file_rules.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson_check_error_free_encoding.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -Etypecheck -c testdata/configs/errchkjson_check_error_free_encoding.yml testdata/errchkjson_check_error_free_encoding.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard_ignore_file_rules.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -Etypecheck -c testdata/configs/depguard_ignore_file_rules.yml testdata/depguard_ignore_file_rules.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -c testdata/configs/errchkjson.yml testdata/errchkjson.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nonamedreturns_custom.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enonamedreturns -c testdata/configs/nonamedreturns.yml testdata/nonamedreturns_custom.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enonamedreturns -Etypecheck -c testdata/configs/nonamedreturns.yml testdata/nonamedreturns_custom.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errchkjson.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrchkjson -Etypecheck -c testdata/configs/errchkjson.yml testdata/errchkjson.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_type_assertions.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -c /tmp/golangci_lint_test3061001240.yml testdata/errcheck_type_assertions.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_ignore_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -c /tmp/golangci_lint_test4279902087.yml testdata/errcheck_ignore_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_type_assertions.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck -c /tmp/golangci_lint_test3061001240.yml testdata/errcheck_type_assertions.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_ignore_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck -c /tmp/golangci_lint_test4279902087.yml testdata/errcheck_ignore_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_ignore.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -c testdata/errcheck/ignore_config.yml testdata/errcheck_ignore.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn --no-config testdata/ireturn_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_ignore.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck -c testdata/errcheck/ignore_config.yml testdata/errcheck_ignore.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_default.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn -Etypecheck --no-config testdata/ireturn_default.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_allow.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn -c testdata/configs/ireturn.yml testdata/ireturn_allow.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard_additional_guards.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -c testdata/configs/depguard_additional_guards.yml testdata/depguard_additional_guards.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ireturn_allow.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eireturn -Etypecheck -c testdata/configs/ireturn.yml testdata/ireturn_allow.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard_additional_guards.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -Etypecheck -c testdata/configs/depguard_additional_guards.yml testdata/depguard_additional_guards.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -c testdata/configs/depguard.yml testdata/depguard.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/default_exclude.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estylecheck,golint --internal-cmd-test -c testdata/configs/default_exclude.yml testdata/default_exclude.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/depguard.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edepguard -Etypecheck -c testdata/configs/depguard.yml testdata/depguard.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/default_exclude.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Estylecheck,golint --internal-cmd-test -Etypecheck -c testdata/configs/default_exclude.yml testdata/default_exclude.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_exclude_functions.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -c testdata/errcheck/exclude_functions.yml testdata/errcheck_exclude_functions.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ineffassign.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eineffassign --no-config testdata/ineffassign.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/errcheck_exclude_functions.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eerrcheck -Etypecheck -c testdata/errcheck/exclude_functions.yml testdata/errcheck_exclude_functions.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ineffassign.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eineffassign -Etypecheck --no-config testdata/ineffassign.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/interfacer.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Einterfacer --internal-cmd-test --no-config testdata/interfacer.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas_strict.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -c testdata/configs/importas_strict.yml testdata/importas_strict.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/interfacer.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Einterfacer --internal-cmd-test -Etypecheck --no-config testdata/interfacer.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas_strict.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -Etypecheck -c testdata/configs/importas_strict.yml testdata/importas_strict.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nilerr.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enilerr --no-config testdata/nilerr.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/misspell.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emisspell -c testdata/configs/misspell.yml testdata/misspell.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nilerr.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enilerr -Etypecheck --no-config testdata/nilerr.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/misspell.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emisspell -Etypecheck -c testdata/configs/misspell.yml testdata/misspell.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nolintlint_unused.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enolintlint -Evarcheck -c /tmp/golangci_lint_test3462256427.yml testdata/nolintlint_unused.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nestif.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enestif -c /tmp/golangci_lint_test527712165.yml testdata/nestif.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enestif -Etypecheck -c /tmp/golangci_lint_test527712165.yml testdata/nestif.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nolintlint_unused.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enolintlint -Evarcheck -Etypecheck -c /tmp/golangci_lint_test3462256427.yml testdata/nolintlint_unused.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nolintlint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enolintlint -Emisspell -c /tmp/golangci_lint_test2397151951.yml testdata/nolintlint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nakedret.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enakedret --no-config testdata/nakedret.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nolintlint.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enolintlint -Emisspell -Etypecheck -c /tmp/golangci_lint_test2397151951.yml testdata/nolintlint.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nakedret.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enakedret -Etypecheck --no-config testdata/nakedret.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/noctx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enoctx --no-config testdata/noctx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nlreturn-block-size.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enlreturn -c testdata/configs/nlreturn.yml testdata/nlreturn-block-size.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enlreturn -Etypecheck -c testdata/configs/nlreturn.yml testdata/nlreturn-block-size.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/noctx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enoctx -Etypecheck --no-config testdata/noctx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nilnil.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enilnil --no-config testdata/nilnil.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nlreturn.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enlreturn --no-config testdata/nlreturn.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nilnil.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enilnil -Etypecheck --no-config testdata/nilnil.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nlreturn.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enlreturn -Etypecheck --no-config testdata/nlreturn.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet_fieldalignment.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -c /tmp/golangci_lint_test1312064525.yml testdata/govet_fieldalignment.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -c testdata/configs/importas.yml testdata/importas.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet_fieldalignment.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -Etypecheck -c /tmp/golangci_lint_test1312064525.yml testdata/govet_fieldalignment.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/importas.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eimportas -Etypecheck -c testdata/configs/importas.yml testdata/importas.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/contextcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Econtextcheck --no-config testdata/contextcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ifshort.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eifshort --internal-cmd-test --no-config testdata/ifshort.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/contextcheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Econtextcheck -Etypecheck --no-config testdata/contextcheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/ifshort.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Eifshort --internal-cmd-test -Etypecheck --no-config testdata/ifshort.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/cyclop.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ecyclop -c /tmp/golangci_lint_test1948179669.yml testdata/cyclop.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet_ifaceassert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -c /tmp/golangci_lint_test1231582093.yml testdata/govet_ifaceassert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/cyclop.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ecyclop -Etypecheck -c /tmp/golangci_lint_test1948179669.yml testdata/cyclop.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet_ifaceassert.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -Etypecheck -c /tmp/golangci_lint_test1231582093.yml testdata/govet_ifaceassert.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosimple.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosimple --no-config testdata/gosimple.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/makezero_always.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emakezero -c /tmp/golangci_lint_test2070553966.yml testdata/makezero_always.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosimple.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosimple -Etypecheck --no-config testdata/gosimple.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/makezero_always.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emakezero -Etypecheck -c /tmp/golangci_lint_test2070553966.yml testdata/makezero_always.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/deadcode.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edeadcode --no-config testdata/deadcode.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/decorder.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edecorder -c testdata/configs/decorder.yml testdata/decorder.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/deadcode.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edeadcode -Etypecheck --no-config testdata/deadcode.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/decorder.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Edecorder -Etypecheck -c testdata/configs/decorder.yml testdata/decorder.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec_severity_confidence.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec -c testdata/configs/gosec_severity_confidence.yml testdata/gosec_severity_confidence.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nonamedreturns.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enonamedreturns --no-config testdata/nonamedreturns.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec_severity_confidence.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec -Etypecheck -c testdata/configs/gosec_severity_confidence.yml testdata/gosec_severity_confidence.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/nonamedreturns.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Enonamedreturns -Etypecheck --no-config testdata/nonamedreturns.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec_rules_config.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec -c testdata/configs/gosec.yml testdata/gosec_rules_config.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -c /tmp/golangci_lint_test435990909.yml testdata/govet.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/gosec_rules_config.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egosec -Etypecheck -c testdata/configs/gosec.yml testdata/gosec_rules_config.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/govet.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Egovet -Etypecheck -c /tmp/golangci_lint_test435990909.yml testdata/govet.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/bodyclose.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ebodyclose --no-config testdata/bodyclose.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/bidichk.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ebidichk --no-config testdata/bidichk.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ebidichk -Etypecheck --no-config testdata/bidichk.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/bodyclose.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Ebodyclose -Etypecheck --no-config testdata/bodyclose.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/asciicheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Easciicheck --no-config testdata/asciicheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/makezero.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emakezero --no-config testdata/makezero.go]
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emakezero -Etypecheck --no-config testdata/makezero.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/asciicheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Easciicheck -Etypecheck --no-config testdata/asciicheck.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maligned.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaligned --internal-cmd-test --no-config testdata/maligned.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/containedctx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Econtainedctx --no-config testdata/containedctx.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/maligned.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Emaligned --internal-cmd-test -Etypecheck --no-config testdata/maligned.go]
=== CONT TestSourcesFromTestdataWithIssuesDir/containedctx.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Econtainedctx -Etypecheck --no-config testdata/containedctx.go]
--- PASS: TestSourcesFromTestdataWithIssuesDir (0.15s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gosec.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/asasalint.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goprintffuncname.go (0.76s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustive_ignore_enum_members.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gomnd.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gomodguard.go (1.00s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/golint.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goimports.go (1.08s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gofumpt_with_extra.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gofumpt.go (0.86s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gofmt_no_simplify.go (0.89s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gofmt.go (0.87s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goerr113.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/godox.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/godot.go (0.76s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gocyclo.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gocritic.go (0.89s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goconst_ignore_test.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/forcetypeassert.go (0.87s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/forbidigo_include_godoc_examples_test.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/forbidigo_example_test.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/forbidigo_example.go (0.84s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exportloopref.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustruct_custom.go (0.82s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustruct.go (0.83s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustivestruct_custom.go (0.86s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustivestruct.go (0.81s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nosprintfhostport.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/wsl.go (0.89s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/wrapcheck.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/funlen.go (0.81s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goconst_dont_ignore_test.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goconst_calls_enabled.go (0.85s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/wastedassign.go (0.81s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/varnamelen.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/varcheck.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/usestdlibvars.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/unused.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/unparam.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/unconvert.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/thelper_with_options.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/thelper_go118.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/thelper.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/staticcheck.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/goconst.go (0.85s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gocognit.go (0.75s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gochecknoinits.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gochecknoglobals.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/go-header_good.go (0.74s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/sqlclosecheck.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/scopelint.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/rowserrcheck.go (0.97s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/revive_default.go (0.96s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/revive.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/promlinter.go (0.99s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/go-header_bad.go (0.82s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/staticcheck_in_megacheck.go (0.99s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/testpackage_test.go (0.89s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gci.go (1.01s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/predeclared_custom.go (0.81s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/predeclared.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tenv_test.go (0.96s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tenv_go118.go (0.85s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tenv_all_test.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tenv_all.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tenv.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/tagliatelle.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/prealloc.go (0.76s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/paralleltest.go (0.93s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck_exclude.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/stylecheck_not_in_megacheck.go (0.73s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/stylecheck.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/structcheck.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/maintidx_under_100.go (0.75s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nosnakecase.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/importas_noalias.go (0.89s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustive_generated.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustive_default.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/exhaustive.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/execinquery.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errorlint_errorf.go (0.88s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/maintidx.go (0.83s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/lll.go (0.76s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errorlint_comparison.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/ireturn_reject_stdlib.go (0.83s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/decorder_default.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck.go (1.02s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errorlint_asserts.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/durationcheck.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errorlint.go (0.89s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errname.go (0.87s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/dupl.go (0.76s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errchkjson_no_exported.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/dogsled.go (0.75s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errchkjson_check_error_free_encoding.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/depguard_ignore_file_rules.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nonamedreturns_custom.go (0.94s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errchkjson.go (0.97s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck_type_assertions.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck_ignore_default.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck_ignore.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/ireturn_default.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/ireturn_allow.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/depguard_additional_guards.go (0.95s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/depguard.go (0.87s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/default_exclude.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/ineffassign.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/errcheck_exclude_functions.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/interfacer.go (0.83s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/importas_strict.go (0.92s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nilerr.go (0.87s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/misspell.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nestif.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nolintlint_unused.go (0.88s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nakedret.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nolintlint.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nlreturn-block-size.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/noctx.go (1.00s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nilnil.go (0.85s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nlreturn.go (0.80s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/govet_fieldalignment.go (0.75s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/importas.go (0.88s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/contextcheck.go (0.83s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/ifshort.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/cyclop.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/govet_ifaceassert.go (0.85s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gosimple.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/makezero_always.go (0.76s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/deadcode.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/decorder.go (0.77s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/nonamedreturns.go (0.84s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gosec_severity_confidence.go (0.99s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/gosec_rules_config.go (0.88s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/govet.go (0.91s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/bidichk.go (0.87s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/bodyclose.go (0.98s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/makezero.go (0.78s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/asciicheck.go (0.90s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/maligned.go (0.79s)
--- PASS: TestSourcesFromTestdataWithIssuesDir/containedctx.go (0.83s)
=== RUN TestTypecheck
linters_test.go:44: testdata/notcompiles/*.go
=== RUN TestTypecheck/typecheck.go
=== PAUSE TestTypecheck/typecheck.go
=== RUN TestTypecheck/typecheck_many_issues.go
=== PAUSE TestTypecheck/typecheck_many_issues.go
=== CONT TestTypecheck/typecheck.go
=== CONT TestTypecheck/typecheck_many_issues.go
=== CONT TestTypecheck/typecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etypecheck --no-config testdata/notcompiles/typecheck.go]
=== CONT TestTypecheck/typecheck_many_issues.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etypecheck --no-config testdata/notcompiles/typecheck_many_issues.go]
=== CONT TestTypecheck/typecheck.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etypecheck -Etypecheck --no-config testdata/notcompiles/typecheck.go]
=== CONT TestTypecheck/typecheck_many_issues.go
linters_test.go:237: [run --go=1.17 --allow-parallel-runners --disable-all --print-issued-lines=false --out-format=line-number --max-same-issues=100 -Etypecheck -Etypecheck --no-config testdata/notcompiles/typecheck_many_issues.go]
--- PASS: TestTypecheck (0.14s)
--- PASS: TestTypecheck/typecheck.go (0.79s)
--- PASS: TestTypecheck/typecheck_many_issues.go (0.79s)
=== RUN TestGoimportsLocal
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test591677701.yml --allow-parallel-runners --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number testdata/goimports/goimports.go -Egoimports] in 494.178146ms"
--- PASS: TestGoimportsLocal (0.62s)
=== RUN TestGciLocal
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test615962614.yml --allow-parallel-runners --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number testdata/gci/gci.go -Egci] in 428.563299ms"
--- PASS: TestGciLocal (0.58s)
=== RUN TestMultipleOutputs
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1441660204.yml --allow-parallel-runners --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number,json:stdout testdata/gci/gci.go -Egci] in 407.626351ms"
--- PASS: TestMultipleOutputs (0.55s)
=== RUN TestStderrOutput
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test356969908.yml --allow-parallel-runners --disable-all --print-issued-lines=false --print-linter-name=false --out-format=line-number,json:stderr testdata/gci/gci.go -Egci] in 474.838921ms"
--- PASS: TestStderrOutput (0.62s)
=== RUN TestFileOutput
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3981369138.yml --allow-parallel-runners --disable-all --print-issued-lines=false --print-linter-name=false --out-format=json:/tmp/TestFileOutput1274385010/001/golangci_lint_test_result,line-number testdata/gci/gci.go -Egci] in 458.863213ms"
--- PASS: TestFileOutput (0.60s)
=== RUN TestExtractRunContextFromComments
--- PASS: TestExtractRunContextFromComments (0.00s)
=== RUN TestTparallel
=== RUN TestTparallel/should_fail_on_missing_top-level_Parallel()
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2622342620.yml --allow-parallel-runners --disable-all --enable tparallel --print-issued-lines=false --print-linter-name=false --out-format=line-number testdata/tparallel/missing_toplevel_test.go] in 465.310285ms"
=== RUN TestTparallel/should_fail_on_missing_subtest_Parallel()
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test917679940.yml --allow-parallel-runners --disable-all --enable tparallel --print-issued-lines=false --print-linter-name=false --out-format=line-number testdata/tparallel/missing_subtest_test.go] in 444.999222ms"
=== RUN TestTparallel/should_pass_on_parallel_test_with_no_subtests
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2102526581.yml --allow-parallel-runners --disable-all --enable tparallel --print-issued-lines=false --print-linter-name=false --out-format=line-number testdata/tparallel/happy_path_test.go] in 464.190048ms"
--- PASS: TestTparallel (1.82s)
--- PASS: TestTparallel/should_fail_on_missing_top-level_Parallel() (0.63s)
--- PASS: TestTparallel/should_fail_on_missing_subtest_Parallel() (0.59s)
--- PASS: TestTparallel/should_pass_on_parallel_test_with_no_subtests (0.60s)
=== RUN TestAutogeneratedNoIssues
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/autogenerated] in 383.443859ms"
--- PASS: TestAutogeneratedNoIssues (0.52s)
=== RUN TestEmptyDirRun
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/nogofiles] in 358.775695ms"
--- PASS: TestEmptyDirRun (0.49s)
=== RUN TestNotExistingDirRun
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/no_such_dir] in 335.383224ms"
--- PASS: TestNotExistingDirRun (0.49s)
=== RUN TestSymlinkLoop
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/symlink_loop/...] in 382.780613ms"
--- PASS: TestSymlinkLoop (0.53s)
=== RUN TestDeadline
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --deadline=1ms ../...] in 346.841682ms"
--- PASS: TestDeadline (0.50s)
=== RUN TestTimeout
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --timeout=1ms ../...] in 374.916772ms"
--- PASS: TestTimeout (0.53s)
=== RUN TestTimeoutInConfig
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1221721548.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 355.737563ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test82452792.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 354.35784ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1284360730.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 346.411083ms"
--- PASS: TestTimeoutInConfig (1.21s)
=== RUN TestTestsAreLintedByDefault
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/withtests] in 470.010422ms"
--- PASS: TestTestsAreLintedByDefault (0.60s)
=== RUN TestCgoOk
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --enable-all -D nosnakecase,gci testdata/cgo] in 478.275913ms"
--- PASS: TestCgoOk (0.64s)
=== RUN TestCgoWithIssues
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Egovet testdata/cgo_with_issues] in 438.107203ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Estaticcheck testdata/cgo_with_issues] in 444.51748ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Egofmt testdata/cgo_with_issues] in 446.131631ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Erevive testdata/cgo_with_issues] in 414.735938ms"
--- PASS: TestCgoWithIssues (1.89s)
=== RUN TestUnsafeOk
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --enable-all testdata/unsafe] in 501.016233ms"
--- PASS: TestUnsafeOk (0.64s)
=== RUN TestGovetCustomFormatter
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/govet_custom_formatter] in 461.091742ms"
--- PASS: TestGovetCustomFormatter (0.60s)
=== RUN TestLineDirectiveProcessedFilesLiteLoading
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config --exclude-use-default=false -Egolint testdata/quicktemplate] in 441.527929ms"
--- PASS: TestLineDirectiveProcessedFilesLiteLoading (0.57s)
=== RUN TestSortedResults
=== PAUSE TestSortedResults
=== RUN TestLineDirectiveProcessedFilesFullLoading
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config --exclude-use-default=false -Egolint,govet testdata/quicktemplate] in 442.008894ms"
--- PASS: TestLineDirectiveProcessedFilesFullLoading (0.57s)
=== RUN TestLintFilesWithLineDirective
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Edupl --disable-all --config=testdata/linedirective/dupl.yml testdata/linedirective] in 428.750187ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Egofmt --disable-all --no-config testdata/linedirective] in 440.949539ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Egoimports --disable-all --no-config testdata/linedirective] in 436.764765ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Egomodguard --disable-all --config=testdata/linedirective/gomodguard.yml testdata/linedirective] in 496.235372ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Elll --disable-all --config=testdata/linedirective/lll.yml testdata/linedirective] in 417.642119ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Emisspell --disable-all --no-config testdata/linedirective] in 435.698481ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners -Ewsl --disable-all --no-config testdata/linedirective] in 430.193748ms"
--- PASS: TestLintFilesWithLineDirective (3.24s)
=== RUN TestSkippedDirsNoMatchArg
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config --skip-dirs testdata/skipdirs/skip_me/nested -Egolint testdata/skipdirs/skip_me/nested] in 462.987746ms"
--- PASS: TestSkippedDirsNoMatchArg (0.59s)
=== RUN TestSkippedDirsTestdata
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config -Egolint testdata/skipdirs/...] in 461.790486ms"
--- PASS: TestSkippedDirsTestdata (0.60s)
=== RUN TestDeadcodeNoFalsePositivesInMainPkg
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Edeadcode testdata/deadcode_main_pkg] in 446.190241ms"
--- PASS: TestDeadcodeNoFalsePositivesInMainPkg (0.58s)
=== RUN TestIdentifierUsedOnlyInTests
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config --disable-all -Eunused testdata/used_only_in_tests] in 444.354869ms"
--- PASS: TestIdentifierUsedOnlyInTests (0.58s)
=== RUN TestUnusedCheckExported
run_test.go:224: Issue955
--- SKIP: TestUnusedCheckExported (0.00s)
=== RUN TestConfigFileIsDetected
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/withconfig/pkg] in 253.432613ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/withconfig/...] in 260.075977ms"
--- PASS: TestConfigFileIsDetected (0.66s)
=== RUN TestEnableAllFastAndEnableCanCoexist
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --no-config --fast --enable-all --enable=typecheck testdata/minimalpkg] in 391.634959ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --no-config --enable-all --enable=typecheck testdata/minimalpkg] in 346.447336ms"
--- PASS: TestEnableAllFastAndEnableCanCoexist (0.89s)
=== RUN TestEnabledPresetsAreNotDuplicated
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --no-config -v -p style,bugs testdata/minimalpkg] in 405.587415ms"
--- PASS: TestEnabledPresetsAreNotDuplicated (0.54s)
=== RUN TestAbsPathDirAnalysis
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config -Egolint /home/ldez/sources/go/src/github.com/golangci/golangci-lint/test/testdata_etc/abspath] in 450.481729ms"
--- PASS: TestAbsPathDirAnalysis (0.60s)
=== RUN TestAbsPathFileAnalysis
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --no-config -Egolint /home/ldez/sources/go/src/github.com/golangci/golangci-lint/test/testdata_etc/abspath/with_issue.go] in 385.856496ms"
--- PASS: TestAbsPathFileAnalysis (0.52s)
=== RUN TestDisallowedOptionsInConfig
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2094931892.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 250.990093ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test4072474592.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 287.543887ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --cpu-profile-path=path --fast testdata/minimalpkg] in 553.883713ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1413692384.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --cpu-profile-path=path --fast testdata/minimalpkg] in 262.690198ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test2281926783.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 266.910849ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --mem-profile-path=path --fast testdata/minimalpkg] in 368.587879ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test275099000.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --mem-profile-path=path --fast testdata/minimalpkg] in 253.053581ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test4282124171.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 264.695571ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --trace-path=path --fast testdata/minimalpkg] in 348.343211ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test4233607770.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) --trace-path=path --fast testdata/minimalpkg] in 263.039777ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test3144441237.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) testdata/minimalpkg] in 244.651608ms"
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) -v --fast testdata/minimalpkg] in 381.14368ms"
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test -c /tmp/golangci_lint_test1319936973.yml --allow-parallel-runners --skip-dirs testdata_etc/,pkg/golinters/goanalysis/(checker|passes) -v --fast testdata/minimalpkg] in 277.730653ms"
--- PASS: TestDisallowedOptionsInConfig (4.20s)
=== RUN TestPathPrefix
=== RUN TestPathPrefix/empty
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners testdata/withtests] in 437.625353ms"
=== RUN TestPathPrefix/prefixed
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --path-prefix=cool testdata/withtests] in 461.521113ms"
--- PASS: TestPathPrefix (1.19s)
--- PASS: TestPathPrefix/empty (0.58s)
--- PASS: TestPathPrefix/prefixed (0.61s)
=== CONT TestSortedResults
=== RUN TestSortedResults/--sort-results=false
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --sort-results=false testdata/sort_results] in 463.233347ms"
=== RUN TestSortedResults/--sort-results=true
level=info msg="[test] stderr: "
level=info msg="[test] ran [../golangci-lint run --go=1.17 --internal-cmd-test --allow-parallel-runners --print-issued-lines=false --sort-results=true testdata/sort_results] in 441.631565ms"
--- PASS: TestSortedResults (1.20s)
--- PASS: TestSortedResults/--sort-results=false (0.60s)
--- PASS: TestSortedResults/--sort-results=true (0.59s)
PASS
ok github.com/golangci/golangci-lint/test 97.151s
testing: warning: no tests to run
PASS
ok github.com/golangci/golangci-lint/test/bench (cached) [no tests to run]
? github.com/golangci/golangci-lint/test/ruleguard [no test files]
? github.com/golangci/golangci-lint/test/testdata_etc/abspath [no test files]
? github.com/golangci/golangci-lint/test/testdata_etc/unused_exported [no test files]
testing: warning: no tests to run
PASS
ok github.com/golangci/golangci-lint/test/testdata_etc/unused_exported/lib (cached) [no tests to run]
? github.com/golangci/golangci-lint/test/testshared [no test files] |
Beta Was this translation helpful? Give feedback.
All reactions
-
I don't know what is the difference between your and my environment. I really want to help you but tests work in our CI and on my computer. |
Beta Was this translation helpful? Give feedback.
All reactions
-
@ran-dall any news? |
Beta Was this translation helpful? Give feedback.
-
I'm putting together an ebuild for Gentoo (an ebuild Gentoo's package format; which is essentially a shell script); however, the issue I'm running into is that the tests keep failing: https://0x0.st/oegR.0.ebuild.
After some discussion with @thesamesam, the problem doesn't appear to be on the Portage (or Gentoo) side, but it's hard to tell. I did make an attempt to make our tests match the current test setup that's in the CI, but it still seems to fail.
It would be helpful if we could have some guidance on this...
Beta Was this translation helpful? Give feedback.
All reactions