Skip to content

all: test failures on linux/s390x #58901

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
bcmills opened this issue Mar 6, 2023 · 121 comments
Open

all: test failures on linux/s390x #58901

bcmills opened this issue Mar 6, 2023 · 121 comments
Labels
arch-s390x Issues solely affecting the s390x architecture. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure. umbrella
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Mar 6, 2023

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)

I'm seeing another cluster of failures on the linux-s390x-ibm builder, particularly for x/tools/gopls. To try to reduce the number of duplicates filed by watchflakes, I'm filing this as a catchall default. If the failures posted here are not due to transitory builder configuration issues, separate issues should be filed for them manually.

(attn @golang/s390x)

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "linux-s390x-ibm"
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/[email protected]/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)
2023-03-03 22:59 linux-s390x-ibm tools@21d2256f go@b94dc384 x/tools/gopls/internal/regtest/diagnostics.TestQuickFixEmptyFiles (log)
#### Start Gopls Test Logs for "TestQuickFixEmptyFiles/full/default"
[Trace - 19:21:31.715 PM] Sending request 'initialize - (1)'.
Params: {"processId":0,"clientInfo":{"name":"fakeclient","version":"v1.0.0"},"rootUri":"","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]}}},"documentSymbol":{},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"publishDiagnostics":{},"semanticTokens":{"requests":{"range":null,"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"formats":null}},"window":{"workDoneProgress":true}},"initializationOptions":{"completionBudget":"10s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-regtest-1781173516/TestQuickFixEmptyFiles/full/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-regtest-1781173516/TestQuickFixEmptyFiles/full/default/proxy","GOSUMDB":"off"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-regtest-1781173516/TestQuickFixEmptyFiles/full/default/work","name":"work"}]}


[Trace - 19:21:31.715 PM] Received response 'initialize - (1)' in 0ms.
Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.apply_fix","gopls.check_upgrades","gopls.edit_go_directive","gopls.fetch_vulncheck_result","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"range":true,"full":true},"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"devel b94dc384cabf75e7e8703265cd80f5324f84b642\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"master\"}"}}


[Trace - 19:21:31.715 PM] Sending notification 'initialized'.
...
--- FAIL: TestQuickFixEmptyFiles (199.42s)
    --- FAIL: TestQuickFixEmptyFiles/full (186.95s)
        --- FAIL: TestQuickFixEmptyFiles/full/default (186.95s)
            diagnostics_test.go:953: waiting on:
                Unmet: completed work "diagnosing opened files" at least 4 time(s)

                err:context deadline exceeded

                state:
                #### log messages (see RPC logs for full text):
...
panic: test timed out after 10m0s
running tests:
	TestSingleFile (7s)
	TestSingleFile/default (7s)

goroutine 44839 [running]:
testing.(*M).startAlarm.func1()
	/data/golang/workdir/go/src/testing/testing.go:2244 +0x468
created by time.goFunc
	/data/golang/workdir/go/src/time/sleep.go:176 +0x42
2023-03-03 22:59 linux-s390x-ibm tools@21d2256f go@b94dc384 x/tools/gopls/internal/regtest/misc.TestIssue38815 (log)
serve.go:434: debug server listening at http://localhost:42335
serve.go:434: debug server listening at http://localhost:43453
#### Start Gopls Test Logs for "TestIssue38815/default"
[Trace - 19:24:48.252 PM] Sending request 'initialize - (1)'.
Params: {"processId":0,"clientInfo":{"name":"fakeclient","version":"v1.0.0"},"rootUri":"","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]}}},"documentSymbol":{},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"publishDiagnostics":{},"semanticTokens":{"requests":{"range":null,"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"formats":null}},"window":{"workDoneProgress":true}},"initializationOptions":{"completionBudget":"10s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-regtest-1632125898/TestIssue38815/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-regtest-1632125898/TestIssue38815/default/proxy","GOSUMDB":"off"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-regtest-1632125898/TestIssue38815/default/work","name":"work"}]}


[Trace - 19:24:48.252 PM] Received response 'initialize - (1)' in 0ms.
Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.apply_fix","gopls.check_upgrades","gopls.edit_go_directive","gopls.fetch_vulncheck_result","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"range":true,"full":true},"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"devel b94dc384cabf75e7e8703265cd80f5324f84b642\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"master\"}"}}

...
panic: test timed out after 10m0s
running tests:
	TestIssue38815 (12s)
	TestIssue38815/default (12s)

testing.(*T).Run(0xc0018eb380, {0xd2ef70, 0x7}, 0xc00b4e0c80)
	/data/golang/workdir/go/src/testing/testing.go:1633 +0x4c4
golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run(0xc000317a40, 0xc0018eb380, {0xd934b8, 0x46}, 0xeb1678, {0x0, 0x0, 0x0})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:169 +0x428
golang.org/x/tools/gopls/internal/lsp/regtest.Run(...)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/regtest.go:54
golang.org/x/tools/gopls/internal/regtest/misc.TestIssue38815(0xc0018eb380)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/regtest/misc/imports_test.go:47 +0x62
testing.tRunner(0xc0018eb380, 0xeb1680)
2023-03-05 04:00 linux-s390x-ibm tools@c0742f58 go@0d288f90 x/tools/gopls/internal/regtest/diagnostics.TestSimplifyCompositeLitDiagnostic (log)
#### Start Gopls Test Logs for "TestSimplifyCompositeLitDiagnostic/default"
[Trace - 23:26:22.868 PM] Sending request 'initialize - (1)'.
Params: {"processId":0,"clientInfo":{"name":"fakeclient","version":"v1.0.0"},"rootUri":"","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]}}},"documentSymbol":{},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"publishDiagnostics":{},"semanticTokens":{"requests":{"range":null,"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"formats":null}},"window":{"workDoneProgress":true}},"initializationOptions":{"completionBudget":"10s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-regtest-1125817485/TestSimplifyCompositeLitDiagnostic/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-regtest-1125817485/TestSimplifyCompositeLitDiagnostic/default/proxy","GOSUMDB":"off"},"staticcheck":true,"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-regtest-1125817485/TestSimplifyCompositeLitDiagnostic/default/work","name":"work"}]}


[Trace - 23:26:22.868 PM] Received response 'initialize - (1)' in 0ms.
Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.apply_fix","gopls.check_upgrades","gopls.edit_go_directive","gopls.fetch_vulncheck_result","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"range":true,"full":true},"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"go1.19.6\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"master\"}"}}


[Trace - 23:26:22.868 PM] Sending notification 'initialized'.
...
panic: test timed out after 10m0s

testing.(*T).Run(0xc00af19380, {0xc8bf96, 0x7}, 0xc001e6f4f0)
	/data/golang/workdir/go/src/testing/testing.go:1494 +0x46c
golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run(0xc00046f860, 0xc00af19380, {0xcf6546, 0xa3}, 0xe04818, {0xc000072f58, 0x1, 0x1})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:169 +0x466
golang.org/x/tools/gopls/internal/lsp/regtest.configuredRunner.Run(...)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/regtest.go:66
golang.org/x/tools/gopls/internal/regtest/diagnostics.TestSimplifyCompositeLitDiagnostic(0xc00af19380)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/regtest/diagnostics/diagnostics_test.go:1220 +0x110
testing.tRunner(0xc00af19380, 0xe04820)
2023-03-05 04:00 linux-s390x-ibm tools@c0742f58 go@0d288f90 x/tools/gopls/internal/regtest/misc.TestRenamePackageWithAlias (log)
serve.go:434: debug server listening at http://localhost:35965
serve.go:434: debug server listening at http://localhost:46785
panic: test timed out after 10m0s

testing.(*T).Run(0xc0017f1860, {0xcf6e1c, 0x7}, 0xc0078d0c30)
	/data/golang/workdir/go/src/testing/testing.go:1494 +0x46c
golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run(0xc0000a7e00, 0xc0017f1860, {0xd6890c, 0xf6}, 0xe764c0, {0x0, 0x0, 0x0})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:169 +0x466
golang.org/x/tools/gopls/internal/lsp/regtest.Run(...)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/regtest.go:54
golang.org/x/tools/gopls/internal/regtest/misc.TestRenamePackageWithAlias(0xc0017f1860)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/regtest/misc/rename_test.go:224 +0x80
testing.tRunner(0xc0017f1860, 0xe764c8)
2023-03-05 04:00 linux-s390x-ibm tools@c0742f58 go@b94dc384 x/tools/gopls/internal/regtest/diagnostics.TestQuickFixEmptyFiles (log)
#### Start Gopls Test Logs for "TestQuickFixEmptyFiles/full/default"
[Trace - 23:16:48.313 PM] Sending request 'initialize - (1)'.
Params: {"processId":0,"clientInfo":{"name":"fakeclient","version":"v1.0.0"},"rootUri":"","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]}}},"documentSymbol":{},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"publishDiagnostics":{},"semanticTokens":{"requests":{"range":null,"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"formats":null}},"window":{"workDoneProgress":true}},"initializationOptions":{"completionBudget":"10s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-regtest-1404407713/TestQuickFixEmptyFiles/full/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-regtest-1404407713/TestQuickFixEmptyFiles/full/default/proxy","GOSUMDB":"off"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-regtest-1404407713/TestQuickFixEmptyFiles/full/default/work","name":"work"}]}


[Trace - 23:16:48.313 PM] Received response 'initialize - (1)' in 0ms.
Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.apply_fix","gopls.check_upgrades","gopls.edit_go_directive","gopls.fetch_vulncheck_result","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"range":true,"full":true},"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"devel b94dc384cabf75e7e8703265cd80f5324f84b642\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"master\"}"}}


[Trace - 23:16:48.314 PM] Sending notification 'initialized'.
...
panic: test timed out after 10m0s
running tests:
	TestQuickFixEmptyFiles (1m18s)
	TestQuickFixEmptyFiles/full (18s)
	TestQuickFixEmptyFiles/full/default (18s)

testing.(*T).Run(0xc000bc09c0, {0xcb3fda, 0x7}, 0xc003981bd0)
	/data/golang/workdir/go/src/testing/testing.go:1633 +0x4c4
golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run(0xc000403540, 0xc000bc09c0, {0xcfbf08, 0x26}, 0xc006246510, {0x0, 0x0, 0x0})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:169 +0x428
golang.org/x/tools/gopls/internal/lsp/regtest.Run(...)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/regtest.go:54
golang.org/x/tools/gopls/internal/regtest/diagnostics.TestQuickFixEmptyFiles.func3(0xc000bc09c0)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/regtest/diagnostics/diagnostics_test.go:985 +0xc0
testing.tRunner(0xc000bc09c0, 0xc0062464c0)
2023-03-05 04:00 linux-s390x-ibm tools@c0742f58 go@b94dc384 x/tools/gopls/internal/regtest/misc.TestAcceptImportsQuickFixTestVariant (log)
serve.go:434: debug server listening at http://localhost:35065
serve.go:434: debug server listening at http://localhost:41833
#### Start Gopls Test Logs for "TestAcceptImportsQuickFixTestVariant/default"
[Trace - 23:17:10.460 PM] Sending request 'initialize - (1)'.
Params: {"processId":0,"clientInfo":{"name":"fakeclient","version":"v1.0.0"},"rootUri":"","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]}}},"documentSymbol":{},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"publishDiagnostics":{},"semanticTokens":{"requests":{"range":null,"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"formats":null}},"window":{"workDoneProgress":true}},"initializationOptions":{"completionBudget":"10s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-regtest-650486241/TestAcceptImportsQuickFixTestVariant/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-regtest-650486241/TestAcceptImportsQuickFixTestVariant/default/proxy","GOSUMDB":"off"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-regtest-650486241/TestAcceptImportsQuickFixTestVariant/default/work","name":"work"}]}


[Trace - 23:17:10.460 PM] Received response 'initialize - (1)' in 0ms.
Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.apply_fix","gopls.check_upgrades","gopls.edit_go_directive","gopls.fetch_vulncheck_result","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"range":true,"full":true},"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"devel b94dc384cabf75e7e8703265cd80f5324f84b642\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"master\"}"}}

...
panic: test timed out after 10m0s
running tests:
	TestAcceptImportsQuickFixTestVariant (20s)
	TestAcceptImportsQuickFixTestVariant/default (20s)

testing.(*T).Run(0xc002715520, {0xd2ef70, 0x7}, 0xc0011d3860)
	/data/golang/workdir/go/src/testing/testing.go:1633 +0x4c4
golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run(0xc00039dae0, 0xc002715520, {0xda197c, 0xe0}, 0xeb13b0, {0x0, 0x0, 0x0})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:169 +0x428
golang.org/x/tools/gopls/internal/lsp/regtest.Run(...)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/regtest.go:54
golang.org/x/tools/gopls/internal/regtest/misc.TestAcceptImportsQuickFixTestVariant(0xc002715520)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/regtest/misc/imports_test.go:200 +0x62
testing.tRunner(0xc002715520, 0xeb13b8)
2023-03-06 18:12 linux-s390x-ibm tools@c91d0b88 go@0d288f90 x/tools/gopls/internal/regtest/diagnostics.TestErrorsThatPreventAnalysis (log)
#### Start Gopls Test Logs for "TestErrorsThatPreventAnalysis/default"
[Trace - 13:25:28.939 PM] Sending request 'initialize - (1)'.
Params: {"processId":0,"clientInfo":{"name":"fakeclient","version":"v1.0.0"},"rootUri":"","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]}}},"documentSymbol":{},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"publishDiagnostics":{},"semanticTokens":{"requests":{"range":null,"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"formats":null}},"window":{"workDoneProgress":true}},"initializationOptions":{"completionBudget":"10s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-regtest-427040736/TestErrorsThatPreventAnalysis/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-regtest-427040736/TestErrorsThatPreventAnalysis/default/proxy","GOSUMDB":"off"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-regtest-427040736/TestErrorsThatPreventAnalysis/default/work","name":"work"}]}


[Trace - 13:25:28.939 PM] Received response 'initialize - (1)' in 0ms.
Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.apply_fix","gopls.check_upgrades","gopls.edit_go_directive","gopls.fetch_vulncheck_result","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"range":true,"full":true},"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"go1.19.6\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"master\"}"}}


[Trace - 13:25:28.939 PM] Sending notification 'initialized'.
...
panic: test timed out after 10m0s

testing.(*T).Run(0xc003b5b380, {0xc8bfd6, 0x7}, 0xc0073e8b90)
	/data/golang/workdir/go/src/testing/testing.go:1494 +0x46c
golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run(0xc000495900, 0xc003b5b380, {0xd06684, 0x300}, 0xe045f8, {0x0, 0x0, 0x0})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:169 +0x466
golang.org/x/tools/gopls/internal/lsp/regtest.Run(...)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/regtest.go:54
golang.org/x/tools/gopls/internal/regtest/diagnostics.TestErrorsThatPreventAnalysis(0xc003b5b380)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/regtest/diagnostics/diagnostics_test.go:2026 +0x60
testing.tRunner(0xc003b5b380, 0xe04600)
2023-03-06 18:12 linux-s390x-ibm tools@c91d0b88 go@0d288f90 x/tools/gopls/internal/regtest/misc.TestRenamePackage_InvalidName (log)
serve.go:434: debug server listening at http://localhost:36107
serve.go:434: debug server listening at http://localhost:37077
panic: test timed out after 10m0s

testing.(*T).Run(0xc006127040, {0xcf6e5c, 0x7}, 0xc004e598b0)
	/data/golang/workdir/go/src/testing/testing.go:1494 +0x46c
golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run(0xc000361400, 0xc006127040, {0xd61222, 0x76}, 0xe76570, {0x0, 0x0, 0x0})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:169 +0x466
golang.org/x/tools/gopls/internal/lsp/regtest.Run(...)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/regtest.go:54
golang.org/x/tools/gopls/internal/regtest/misc.TestRenamePackage_InvalidName(0xc006127040)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/regtest/misc/rename_test.go:850 +0x80
testing.tRunner(0xc006127040, 0xe76578)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "linux-s390x-ibm"
2023-02-27 00:12 linux-s390x-ibm go@af6bb3f9 go/internal/srcimporter.TestCgo (log)
panic: test timed out after 3m0s
running tests:
	TestCgo (2m42s)

syscall.Syscall6(0x119, 0x1, 0x21edd9, 0xc000a2ef98, 0x1000004, 0x0, 0x0)
	/data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc000a2ef40 sp=0xc000a2eed0 pc=0x9f3a8
os.(*Process).blockUntilWaitable(0xc001450c90)
	/data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc000a2f028 sp=0xc000a2ef40 pc=0xc2eb4
os.(*Process).wait(0xc001450c90)
	/data/golang/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc000a2f0a0 sp=0xc000a2f028 pc=0xbc83c
...
	/data/golang/workdir/go/src/go/types/check.go:326 +0x146 fp=0xc000a2fcd8 sp=0xc000a2fc78 pc=0x1e2b36
go/types.(*Checker).Files(...)
	/data/golang/workdir/go/src/go/types/check.go:304
go/types.(*Config).Check(0xc001e22000, {0x2bba32, 0xa}, 0xc001365080, {0xc0016bc280, 0x27, 0x50}, 0x0)
	/data/golang/workdir/go/src/go/types/api.go:415 +0x90 fp=0xc000a2fd18 sp=0xc000a2fcd8 pc=0x1cec10
go/internal/srcimporter.(*Importer).ImportFrom(0xc001623c20, {0x2bba32, 0xa}, {0xc0001eb2a0, 0x1c}, 0x0)
	/data/golang/workdir/go/src/go/internal/srcimporter/srcimporter.go:145 +0x94c fp=0xc000a2feb8 sp=0xc000a2fd18 pc=0x24fadc
go/internal/srcimporter.TestCgo(0xc00152c4e0)
	/data/golang/workdir/go/src/go/internal/srcimporter/srcimporter_test.go:249 +0x358 fp=0xc000a2ff60 sp=0xc000a2feb8 pc=0x2539a8
testing.tRunner(0xc00152c4e0, 0x2cd368)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "linux-s390x-ibm"
2023-03-13 18:43 linux-s390x-ibm tools@243a9484 go@7ec69abf x/tools/gopls/internal/regtest/diagnostics.TestDeleteDirectory (log)
#### Start Gopls Test Logs for "TestDeleteDirectory/default"
[Trace - 02:21:09.891 AM] Sending request 'initialize - (1)'.
Params: {"processId":0,"clientInfo":{"name":"fakeclient","version":"v1.0.0"},"rootUri":"","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]}}},"documentSymbol":{},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"publishDiagnostics":{},"semanticTokens":{"requests":{"range":null,"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"formats":null}},"window":{"workDoneProgress":true}},"initializationOptions":{"completionBudget":"10s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-regtest-3245754051/TestDeleteDirectory/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-regtest-3245754051/TestDeleteDirectory/default/proxy","GOSUMDB":"off"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-regtest-3245754051/TestDeleteDirectory/default/work","name":"work"}]}


[Trace - 02:21:09.891 AM] Received response 'initialize - (1)' in 0ms.
Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.apply_fix","gopls.check_upgrades","gopls.edit_go_directive","gopls.fetch_vulncheck_result","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"range":true,"full":true},"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"devel 7ec69abf05822a377513eb7e08de5a12799e21c3\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"master\"}"}}


[Trace - 02:21:09.892 AM] Sending notification 'initialized'.
...
panic: test timed out after 10m0s
running tests:
	TestDeleteDirectory (2s)
	TestDeleteDirectory/default (2s)

testing.(*T).Run(0xc000c3c9c0, {0xcc4352, 0x7}, 0xc001fab180)
	/data/golang/workdir/go/src/testing/testing.go:1649 +0x4c4
golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run(0xc000624e60, 0xc000c3c9c0, {0xd3162c, 0xaa}, 0xe3fdf8, {0x0, 0x0, 0x0})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:169 +0x4fa
golang.org/x/tools/gopls/internal/lsp/regtest.Run(...)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/regtest.go:54
golang.org/x/tools/gopls/internal/regtest/diagnostics.TestDeleteDirectory(0xc000c3c9c0)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/regtest/diagnostics/diagnostics_test.go:1509 +0x62
testing.tRunner(0xc000c3c9c0, 0xe3fe00)
2023-03-13 18:43 linux-s390x-ibm tools@243a9484 go@7ec69abf x/tools/gopls/internal/regtest/misc.TestStaticcheckRelatedInfo (log)
serve.go:434: debug server listening at http://localhost:36689
serve.go:434: debug server listening at http://localhost:43909
#### Start Gopls Test Logs for "TestStaticcheckRelatedInfo/default"
[Trace - 02:21:33.689 AM] Sending request 'initialize - (1)'.
Params: {"processId":0,"clientInfo":{"name":"fakeclient","version":"v1.0.0"},"rootUri":"","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]}}},"documentSymbol":{},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"publishDiagnostics":{},"semanticTokens":{"requests":{"range":null,"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"formats":null}},"window":{"workDoneProgress":true}},"initializationOptions":{"completionBudget":"10s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-regtest-3483495405/TestStaticcheckRelatedInfo/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-regtest-3483495405/TestStaticcheckRelatedInfo/default/proxy","GOSUMDB":"off"},"staticcheck":true,"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-regtest-3483495405/TestStaticcheckRelatedInfo/default/work","name":"work"}]}


