Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: test failures on linux/s390x #58901

Open
bcmills opened this issue Mar 6, 2023 · 106 comments
Open

all: test failures on linux/s390x #58901

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

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/sync@v0.1.0/errgroup/errgroup.go:53 +0x3c
golang.org/x/vuln/internal/govulncheck.TestConcurrency(0xc00008bd40)
	/data/golang/workdir/gopath/src/golang.org/x/vuln/internal/govulncheck/cache_test.go:159 +0x4fc
testing.tRunner(0xc00008bd40, 0x55fbe8)
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

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

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

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

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

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

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

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

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

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

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

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

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-11 14:42 linux-s390x-ibm go@dc076eaf runtime.TestDeferPtrs (log)
panic: test timed out after 3m0s
running tests:
	TestDeferPtrs (24s)

runtime.gopark(0x531228, 0x7c99a0, 0x19, 0x14, 0x1)
	/data/golang/workdir/go/src/runtime/proc.go:387 +0x136 fp=0xc0001f0680 sp=0xc0001f0668 pc=0x5d8d6
runtime.goparkunlock(...)
	/data/golang/workdir/go/src/runtime/proc.go:393
runtime.gcWaitOnMark(0x507)
	/data/golang/workdir/go/src/runtime/mgc.go:503 +0x64 fp=0xc0001f06a8 sp=0xc0001f0680 pc=0x34d64
...
	/data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc0001f1e98 sp=0xc0001f1e78 pc=0x41c656
runtime_test.growStackIter(0xc0001f1ed0, 0xbe)
	/data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc0001f1eb8 sp=0xc0001f1e98 pc=0x41c656
runtime_test.growStackIter(0xc0001f1ef0, 0xbf)
	/data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc0001f1ed8 sp=0xc0001f1eb8 pc=0x41c656
runtime_test.growStack(0x0)
	/data/golang/workdir/go/src/runtime/stack_test.go:156 +0x96 fp=0xc0001f1f08 sp=0xc0001f1ed8 pc=0x41c536
runtime_test.TestDeferPtrs(0xc0002df6c0)
	/data/golang/workdir/go/src/runtime/stack_test.go:252 +0x96 fp=0xc0001f1f60 sp=0xc0001f1f08 pc=0x41cf96
testing.tRunner(0xc0002df6c0, 0x530238)

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-01-11 23:11 linux-s390x-ibm tools@f572b7ef go@a95136a8 x/tools/gopls/internal/test/marker.Test (log)
--- FAIL: Test (1.61s)
    --- FAIL: Test/suggestedfix/issue65024.txt (7.30s)
        marker_test.go:301: a/v2/b/b.go:7:21 (suggestedfix/issue65024.txt:25:21): suggestedfix: wrong diff for a/v2/b/b.go:

            got:
            @@ -7 +7,5 @@
            +// F implements a.I.
            +func (b *B) F() a.T {
            +	panic("unimplemented")
            +}
...
            +import a "testdata/a-a/v2"
            +
            @@ -7 +9,5 @@
            +// F implements a.I.
            +func (*B) F() a.T {
            +	panic("unimplemented")
            +}
            +
            @@ -10 +17 @@
            -
2024-01-11 23:11 linux-s390x-ibm tools@f572b7ef go@0f3876f8 x/tools/gopls/internal/test/marker.Test (log)
--- FAIL: Test (0.47s)
    --- FAIL: Test/suggestedfix/issue65024.txt (4.92s)
        marker_test.go:301: a/v2/b/b.go:7:21 (suggestedfix/issue65024.txt:25:21): suggestedfix: wrong diff for a/v2/b/b.go:

            got:
            @@ -7 +7,5 @@
            +// F implements a.I.
            +func (b *B) F() a.T {
            +	panic("unimplemented")
            +}
...
            +import a "testdata/a-a/v2"
            +
            @@ -7 +9,5 @@
            +// F implements a.I.
            +func (*B) F() a.T {
            +	panic("unimplemented")
            +}
            +
            @@ -10 +17 @@
            -
