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/vuln/internal/govulncheck: TestConcurrency failures #58704

Closed
gopherbot opened this issue Feb 24, 2023 · 3 comments
Closed

x/vuln/internal/govulncheck: TestConcurrency failures #58704

gopherbot opened this issue Feb 24, 2023 · 3 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. vulncheck or vulndb Issues for the x/vuln or x/vulndb repo

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
post <- pkg == "golang.org/x/vuln/internal/govulncheck" && test == "TestConcurrency"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 10m0s
running tests:
	TestConcurrency (10m0s)

sync.runtime_Semacquire(0xc00009b390)
	/data/golang/workdir/go/src/runtime/sema.go:62 +0x44
sync.(*WaitGroup).Wait(0xc00009b388)
	/data/golang/workdir/go/src/sync/waitgroup.go:116 +0x6a
golang.org/x/sync/errgroup.(*Group).Wait(0xc00009b380)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/sync@v0.1.0/errgroup/errgroup.go:53 +0x3c
golang.org/x/vuln/internal/govulncheck.TestConcurrency(0xc00008bd40)
	/data/golang/workdir/gopath/src/golang.org/x/vuln/internal/govulncheck/cache_test.go:159 +0x4fc
testing.tRunner(0xc00008bd40, 0x55fbe8)

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 Feb 24, 2023
@gopherbot gopherbot added the vulncheck or vulndb Issues for the x/vuln or x/vulndb repo label Feb 24, 2023
@gopherbot gopherbot modified the milestones: Unreleased, vuln/unplanned Feb 24, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln/internal/govulncheck" && test == "TestConcurrency"
2023-02-17 20:43 linux-s390x-ibm vuln@b91abcc5 go@2baf8ad8 x/vuln/internal/govulncheck.TestConcurrency (log)
panic: test timed out after 10m0s
running tests:
	TestConcurrency (10m0s)

sync.runtime_Semacquire(0xc00009b390)
	/data/golang/workdir/go/src/runtime/sema.go:62 +0x44
sync.(*WaitGroup).Wait(0xc00009b388)
	/data/golang/workdir/go/src/sync/waitgroup.go:116 +0x6a
golang.org/x/sync/errgroup.(*Group).Wait(0xc00009b380)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/sync@v0.1.0/errgroup/errgroup.go:53 +0x3c
golang.org/x/vuln/internal/govulncheck.TestConcurrency(0xc00008bd40)
	/data/golang/workdir/gopath/src/golang.org/x/vuln/internal/govulncheck/cache_test.go:159 +0x4fc
testing.tRunner(0xc00008bd40, 0x55fbe8)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln/internal/govulncheck" && test == "TestConcurrency"
2023-02-24 18:08 linux-s390x-ibm vuln@edec1fb0 go@af6bb3f9 x/vuln/internal/govulncheck.TestConcurrency (log)
panic: test timed out after 10m0s
running tests:
	TestConcurrency (10m0s)

sync.runtime_Semacquire(0xc000035450)
	/data/golang/workdir/go/src/runtime/sema.go:62 +0x44
sync.(*WaitGroup).Wait(0xc000035448)
	/data/golang/workdir/go/src/sync/waitgroup.go:116 +0x6a
golang.org/x/sync/errgroup.(*Group).Wait(0xc000035440)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/sync@v0.1.0/errgroup/errgroup.go:53 +0x3c
golang.org/x/vuln/internal/govulncheck.TestConcurrency(0xc0001d0ea0)
	/data/golang/workdir/gopath/src/golang.org/x/vuln/internal/govulncheck/cache_test.go:108 +0x19e
testing.tRunner(0xc0001d0ea0, 0x56f950)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Mar 6, 2023

Duplicate of #58901

@bcmills bcmills marked this as a duplicate of #58901 Mar 6, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2023
@bcmills bcmills removed this from Test Flakes Mar 6, 2023
@golang golang locked and limited conversation to collaborators Mar 5, 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. vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
Projects
None yet
Development

No branches or pull requests

2 participants