[Trace - 02:21:33.689 AM] Received response 'initialize - (1)' in 0ms.
Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.apply_fix","gopls.check_upgrades","gopls.edit_go_directive","gopls.fetch_vulncheck_result","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"range":true,"full":true},"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"devel 7ec69abf05822a377513eb7e08de5a12799e21c3\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"master\"}"}}

...
panic: test timed out after 10m0s
running tests:
	TestStaticcheckRelatedInfo (2s)
	TestStaticcheckRelatedInfo/default (2s)

testing.(*T).Run(0xc00534c9c0, {0xd2f2c8, 0x7}, 0xc009167180)
	/data/golang/workdir/go/src/testing/testing.go:1649 +0x4c4
golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run(0xc000343c20, 0xc00534c9c0, {0xda2c54, 0xf4}, 0xeb2040, {0xc000490f50, 0x1, 0x1})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:169 +0x4fa
golang.org/x/tools/gopls/internal/lsp/regtest.configuredRunner.Run(...)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/regtest.go:66
golang.org/x/tools/gopls/internal/regtest/misc.TestStaticcheckRelatedInfo(0xc00534c9c0)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/regtest/misc/staticcheck_test.go:104 +0x13c
testing.tRunner(0xc00534c9c0, 0xeb2048)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "linux-s390x-ibm"
2023-03-27 15:26 linux-s390x-ibm tools@e0ecd1bc go@8c2900bb x/tools/gopls/internal/regtest/completion (log)
DETECTED A HANGING GO COMMAND

The gopls test runner has detected a hanging go command. In order to debug
this, the output of ps and lsof/fstat is printed below.

See golang/go#54461 for more details.

ps axo ppid,pid,command:
-------------------------
   PPID     PID COMMAND
...
panic: running lsof: exec: "lsof": executable file not found in $PATH

goroutine 11149 [running]:
golang.org/x/tools/internal/gocommand.HandleHangingGoCommand(0xc004b13710)
	/data/golang/workdir/gopath/src/golang.org/x/tools/internal/gocommand/invoke.go:330 +0x48a
golang.org/x/tools/internal/gocommand.runCmdContext({0xf7c1c8, 0xc0006d5730}, 0xc00b2de840)
	/data/golang/workdir/gopath/src/golang.org/x/tools/internal/gocommand/invoke.go:294 +0x4a2
golang.org/x/tools/internal/gocommand.(*Invocation).run(0xc00ce3bd38, {0xf7c1c8, 0xc0006d5730}, {0xf74060, 0xc00c7ab830}, {0xf74060, 0xc00c7ab860})
	/data/golang/workdir/gopath/src/golang.org/x/tools/internal/gocommand/invoke.go:234 +0x11a6
golang.org/x/tools/internal/gocommand.(*Invocation).runWithFriendlyError(0xc00ce3bd38, {0xf7c1c8, 0xc0006d5730}, {0xf74060, 0xc00c7ab830}, {0xf74060, 0xc00c7ab860})
...
golang.org/x/tools/gopls/internal/lsp/cache.(*snapshot).MetadataForFile(0xc00ab634a0, {0xf7c200, 0xc00c1f0630}, {0xc004597340, 0x69})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/snapshot.go:754 +0x280
golang.org/x/tools/gopls/internal/lsp.(*Server).diagnoseChangedFiles(0xc000c5fce0, {0xf7c200, 0xc00c1f04b0}, {0xf86820, 0xc00ab634a0}, {0xc00b54d6b0, 0x1, 0x1}, 0x0)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/diagnostics.go:214 +0x2e6
golang.org/x/tools/gopls/internal/lsp.(*Server).diagnoseSnapshot(0xc000c5fce0, {0xf86820, 0xc00ab634a0}, {0xc00b54d6b0, 0x1, 0x1}, 0x0)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/diagnostics.go:166 +0x19c
golang.org/x/tools/gopls/internal/lsp.(*Server).diagnoseSnapshots.func1({0xf86820, 0xc00ab634a0}, {0xc00b54d6b0, 0x1, 0x1})
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/diagnostics.go:145 +0x98
created by golang.org/x/tools/gopls/internal/lsp.(*Server).diagnoseSnapshots in goroutine 11147
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/diagnostics.go:143 +0x7e

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "linux-s390x-ibm"
2023-04-12 20:25 linux-s390x-ibm go@abb86e6e runtime.TestStackGrowth (log)
panic: test timed out after 3m0s

runtime.gopark(0x4a8440, 0x71b6e0, 0x12, 0x19, 0x4)
	/data/golang/workdir/go/src/runtime/proc.go:363 +0x128 fp=0xc000063dc0 sp=0xc000063da8 pc=0x5a238
runtime.goparkunlock(...)
	/data/golang/workdir/go/src/runtime/proc.go:369
runtime.semacquire1(0xc00068a048, 0x0, 0x1, 0x0)
	/data/golang/workdir/go/src/runtime/sema.go:150 +0x232 fp=0xc000063e10 sp=0xc000063dc0 pc=0x6efc2
sync.runtime_Semacquire(0xc00068a048)
	/data/golang/workdir/go/src/runtime/sema.go:62 +0x40 fp=0xc000063e38 sp=0xc000063e10 pc=0x96f60
sync.(*WaitGroup).Wait(0xc00068a040)
	/data/golang/workdir/go/src/sync/waitgroup.go:139 +0x72 fp=0xc000063e50 sp=0xc000063e38 pc=0xa3902
runtime_test.TestStackGrowth(0xc000756680)
	/data/golang/workdir/go/src/runtime/stack_test.go:108 +0x28a fp=0xc000063f68 sp=0xc000063e50 pc=0x3cc9fa
testing.tRunner(0xc000756680, 0x4a9e08)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "linux-s390x-ibm"
2023-04-19 14:30 linux-s390x-ibm go@8fa9e3be runtime.TestFakeTime (log)
panic: test timed out after 3m0s
running tests:
	TestFakeTime (26s)
	TestStackGrowth (25s)

syscall.Syscall6(0x119, 0x1, 0x3e961d, 0xc00052b958, 0x1000004, 0x0, 0x0)
	/data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc00052b900 sp=0xc00052b890 pc=0xb65e8
os.(*Process).blockUntilWaitable(0xc0003d80c0)
	/data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc00052b9e8 sp=0xc00052b900 pc=0xe4634
os.(*Process).wait(0xc0003d80c0)
	/data/golang/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc00052ba60 sp=0xc00052b9e8 pc=0xdd2ac
os.(*Process).Wait(...)
	/data/golang/workdir/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc000bd9760)
	/data/golang/workdir/go/src/os/exec/exec.go:890 +0x4a fp=0xc00052bad8 sp=0xc00052ba60 pc=0x18d29a
os/exec.(*Cmd).Run(0xc000bd9760)
	/data/golang/workdir/go/src/os/exec/exec.go:590 +0x6c fp=0xc00052baf8 sp=0xc00052bad8 pc=0x18bbfc
os/exec.(*Cmd).CombinedOutput(0xc000bd9760)
	/data/golang/workdir/go/src/os/exec/exec.go:1005 +0xde fp=0xc00052bb20 sp=0xc00052baf8 pc=0x18dd9e
runtime_test.buildTestProg.func1()
	/data/golang/workdir/go/src/runtime/crash_test.go:143 +0x440 fp=0xc00052bd18 sp=0xc00052bb20 pc=0x3804c0
sync.(*Once).doSlow(0xc0024ec690, 0xc000d15e00)
	/data/golang/workdir/go/src/sync/once.go:74 +0xf6 fp=0xc00052bd68 sp=0xc00052bd18 pc=0xaa4e6
sync.(*Once).Do(...)
	/data/golang/workdir/go/src/sync/once.go:65
runtime_test.buildTestProg(0xc000b6b520, {0x4f73ca, 0xc}, {0xc0018580f0, 0x1, 0x1})
	/data/golang/workdir/go/src/runtime/crash_test.go:128 +0x56c fp=0xc00052be60 sp=0xc00052bd68 pc=0x38002c
runtime_test.TestFakeTime(0xc000b6b520)
	/data/golang/workdir/go/src/runtime/time_test.go:29 +0xb0 fp=0xc00052bf60 sp=0xc00052be60 pc=0x4162f0
testing.tRunner(0xc000b6b520, 0x520170)
2023-04-19 14:36 linux-s390x-ibm go@9cad0cc6 runtime.TestSigStackSwapping (log)
--- FAIL: TestSigStackSwapping (0.79s)
    crash_cgo_test.go:502: /data/golang/workdir/tmp/go-build1486251316/testprogcgo.exe SigStack: exec: WaitDelay expired before I/O complete

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "linux-s390x-ibm"
2023-05-02 00:07 linux-s390x-ibm go@80d64adb runtime.TestVDSO (log)
--- FAIL: TestVDSO (0.00s)
    crash_test.go:158: /data/golang/workdir/tmp/go-build3097151519/testprog.exe SignalInVDSO failed to start: context deadline exceeded
2023-05-02 00:07 linux-s390x-ibm go@80d64adb runtime.TestRecoverBeforePanicAfterGoexit2 (log)
--- FAIL: TestRecoverBeforePanicAfterGoexit2 (0.00s)
    crash_test.go:468: /data/golang/workdir/tmp/go-build3097151519/testprog.exe RecoverBeforePanicAfterGoexit2 failed to start: context deadline exceeded
2023-05-02 00:07 linux-s390x-ibm go@80d64adb runtime.TestRecoverBeforePanicAfterGoexit (log)
--- FAIL: TestRecoverBeforePanicAfterGoexit (0.00s)
    crash_test.go:456: /data/golang/workdir/tmp/go-build3097151519/testprog.exe RecoverBeforePanicAfterGoexit failed to start: context deadline exceeded
