Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/internal/imports: TestFindStdlib failures #56790

Open
gopherbot opened this issue Nov 17, 2022 · 1 comment
Open

x/tools/internal/imports: TestFindStdlib failures #56790

gopherbot opened this issue Nov 17, 2022 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/tools/internal/imports" && test == "TestFindStdlib"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 10m0s
running tests:
	TestFindStdlib (9m51s)
	TestFindStdlib/Modules#04 (9m50s)

testing.(*T).Run(0xc0002c31e0, {0x67dbbf?, 0x20?}, 0xc00052c540)
	/tmp/workdir/go/src/testing/testing.go:1619 +0x3fa
golang.org/x/tools/internal/imports.testConfig.test({0x0, {{0x67e44e, 0x7}, 0xc0001b2030, 0x0}, {0x0, 0x0, 0x0}}, 0xc0002c31e0, 0xc000a8a020)
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/imports/fix_test.go:1641 +0x1aa
golang.org/x/tools/internal/imports.TestFindStdlib(0xc0002c3040?)
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/imports/fix_test.go:1556 +0x245
testing.tRunner(0xc0002c31e0, 0x6b08b0)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository. labels Nov 17, 2022
@gopherbot gopherbot added this to the Unreleased milestone Nov 17, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/internal/imports" && test == "TestFindStdlib"
2022-11-07 21:25 dragonfly-amd64-622 tools@003fde14 go@be3184c4 x/tools/internal/imports.TestFindStdlib (log)
panic: test timed out after 10m0s
running tests:
	TestFindStdlib (9m51s)
	TestFindStdlib/Modules#04 (9m50s)

testing.(*T).Run(0xc0002c31e0, {0x67dbbf?, 0x20?}, 0xc00052c540)
	/tmp/workdir/go/src/testing/testing.go:1619 +0x3fa
golang.org/x/tools/internal/imports.testConfig.test({0x0, {{0x67e44e, 0x7}, 0xc0001b2030, 0x0}, {0x0, 0x0, 0x0}}, 0xc0002c31e0, 0xc000a8a020)
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/imports/fix_test.go:1641 +0x1aa
golang.org/x/tools/internal/imports.TestFindStdlib(0xc0002c3040?)
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/imports/fix_test.go:1556 +0x245
testing.tRunner(0xc0002c31e0, 0x6b08b0)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Status: No status
Development

No branches or pull requests

1 participant