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

go/internal/gcimporter: TestImportTypeparamTests failures #57593

Closed
gopherbot opened this issue Jan 4, 2023 · 2 comments
Closed

go/internal/gcimporter: TestImportTypeparamTests failures #57593

gopherbot opened this issue Jan 4, 2023 · 2 comments
Assignees
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "go/internal/gcimporter" && test == "TestImportTypeparamTests"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 3m0s
running tests:
	TestImportTypeparamTests (2m59s)
	TestImportTypeparamTests/issue39755.go (2m58s)

runtime.gopark(0x82afe10, 0x8821470, 0xe, 0x17, 0x2)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x8832e5c sp=0x8832e48 pc=0x8080856
runtime.chanrecv(0x8821440, 0x8832edb, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3e8 fp=0x8832ea4 sp=0x8832e5c pc=0x804d678
runtime.chanrecv1(0x8821440, 0x8832edb)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x8832eb8 sp=0x8832ea4 pc=0x804d28c
testing.(*T).Run(0x8b7a0f0, {0x8a42e80, 0xd}, 0x89e7100)
	/tmp/workdir/go/src/testing/testing.go:1619 +0x415 fp=0x8832f1c sp=0x8832eb8 pc=0x81103d5
go/internal/gcimporter_test.TestImportTypeparamTests(0x8b7a0f0)
	/tmp/workdir/go/src/go/internal/gcimporter/gcimporter_test.go:193 +0x344 fp=0x8832f9c sp=0x8832f1c pc=0x8245e64
testing.tRunner(0x8b7a0f0, 0x82afcbc)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jan 4, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "go/internal/gcimporter" && test == "TestImportTypeparamTests"
2022-11-11 23:24 netbsd-386-9_3 go@122a22e0 go/internal/gcimporter.TestImportTypeparamTests (log)
panic: test timed out after 3m0s
running tests:
	TestImportTypeparamTests (2m59s)
	TestImportTypeparamTests/issue39755.go (2m58s)

runtime.gopark(0x82afe10, 0x8821470, 0xe, 0x17, 0x2)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x8832e5c sp=0x8832e48 pc=0x8080856
runtime.chanrecv(0x8821440, 0x8832edb, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3e8 fp=0x8832ea4 sp=0x8832e5c pc=0x804d678
runtime.chanrecv1(0x8821440, 0x8832edb)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x8832eb8 sp=0x8832ea4 pc=0x804d28c
testing.(*T).Run(0x8b7a0f0, {0x8a42e80, 0xd}, 0x89e7100)
	/tmp/workdir/go/src/testing/testing.go:1619 +0x415 fp=0x8832f1c sp=0x8832eb8 pc=0x81103d5
go/internal/gcimporter_test.TestImportTypeparamTests(0x8b7a0f0)
	/tmp/workdir/go/src/go/internal/gcimporter/gcimporter_test.go:193 +0x344 fp=0x8832f9c sp=0x8832f1c pc=0x8245e64
testing.tRunner(0x8b7a0f0, 0x82afcbc)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 6, 2023

Should be fixed as of https://go.dev/issue/57593.

@bcmills bcmills closed this as completed Jan 6, 2023
@bcmills bcmills self-assigned this Jan 6, 2023
@bcmills bcmills added this to the Go1.20 milestone Jan 6, 2023
@golang golang locked and limited conversation to collaborators Jan 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

2 participants