panic: test timed out after 3m0s
running tests:
	TestConcurrentReadsAfterGrowthReflect (2s)
	TestEINTR (7s)
	TestFakeTime (7s)
	TestGcPacer (4s)
	TestGcPacer/ExceedMemoryLimit (0s)
	TestMemmoveLarge0x180000 (4s)
	TestMemmoveOverlapLarge0x120000 (4s)
	TestStackGrowth (7s)

goroutine 173942 [running]:
panic({0x46b620, 0xc0001a6430})
	/data/golang/workdir/go/src/runtime/panic.go:1017 +0x4c6 fp=0xc00020eef8 sp=0xc00020ee50 pc=0x58846
testing.(*M).startAlarm.func1()
	/data/golang/workdir/go/src/testing/testing.go:2259 +0x47a fp=0xc00020efd8 sp=0xc00020eef8 pc=0x14eeca
runtime.goexit()
	/data/golang/workdir/go/src/runtime/asm_s390x.s:773 +0x2 fp=0xc00020efd8 sp=0xc00020efd8 pc=0xa2d62
created by time.goFunc
	/data/golang/workdir/go/src/time/sleep.go:176 +0x42
2023-05-02 00:12 linux-s390x-ibm go@04f059f9 runtime.TestStackGrowth (log)
panic: test timed out after 3m0s
running tests:
	TestStackGrowth (38s)

runtime.gopark(0x5206f8, 0x7c0640, 0x12, 0x19, 0x4)
	/data/golang/workdir/go/src/runtime/proc.go:398 +0x136 fp=0xc0000aada8 sp=0xc0000aad90 pc=0x5c536
runtime.goparkunlock(...)
	/data/golang/workdir/go/src/runtime/proc.go:404
runtime.semacquire1(0xc000010c18, 0x0, 0x1, 0x0, 0x12)
	/data/golang/workdir/go/src/runtime/sema.go:160 +0x248 fp=0xc0000aae00 sp=0xc0000aada8 pc=0x720f8
sync.runtime_Semacquire(0xc000010c18)
	/data/golang/workdir/go/src/runtime/sema.go:62 +0x44 fp=0xc0000aae30 sp=0xc0000aae00 pc=0x9f2a4
sync.(*WaitGroup).Wait(0xc000010c10)
	/data/golang/workdir/go/src/sync/waitgroup.go:116 +0x6a fp=0xc0000aae48 sp=0xc0000aae30 pc=0xac62a
runtime_test.TestStackGrowth(0xc000186820)
	/data/golang/workdir/go/src/runtime/stack_test.go:97 +0x178 fp=0xc0000aaf60 sp=0xc0000aae48 pc=0x40c378
testing.tRunner(0xc000186820, 0x51ff10)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "linux-s390x-ibm"
2023-05-03 19:36 linux-s390x-ibm go@c486f74e runtime.TestMemmoveLarge0x180000 (log)
panic: test timed out after 3m0s
running tests:
	TestDeferKeepAlive (2s)
	TestEINTR (2s)
	TestFakeTime (2s)
	TestMemmove (2s)
	TestMemmoveLarge0x180000 (2s)
	TestMemmoveOverlapLarge0x120000 (2s)
	TestSpuriousWakeupsNeverHangSemasleep (2s)
	TestStackGrowth (2s)

runtime.asyncPreempt2()
	/data/golang/workdir/go/src/runtime/preempt.go:307 +0x58 fp=0xc000717d20 sp=0xc000717d08 pc=0x5a568
runtime.asyncPreempt()
	/data/golang/workdir/go/src/runtime/preempt_s390x.s:28 +0x5e fp=0xc000717e18 sp=0xc000717d20 pc=0xa363e
runtime_test.matchLen(...)
	/data/golang/workdir/go/src/runtime/memmove_test.go:196
runtime_test.cmpb(...)
	/data/golang/workdir/go/src/runtime/memmove_test.go:204
runtime_test.testSize(0xc00094da00, 0x180000)
	/data/golang/workdir/go/src/runtime/memmove_test.go:137 +0x460 fp=0xc000717f28 sp=0xc000717e20 pc=0x3b7a60
runtime_test.TestMemmoveLarge0x180000(0xc00094da00)
	/data/golang/workdir/go/src/runtime/memmove_test.go:108 +0xfa fp=0xc000717f60 sp=0xc000717f28 pc=0x3b745a
testing.tRunner(0xc00094da00, 0x51fa40)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "linux-s390x-ibm"
2023-05-05 19:53 linux-s390x-ibm go@1a612783 runtime.TestDeferPtrs (log)
panic: test timed out after 3m0s
running tests:
	TestDeferPtrs (2s)

runtime.gopark(0x520660, 0x7b99a0, 0x19, 0x14, 0x1)
	/data/golang/workdir/go/src/runtime/proc.go:387 +0x136 fp=0xc0001f0f60 sp=0xc0001f0f48 pc=0x5c446
runtime.goparkunlock(...)
	/data/golang/workdir/go/src/runtime/proc.go:393
runtime.gcWaitOnMark(0x4c1)
	/data/golang/workdir/go/src/runtime/mgc.go:503 +0x64 fp=0xc0001f0f88 sp=0xc0001f0f60 pc=0x33bd4
...
	/data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc0001f1e98 sp=0xc0001f1e78 pc=0x40e686
runtime_test.growStackIter(0xc0001f1ed0, 0x77)
	/data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc0001f1eb8 sp=0xc0001f1e98 pc=0x40e686
runtime_test.growStackIter(0xc0001f1ef0, 0x78)
	/data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc0001f1ed8 sp=0xc0001f1eb8 pc=0x40e686
runtime_test.growStack(0x0)
	/data/golang/workdir/go/src/runtime/stack_test.go:156 +0x96 fp=0xc0001f1f08 sp=0xc0001f1ed8 pc=0x40e566
runtime_test.TestDeferPtrs(0xc0012f5a00)
	/data/golang/workdir/go/src/runtime/stack_test.go:252 +0x96 fp=0xc0001f1f60 sp=0xc0001f1f08 pc=0x40efc6
testing.tRunner(0xc0012f5a00, 0x51f668)

watchflakes

@bcmills bcmills changed the title all: test failures on linux-s390x-ibm all: test failures on linux/s390x May 10, 2023
@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-10 04:57 linux-s390x-ibm-race go@5d76600c crypto/internal/edwards25519.TestVarTimeDoubleBaseMultMatchesBaseMult (log)
panic: test timed out after 3m0s
running tests:
	TestVarTimeDoubleBaseMultMatchesBaseMult (15s)

crypto/internal/edwards25519/field.feMulGeneric(0xc0001b3538, 0xc0001b2a50, 0xc0001b2a78)
	/data/golang/workdir/go/src/crypto/internal/edwards25519/field/fe_generic.go:34 +0x734 fp=0xc0001b2750 sp=0xc0001b2750 pc=0x1eb6f4
crypto/internal/edwards25519/field.feMul(...)
	/data/golang/workdir/go/src/crypto/internal/edwards25519/field/fe_amd64_noasm.go:9
crypto/internal/edwards25519/field.(*Element).Multiply(...)
	/data/golang/workdir/go/src/crypto/internal/edwards25519/field/fe.go:303
crypto/internal/edwards25519.(*Point).fromP1xP1(0xc0001b34e8, 0xc0001b2a00)
	/data/golang/workdir/go/src/crypto/internal/edwards25519/edwards25519.go:212 +0xde fp=0xc0001b27a0 sp=0xc0001b2750 pc=0x206bee
crypto/internal/edwards25519.(*Point).VarTimeDoubleScalarBaseMult(0xc0001b34e8, 0xc0001b3658, 0xc0000d8140, 0xc0001b3678)
	/data/golang/workdir/go/src/crypto/internal/edwards25519/scalarmult.go:190 +0x452 fp=0xc0001b3370 sp=0xc0001b27a0 pc=0x20f6a2
crypto/internal/edwards25519.TestVarTimeDoubleBaseMultMatchesBaseMult.func1({{0x3c0ff003933eb9a9, 0x5818d29fc97a878, 0x701901a34dd06cf8, 0x13ca9df107c6ef5}}, {{0xcf97088a24120137, 0x9600866de39a120e, 0xcde622c6d16fac02, 0x833c85539ceb8db}})
	/data/golang/workdir/go/src/crypto/internal/edwards25519/scalarmult_test.go:170 +0x9a fp=0xc0001b3650 sp=0xc0001b3370 pc=0x21704a
runtime.call128(0xc0000a4f90, 0xc0001bc590, 0xc000414960, 0x48, 0x40, 0x48, 0xc0001b37b8)
	/data/golang/workdir/go/src/runtime/asm_s390x.s:458 +0xa0 fp=0xc0001b36d8 sp=0xc0001b3650 pc=0xc81b0
reflect.Value.call({0x233f80, 0xc0001bc590, 0x13}, {0x25eb94, 0x4}, {0xc000a90540, 0x2, 0x2})
	/data/golang/workdir/go/src/reflect/value.go:586 +0xe0c fp=0xc0001b3ca8 sp=0xc0001b36d8 pc=0x12657c
reflect.Value.Call({0x233f80, 0xc0001bc590, 0x13}, {0xc000a90540, 0x2, 0x2})
	/data/golang/workdir/go/src/reflect/value.go:370 +0xa4 fp=0xc0001b3d38 sp=0xc0001b3ca8 pc=0x125634
testing/quick.Check({0x233f80, 0xc0001bc590}, 0x39ac60)
	/data/golang/workdir/go/src/testing/quick/quick.go:290 +0x3ca fp=0xc0001b3e40 sp=0xc0001b3d38 pc=0x1ee1ba
crypto/internal/edwards25519.TestVarTimeDoubleBaseMultMatchesBaseMult(0xc0000f0680)
	/data/golang/workdir/go/src/crypto/internal/edwards25519/scalarmult_test.go:180 +0xf4 fp=0xc0001b3ea0 sp=0xc0001b3e40 pc=0x216ee4
testing.tRunner(0xc0000f0680, 0x26cf68)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-10 22:43 linux-s390x-ibm go@acba24ff runtime.TestFakeTime (log)
panic: test timed out after 3m0s
running tests:
	TestEINTR (6s)
	TestFakeTime (7s)
	TestMemmoveOverlapLarge0x120000 (6s)

