Skip to content

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

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

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

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

gopherbot opened this issue May 21, 2024 · 19 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

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2024-10-01 17:24 go1.23-openbsd-ppc64 release-branch.go1.23@ed07b321 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/10/01 20:57:23 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (65.14s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2024-12-06 21:00 gotip-openbsd-ppc64 go@0d453232 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:147: exit status 1
        2024/12/07 08:39:45 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (89.92s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-01-20 17:25 gotip-netbsd-arm go@3f4164f5 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:147: exit status 1
        2025/01/20 21:06:37 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (66.59s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-02-13 10:43 gotip-openbsd-ppc64 go@4ffa9a83 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:147: exit status 1
        2025/02/13 15:50:08 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (62.98s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-02-26 17:45 go1.24-openbsd-ppc64 release-branch.go1.24@becc17eb 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:147: exit status 1
        2025/02/28 03:54:56 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (62.16s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-03-05 20:18 gotip-openbsd-ppc64 go@f7204d76 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:147: exit status 1
        2025/03/06 00:13:39 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (62.05s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-03-06 15:57 gotip-openbsd-ppc64 go@92a63bdf 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:147: exit status 1
        2025/03/06 16:25:45 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (71.41s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-03-19 17:21 gotip-openbsd-ppc64 go@f9f5d1e8 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:147: exit status 1
        2025/03/20 04:27:14 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (66.28s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-03-25 15:50 go1.24-openbsd-ppc64 release-branch.go1.24@d107ee90 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:147: exit status 1
        2025/03/25 18:51:29 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (62.44s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-03-28 08:27 gotip-openbsd-ppc64 go@e6c2e12c 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:147: exit status 1
        2025/03/28 13:03:47 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (80.60s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-04-16 02:24 gotip-openbsd-ppc64 go@30aca067 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:147: exit status 1
        2025/04/16 04:35:13 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (67.97s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-04-22 20:10 gotip-openbsd-ppc64 go@83b53527 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:147: exit status 1
        2025/04/22 23:00:29 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (81.67s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue21576.go"
2025-04-28 17:33 go1.24-openbsd-ppc64 release-branch.go1.24@0ab64e2c 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:147: exit status 1
        2025/04/28 22:46:45 Unmatched error message "fatal error: all goroutines are asleep - deadlock!":
        in
        
        Error: signal: killed
        
--- FAIL: Test/fixedbugs/issue21576.go (67.17s)

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