2024-01-11 23:11 linux-s390x-ibm tools@f572b7ef go@2540b143 x/tools/gopls/internal/test/marker.Test (log)
--- FAIL: Test (0.85s)
    --- FAIL: Test/suggestedfix/issue65024.txt (1.50s)
        marker_test.go:301: a/v2/b/b.go:7:21 (suggestedfix/issue65024.txt:25:21): suggestedfix: wrong diff for a/v2/b/b.go:

            got:
            @@ -7 +7,5 @@
            +// F implements a.I.
            +func (b *B) F() a.T {
            +	panic("unimplemented")
            +}
...
            +import a "testdata/a-a/v2"
            +
            @@ -7 +9,5 @@
            +// F implements a.I.
            +func (*B) F() a.T {
            +	panic("unimplemented")
            +}
            +
            @@ -10 +17 @@
            -

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-01-17 19:05 linux-s390x-ibm-race go@3c1155ee cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log)
--- FAIL: TestSignalForwardingGo (1.67s)
    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-build4089691240=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test3627642438/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=0x107b428 m=1 sigcode=0 addr=0x9baf300000000

        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=0x3ffc2c7eff8 sp=0x3ffc2c7eff8 pc=0x107b428
...
        r8   0x10553ae	r9   0x3ff8e1fe4f4
        r10  0x0	r11  0x3ff8e1f7820
        r12  0x0	r13  0xc000002540
        r14  0x103c742	r15  0x3ffc2c7eff8
        pc   0x107b428	link 0x103c742

        -----


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

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-01-24 01:42 linux-s390x-ibm tools@df2fa1e9 go@b3acaa82 x/tools/gopls/internal/test/integration/workspace.TestBrokenWorkspace_DuplicateModules (log)
#### Start Gopls Test Logs for "TestBrokenWorkspace_DuplicateModules/default"
[Trace - 20:56:36.421 PM] Sending request 'initialize - (1)'.
Params: {"processId":0,"rootUri":"","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]}}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"publishDiagnostics":{},"semanticTokens":{"requests":{"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":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-test-1710150337/TestBrokenWorkspace_DuplicateModules/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-test-1710150337/TestBrokenWorkspace_DuplicateModules/default/proxy","GOSUMDB":"off"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-test-1710150337/TestBrokenWorkspace_DuplicateModules/default/work","name":"work"}]}


[Trace - 20:56:36.421 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.add_telemetry_counters","gopls.apply_fix","gopls.change_signature","gopls.check_upgrades","gopls.diagnose_files","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.maybe_prompt_for_telemetry","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_go_work_command","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.start_profile","gopls.stop_profile","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor","gopls.views","gopls.workspace_stats"]},"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 b3acaa8230e95c232a6f5c30eb7619a0c859ab16\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"(unknown)\"}"}}


[Trace - 20:56:36.421 PM] Sending notification 'initialized'.
...
--- FAIL: TestBrokenWorkspace_DuplicateModules (1.00s)
    --- FAIL: TestBrokenWorkspace_DuplicateModules/default (1.00s)
        broken_test.go:112: unmeetable expectations:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 1 time(s)" is met, must have:
            no outstanding work

            state:
            #### log messages (see RPC logs for full text):
            	Info: "2024/01/23 20:56:36 go info for /data/golang/workd...
            	Error: "2024/01/23 20:56:37 go/packages.Load #23: err: ex...
...
            	package2/vendor/example.com/foo/go.mod (version 0):
            		0:0 [go list]: packages.Load error: err: exit status 1: stderr: go: module example.com/foo appears multiple times in workspace

            #### outstanding work:
            	Error loading workspace: 0.00
            #### completed work:
            	diagnosing initial workspace load: 1
            	Setting up workspace: 1
            	Checking telemetry prompt: 1
            	diagnosing opened files: 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-02-08 03:02 linux-s390x-ibm-race go@1400b268 cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log)
--- FAIL: TestSignalForwardingGo (4.56s)
    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-build1673195622=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test3560165801/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=0x107b5e8 m=1 sigcode=0 addr=0x16167100000000

        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=0x3fff20fee38 sp=0x3fff20fee38 pc=0x107b5e8
