golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.99k stars 17.67k forks source link

all: test failures on `linux/s390x` #58901

Open bcmills opened 1 year ago

bcmills commented 1 year ago
#!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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

gopherbot commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-16 21:40 linux-s390x-ibm go@d29dd2ec runtime.TestFakeTime (log) panic: test timed out after 3m0s running tests: TestFakeTime (14s) syscall.Syscall6(0x119, 0x1, 0x19ac36, 0xc0001c3958, 0x1000004, 0x0, 0x0) /data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc0001c3900 sp=0xc0001c3890 pc=0xb80e8 os.(*Process).blockUntilWaitable(0xc00062e090) /data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc0001c39e8 sp=0xc0001c3900 pc=0xe67a4 os.(*Process).wait(0xc00062e090) /data/golang/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc0001c3a60 sp=0xc0001c39e8 pc=0xdf40c os.(*Process).Wait(...) /data/golang/workdir/go/src/os/exec.go:132 os/exec.(*Cmd).Wait(0xc0001702c0) /data/golang/workdir/go/src/os/exec/exec.go:890 +0x4a fp=0xc0001c3ad8 sp=0xc0001c3a60 pc=0x190b8a os/exec.(*Cmd).Run(0xc0001702c0) /data/golang/workdir/go/src/os/exec/exec.go:590 +0x6c fp=0xc0001c3af8 sp=0xc0001c3ad8 pc=0x18f4dc os/exec.(*Cmd).CombinedOutput(0xc0001702c0) /data/golang/workdir/go/src/os/exec/exec.go:1005 +0xde fp=0xc0001c3b20 sp=0xc0001c3af8 pc=0x19169e runtime_test.buildTestProg.func1() /data/golang/workdir/go/src/runtime/crash_test.go:143 +0x440 fp=0xc0001c3d18 sp=0xc0001c3b20 pc=0x38cc80 sync.(*Once).doSlow(0xc002584240, 0xc0001a4e00) /data/golang/workdir/go/src/sync/once.go:74 +0xf6 fp=0xc0001c3d68 sp=0xc0001c3d18 pc=0xac016 sync.(*Once).Do(...) /data/golang/workdir/go/src/sync/once.go:65 runtime_test.buildTestProg(0xc000002d00, {0x507f08, 0xc}, {0xc001ede1e0, 0x1, 0x1}) /data/golang/workdir/go/src/runtime/crash_test.go:128 +0x556 fp=0xc0001c3e60 sp=0xc0001c3d68 pc=0x38c7e6 runtime_test.TestFakeTime(0xc000002d00) /data/golang/workdir/go/src/runtime/time_test.go:29 +0xb0 fp=0xc0001c3f60 sp=0xc0001c3e60 pc=0x42cef0 testing.tRunner(0xc000002d00, 0x52fff0)
2023-05-17 04:58 linux-s390x-ibm go@547aed18 runtime.TestSemaHandoff2 (log) panic: test timed out after 3m0s running tests: TestSemaHandoff2 (0s) runtime.Gosched(...) /data/golang/workdir/go/src/runtime/proc.go:327 runtime_test.testSemaHandoff() /data/golang/workdir/go/src/runtime/sema_test.go:92 +0x21a fp=0xc0001ccea0 sp=0xc0001cce58 pc=0x41b89a runtime_test.TestSemaHandoff(0xc0003084e0) /data/golang/workdir/go/src/runtime/sema_test.go:23 +0x50 fp=0xc0001ccf08 sp=0xc0001ccea0 pc=0x41b280 runtime_test.TestSemaHandoff2(0xc0003084e0) /data/golang/workdir/go/src/runtime/sema_test.go:55 +0xdc fp=0xc0001ccf60 sp=0xc0001ccf08 pc=0x41b5bc testing.tRunner(0xc0003084e0, 0x530810)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-17 18:18 linux-s390x-ibm go@93477f07 runtime.TestDeferPtrs (log) panic: test timed out after 3m0s running tests: TestDeferPtrs (37s) runtime.Gosched(...) /data/golang/workdir/go/src/runtime/proc.go:327 runtime.GC() /data/golang/workdir/go/src/runtime/mgc.go:469 +0x108 fp=0xc0001733b8 sp=0xc000173388 pc=0x34c58 runtime_test.growStackIter(0xc0001733f0, 0x0) /data/golang/workdir/go/src/runtime/stack_test.go:172 +0x3c fp=0xc0001733d8 sp=0xc0001733b8 pc=0x422c8c ... /data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc000173e98 sp=0xc000173e78 pc=0x422cc6 runtime_test.growStackIter(0xc000173ed0, 0x57) /data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc000173eb8 sp=0xc000173e98 pc=0x422cc6 runtime_test.growStackIter(0xc000173ef0, 0x58) /data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc000173ed8 sp=0xc000173eb8 pc=0x422cc6 runtime_test.growStack(0x0) /data/golang/workdir/go/src/runtime/stack_test.go:156 +0x96 fp=0xc000173f08 sp=0xc000173ed8 pc=0x422ba6 runtime_test.TestDeferPtrs(0xc000003380) /data/golang/workdir/go/src/runtime/stack_test.go:252 +0x96 fp=0xc000173f60 sp=0xc000173f08 pc=0x4235f6 testing.tRunner(0xc000003380, 0x530370)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-19 01:37 linux-s390x-ibm go@3ebbaf3a cmd/cgo/internal/testshared.TestGCData (log) panic: test timed out after 3m0s running tests: TestGCData (4s) syscall.Syscall6(0x119, 0x1, 0x1f00c3, 0xc000076b58, 0x1000004, 0x0, 0x0) /data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc000076b00 sp=0xc000076a90 pc=0xa24f8 os.(*Process).blockUntilWaitable(0xc000518120) /data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc000076be8 sp=0xc000076b00 pc=0xc7494 os.(*Process).wait(0xc000518120) /data/golang/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc000076c60 sp=0xc000076be8 pc=0xc03cc os.(*Process).Wait(...) /data/golang/workdir/go/src/os/exec.go:132 os/exec.(*Cmd).Wait(0xc0000ee580) /data/golang/workdir/go/src/os/exec/exec.go:890 +0x4a fp=0xc000076cd8 sp=0xc000076c60 pc=0x150a8a os/exec.(*Cmd).Run(0xc0000ee580) /data/golang/workdir/go/src/os/exec/exec.go:590 +0x6c fp=0xc000076cf8 sp=0xc000076cd8 pc=0x14f3dc os/exec.(*Cmd).Output(0xc0000ee580) /data/golang/workdir/go/src/os/exec/exec.go:984 +0x11a fp=0xc000076d48 sp=0xc000076cf8 pc=0x1512ea cmd/cgo/internal/testshared_test.goCmd(0xc000226b60, {0xc000076ef0, 0x3, 0x3}) /data/golang/workdir/go/src/cmd/cgo/internal/testshared/shared_test.go:74 +0x472 fp=0xc000076e80 sp=0xc000076d48 pc=0x1d40e2 cmd/cgo/internal/testshared_test.TestGCData(0xc000226b60) /data/golang/workdir/go/src/cmd/cgo/internal/testshared/shared_test.go:1105 +0xfa fp=0xc000076f60 sp=0xc000076e80 pc=0x1de45a testing.tRunner(0xc000226b60, 0x23d918)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-19 02:47 linux-s390x-ibm go@d0c72c23 cmd/cgo/internal/testcshared.TestSignalHandlersWithNotify (log) --- FAIL: TestSignalHandlersWithNotify (5.36s) cshared_test.go:658: run: [go build -buildmode=c-shared -installsuffix testcshared -o ./libgo5.a ./libgo5] cshared_test.go:667: run: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build545101366=/tmp/go-build -gno-record-gcc-switches -I pkg/linux_s390x_shared -pthread -o testp5 main5.c -ldl] cshared_test.go:679: command failed: [./testp5 ././libgo5.a] exit status 1 Go handler did not see SIGIO

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-19 13:42 linux-s390x-ibm go@ade3f3f5 cmd/cgo/internal/testshared.TestABIChecking (log) panic: test timed out after 3m0s running tests: TestABIChecking (25s) syscall.Syscall6(0x119, 0x1, 0x2247bc, 0xc00048fa60, 0x1000004, 0x0, 0x0) /data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc00048fa08 sp=0xc00048f998 pc=0xa2578 os.(*Process).blockUntilWaitable(0xc000272c60) /data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc00048faf0 sp=0xc00048fa08 pc=0xc7514 os.(*Process).wait(0xc000272c60) /data/golang/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc00048fb68 sp=0xc00048faf0 pc=0xc044c os.(*Process).Wait(...) /data/golang/workdir/go/src/os/exec.go:132 os/exec.(*Cmd).Wait(0xc00020a9a0) /data/golang/workdir/go/src/os/exec/exec.go:890 +0x4a fp=0xc00048fbe0 sp=0xc00048fb68 pc=0x150b0a os/exec.(*Cmd).Run(0xc00020a9a0) /data/golang/workdir/go/src/os/exec/exec.go:590 +0x6c fp=0xc00048fc00 sp=0xc00048fbe0 pc=0x14f45c os/exec.(*Cmd).Output(0xc00020a9a0) /data/golang/workdir/go/src/os/exec/exec.go:984 +0x11a fp=0xc00048fc50 sp=0xc00048fc00 pc=0x15136a cmd/cgo/internal/testshared_test.goCmd(0xc0004789c0, {0xc00048fe68, 0x3, 0x3}) /data/golang/workdir/go/src/cmd/cgo/internal/testshared/shared_test.go:74 +0x472 fp=0xc00048fd88 sp=0xc00048fc50 pc=0x1d4162 cmd/cgo/internal/testshared_test.TestABIChecking(0xc0004789c0) /data/golang/workdir/go/src/cmd/cgo/internal/testshared/shared_test.go:1032 +0x53a fp=0xc00048ff60 sp=0xc00048fd88 pc=0x1dd97a testing.tRunner(0xc0004789c0, 0x23d910)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-22 00:43 linux-s390x-ibm go@858c61b5 go/internal/srcimporter.TestCgo (log) panic: test timed out after 3m0s running tests: TestCgo (2m48s) syscall.Syscall6(0x119, 0x1, 0xbe63d, 0xc000093a20, 0x1000004, 0x0, 0x0) /data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc0000939c8 sp=0xc000093958 pc=0xa2098 os.(*Process).blockUntilWaitable(0xc00041a3f0) /data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc000093ab0 sp=0xc0000939c8 pc=0xc5654 os.(*Process).wait(0xc00041a3f0) /data/golang/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc000093b28 sp=0xc000093ab0 pc=0xbf2dc os.(*Process).Wait(...) /data/golang/workdir/go/src/os/exec.go:132 os/exec.(*Cmd).Wait(0xc000a42580) /data/golang/workdir/go/src/os/exec/exec.go:890 +0x4a fp=0xc000093ba0 sp=0xc000093b28 pc=0x14b15a os/exec.(*Cmd).Run(0xc000a42580) /data/golang/workdir/go/src/os/exec/exec.go:590 +0x6c fp=0xc000093bc0 sp=0xc000093ba0 pc=0x149aac go/internal/srcimporter.(*Importer).cgo(0xc00190c0c0, 0xc0004f0400) /data/golang/workdir/go/src/go/internal/srcimporter/srcimporter.go:239 +0xdde fp=0xc000093d38 sp=0xc000093bc0 pc=0x25eeee go/internal/srcimporter.(*Importer).ImportFrom(0xc00190c0c0, {0x2d1be8, 0x15}, {0x0, 0x0}, 0x0) /data/golang/workdir/go/src/go/internal/srcimporter/srcimporter.go:137 +0x712 fp=0xc000093ed8 sp=0xc000093d38 pc=0x25d1b2 go/internal/srcimporter.TestCgo(0xc0015504e0) /data/golang/workdir/go/src/go/internal/srcimporter/srcimporter_test.go:248 +0x288 fp=0xc000093f60 sp=0xc000093ed8 pc=0x2611f8 testing.tRunner(0xc0015504e0, 0x2dfb30)
2023-05-22 01:21 linux-s390x-ibm go@d75cc4b9 cmd/cgo/internal/testshared.TestRebuilding (log) panic: test timed out after 3m0s running tests: TestRebuilding (35s) TestRebuilding/newsource (13s) runtime.gopark(0x23df08, 0xc0004243d8, 0xe, 0x17, 0x2) /data/golang/workdir/go/src/runtime/proc.go:398 +0x136 fp=0xc000166cd0 sp=0xc000166cb8 pc=0x56f06 runtime.chanrecv(0xc000424380, 0xc000166dbf, 0x1) /data/golang/workdir/go/src/runtime/chan.go:583 +0x5a6 fp=0xc000166d48 sp=0xc000166cd0 pc=0x17226 runtime.chanrecv1(0xc000424380, 0xc000166dbf) /data/golang/workdir/go/src/runtime/chan.go:442 +0x2e fp=0xc000166d70 sp=0xc000166d48 pc=0x16c6e testing.(*T).Run(0xc00014b1e0, {0x22e4d4, 0x9}, 0xc000072ae0) /data/golang/workdir/go/src/testing/testing.go:1649 +0x4c4 fp=0xc000166e28 sp=0xc000166d70 pc=0x1128f4 cmd/cgo/internal/testshared_test.TestRebuilding(0xc00014b1e0) /data/golang/workdir/go/src/cmd/cgo/internal/testshared/shared_test.go:933 +0x30a fp=0xc000166f60 sp=0xc000166e28 pc=0x1dcd5a testing.tRunner(0xc00014b1e0, 0x23dd10)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-24 03:36 linux-s390x-ibm go@f0d575c2 runtime.TestCgoCallbackGC (log) --- FAIL: TestCgoCallbackGC (0.00s) crash_cgo_test.go:72: /data/golang/workdir/tmp/go-build4029398001/testprogcgo.exe CgoCallbackGC failed to start: context deadline exceeded

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-24 04:19 linux-s390x-ibm go@c6fd0c22 runtime.TestDeferPtrs (log) panic: test timed out after 3m0s running tests: TestDeferPtrs (10s) runtime.gopark(0x543130, 0x7ea420, 0x19, 0x14, 0x1) /data/golang/workdir/go/src/runtime/proc.go:398 +0x136 fp=0xc00018bea0 sp=0xc00018be88 pc=0x5f5e6 runtime.goparkunlock(...) /data/golang/workdir/go/src/runtime/proc.go:404 runtime.gcWaitOnMark(0x54a) /data/golang/workdir/go/src/runtime/mgc.go:504 +0x64 fp=0xc00018bec8 sp=0xc00018bea0 pc=0x35224 ... /data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc00018de98 sp=0xc00018de78 pc=0x42a776 runtime_test.growStackIter(0xc00018ded0, 0xfd) /data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc00018deb8 sp=0xc00018de98 pc=0x42a776 runtime_test.growStackIter(0xc00018def0, 0xfe) /data/golang/workdir/go/src/runtime/stack_test.go:177 +0x76 fp=0xc00018ded8 sp=0xc00018deb8 pc=0x42a776 runtime_test.growStack(0x0) /data/golang/workdir/go/src/runtime/stack_test.go:156 +0x96 fp=0xc00018df08 sp=0xc00018ded8 pc=0x42a656 runtime_test.TestDeferPtrs(0xc0007b04e0) /data/golang/workdir/go/src/runtime/stack_test.go:252 +0x96 fp=0xc00018df60 sp=0xc00018df08 pc=0x42b0a6 testing.tRunner(0xc0007b04e0, 0x541ff0)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-25 00:56 linux-s390x-ibm go@d5a05a05 cmd/cgo/internal/testshared.TestTestInstalledShared (log) panic: test timed out after 3m0s running tests: TestTestInstalledShared (28s) syscall.Syscall6(0x119, 0x1, 0x276e34, 0xc0000bcbc0, 0x1000004, 0x0, 0x0) /data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc0000bcb68 sp=0xc0000bcaf8 pc=0xa3598 os.(*Process).blockUntilWaitable(0xc00049b5f0) /data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc0000bcc50 sp=0xc0000bcb68 pc=0xc8454 os.(*Process).wait(0xc00049b5f0) /data/golang/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc0000bccc8 sp=0xc0000bcc50 pc=0xc13ac os.(*Process).Wait(...) /data/golang/workdir/go/src/os/exec.go:132 os/exec.(*Cmd).Wait(0xc000121600) /data/golang/workdir/go/src/os/exec/exec.go:890 +0x4a fp=0xc0000bcd40 sp=0xc0000bccc8 pc=0x151bfa os/exec.(*Cmd).Run(0xc000121600) /data/golang/workdir/go/src/os/exec/exec.go:590 +0x6c fp=0xc0000bcd60 sp=0xc0000bcd40 pc=0x15054c os/exec.(*Cmd).Output(0xc000121600) /data/golang/workdir/go/src/os/exec/exec.go:984 +0x11a fp=0xc0000bcdb0 sp=0xc0000bcd60 pc=0x15245a cmd/cgo/internal/testshared_test.goCmd(0xc00028d6c0, {0xc0000bcf20, 0x4, 0x4}) /data/golang/workdir/go/src/cmd/cgo/internal/testshared/shared_test.go:77 +0x472 fp=0xc0000bcee8 sp=0xc0000bcdb0 pc=0x1d5492 cmd/cgo/internal/testshared_test.TestTestInstalledShared(0xc00028d6c0) /data/golang/workdir/go/src/cmd/cgo/internal/testshared/shared_test.go:1102 +0xb6 fp=0xc0000bcf60 sp=0xc0000bcee8 pc=0x1df7b6 testing.tRunner(0xc00028d6c0, 0x24e308)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-25 17:07 linux-s390x-ibm go@a5be6dbb runtime.TestGoroutineParallelism2 (log) panic: test timed out after 3m0s running tests: TestGoroutineParallelism2 (5s) runtime.gopark(0x543660, 0x7ea500, 0x19, 0x14, 0x1) /data/golang/workdir/go/src/runtime/proc.go:398 +0x136 fp=0xc0000a6d88 sp=0xc0000a6d70 pc=0x5f956 runtime.goparkunlock(...) /data/golang/workdir/go/src/runtime/proc.go:404 runtime.gcWaitOnMark(0x144) /data/golang/workdir/go/src/runtime/mgc.go:522 +0x64 fp=0xc0000a6db0 sp=0xc0000a6d88 pc=0x35474 runtime.GC() /data/golang/workdir/go/src/runtime/mgc.go:465 +0x70 fp=0xc0000a6de0 sp=0xc0000a6db0 pc=0x35280 runtime_test.testGoroutineParallelism2(0xc0011e0680, 0x1, 0x1) /data/golang/workdir/go/src/runtime/proc_test.go:173 +0x154 fp=0xc0000a6f48 sp=0xc0000a6de0 pc=0x40a564 runtime_test.TestGoroutineParallelism2(0xc0011e0680) /data/golang/workdir/go/src/runtime/proc_test.go:152 +0x6c fp=0xc0000a6f60 sp=0xc0000a6f48 pc=0x40a3ec testing.tRunner(0xc0011e0680, 0x542700)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-05-25 17:51 linux-s390x-ibm go@e8c60030 cmd/cgo/internal/testshared.TestGCData (log) panic: test timed out after 3m0s running tests: TestGCData (3s) syscall.Syscall6(0x119, 0x1, 0x4447c, 0xc000077b58, 0x1000004, 0x0, 0x0) /data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc000077b00 sp=0xc000077a90 pc=0xa3598 os.(*Process).blockUntilWaitable(0xc0000ec060) /data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc000077be8 sp=0xc000077b00 pc=0xc8454 os.(*Process).wait(0xc0000ec060) /data/golang/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc000077c60 sp=0xc000077be8 pc=0xc13ac os.(*Process).Wait(...) /data/golang/workdir/go/src/os/exec.go:132 os/exec.(*Cmd).Wait(0xc00015c2c0) /data/golang/workdir/go/src/os/exec/exec.go:890 +0x4a fp=0xc000077cd8 sp=0xc000077c60 pc=0x151bfa os/exec.(*Cmd).Run(0xc00015c2c0) /data/golang/workdir/go/src/os/exec/exec.go:590 +0x6c fp=0xc000077cf8 sp=0xc000077cd8 pc=0x15054c os/exec.(*Cmd).Output(0xc00015c2c0) /data/golang/workdir/go/src/os/exec/exec.go:984 +0x11a fp=0xc000077d48 sp=0xc000077cf8 pc=0x15245a cmd/cgo/internal/testshared_test.goCmd(0xc0004a0000, {0xc000077ef0, 0x3, 0x3}) /data/golang/workdir/go/src/cmd/cgo/internal/testshared/shared_test.go:77 +0x472 fp=0xc000077e80 sp=0xc000077d48 pc=0x1d5492 cmd/cgo/internal/testshared_test.TestGCData(0xc0004a0000) /data/golang/workdir/go/src/cmd/cgo/internal/testshared/shared_test.go:1132 +0x11e fp=0xc000077f60 sp=0xc000077e80 pc=0x1dfbee testing.tRunner(0xc0004a0000, 0x24e278)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-06-08 17:09 linux-s390x-ibm go@bff4b0ed time.TestReset (log) --- FAIL: TestReset (2.58s) sleep_test.go:436: resetting unfired timer returned false

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-06-09 00:01 linux-s390x-ibm go@ce8eadf5 time.TestReset (log) --- FAIL: TestReset (2.37s) sleep_test.go:436: resetting unfired timer returned false

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-06-10 16:55 linux-s390x-ibm tools@db6a81ed go@ee46f0b5 x/tools/gopls/internal/regtest/diagnostics (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 27798 [running]: golang.org/x/tools/internal/gocommand.HandleHangingGoCommand(0xc0063c7590) /data/golang/workdir/gopath/src/golang.org/x/tools/internal/gocommand/invoke.go:436 +0x48a golang.org/x/tools/internal/gocommand.runCmdContext({0xfe6700, 0xc002f3b6e0}, 0xc001701080) /data/golang/workdir/gopath/src/golang.org/x/tools/internal/gocommand/invoke.go:372 +0x486 golang.org/x/tools/internal/gocommand.(*Invocation).run(0xc0005339b8, {0xfe6700, 0xc002f3b6e0}, {0xfde620, 0xc002f3b830}, {0xfde620, 0xc002f3b860}) /data/golang/workdir/gopath/src/golang.org/x/tools/internal/gocommand/invoke.go:267 +0x12da golang.org/x/tools/internal/gocommand.(*Invocation).runWithFriendlyError(0xc0005339b8, {0xfe6700, 0xc002f3b6e0}, {0xfde620, 0xc002f3b830}, {0xfde620, 0xc002f3b860}) ... golang.org/x/tools/gopls/internal/lsp/cache.(*snapshot).awaitLoadedAllErrors(0xc000d62000, {0xfe6700, 0xc002f3ade0}) /data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/snapshot.go:1508 +0x14a golang.org/x/tools/gopls/internal/lsp/cache.(*snapshot).awaitLoaded(...) /data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/snapshot.go:1380 golang.org/x/tools/gopls/internal/lsp/cache.(*snapshot).resolveImportGraph(0xc000d62000) /data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/check.go:196 +0xce golang.org/x/tools/gopls/internal/lsp/cache.(*snapshot).getImportGraph.func1() /data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/check.go:162 +0x7a created by golang.org/x/tools/gopls/internal/lsp/cache.(*snapshot).getImportGraph in goroutine 27770 /data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/check.go:160 +0x1c2
2023-06-10 16:55 linux-s390x-ibm tools@db6a81ed go@ee46f0b5 x/tools/gopls/internal/regtest/modfile.TestBadlyVersionedModule (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 ... --- FAIL: TestBadlyVersionedModule (67.65s) --- FAIL: TestBadlyVersionedModule/default (67.65s) --- FAIL: TestBadlyVersionedModule/default/default (67.65s) panic: running lsof: exec: "lsof": executable file not found in $PATH [recovered] panic: running lsof: exec: "lsof": executable file not found in $PATH goroutine 4543 [running]: testing.tRunner.func1.2({0xbab900, 0xc000490450}) /data/golang/workdir/go/src/testing/testing.go:1545 +0x2e8 testing.tRunner.func1() ... golang.org/x/tools/gopls/internal/lsp/fake.(*Sandbox).Close(0xc000015140) /data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/fake/sandbox.go:293 +0xd4 golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run.func1.1() /data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:208 +0x52 golang.org/x/tools/gopls/internal/lsp/regtest.(*Runner).Run.func1(0xc000808340) /data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/regtest/runner.go:257 +0xdfe testing.tRunner(0xc000808340, 0xc00053d900) /data/golang/workdir/go/src/testing/testing.go:1595 +0x13e created by testing.(*T).Run in goroutine 4542 /data/golang/workdir/go/src/testing/testing.go:1648 +0x4a4

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-06-28 17:58 linux-s390x-ibm pkgsite@a9d9eedc go@03cd8a7b x/pkgsite/internal/xcontext.TestStats (log) 2023/06/29 00:02:26 Info: caching response of length 25 for /A 2023/06/29 00:02:26 Debug: serving "/A" from cache 2023/06/29 00:02:26 Info: caching response of length 25 for /A 2023/06/29 00:02:26 Debug: serving "/A" from cache 2023/06/29 00:02:27 Error: middleware.Panic: panic! --- FAIL: TestStats (0.59s) stats_test.go:72: MillisToLastByte is 587, wanted 500 +/- 50
2023-06-28 17:58 linux-s390x-ibm pkgsite@a9d9eedc go@03cd8a7b x/pkgsite/internal/xcontext.TestDetach (log) --- FAIL: TestDetach (0.57s) xcontext_test.go:30: original context Err: got , want DeadlineExceeded

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-06-29 16:27 linux-s390x-ibm pkgsite@caabbd68 go@683f51d3 x/pkgsite/internal/poller.Test (log) --- FAIL: Test (3.29s) poller_test.go:58: incorrect 'good' value -1

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-06-30 19:55 linux-s390x-ibm pkgsite@32beeac0 go@18e17e2c x/pkgsite/internal/poller.Test (log) --- FAIL: Test (1.12s) poller_test.go:58: incorrect 'good' value -1

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-07-05 22:05 linux-s390x-ibm-race go@c8dad424 net/http/fcgi.TestSlowRequest (log) ================== WARNING: DATA RACE Read at 0x00c00009fda0 by goroutine 34: runtime.mapdelete() /data/golang/workdir/go/src/runtime/map.go:696 +0x5ef net/http/fcgi.(*child).cleanUp() /data/golang/workdir/go/src/net/http/fcgi/child.go:325 +0x7f net/http/fcgi.TestSlowRequest.func5() /data/golang/workdir/go/src/net/http/fcgi/fcgi_test.go:443 +0x7b runtime.deferreturn() ... net/http/fcgi.TestSlowRequest() /data/golang/workdir/go/src/net/http/fcgi/fcgi_test.go:442 +0x8db testing.tRunner() /data/golang/workdir/go/src/testing/testing.go:1595 +0x23d testing.(*T).Run.func1() /data/golang/workdir/go/src/testing/testing.go:1648 +0x8d ================== --- FAIL: TestSlowRequest (3.24s) fcgi_test.go:452: FastCGI child did not close socket after handling request testing.go:1465: race detected during execution of test

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-06-30 19:55 linux-s390x-ibm pkgsite@32beeac0 go@449ef379 x/pkgsite/internal/poller.TestCache (log) 2023/07/06 21:59:58 Info: caching response of length 25 for /A 2023/07/06 21:59:58 Debug: serving "/A" from cache 2023/07/06 21:59:58 Info: caching response of length 25 for /A 2023/07/06 21:59:58 Info: cache get("/A"): context timed out 2023/07/06 21:59:58 Info: caching response of length 25 for /A --- FAIL: TestCache (0.29s) caching_test.go:159: [A is cached again] GET returned body 5, want 4 caching_test.go:177: [A is cached again] CacheResultCount diff (-want +got): map[bool]int{ - false: 3, + false: 4, - true: 2, + true: 1, } caching_test.go:177: [bypassing the cache] CacheResultCount diff (-want +got): map[bool]int{ - false: 3, + false: 4, - true: 2, + true: 1, } 2023/07/06 21:59:59 Error: middleware.Panic: panic!
2023-06-30 19:55 linux-s390x-ibm pkgsite@32beeac0 go@449ef379 x/pkgsite/internal/poller.TestStats (log) --- FAIL: TestStats (0.69s) stats_test.go:72: MillisToLastByte is 689, wanted 500 +/- 50
2023-06-30 19:55 linux-s390x-ibm pkgsite@32beeac0 go@449ef379 x/pkgsite/internal/poller.Test (log) --- FAIL: Test (0.79s) poller_test.go:58: incorrect 'good' value -1

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x"
2023-07-06 20:26 linux-s390x-ibm pkgsite@17701c53 go@39c50707 x/pkgsite/internal/xcontext.TestDetach (log) --- FAIL: TestDetach (0.80s) xcontext_test.go:30: original context Err: got , want DeadlineExceeded

watchflakes

gopherbot commented 1 year ago

Sorry, but there were parse errors in the watch flakes script. The script I found was:

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

And the problems were:

script:2.61: ~ requires backquoted regexp

See https://go.dev/wiki/Watchflakes for details.

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-07-21 16:38 linux-s390x-ibm net@5e678bb2 go@3afa5daa x/net/http2.TestTransportPingWhenReading (log) --- FAIL: TestTransportPingWhenReading (0.96s) --- FAIL: TestTransportPingWhenReading/zero_ping (0.26s) transport_test.go:902: client: RoundTrip: context deadline exceeded transport_test.go:810: Reading client settings frame: read tcp4 127.0.0.1:33809->127.0.0.1:51760: use of closed network connection

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-07-27 22:20 linux-s390x-ibm-race go@737a5b0e runtime.TestGCFairness2 (log) --- FAIL: TestGCFairness2 (3.20s) proc_test.go:389: /data/golang/workdir/tmp/go-build4151856004/testprog.exe GCFairness2 (3.195048441s): ok proc_test.go:392: want OK , got goroutine 2 did not run

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-08-07 23:13 linux-s390x-ibm-race go@3393155a cmd/cgo/internal/testplugin.TestForkExec (log) mkdir -p $TMPDIR/src/testplugin rsync -a testdata/ $TMPDIR/src/testplugin echo 'module testplugin' > $TMPDIR/src/testplugin/go.mod mkdir -p $TMPDIR/alt/src/testplugin rsync -a altpath/testdata/ $TMPDIR/alt/src/testplugin echo 'module testplugin' > $TMPDIR/alt/src/testplugin/go.mod cd $TMPDIR/alt/src/testplugin ( GOPATH=$TMPDIR/alt PWD=$TMPDIR/alt/src/testplugin /data/golang/workdir/go/bin/go build -gcflags '' -buildmode=plugin -o $TMPDIR/src/testplugin/plugin-mismatch.so ./plugin-mismatch ) cd $TMPDIR/src/testplugin ( GOPATH=$TMPDIR PWD=$TMPDIR/src/testplugin LD_LIBRARY_PATH=$TMPDIR/src/testplugin /data/golang/workdir/go/bin/go build -gcflags '' -buildmode=plugin ./plugin1 ) ... pc 0xcef88 link 0x875c2 *** Test killed with quit: ran too long (7m0s). runtime.gopark(0x269e78, 0x0, 0x9, 0x18, 0x1) /data/golang/workdir/go/src/runtime/proc.go:398 +0x136 fp=0xc0000b7cb8 sp=0xc0000b7ca0 pc=0x8f416 runtime.selectgo(0xc0000b7e88, 0xc0000b7e40, 0xc0000b7e48, 0x0, 0x2, 0x1) /data/golang/workdir/go/src/runtime/select.go:327 +0x914 fp=0xc0000b7df8 sp=0xc0000b7cb8 pc=0xa5344 cmd/cgo/internal/testplugin_test.TestForkExec(0xc000401860) /data/golang/workdir/go/src/cmd/cgo/internal/testplugin/plugin_test.go:384 +0x36a fp=0xc0000b7ee0 sp=0xc0000b7df8 pc=0x21bf4a testing.tRunner(0xc000401860, 0x2698a0)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-08-10 21:54 linux-s390x-ibm go@bf2a6d19 runtime.TestPanicTraceback (log) --- FAIL: TestPanicTraceback (0.14s) crash_test.go:486: /data/golang/workdir/tmp/go-build1673624692/testprog.exe PanicTraceback: exit status 2 crash_test.go:489: output does not start with "panic: hello\n\tpanic: panic pt2\n\tpanic: panic pt1\n":
2023-08-11 23:12 linux-s390x-ibm tools@6290d8a9 go@610d47a5 x/tools/gopls/internal/regtest/template.TestTemplatesFromExtensions (log) #### Start Gopls Test Logs for "TestTemplatesFromExtensions/default" [Trace - 19:41:58.652 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":{"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-2771686526/TestTemplatesFromExtensions/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-regtest-2771686526/TestTemplatesFromExtensions/default/proxy","GOSUMDB":"off"},"semanticTokens":true,"templateExtensions":["tmpl"],"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-regtest-2771686526/TestTemplatesFromExtensions/default/work","name":"work"}]} [Trace - 19:41:58.652 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_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.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 610d47a584e780f4af7978904c4c162de7ceee0b\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"master\"}"}} [Trace - 19:41:58.652 PM] Sending notification 'initialized'. ... --- FAIL: TestTemplatesFromExtensions (0.39s) --- FAIL: TestTemplatesFromExtensions/default (0.39s) template_test.go:99: unmeetable expectations: Unmeetable: once "All of:\n" is met, must have: no diagnostics for file "hello.tmpl" state: #### log messages (see RPC logs for full text): Info: "2023/08/11 19:41:58 go info for /data/golang/workd... Info: "2023/08/11 19:41:58 go/packages.Load #2\n\tsnapsho... Info: "2023/08/11 19:41:58 go/packages.Load #2: updating ... #### diagnostics: hello.tmpl (version 0): (1, 0) [template]: missing value for command #### outstanding work: #### completed work: diagnosing initial workspace load: 1 Setting up workspace: 1
2023-08-14 21:26 linux-s390x-ibm-race go@36dc84ca net/http.TestIdleConnChannelLeak (log) ================== WARNING: DATA RACE Read at 0x000000c48918 by goroutine 1445: net/http.(*persistConn).readLoop() /data/golang/workdir/go/src/net/http/transport.go:2112 +0x177 net/http.(*Transport).dialConn.func5() /data/golang/workdir/go/src/net/http/transport.go:1776 +0x7b Previous write at 0x000000c48918 by goroutine 1467: net/http.SetReadLoopBeforeNextReadHook() ... /data/golang/workdir/go/src/net/http/transport_test.go:3189 +0x135 testing.tRunner() /data/golang/workdir/go/src/testing/testing.go:1595 +0x23d testing.(*T).Run.func1() /data/golang/workdir/go/src/testing/testing.go:1648 +0x8d ================== --- FAIL: TestIdleConnChannelLeak (0.21s) --- FAIL: TestIdleConnChannelLeak/h1 (0.21s) testing.go:1465: race detected during execution of test testing.go:1465: race detected during execution of test
2023-08-15 03:29 linux-s390x-ibm go@33da4ce4 test.Test (log) --- FAIL: Test (0.07s) --- FAIL: Test/init1.go (5.07s) testdir_test.go:141: exit status 2 allocated 1000 chunks of 1048576 and used 1049720048 memory numGC went 0 to 6 panic: init1 goroutine 1 [running]: panic({0x84760, 0xa75f8}) /data/golang/workdir/go/src/runtime/panic.go:621 +0x156 fp=0xc000498700 sp=0xc000498658 pc=0x46906 main.init.0() /data/golang/workdir/go/test/init1.go:44 +0x3ac fp=0xc000499e20 sp=0xc000498700 pc=0x7b60c runtime.doInit1(0xf00f0) /data/golang/workdir/go/src/runtime/proc.go:6765 +0xfc fp=0xc000499f60 sp=0xc000499e20 pc=0x5b96c runtime.doInit(...) /data/golang/workdir/go/src/runtime/proc.go:6732 runtime.main() /data/golang/workdir/go/src/runtime/proc.go:249 +0x414 fp=0xc000499fd8 sp=0xc000499f60 pc=0x4acd4 runtime.goexit() /data/golang/workdir/go/src/runtime/asm_s390x.s:774 +0x2 fp=0xc000499fd8 sp=0xc000499fd8 pc=0x79282
2023-08-17 01:30 linux-s390x-ibm go@1c003540 runtime/pprof.TestMutexProfile (log) --- FAIL: TestMutexProfile (1.54s) --- FAIL: TestMutexProfile/proto (0.00s) pprof_test.go:1283: parsed proto: PeriodType: contentions count Period: 1 Time: 2023-08-16 23:14:37.428241438 -0400 EDT Samples: contentions/count delay/nanoseconds 1 153274842106: 1 99 15044632: 2 Locations 1: 0x1b7d9f M=1 sync.(*Mutex).Unlock /data/golang/workdir/go/src/sync/mutex.go:223 s=212 runtime/pprof.blockMutexN.func1 /data/golang/workdir/go/src/runtime/pprof/pprof_test.go:1135 s=1132 2: 0x1b7c2b M=1 sync.(*Mutex).Unlock /data/golang/workdir/go/src/sync/mutex.go:223 s=212 runtime/pprof.blockMutexN.func2 /data/golang/workdir/go/src/runtime/pprof/pprof_test.go:1146 s=1143 Mappings 1: 0x10000/0x1d2000/0x0 /data/golang/workdir/tmp/go-build556235237/b001/pprof.test [FN] pprof_test.go:1312: profile samples total 2m33.289886738s, want 10s

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-08-18 16:15 linux-s390x-ibm go@e8a767b6 test.Test (log) --- FAIL: Test (0.05s) --- FAIL: Test/init1.go (3.44s) testdir_test.go:141: exit status 2 allocated 1000 chunks of 1048576 and used 1058108656 memory numGC went 0 to 3 panic: init1 goroutine 1 [running]: panic({0x847a0, 0xa79d0}) /data/golang/workdir/go/src/runtime/panic.go:774 +0x156 fp=0xc000112700 sp=0xc000112658 pc=0x46a66 main.init.0() /data/golang/workdir/go/test/init1.go:44 +0x3ac fp=0xc000113e20 sp=0xc000112700 pc=0x7b86c runtime.doInit1(0xf00f0) /data/golang/workdir/go/src/runtime/proc.go:6767 +0xfc fp=0xc000113f60 sp=0xc000113e20 pc=0x5bb4c runtime.doInit(...) /data/golang/workdir/go/src/runtime/proc.go:6734 runtime.main() /data/golang/workdir/go/src/runtime/proc.go:249 +0x414 fp=0xc000113fd8 sp=0xc000113f60 pc=0x4aeb4 runtime.goexit() /data/golang/workdir/go/src/runtime/asm_s390x.s:774 +0x2 fp=0xc000113fd8 sp=0xc000113fd8 pc=0x79592

watchflakes

bcmills commented 1 year ago

@golang/s390x, there are some interesting-looking failures in here. I strongly recommend that you triage these test failures, and file separate issues for individual failure modes if need.

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-08-21 18:12 linux-s390x-ibm pkgsite@4db46a0f go@63ab68dd mime [build] (log) vet: ../../../../../go/src/mime/encodedword.go:8:2: could not import bytes (open $WORK/b003/_pkg_.a: no such file or directory) mime/multipart: open /data/golang/workdir/tmp/go-build556380248/b132/vet.cfg: no such file or directory google.golang.org/grpc/metadata: open /data/golang/workdir/tmp/go-build556380248/b210/vet.cfg: no such file or directory google.golang.org/grpc/internal/balancerload: open /data/golang/workdir/tmp/go-build556380248/b218/vet.cfg: no such file or directory google.golang.org/grpc/internal/grpcutil: open /data/golang/workdir/tmp/go-build556380248/b221/vet.cfg: no such file or directory google.golang.org/grpc/internal/envconfig: open /data/golang/workdir/tmp/go-build556380248/b230/vet.cfg: no such file or directory golang.org/x/text/unicode/bidi: open /data/golang/workdir/tmp/go-build556380248/b240/vet.cfg: no such file or directory
2023-08-21 18:12 linux-s390x-ibm pkgsite@4db46a0f go@63ab68dd html/template [build] (log) vet: ../../../../../go/src/html/template/attr_string.go:5:8: could not import strconv (open $WORK/b040/_pkg_.a: no such file or directory) golang.org/x/text/unicode/norm: open /data/golang/workdir/tmp/go-build556380248/b241/vet.cfg: no such file or directory golang.org/x/net/http2/hpack: open /data/golang/workdir/tmp/go-build556380248/b242/vet.cfg: no such file or directory google.golang.org/grpc/stats: open /data/golang/workdir/tmp/go-build556380248/b247/vet.cfg: no such file or directory golang.org/x/oauth2/jws: open /data/golang/workdir/tmp/go-build556380248/b257/vet.cfg: no such file or directory
2023-08-21 18:12 linux-s390x-ibm pkgsite@4db46a0f go@63ab68dd github.com/google/pprof/profile [build] (log) vet: ../../../../pkg/mod/github.com/google/pprof@v0.0.0-20211008130755-947d60d73cc0/profile/filter.go:19:8: could not import regexp (open $WORK/b151/_pkg_.a: no such file or directory)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-08-22 20:48 linux-s390x-ibm-race go@a65b4904 net/http.TestQuerySemicolon (log) --- FAIL: TestQuerySemicolon (0.00s) --- FAIL: TestQuerySemicolon/h2 (3.14s) --- FAIL: TestQuerySemicolon/h2/?a=1%3Bx=bad&x=good%3B/allow=true (2.50s) serve_test.go:6583: Get "https://127.0.0.1:35513?a=1%3Bx=bad&x=good%3B": read tcp 127.0.0.1:51280->127.0.0.1:35513: read: connection reset by peer

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-08-24 21:11 linux-s390x-ibm go@612da32f time.TestReset (log) --- FAIL: TestReset (2.50s) sleep_test.go:436: resetting unfired timer returned false
2023-08-29 20:19 linux-s390x-ibm-race go@ad74bc4a net (log) 2023/08/30 04:11:25 killing splice client after 5 second shutdown timeout PASS ================== WARNING: DATA RACE Write at 0x00000069a3b8 by main goroutine: net.uninstallTestHooks() /data/golang/workdir/go/src/net/main_unix_test.go:39 +0xc9 sync.(*Once).doSlow() /data/golang/workdir/go/src/sync/once.go:74 +0xf3 sync.(*Once).Do() ... net.withTCPConnPair() /data/golang/workdir/go/src/net/net_test.go:437 +0x26f net.TestCloseUnblocksRead() /data/golang/workdir/go/src/net/net_test.go:524 +0x5f testing.tRunner() /data/golang/workdir/go/src/testing/testing.go:1595 +0x23d testing.(*T).Run.gowrap1() /data/golang/workdir/go/src/testing/testing.go:1648 +0x8d ================== Found 1 data race(s)
2023-08-30 20:17 linux-s390x-ibm go@2d07bb86 cmd/cgo/internal/testplugin.TestForkExec (log) mkdir -p $TMPDIR/src/testplugin rsync -a testdata/ $TMPDIR/src/testplugin echo 'module testplugin' > $TMPDIR/src/testplugin/go.mod mkdir -p $TMPDIR/alt/src/testplugin rsync -a altpath/testdata/ $TMPDIR/alt/src/testplugin echo 'module testplugin' > $TMPDIR/alt/src/testplugin/go.mod cd $TMPDIR/alt/src/testplugin ( GOPATH=$TMPDIR/alt PWD=$TMPDIR/alt/src/testplugin /data/golang/workdir/go/bin/go build -gcflags '' -buildmode=plugin -o $TMPDIR/src/testplugin/plugin-mismatch.so ./plugin-mismatch ) cd $TMPDIR/src/testplugin ( GOPATH=$TMPDIR PWD=$TMPDIR/src/testplugin LD_LIBRARY_PATH=$TMPDIR/src/testplugin /data/golang/workdir/go/bin/go build -gcflags '' -buildmode=plugin ./plugin1 ) ... pc 0x1432a link 0x142ce *** Test killed with quit: ran too long (4m0s). runtime.gopark(0x1b7de0, 0x0, 0x9, 0x18, 0x1) /data/golang/workdir/go/src/runtime/proc.go:398 +0x136 fp=0xc000075d78 sp=0xc000075d60 pc=0x574a6 runtime.selectgo(0xc000075f10, 0xc000075ef8, 0x0, 0x0, 0x2, 0x1) /data/golang/workdir/go/src/runtime/select.go:327 +0x82e fp=0xc000075eb0 sp=0xc000075d78 pc=0x6be3e cmd/cgo/internal/testplugin_test.TestForkExec(0xc000590820) /data/golang/workdir/go/src/cmd/cgo/internal/testplugin/plugin_test.go:384 +0x1f0 fp=0xc000075f60 sp=0xc000075eb0 pc=0x165700 testing.tRunner(0xc000590820, 0x1b7848)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-09-12 18:53 linux-s390x-ibm-race go@c8396b51 time.TestAfterQueuing (log) --- FAIL: TestAfterQueuing (6.88s) sleep_test.go:303: attempt 0 failed: After calls returned out of order: [0 1 1 9 2 3 4 5 6 6 7 8 6] sleep_test.go:303: attempt 1 failed: After calls returned out of order: [0 1 1 2 4 3 5 7 6 6 6 8 9] sleep_test.go:303: attempt 2 failed: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 9 7 8] sleep_test.go:303: attempt 3 failed: After calls returned out of order: [0 1 1 2 3 4 6 5 6 6 7 8 9] sleep_test.go:303: attempt 4 failed: After calls returned out of order: [0 1 1 7 2 4 5 3 6 6 6 9 8] sleep_test.go:307: After calls returned out of order: [0 1 1 7 2 4 5 3 6 6 6 9 8]

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-09-14 21:33 linux-s390x-ibm telemetry@46be8a51 go@5b123aea x/telemetry/internal/upload.TestDates (log) --- FAIL: TestDates (0.00s) utils_test.go:29: server started at http://127.0.0.1:33857 dates_test.go:45: expected no countfiles, got 1 dates_test.go:45: expected one readyfile, got 0 dates_test.go:45: expected three files in LocalDir, got 2, dates_test.go:45: expected to find "(?s:,. *\"testing\": 1)" in ""

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-09-14 21:33 linux-s390x-ibm telemetry@46be8a51 go@d516aa6b x/telemetry/internal/upload.TestDates (log) --- FAIL: TestDates (0.00s) utils_test.go:29: server started at http://127.0.0.1:33163 dates_test.go:45: expected no countfiles, got 1 dates_test.go:45: expected one readyfile, got 0 dates_test.go:45: expected three files in LocalDir, got 2, dates_test.go:45: expected to find "(?s:,. *\"testing\": 1)" in ""

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-09-19 14:33 linux-s390x-ibm telemetry@dd3d43c2 go@fc57cc31 x/telemetry/internal/upload.TestDates (log) --- FAIL: TestDates (0.00s) utils_test.go:29: server started at http://127.0.0.1:41261 dates_test.go:45: expected no countfiles, got 1 dates_test.go:45: expected one readyfile, got 0 dates_test.go:45: expected three files in LocalDir, got 2, dates_test.go:45: expected to find "(?s:,. *\"testing\": 1)" in ""
2023-09-19 14:33 linux-s390x-ibm telemetry@dd3d43c2 go@9bec49cf x/telemetry/internal/upload.TestDates (log) --- FAIL: TestDates (0.00s) utils_test.go:29: server started at http://127.0.0.1:42529 dates_test.go:45: expected no countfiles, got 1 dates_test.go:45: expected one readyfile, got 0 dates_test.go:45: expected three files in LocalDir, got 2, dates_test.go:45: expected to find "(?s:,. *\"testing\": 1)" in ""
2023-09-20 18:12 linux-s390x-ibm-race go@6f2e1be1 net/http.TestTolerateCRLFBeforeRequestLine (log) ================== WARNING: DATA RACE Read at 0x00c00036dbe3 by goroutine 884: testing.(*common).logDepth() /data/golang/workdir/go/src/testing/testing.go:1015 +0x54f testing.(*common).log() /data/golang/workdir/go/src/testing/testing.go:1002 +0xb5 testing.(*common).Logf() /data/golang/workdir/go/src/testing/testing.go:1053 +0x62 net/http_test.testTransportAndServerSharedBodyRace.func1.1() ... /data/golang/workdir/go/src/testing/testing.go:2050 +0xa07 testing.(*M).Run() /data/golang/workdir/go/src/testing/testing.go:1923 +0xcc7 net/http_test.TestMain() /data/golang/workdir/go/src/net/http/main_test.go:24 +0x87 main.main() _testmain.go:1197 +0x35d ================== --- FAIL: TestTolerateCRLFBeforeRequestLine (0.01s) testing.go:1463: race detected during execution of test

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-09-28 16:39 linux-s390x-ibm telemetry@f51ecf0d go@1e690409 x/telemetry/internal/upload.TestDates (log) --- FAIL: TestDates (0.00s) utils_test.go:33: server started at http://127.0.0.1:42655 dates_test.go:45: expected no countfiles, got 1 dates_test.go:45: expected one readyfile, got 0 dates_test.go:45: expected three files in LocalDir, got 2, dates_test.go:45: expected to find "(?s:,. *\"testing\": 1)" in ""

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-10-02 19:31 linux-s390x-ibm telemetry@b57425d6 go@122b35e8 x/telemetry/internal/upload.TestDates (log) --- FAIL: TestDates (0.00s) utils_test.go:33: server started at http://127.0.0.1:34987 dates_test.go:45: expected no countfiles, got 1 dates_test.go:45: expected one readyfile, got 0 dates_test.go:45: expected three files in LocalDir, got 2, dates_test.go:45: expected to find "(?s:,. *\"testing\": 1)" in ""

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-10-02 19:31 linux-s390x-ibm telemetry@b57425d6 go@e9379a8f x/telemetry/internal/upload.TestDates (log) --- FAIL: TestDates (0.00s) utils_test.go:33: server started at http://127.0.0.1:34395 dates_test.go:45: expected no countfiles, got 1 dates_test.go:45: expected one readyfile, got 0 dates_test.go:45: expected three files in LocalDir, got 2, dates_test.go:45: expected to find "(?s:,. *\"testing\": 1)" in ""

watchflakes