syscall.Syscall6(0x119, 0x1, 0x3bf335, 0xc0000df958, 0x1000004, 0x0, 0x0)
	/data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc0000df900 sp=0xc0000df890 pc=0xb7208
os.(*Process).blockUntilWaitable(0xc0018500f0)
	/data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc0000df9e8 sp=0xc0000df900 pc=0xe57c4
...
	/data/golang/workdir/go/src/runtime/crash_test.go:143 +0x440 fp=0xc0000dfd18 sp=0xc0000dfb20 pc=0x387690
sync.(*Once).doSlow(0xc0006b6570, 0xc000bc8600)
	/data/golang/workdir/go/src/sync/once.go:74 +0xf6 fp=0xc0000dfd68 sp=0xc0000dfd18 pc=0xab106
sync.(*Once).Do(...)
	/data/golang/workdir/go/src/sync/once.go:65
runtime_test.buildTestProg(0xc0010f6680, {0x507ec8, 0xc}, {0xc001516290, 0x1, 0x1})
	/data/golang/workdir/go/src/runtime/crash_test.go:128 +0x56c fp=0xc0000dfe60 sp=0xc0000dfd68 pc=0x3871fc
runtime_test.TestFakeTime(0xc0010f6680)
	/data/golang/workdir/go/src/runtime/time_test.go:29 +0xb0 fp=0xc0000dff60 sp=0xc0000dfe60 pc=0x427a80
testing.tRunner(0xc0010f6680, 0x530030)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-11 04:50 linux-s390x-ibm go@a2838ec5 runtime.TestFakeTime (log)
panic: test timed out after 3m0s
running tests:
	TestFakeTime (19s)
	TestMemmoveOverlapLarge0x120000 (18s)

syscall.Syscall6(0x119, 0x1, 0x8b3ac, 0xc00063f958, 0x1000004, 0x0, 0x0)
	/data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc00063f900 sp=0xc00063f890 pc=0xb78b8
os.(*Process).blockUntilWaitable(0xc00044c2a0)
	/data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc00063f9e8 sp=0xc00063f900 pc=0xe5e74
os.(*Process).wait(0xc00044c2a0)
	/data/golang/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc00063fa60 sp=0xc00063f9e8 pc=0xdea7c
os.(*Process).Wait(...)
	/data/golang/workdir/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc0006202c0)
	/data/golang/workdir/go/src/os/exec/exec.go:890 +0x4a fp=0xc00063fad8 sp=0xc00063fa60 pc=0x1911fa
os/exec.(*Cmd).Run(0xc0006202c0)
	/data/golang/workdir/go/src/os/exec/exec.go:590 +0x6c fp=0xc00063faf8 sp=0xc00063fad8 pc=0x18fb5c
os/exec.(*Cmd).CombinedOutput(0xc0006202c0)
	/data/golang/workdir/go/src/os/exec/exec.go:1005 +0xde fp=0xc00063fb20 sp=0xc00063faf8 pc=0x191cfe
runtime_test.buildTestProg.func1()
	/data/golang/workdir/go/src/runtime/crash_test.go:143 +0x440 fp=0xc00063fd18 sp=0xc00063fb20 pc=0x387030
sync.(*Once).doSlow(0xc001538270, 0xc0001e1e00)
	/data/golang/workdir/go/src/sync/once.go:74 +0xf6 fp=0xc00063fd68 sp=0xc00063fd18 pc=0xab7b6
sync.(*Once).Do(...)
	/data/golang/workdir/go/src/sync/once.go:65
runtime_test.buildTestProg(0xc00047e1a0, {0x5080a8, 0xc}, {0xc000030430, 0x1, 0x1})
	/data/golang/workdir/go/src/runtime/crash_test.go:128 +0x56c fp=0xc00063fe60 sp=0xc00063fd68 pc=0x386b9c
runtime_test.TestFakeTime(0xc00047e1a0)
	/data/golang/workdir/go/src/runtime/time_test.go:29 +0xb0 fp=0xc00063ff60 sp=0xc00063fe60 pc=0x427420
testing.tRunner(0xc00047e1a0, 0x5301b0)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-29 23:09 linux-s390x-ibm-race go@89f7805c cmd/go/internal/cache.TestBasic (log)
--- FAIL: TestBasic (0.01s)
    cache_test.go:49: c1.Get(1) = 0100000000000000000000000000000000000000000000000000000000000000, 3, <nil>, want 0200000000000000000000000000000000000000000000000000000000000000, 3, nil
2024-03-29 23:09 linux-s390x-ibm-race go@89f7805c cmd/go/internal/cache.TestGrowth (log)
--- FAIL: TestGrowth (0.02s)
    cache_test.go:94: Get(0100000000000000000000000000000000000000000000000000000000000000) = 0100000000000000000000000000000000000000000000000000000000000000, 101, want 6300000000000000000000000000000000000000000000000000000000000000, 101
    cache_test.go:94: Get(0200000000000000000000000000000000000000000000000000000000000000) = 0200000000000000000000000000000000000000000000000000000000000000, 202, want c600000000000000000000000000000000000000000000000000000000000000, 202
    cache_test.go:94: Get(0300000000000000000000000000000000000000000000000000000000000000) = 0300000000000000000000000000000000000000000000000000000000000000, 303, want 2901000000000000000000000000000000000000000000000000000000000000, 303
    cache_test.go:94: Get(0400000000000000000000000000000000000000000000000000000000000000) = 0400000000000000000000000000000000000000000000000000000000000000, 404, want 8c01000000000000000000000000000000000000000000000000000000000000, 404
    cache_test.go:94: Get(0500000000000000000000000000000000000000000000000000000000000000) = 0500000000000000000000000000000000000000000000000000000000000000, 505, want ef01000000000000000000000000000000000000000000000000000000000000, 505
    cache_test.go:94: Get(0600000000000000000000000000000000000000000000000000000000000000) = 0600000000000000000000000000000000000000000000000000000000000000, 606, want 5202000000000000000000000000000000000000000000000000000000000000, 606
    cache_test.go:94: Get(0700000000000000000000000000000000000000000000000000000000000000) = 0700000000000000000000000000000000000000000000000000000000000000, 707, want b502000000000000000000000000000000000000000000000000000000000000, 707
    cache_test.go:94: Get(0800000000000000000000000000000000000000000000000000000000000000) = 0800000000000000000000000000000000000000000000000000000000000000, 808, want 1803000000000000000000000000000000000000000000000000000000000000, 808
    cache_test.go:94: Get(0900000000000000000000000000000000000000000000000000000000000000) = 0900000000000000000000000000000000000000000000000000000000000000, 909, want 7b03000000000000000000000000000000000000000000000000000000000000, 909
    cache_test.go:104: Get2(0100000000000000000000000000000000000000000000000000000000000000) = 0100000000000000000000000000000000000000000000000000000000000000, 101, want 6300000000000000000000000000000000000000000000000000000000000000, 101
    cache_test.go:104: Get2(0200000000000000000000000000000000000000000000000000000000000000) = 0200000000000000000000000000000000000000000000000000000000000000, 202, want c600000000000000000000000000000000000000000000000000000000000000, 202
    cache_test.go:104: Get2(0300000000000000000000000000000000000000000000000000000000000000) = 0300000000000000000000000000000000000000000000000000000000000000, 303, want 2901000000000000000000000000000000000000000000000000000000000000, 303
    cache_test.go:104: Get2(0400000000000000000000000000000000000000000000000000000000000000) = 0400000000000000000000000000000000000000000000000000000000000000, 404, want 8c01000000000000000000000000000000000000000000000000000000000000, 404
    cache_test.go:104: Get2(0500000000000000000000000000000000000000000000000000000000000000) = 0500000000000000000000000000000000000000000000000000000000000000, 505, want ef01000000000000000000000000000000000000000000000000000000000000, 505
    cache_test.go:104: Get2(0600000000000000000000000000000000000000000000000000000000000000) = 0600000000000000000000000000000000000000000000000000000000000000, 606, want 5202000000000000000000000000000000000000000000000000000000000000, 606
    cache_test.go:104: Get2(0700000000000000000000000000000000000000000000000000000000000000) = 0700000000000000000000000000000000000000000000000000000000000000, 707, want b502000000000000000000000000000000000000000000000000000000000000, 707
    cache_test.go:104: Get2(0800000000000000000000000000000000000000000000000000000000000000) = 0800000000000000000000000000000000000000000000000000000000000000, 808, want 1803000000000000000000000000000000000000000000000000000000000000, 808
    cache_test.go:104: Get2(0900000000000000000000000000000000000000000000000000000000000000) = 0900000000000000000000000000000000000000000000000000000000000000, 909, want 7b03000000000000000000000000000000000000000000000000000000000000, 909

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-15 15:59 linux-s390x-ibm mod@aa51b25a go@89f7805c x/mod/sumdb/tlog.TestClientLookup (log)
--- FAIL: TestClientLookup (0.01s)
    client_test.go:29: rsc.io/[email protected]: checking tree#1 against tree#3: downloaded inconsistent tile
2024-03-15 15:59 linux-s390x-ibm mod@aa51b25a go@89f7805c x/mod/sumdb/tlog.TestClientBadTiles (log)
--- FAIL: TestClientBadTiles (0.00s)
    client_test.go:72: rsc.io/[email protected]: checking tree#1 against tree#3: downloaded inconsistent tile
2024-03-15 15:59 linux-s390x-ibm mod@aa51b25a go@89f7805c x/mod/sumdb/tlog.TestClientFork (log)
--- FAIL: TestClientFork (0.00s)
    client_test.go:102: rsc.io/[email protected]: checking tree#1 against tree#5: downloaded inconsistent tile
2024-03-21 09:28 linux-s390x-ibm net@ebc8168a go@89f7805c x/net/internal/quic/cmd/interop.TestTransfer (log)
--- FAIL: TestTransfer (0.04s)
    main_test.go:66: run server: [-listen localhost:0 -cert /data/golang/workdir/tmp/TestTransfer1177054329/003/cert.pem -key /data/golang/workdir/tmp/TestTransfer1177054329/003/key.pem -root /data/golang/workdir/tmp/TestTransfer1177054329/001]
    main_test.go:81: server: 2024/03/29 20:08:01 tls: private key does not match public key
    main_test.go:90: server done
    main_test.go:99: exit status 1