...
        r8   0xc000056008	r9   0x0
        r10  0x0	r11  0x3ff91277820
        r12  0x0	r13  0xc000002540
        r14  0x103c882	r15  0x3fff20fee38
        pc   0x107b5e8	link 0x103c882

        -----


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

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-02-08 20:43 linux-s390x-ibm-race go@c2de2912 cmd/cgo/internal/testcarchive.TestSignalForwardingExternal (log)
--- FAIL: TestSignalForwardingExternal (3.91s)
    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-build2131353754=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test2562917025/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a]
    carchive_test.go:704: [./testp] 2
    carchive_test.go:756: SIGSEGV: segmentation violation
        PC=0x107b3de m=6 sigcode=0 addr=0x30787f00000000

        goroutine 0 gp=0xc000003a40 m=6 mp=0xc00007e008 [idle]:
        runtime.rtsigprocmask(0x2, 0x3ff27ffee88, 0x0, 0x8)
        	/data/golang/workdir/go/src/runtime/sys_linux_s390x.s:392 +0x1e fp=0x3ff27ffee60 sp=0x3ff27ffee60 pc=0x107b3de
...
        r10  0x11405e6	r11  0xc000003a40
        r12  0x0	r13  0xc000003a40
        r14  0x105d59c	r15  0x3ff27ffee60
        pc   0x107b3de	link 0x105d59c

        -----


    carchive_test.go:621: got "signal: aborted (core dumped)"; expected signal "segmentation fault" or "quit"
    carchive_test.go:704: [./testp] 2

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-02-13 05:02 linux-s390x-ibm-race go@2a590414 net.TestDialerDualStackFDLeak (log)
--- FAIL: TestDialerDualStackFDLeak (0.73s)
    dial_test.go:130: got 1; want 0

watchflakes

ezz-no pushed a commit to ezz-no/go-ezzno that referenced this issue Feb 18, 2024
This probably fixes the failure mode seen in
https://build.golang.org/log/e73acfd930cbe82302505cac0041d9883e2360c5.

If not, allowing the test to deadlock and dump goroutines
should produce better debugging information than the existing
"didn't return in an expected time" failure message.

For golang#58901.

