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

cmd/internal/testdir: Test/fixedbugs/issue21576.go failures #67559

Open
gopherbot opened this issue May 21, 2024 · 6 comments
Open

cmd/internal/testdir: Test/fixedbugs/issue21576.go failures #67559

gopherbot opened this issue May 21, 2024 · 6 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 <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test/fixedbugs/issue21576.go
=== PAUSE Test/fixedbugs/issue21576.go
=== CONT  Test/fixedbugs/issue21576.go
    testdir_test.go:145: exit status 1
        2024/05/21 02:13:12 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (63.21s)

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 <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2024-05-20 21:11 gotip-openbsd-ppc64 go@ecad164d cmd/internal/testdir.Test/fixedbugs/issue21576.go (log)
=== RUN   Test/fixedbugs/issue21576.go
=== PAUSE Test/fixedbugs/issue21576.go
=== CONT  Test/fixedbugs/issue21576.go
    testdir_test.go:145: exit status 1
        2024/05/21 02:13:12 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (63.21s)

watchflakes

@randall77
Copy link
Contributor

This appears to be #34836 . The fix for that issue, https://go-review.googlesource.com/c/go/+/200519 , moved the timeout from 5 seconds to 1 minute. Apparently 1 minute is also not enough.

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2024-06-06 18:36 gotip-openbsd-ppc64 go@4b0dd556 cmd/internal/testdir.Test/fixedbugs/issue21576.go (log)
=== RUN   Test/fixedbugs/issue21576.go
=== PAUSE Test/fixedbugs/issue21576.go
=== CONT  Test/fixedbugs/issue21576.go
    testdir_test.go:145: exit status 1
        2024/06/07 00:52:06 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (62.67s)
2024-06-20 19:13 go1.23-openbsd-ppc64 release-branch.go1.23@eba9e087 cmd/internal/testdir.Test/fixedbugs/issue21576.go (log)
=== RUN   Test/fixedbugs/issue21576.go
=== PAUSE Test/fixedbugs/issue21576.go
=== CONT  Test/fixedbugs/issue21576.go
    testdir_test.go:145: exit status 1
        2024/06/21 05:20:58 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (69.98s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2024-07-26 17:43 gotip-openbsd-ppc64 go@fac95803 cmd/internal/testdir.Test/fixedbugs/issue21576.go (log)
=== RUN   Test/fixedbugs/issue21576.go
=== PAUSE Test/fixedbugs/issue21576.go
=== CONT  Test/fixedbugs/issue21576.go
    testdir_test.go:145: exit status 1
        2024/07/28 01:41:07 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (62.69s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2024-08-07 16:08 gotip-openbsd-ppc64 go@aba16d17 cmd/internal/testdir.Test/fixedbugs/issue21576.go (log)
=== RUN   Test/fixedbugs/issue21576.go
=== PAUSE Test/fixedbugs/issue21576.go
=== CONT  Test/fixedbugs/issue21576.go
    testdir_test.go:145: exit status 1
        2024/08/08 10:02:32 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (62.10s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2024-08-10 12:39 gotip-openbsd-ppc64 go@83d9afef cmd/internal/testdir.Test/fixedbugs/issue21576.go (log)
=== RUN   Test/fixedbugs/issue21576.go
=== PAUSE Test/fixedbugs/issue21576.go
=== CONT  Test/fixedbugs/issue21576.go
    testdir_test.go:145: exit status 1
        2024/08/10 15:29:18 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (106.39s)

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.
Projects
Status: No status
Development

No branches or pull requests

2 participants