2024-03-21 09:28 linux-s390x-ibm net@ebc8168a go@89f7805c x/net/quic (log)
panic: tls: private key does not match public key

goroutine 1 [running]:
golang.org/x/net/quic.init.func7(...)
	/data/golang/workdir/gopath/src/golang.org/x/net/quic/tlsconfig_test.go:33
golang.org/x/net/quic.init()
	/data/golang/workdir/gopath/src/golang.org/x/net/quic/tlsconfig_test.go:36 +0x394
2024-03-26 21:57 linux-s390x-ibm crypto@8d0d405e go@89f7805c x/crypto/openpgp/packet.TestTLSSNI01ChallengeCert (log)
--- FAIL: TestTLSSNI01ChallengeCert (0.00s)
    acme_test.go:652: x509: invalid elliptic curve public key
2024-03-26 21:57 linux-s390x-ibm crypto@8d0d405e go@89f7805c x/crypto/openpgp/packet.TestTLSSNI02ChallengeCert (log)
--- FAIL: TestTLSSNI02ChallengeCert (0.00s)
    acme_test.go:684: x509: invalid elliptic curve public key
2024-03-26 21:57 linux-s390x-ibm crypto@8d0d405e go@89f7805c x/crypto/openpgp/packet.TestTLSALPN01ChallengeCert (log)
--- FAIL: TestTLSALPN01ChallengeCert (0.00s)
    acme_test.go:724: x509: invalid elliptic curve public key

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-30 00:11 linux-s390x-ibm go@0bf60710 runtime.TestPeriodicGC (log)
--- FAIL: TestPeriodicGC (1.63s)
    gc_test.go:194: no periodic GC: got 0 GCs, want >= 2

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-29 21:55 linux-s390x-ibm go@593daf78 time.TestChan (log)
--- FAIL: TestChan (0.92s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-02 02:20 linux-s390x-ibm go@3b29222f cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log)
--- FAIL: TestSignalForwardingGo (3.17s)
    carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2
    carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build2849972570=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test576979719/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a]
    carchive_test.go:704: [./testp] 4
    carchive_test.go:756: SIGSEGV: segmentation violation
        PC=0x1085318 m=1 sigcode=0 addr=0x150c4b00000000

        goroutine 0 gp=0xc000002540 m=1 mp=0xc000056008 [idle]:
        runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0)
        	/data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3ffd07ff048 sp=0x3ffd07ff048 pc=0x1085318
...
        r8   0x105909a	r9   0x3ffa53fe4f4
        r10  0x0	r11  0x3ffa53f7820
        r12  0x0	r13  0xc000002540
        r14  0x1040642	r15  0x3ffd07ff048
        pc   0x1085318	link 0x1040642

        -----


    carchive_test.go:644: got "signal: aborted"; expected signal "quit" or "segmentation fault"

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-02 15:20 linux-s390x-ibm go@e0cd9052 time.TestChan (log)
--- FAIL: TestChan (1.11s)
    --- FAIL: TestChan/asynctimerchan=1 (0.27s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.09s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-03 22:44 linux-s390x-ibm-race go@23fc9170 time.TestChan (log)
--- FAIL: TestChan (2.15s)
    --- FAIL: TestChan/asynctimerchan=1 (1.51s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.33s)
            tick_test.go:438: missing tick
            tick_test.go:526: drain

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-04 14:21 linux-s390x-ibm go@deb2f89e time.TestChan (log)
--- FAIL: TestChan (2.75s)
    --- FAIL: TestChan/asynctimerchan=1 (1.94s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.71s)
            tick_test.go:438: missing tick
            tick_test.go:526: drain

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-04 14:21 linux-s390x-ibm-race go@deb2f89e net.TestDialerDualStackFDLeak (log)
--- FAIL: TestDialerDualStackFDLeak (0.38s)
    dial_test.go:130: got 1; want 0

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-05 16:29 linux-s390x-ibm go@b24ec88b runtime.TestGCFairness2 (log)
--- FAIL: TestGCFairness2 (1.80s)
    proc_test.go:389: /data/golang/workdir/tmp/go-build2855667337/testprog.exe GCFairness2 (1.803753212s): ok
    proc_test.go:392: want OK
        , got goroutine 1 did not run

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-08 21:43 linux-s390x-ibm-race go@e995aa95 time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-03 18:01 linux-s390x-ibm go@74501172 net/http.TestTransportGCRequest (log)
--- FAIL: TestTransportGCRequest (0.00s)
    --- FAIL: TestTransportGCRequest/h1 (10.47s)
        --- FAIL: TestTransportGCRequest/h1/Body (7.07s)
            clientserver_test.go:1184: never saw GC of request
    --- FAIL: TestTransportGCRequest/h2 (10.15s)
        --- FAIL: TestTransportGCRequest/h2/Body (6.74s)
            clientserver_test.go:1184: never saw GC of request

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-19 00:32 linux-s390x-ibm-race go@a6390780 cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log)
--- FAIL: TestSignalForwardingGo (3.51s)
    carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2
    carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build1656317868=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test1416594207/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a]
    carchive_test.go:704: [./testp] 4
    carchive_test.go:756: SIGSEGV: segmentation violation
        PC=0x1085d18 m=1 sigcode=0 addr=0x159d2500000000

        goroutine 0 gp=0xc000002540 m=1 mp=0xc000056008 [idle]:
        runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0)
        	/data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3fffe6fe2f8 sp=0x3fffe6fe2f8 pc=0x1085d18
...
        r8   0x10595aa	r9   0x3ff830fe4f4
        r10  0x0	r11  0x3ff830f7820
        r12  0x0	r13  0xc000002540
        r14  0x10409b2	r15  0x3fffe6fe2f8
        pc   0x1085d18	link 0x10409b2

        -----


    carchive_test.go:644: got "signal: aborted"; expected signal "quit" or "segmentation fault"

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-04 17:26 linux-s390x-ibm sync@14be23e5 go@1a0b8637 x/sync/semaphore.TestWeightedAcquire (log)
--- FAIL: TestWeightedAcquire (0.06s)
    semaphore_test.go:108: tries[2]: got false, want true
    semaphore_test.go:108: tries[3]: got true, want false

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-22 17:58 linux-s390x-ibm-race go@654c3368 cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log)
--- FAIL: TestSignalForwardingGo (1.08s)
    carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2
    carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build808870689=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test1212550566/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a]
    carchive_test.go:704: [./testp] 4
    carchive_test.go:756: SIGSEGV: segmentation violation
        PC=0x1085da8 m=1 sigcode=0 addr=0x35c70200000000

        goroutine 0 gp=0xc000002540 m=1 mp=0xc000056008 [idle]:
        runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0)
        	/data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3ffcf97f0a8 sp=0x3ffcf97f0a8 pc=0x1085da8
...
        r8   0x105962a	r9   0x3ff7f4fe4f4
        r10  0x0	r11  0x3ff7f4f7820
        r12  0x0	r13  0xc000002540
        r14  0x1040942	r15  0x3ffcf97f0a8
        pc   0x1085da8	link 0x1040942

        -----


    carchive_test.go:644: got "signal: aborted"; expected signal "quit" or "segmentation fault"

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-26 22:55 linux-s390x-ibm-race go@1c470499 time.TestChan (log)
--- FAIL: TestChan (3.30s)
    --- FAIL: TestChan/asynctimerchan=1 (2.21s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.78s)
            tick_test.go:443: missing tick
            tick_test.go:531: drain

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-05-03 02:38 linux-s390x-ibm go@a3eb55ce internal/trace/v2.TestTraceStressStartStop (log)
--- FAIL: TestTraceStressStartStop (4.71s)
    --- FAIL: TestTraceStressStartStop/Default (4.71s)
        reader_test.go:112: unexpected error while reading the trace: broken trace: failed to advance: frontier:
            [gen=5]

            M 2484026 [ProcStart time=17682579219410880 p=1 p_seq=1]
            M 2484021 [ProcStart time=17682579220442496 p=3 p_seq=28]

            G 68 [status=Waiting seq=1 (gen=5)]
            G 3 [status=Waiting seq=0 (gen=5)]
...
            String id=146
            	data="/data/golang/workdir/go/src/net/tcpsockopt_posix.go"
            String id=147
            	data="runtime.(*traceAdvancerState).start"
            String id=148
            	data="net.(*netFD).Read"
            String id=149
            	data="net.(*conn).Read"
            String id=150
            	data="net.setKeepAliveInterval"

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-05-09 23:09 linux-s390x-ibm-race go@671696a2 cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log)
--- FAIL: TestSignalForwardingGo (5.18s)
    carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2
    carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build1147318297=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test3426797958/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a]
    carchive_test.go:704: [./testp] 4
    carchive_test.go:756: SIGSEGV: segmentation violation
        PC=0x1086528 m=1 sigcode=0 addr=0x33c58700000000

        goroutine 0 gp=0xc000002540 m=1 mp=0xc000056008 [idle]:
        runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0)
        	/data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3fff947f038 sp=0x3fff947f038 pc=0x1086528
...
        r8   0x105902a	r9   0x3ffb4cfe4f4
        r10  0x0	r11  0x3ffb4cf7820
        r12  0x0	r13  0xc000002540
        r14  0x10404c2	r15  0x3fff947f038
        pc   0x1086528	link 0x10404c2

        -----


    carchive_test.go:644: got "signal: aborted"; expected signal "quit" or "segmentation fault"

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-15 18:14 linux-s390x-ibm text@8d533a0c go@74a49188 x/text/message/pipeline (log)
panic: Cannot range over: func(yield func(E) bool)

goroutine 761 [running]:
golang.org/x/tools/go/ssa.(*builder).rangeStmt(0xc005ad9e38, 0xc0050eb380, 0xc003b8c5a0, 0x0)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2096 +0x936
golang.org/x/tools/go/ssa.(*builder).stmt(0xc005ad9e38, 0xc0050eb380, {0x6782c0, 0xc003b8c5a0})
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2315 +0xba4
golang.org/x/tools/go/ssa.(*builder).stmtList(...)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:946
golang.org/x/tools/go/ssa.(*builder).stmt(0xc005ad9e38, 0xc0050eb380, {0x678140, 0xc003b9d4d0})
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2277 +0x129c
golang.org/x/tools/go/ssa.(*builder).buildFunctionBody(0xc005ad9e38, 0xc0050eb380)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2391 +0x480
golang.org/x/tools/go/ssa.(*builder).buildFunction(0xc005ad9e38, 0xc0050eb380)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2326 +0x4e
golang.org/x/tools/go/ssa.(*builder).buildCreated(0xc005ad9e38)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2413 +0x4e
golang.org/x/tools/go/ssa.(*Package).build(0xc001413300)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2606 +0xe0e
sync.(*Once).doSlow(0xc00141332c, 0xc0056c1fb0)
	/data/golang/workdir/go/src/sync/once.go:74 +0xde