Change-Id: Ie0bb1887a4329d2f6b0e7348a4820af71385494e
Reviewed-on: https://go-review.googlesource.com/c/go/+/548881
Auto-Submit: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-14 02:20 linux-s390x-ibm-race go@6133c1e4 time.TestTimerChan (log)
--- FAIL: TestTimerChan (1.13s)
    tick_test.go:526: never got done

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-15 03:39 linux-s390x-ibm go@453cbb8f time.TestChan (log)
--- FAIL: TestChan (1.10s)
    --- FAIL: TestChan/asynctimerchan=1 (0.36s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.16s)
            tick_test.go:510: early done

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-15 17:49 linux-s390x-ibm-race go@73cac618 time.TestChan (log)
--- FAIL: TestChan (0.91s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-20 14:15 linux-s390x-ibm go@9c94baa7 time.TestChan (log)
--- FAIL: TestChan (3.26s)
    --- FAIL: TestChan/asynctimerchan=1 (2.57s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (2.39s)
            tick_test.go:464: len(C) = 0, want 1
            tick_test.go:465: missing tick
            tick_test.go:526: drain
2024-03-21 00:52 linux-s390x-ibm-race go@36cd8808 time.TestChan (log)
--- FAIL: TestChan (2.20s)
    --- FAIL: TestChan/asynctimerchan=1 (1.44s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.26s)
            tick_test.go:438: missing tick
            tick_test.go:526: drain
2024-03-21 11:49 linux-s390x-ibm go@cff7267e time.TestChan (log)
--- FAIL: TestChan (2.25s)
    --- FAIL: TestChan/asynctimerchan=1 (1.52s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.32s)
            tick_test.go:438: missing tick
            tick_test.go:526: drain
2024-03-22 23:15 linux-s390x-ibm go@8aeec7c5 time.TestChan (log)
--- FAIL: TestChan (1.21s)
    --- FAIL: TestChan/asynctimerchan=1 (0.38s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.13s)
            tick_test.go:526: drain
            tick_test.go:557: early done
2024-03-22 23:15 linux-s390x-ibm-race go@8aeec7c5 time.TestChan (log)
--- FAIL: TestChan (2.37s)
    --- FAIL: TestChan/asynctimerchan=1 (1.57s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.38s)
            tick_test.go:438: missing tick
            tick_test.go:526: drain
2024-03-23 04:07 linux-s390x-ibm-race go@83a6c13e time.TestChan (log)
--- FAIL: TestChan (2.46s)
    --- FAIL: TestChan/asynctimerchan=1 (1.80s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.37s)
            tick_test.go:438: missing tick
            tick_test.go:526: drain

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-28 21:25 linux-s390x-ibm-race go@77d9cb89 time.TestChan (log)
--- FAIL: TestChan (3.58s)
    --- FAIL: TestChan/asynctimerchan=1 (2.65s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (2.42s)
            tick_test.go:464: len(C) = 0, want 1
            tick_test.go:465: missing tick
            tick_test.go:526: drain

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-28 21:25 linux-s390x-ibm go@84b190ad runtime.TestGCFairness2 (log)
--- FAIL: TestGCFairness2 (2.84s)
    proc_test.go:389: /data/golang/workdir/tmp/go-build3645357570/testprog.exe GCFairness2 (2.841906553s): ok
    proc_test.go:392: want OK
        , got goroutine 1 did not run

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-28 21:25 linux-s390x-ibm-race go@84b190ad time.TestChan (log)
--- FAIL: TestChan (2.82s)
    --- FAIL: TestChan/asynctimerchan=1 (1.56s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.35s)
            tick_test.go:438: missing tick
            tick_test.go:526: drain

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-29 23:09 linux-s390x-ibm go@89f7805c crypto/ecdsa.TestECDH (log)
--- FAIL: TestECDH (0.00s)
    --- FAIL: TestECDH/P256 (0.00s)
        ecdh_test.go:51: P256 point not on curve
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x190a6a]

goroutine 19 gp=0xc000120380 m=0 mp=0x31ec00 [running]:
panic({0x1b9880, 0x313d70})
	/data/golang/workdir/go/src/runtime/panic.go:778 +0x172 fp=0xc00017d908 sp=0xc00017d860 pc=0x561d2
...
crypto/ecdh_test.TestECDH(0xc000156680)
	/data/golang/workdir/go/src/crypto/ecdh/ecdh_test.go:39 +0x36 fp=0xc000111f60 sp=0xc000111f48 pc=0x18cda6
testing.tRunner(0xc000156680, 0x204978)
	/data/golang/workdir/go/src/testing/testing.go:1689 +0x14a fp=0xc000111fc0 sp=0xc000111f60 pc=0x11d18a
testing.(*T).Run.gowrap1()
	/data/golang/workdir/go/src/testing/testing.go:1742 +0x64 fp=0xc000111fd8 sp=0xc000111fc0 pc=0x11e554
runtime.goexit({})
	/data/golang/workdir/go/src/runtime/asm_s390x.s:797 +0x2 fp=0xc000111fd8 sp=0xc000111fd8 pc=0x9cc02
created by testing.(*T).Run in goroutine 1
	/data/golang/workdir/go/src/testing/testing.go:1742 +0x47c
2024-03-29 23:09 linux-s390x-ibm go@89f7805c crypto/ecdsa.TestNoAsm (log)
--- FAIL: TestNoAsm (0.05s)
    --- FAIL: TestNoAsm/P-256 (0.00s)
        ecdsa_test.go:68: public key invalid: %!s(<nil>)
    --- FAIL: TestNoAsm/P-256#01 (0.00s)
        ecdsa_test.go:87: Verify failed
2024-03-29 23:09 linux-s390x-ibm go@89f7805c crypto/ecdsa.TestKeyGeneration (log)
--- FAIL: TestKeyGeneration (0.00s)
    --- FAIL: TestKeyGeneration/P256 (0.00s)
        ecdsa_test.go:68: public key invalid: %!s(<nil>)

watchflakes

@gopherbot
Copy link

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

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/sampler@v1.3.0: 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/sampler@v1.3.0: 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/pkg1@v1.5.2: 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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