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

build: runtime failures #67560

Closed
gopherbot opened this issue May 21, 2024 · 2 comments
Closed

build: runtime failures #67560

gopherbot opened this issue May 21, 2024 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- repo == "go" && pkg == "" && test == "runtime"

Issue created automatically to collect these failures.

Example (log):

FAIL	runtime	1080.016s

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 May 21, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "go" && pkg == "" && test == "runtime"
2024-05-21 17:17 gotip-linux-ppc64_power10 go@dfb7073b runtime (log)
FAIL	runtime	1080.016s
2024-05-21 17:17 gotip-linux-ppc64_power8 go@dfb7073b runtime (log)
FAIL	runtime	1080.126s

watchflakes

@rhysh
Copy link
Contributor

rhysh commented May 21, 2024

The failures say:

    metrics_test.go:969: NumCPU 4
    metrics_test.go:970: GOMAXPROCS 4
panic: test timed out after 18m0s
	running tests:
		TestRuntimeLockMetricsAndProfile (17m46s)
		TestRuntimeLockMetricsAndProfile/runtime.lock (17m46s)
		TestRuntimeLockMetricsAndProfile/runtime.lock/sample-1 (17m46s)

and

    metrics_test.go:969: NumCPU 4
    metrics_test.go:970: GOMAXPROCS 4
panic: test timed out after 18m0s
	running tests:
		TestRuntimeLockMetricsAndProfile (17m44s)
		TestRuntimeLockMetricsAndProfile/runtime.lock (17m44s)
		TestRuntimeLockMetricsAndProfile/runtime.lock/sample-1 (17m44s)

It's ppc64, which gave me some trouble (on that same test) in #64253. But the build dashboard shows these only failing on one commit (in the middle of a patch series I landed today to update runtime-internal mutex profiles).

Because it was in the middle of the series, and so the code has changed yet again since the failure, I'm going to close this and trust the bot to re-open if the issue shows up again.

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.
Projects
Archived in project
Development

No branches or pull requests

2 participants