sync.(*Once).Do(...)
	/data/golang/workdir/go/src/sync/once.go:65
golang.org/x/tools/go/ssa.(*Package).Build(...)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2477
golang.org/x/tools/go/ssa.(*Program).Build.func1(0xc001413300)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2462 +0x70
created by golang.org/x/tools/go/ssa.(*Program).Build in goroutine 18
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2461 +0x1f6
2024-04-15 18:14 linux-s390x-ibm text@8d533a0c go@a0a6026b x/text/message/pipeline (log)
panic: Cannot range over: func(yield func(E) bool)

goroutine 513 [running]:
golang.org/x/tools/go/ssa.(*builder).rangeStmt(0xc002833e38, 0xc00c55e780, 0xc003342cc0, 0x0)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2096 +0x936
golang.org/x/tools/go/ssa.(*builder).stmt(0xc002833e38, 0xc00c55e780, {0x6782c0, 0xc003342cc0})
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2315 +0xba4
golang.org/x/tools/go/ssa.(*builder).stmtList(...)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:946
golang.org/x/tools/go/ssa.(*builder).stmt(0xc002833e38, 0xc00c55e780, {0x678140, 0xc0033aaae0})
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2277 +0x129c
golang.org/x/tools/go/ssa.(*builder).buildFunctionBody(0xc002833e38, 0xc00c55e780)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2391 +0x480
golang.org/x/tools/go/ssa.(*builder).buildFunction(0xc002833e38, 0xc00c55e780)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2326 +0x4e
golang.org/x/tools/go/ssa.(*builder).buildCreated(0xc002833e38)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2413 +0x4e
golang.org/x/tools/go/ssa.(*Package).build(0xc00493b880)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2606 +0xe0e
sync.(*Once).doSlow(0xc00493b8ac, 0xc0015d57b0)
	/data/golang/workdir/go/src/sync/once.go:74 +0xde
sync.(*Once).Do(...)
	/data/golang/workdir/go/src/sync/once.go:65
golang.org/x/tools/go/ssa.(*Package).Build(...)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2477
golang.org/x/tools/go/ssa.(*Program).Build.func1(0xc00493b880)
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2462 +0x70
created by golang.org/x/tools/go/ssa.(*Program).Build in goroutine 9
	/data/golang/workdir/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2461 +0x1f6

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-06 10:58 gotip-linux-s390x go@044ca4e5 cmd/cgo/internal/testplugin.TestForkExec [ABORT] (log)
=== RUN   TestForkExec
=== PAUSE TestForkExec
=== CONT  TestForkExec
( GOPATH=$TMPDIR PWD=$TMPDIR/src/testplugin LD_LIBRARY_PATH=$TMPDIR/src/testplugin /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags '' -o forkexec.exe ./forkexec/main.go )
SIGQUIT: quit
PC=0xa7788 m=0 sigcode=0

goroutine 0 gp=0x333a20 m=0 mp=0x3344e0 [idle]:
runtime.futex(0x334618, 0x80, 0x0, 0x0, 0x0, 0x0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffdb97e318 sp=0x3ffdb97e318 pc=0xa7788
...
r0   0x0	r1   0xee
r2   0x334618	r3   0x80
r4   0x0	r5   0x0
r6   0x0	r7   0x0
r8   0x1	r9   0xff
r10  0x0	r11  0x80
r12  0x1	r13  0x333a20
r14  0x567c2	r15  0x3ffdb97e318
pc   0xa7788	link 0x567c2
*** Test killed with quit: ran too long (10m0s).
2025-05-06 10:58 gotip-linux-s390x go@044ca4e5 cmd/cgo/internal/testshared.TestImplicitInclusion [ABORT] (log)
=== RUN   TestImplicitInclusion
SIGQUIT: quit
PC=0xa7c98 m=0 sigcode=0

goroutine 0 gp=0x416de0 m=0 mp=0x417ca0 [idle]:
runtime.futex(0x417dd8, 0x80, 0x0, 0x0, 0x0, 0x0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fffdafe1b8 sp=0x3fffdafe1b8 pc=0xa7c98
runtime.futexsleep(0x417dd8, 0x0, 0xffffffffffffffff)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:75 +0x52 fp=0x3fffdafe200 sp=0x3fffdafe1b8 pc=0x56cd2
runtime.notesleep(0x417dd8)
...
r0   0x0	r1   0xee
r2   0x417dd8	r3   0x80
r4   0x0	r5   0x0
r6   0x0	r7   0x0
r8   0x1	r9   0xff
r10  0x0	r11  0x80
r12  0x1	r13  0x416de0
r14  0x56cd2	r15  0x3fffdafe1b8
pc   0xa7c98	link 0x56cd2
*** Test killed with quit: ran too long (10m0s).
2025-05-06 10:58 gotip-linux-s390x go@044ca4e5 runtime.TestAbortInCgo [ABORT] (log)
=== RUN   TestAbortInCgo
=== PAUSE TestAbortInCgo
2025-05-12 14:41 gotip-linux-s390x go@c0eb7ab3 cmd/cgo/internal/testplugin.TestIssue52937 [ABORT] (log)
=== RUN   TestIssue52937
( GOPATH=$TMPDIR PWD=$TMPDIR/src/testplugin LD_LIBRARY_PATH=$TMPDIR/src/testplugin /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags '' -buildmode=plugin -o issue52937.so ./issue52937/main.go )
SIGQUIT: quit
PC=0xa87d8 m=0 sigcode=0

goroutine 0 gp=0x343a00 m=0 mp=0x344900 [idle]:
runtime.futex(0x344a38, 0x80, 0x0, 0x0, 0x0, 0x0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd467df08 sp=0x3ffd467df08 pc=0xa87d8
runtime.futexsleep(0x344a38, 0x0, 0xffffffffffffffff)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:75 +0x52 fp=0x3ffd467df50 sp=0x3ffd467df08 pc=0x575d2
...
r0   0x0	r1   0xee
r2   0x344a38	r3   0x80
r4   0x0	r5   0x0
r6   0x0	r7   0x0
r8   0x1	r9   0xff
r10  0x0	r11  0x80
r12  0x1	r13  0x343a00
r14  0x575d2	r15  0x3ffd467df08
pc   0xa87d8	link 0x575d2
*** Test killed with quit: ran too long (10m0s).
2025-05-12 14:41 gotip-linux-s390x go@c0eb7ab3 cmd/cgo/internal/testshared.TestABIChecking [ABORT] (log)
=== RUN   TestABIChecking
SIGQUIT: quit
PC=0xa8ce8 m=0 sigcode=0

goroutine 0 gp=0x416da0 m=0 mp=0x4180a0 [idle]:
runtime.futex(0x4181d8, 0x80, 0x0, 0x0, 0x0, 0x0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffead7e268 sp=0x3ffead7e268 pc=0xa8ce8
runtime.futexsleep(0x4181d8, 0x0, 0xffffffffffffffff)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:75 +0x52 fp=0x3ffead7e2b0 sp=0x3ffead7e268 pc=0x57ae2
runtime.notesleep(0x4181d8)
...
r0   0x0	r1   0xee
r2   0x4181d8	r3   0x80
r4   0x0	r5   0x0
r6   0x0	r7   0x0
r8   0x1	r9   0xff
r10  0x0	r11  0x80
r12  0x1	r13  0x416da0
r14  0x57ae2	r15  0x3ffead7e268
pc   0xa8ce8	link 0x57ae2
*** Test killed with quit: ran too long (10m0s).
2025-05-12 14:41 gotip-linux-s390x go@c0eb7ab3 cmd/go.TestScript/test_relative_cmdline (log)
=== RUN   TestScript/test_relative_cmdline
=== PAUSE TestScript/test_relative_cmdline
=== CONT  TestScript/test_relative_cmdline
    script_test.go:139: 2025-05-12T15:08:08Z
    script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2015711315/tmpdir810029650/test_relative_cmdline758882837
    script_test.go:163: 
        PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2015711315/tmpdir810029650/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
        HOME=/no-home
        CCACHE_DISABLE=1
        GOARCH=s390x
...
        r2   0xfffffffffffffffc	r3   0x80
        r4   0x0	r5   0x3ff713fedc8
        r6   0x0	r7   0x0
        r8   0x101ee22	r9   0x3ffb81fe4f4
        r10  0x3c0000000	r11  0x0
        r12  0x0	r13  0xc000004a80
        r14  0x1050f1c	r15  0x3ff713fed90
        pc   0x10a5d2a	link 0x1050f1c
    script_test.go:163: FAIL: testdata/script/test_relative_cmdline.txt:8: go test ./testimport/p.go ./testimport/p_test.go ./testimport/x_test.go: exit status 2
--- FAIL: TestScript/test_relative_cmdline (14.45s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-13 00:41 gotip-linux-s390x go@3474c52e time.TestAfterQueuing/impl=func (log)
=== RUN   TestAfterQueuing/impl=func
    sleep_test.go:437: attempt 0 failed: After calls returned out of order: [0 2 1 1 3 4 7 5 6 6 6 9 8]
    sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 7 1 1 2 3 4 5 6 6 6 8 9]
    sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9]
    sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9]
    sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 4 8 5 6 6 6 7 9]
    sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 8 5 6 6 6 7 9]
--- FAIL: TestAfterQueuing/impl=func (5.88s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-13 19:09 gotip-linux-s390x go@9bba7999 time.TestAfterQueuing/impl=func (log)
=== RUN   TestAfterQueuing/impl=func
    sleep_test.go:437: attempt 0 failed: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9]
    sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 6 2 3 4 5 6 6 7 8 9]
    sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 3 4 5 7 6 6 6 8 9]
    sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9]
    sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 4 6 5 6 6 7 8 9]
    sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 6 5 6 6 7 8 9]
--- FAIL: TestAfterQueuing/impl=func (5.58s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-13 22:03 x_tools-go1.24-linux-s390x-race tools@34082a6b release-branch.go1.24@431f75a0 x/tools/gopls/internal/test/marker.Test/completion/comment.txt (log)
=== RUN   Test/completion/comment.txt
=== PAUSE Test/completion/comment.txt
=== CONT  Test/completion/comment.txt
    marker_test.go:283: unmeetable expectation:
          once the following is met:
            completed work "diagnosing opened files" at least 2 times
          must have:
            no Error log messages
        reason:
          postcondition is not met:
            found matching log "2025/05/14 01:34:19 errors loading workspace: /home/swarming/.swarming/w/ir/x/t/Testcompletioncomment.txt2519808298/001/work/go.mod:1: unknown directive: package\n/home/swarming/.swarming/w/ir/x/t/Testcompletioncomment.txt2519808298/001/work/go.mod:3: unknown directive: const\n/home/swarming/.swarming/w/ir/x/t/Testcompletioncomment.txt2519808298/001/work/go.mod:5: unknown block type: const\n/home/swarming/.swarming/w/ir/x/t/Testcompletioncomment.txt2519808298/001/work/go.mod:11: unknown directive: func\n/home/swarming/.swarming/w/ir/x/t/Testcompletioncomment.txt2519808298/001/work/go.mod:12:2: unknown directive: const\n/home/swarming/.swarming/w/ir/x/t/Testcompletioncomment.txt2519808298/001/work/go.mod:14: unknown directive: }\n\tview_id=\"107\"\n\tsnapshot=2\n\tdirectory=/home/swarming/.swarming/w/ir/x/t/Testcompletioncomment.txt2519808298/001/work\n"
--- FAIL: Test/completion/comment.txt (2.81s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-13 22:43 gotip-linux-s390x-race go@9e026bf9 testing.TestTRun/buffered_output_gets_flushed_at_test_end (log)
=== RUN   TestTRun/buffered_output_gets_flushed_at_test_end
    sub_test.go:634: buffered output gets flushed at test end:output:
        got:
        --- FAIL: buffered output gets flushed at test end (0.01s)
            --- FAIL: buffered output gets flushed at test end/#00 (0.00s)
                a
                b
        want:
        --- FAIL: buffered output gets flushed at test end (0.00s)
            --- FAIL: buffered output gets flushed at test end/#00 (0.00s)
                a
                b
--- FAIL: TestTRun/buffered_output_gets_flushed_at_test_end (0.01s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-14 09:30 gotip-linux-s390x-race go@c62099cf testing.TestTRun/output_with_chatty (log)
=== RUN   TestTRun/output_with_chatty
    sub_test.go:634: output with chatty:output:
        got:
        === RUN   output with chatty
        === RUN   output with chatty/#00
            a
            b
        --- PASS: output with chatty (0.03s)
            --- PASS: output with chatty/#00 (0.00s)
        want:
        === RUN   output with chatty
        === RUN   output with chatty/#00
            a
            b
        --- PASS: output with chatty (0.00s)
            --- PASS: output with chatty/#00 (0.00s)
--- FAIL: TestTRun/output_with_chatty (0.03s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-15 02:12 gotip-linux-s390x-race go@3ea94ae4 cmd/go.TestScript/test_chatty_parallel_fail (log)
=== RUN   TestScript/test_chatty_parallel_fail
=== PAUSE TestScript/test_chatty_parallel_fail
=== CONT  TestScript/test_chatty_parallel_fail
    script_test.go:139: 2025-05-15T07:03:04Z
    script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3812218906/tmpdir2336979742/test_chatty_parallel_fail2685602486
    script_test.go:163: 
        PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3812218906/tmpdir2336979742/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
        HOME=/no-home
        CCACHE_DISABLE=1
        GOARCH=s390x
...
        --- FAIL: TestChattyParallel (0.00s)
            --- FAIL: TestChattyParallel/sub-0 (0.00s)
            --- FAIL: TestChattyParallel/sub-1 (0.00s)
            --- FAIL: TestChattyParallel/sub-2 (0.00s)
        FAIL
        FAIL	command-line-arguments	0.165s
        FAIL
        [exit status 1]
        > stdout -count=1 '^=== CONT  TestChattyParallel/sub-0'
        > stdout -count=1 '^=== CONT  TestChattyParallel/sub-1'
...
        r4   0xc00058abe0	r5   0xc00058abf0
        r6   0x0	r7   0x3ffd10fe0e8
        r8   0x2626d80	r9   0x10
        r10  0xc00058abe0	r11  0x2b85f88
        r12  0x5c	r13  0x2626d80
        r14  0x1e17f98	r15  0x3ffd10fdfa0
        pc   0x1e17f98	link 0x1e17f98
        [exit status 2]
    script_test.go:163: FAIL: testdata/script/test_chatty_parallel_fail.txt:15: context deadline exceeded
--- FAIL: TestScript/test_chatty_parallel_fail (8.14s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-15 00:46 gotip-linux-s390x go@c31a5c57 cmd/cgo/internal/testshared.TestIssue44031 [ABORT] (log)
=== RUN   TestIssue44031
    shared_test.go:89: go install -buildmode=shared -linkshared ./issue44031/a
SIGQUIT: quit
PC=0xa8f38 m=0 sigcode=0

goroutine 0 gp=0x416da0 m=0 mp=0x4180a0 [idle]:
runtime.futex(0x4181d8, 0x80, 0x0, 0x0, 0x0, 0x0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd8f7e3a8 sp=0x3ffd8f7e3a8 pc=0xa8f38
runtime.futexsleep(0x4181d8, 0x0, 0xffffffffffffffff)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:75 +0x52 fp=0x3ffd8f7e3f0 sp=0x3ffd8f7e3a8 pc=0x57af2
...
r0   0x0	r1   0xee
r2   0x4181d8	r3   0x80
r4   0x0	r5   0x0
r6   0x0	r7   0x0
r8   0x1	r9   0xff
r10  0x0	r11  0x80
r12  0x1	r13  0x416da0
r14  0x57af2	r15  0x3ffd8f7e3a8
pc   0xa8f38	link 0x57af2
*** Test killed with quit: ran too long (10m0s).
2025-05-15 05:21 gotip-linux-s390x-race go@3be537e6 testing.TestTRun/newline_between_buffered_log_and_log (log)
=== RUN   TestTRun/newline_between_buffered_log_and_log
    sub_test.go:634: newline between buffered log and log:output:
        got:
        --- FAIL: newline between buffered log and log (0.04s)
            --- FAIL: newline between buffered log and log/#00 (0.00s)
                buffered message
                sub_test.go:596: log
        want:
        --- FAIL: newline between buffered log and log (0.00s)
            --- FAIL: newline between buffered log and log/#00 (0.00s)
                buffered message
                sub_test.go:NNN: log
--- FAIL: TestTRun/newline_between_buffered_log_and_log (0.04s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-15 17:24 gotip-linux-s390x go@6df855eb cmd/cgo/internal/testplugin.TestIssue53989 [ABORT] (log)
=== RUN   TestIssue53989
( GOPATH=$TMPDIR PWD=$TMPDIR/src/testplugin LD_LIBRARY_PATH=$TMPDIR/src/testplugin /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags '' -buildmode=plugin -o issue53989.so ./issue53989/plugin.go )
SIGQUIT: quit
PC=0x1c33c m=0 sigcode=0

goroutine 0 gp=0x343a00 m=0 mp=0x344900 [idle]:
internal/runtime/syscall.Syscall6(0x138, 0x4, 0x3ffdf6fd48c, 0x80, 0x171a0, 0x0, 0x0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/asm_linux_s390x.s:17 +0x2c fp=0x3ffdf6fd3e0 sp=0x3ffdf6fd3e0 pc=0x1c33c
internal/runtime/syscall.EpollWait(0x4, {0x3ffdf6fd48c, 0x80, 0x80}, 0x80, 0x171a0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/syscall_linux.go:32 +0x74 fp=0x3ffdf6fd440 sp=0x3ffdf6fd3e0 pc=0x1c2d4
...
r0   0x3ffdf6fd48c	r1   0x138
r2   0xfffffffffffffffc	r3   0x3ffdf6fd48c
r4   0x80	r5   0x171a0
r6   0x0	r7   0x0
r8   0x7	r9   0xc000047008
r10  0x5c68352c8	r11  0x0
r12  0x1	r13  0x343a00
r14  0x1c2d4	r15  0x3ffdf6fd3e0
pc   0x1c33c	link 0x1c2d4
*** Test killed with quit: ran too long (10m0s).
2025-05-15 17:24 gotip-linux-s390x go@6df855eb runtime.TestAbortInCgo [ABORT] (log)
=== RUN   TestAbortInCgo
=== PAUSE TestAbortInCgo

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-16 04:37 gotip-linux-s390x-race go@4b5a64f4 go/printer.TestFiles/expressions.input#01 (log)
=== RUN   TestFiles/expressions.input#01
=== PAUSE TestFiles/expressions.input#01
=== CONT  TestFiles/expressions.input#01
    printer_test.go:160: testdata/expressions.input: running too slowly
--- FAIL: TestFiles/expressions.input#01 (10.30s)
2025-05-16 04:37 gotip-linux-s390x-race go@4b5a64f4 go/printer.TestFiles/statements.input (log)
=== RUN   TestFiles/statements.input
=== PAUSE TestFiles/statements.input
=== CONT  TestFiles/statements.input
    printer_test.go:160: testdata/statements.input: running too slowly
--- FAIL: TestFiles/statements.input (10.26s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-16 05:00 gotip-linux-s390x go@045b5c1b time.TestAfterQueuing/impl=chan (log)
=== RUN   TestAfterQueuing/impl=chan
    sleep_test.go:437: attempt 0 failed: After calls returned out of order: [0 1 1 2 3 4 5 7 6 6 6 9 8]
    sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 8 1 1 2 3 4 5 6 6 6 7 9]
    sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 7 9 8]
    sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 2 3 4 6 5 6 6 7 9 8]
    sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 2 1 1 3 4 5 6 6 6 7 8 9]
    sleep_test.go:441: After calls returned out of order: [0 2 1 1 3 4 5 6 6 6 7 8 9]
--- FAIL: TestAfterQueuing/impl=chan (6.50s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-s390x Issues solely affecting the s390x architecture. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure. umbrella
Projects
Status: No status
Development

No branches or pull requests

2 participants