#!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)

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: bcmills

@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.

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

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

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-10-07 12:31 linux-s390x-ibm-race go@f711892a runtime/race.TestRace (log) NoRaceAtomicAddInt64 . RaceAtomicAddInt64 . NoRaceAtomicAddInt32 . NoRaceAtomicLoadAddInt32 . NoRaceAtomicLoadStoreInt32 . NoRaceAtomicStoreCASInt32 . NoRaceAtomicCASLoadInt32 . NoRaceAtomicCASCASInt32 . NoRaceAtomicCASCASInt32_2 . NoRaceAtomicLoadInt64 . ... NoRaceWaitGroupPanicRecover2 . NoRaceWaitGroupTransitive . NoRaceWaitGroupReuse . NoRaceWaitGroupReuse2 . RaceWaitGroupReuse . NoRaceWaitGroupConcurrentAdd . Passed 353 of 354 tests (99.72%, 0+, 1-) 0 expected failures (0 has not fail) --- FAIL: TestRace (10.03s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-10-12 23:27 linux-s390x-ibm go@ef6993f3 net/http.TestRequestWriteTransport (log) --- FAIL: TestRequestWriteTransport (2.42s) requestwrite_test.go:794: test[1]: unexpected Transfer-Encoding in request: GET / HTTP/1.1 Host: example.com User-Agent: Go-http-client/1.1 Transfer-Encoding: chunked Accept-Encoding: gzip 0
2023-10-18 19:51 linux-s390x-ibm-race go@d1cb2483 runtime/race.TestRace (log) NoRaceAtomicAddInt64 . RaceAtomicAddInt64 . NoRaceAtomicAddInt32 . NoRaceAtomicLoadAddInt32 . NoRaceAtomicLoadStoreInt32 . NoRaceAtomicStoreCASInt32 . NoRaceAtomicCASLoadInt32 . NoRaceAtomicCASCASInt32 . NoRaceAtomicCASCASInt32_2 . NoRaceAtomicLoadInt64 . ... NoRaceWaitGroupPanicRecover2 . NoRaceWaitGroupTransitive . NoRaceWaitGroupReuse . NoRaceWaitGroupReuse2 . RaceWaitGroupReuse . NoRaceWaitGroupConcurrentAdd . Passed 353 of 354 tests (99.72%, 0+, 1-) 0 expected failures (0 has not fail) --- FAIL: TestRace (12.90s)
2023-10-21 03:02 linux-s390x-ibm crypto@1d572926 go@566d94fe x/crypto/ssh (log) PASS panic: Log in goroutine after TestServerWindow has completed: server exit reason: read tcp 127.0.0.1:42266->127.0.0.1:35741: read: connection reset by peer goroutine 1658 [running]: testing.(*common).logDepth(0xc00078e000, {0xc00073c180, 0x5d}, 0x3) /data/golang/workdir/go/src/testing/testing.go:1020 +0x592 testing.(*common).log(...) /data/golang/workdir/go/src/testing/testing.go:1002 testing.(*common).Logf(0xc00078e000, {0x35c8d2, 0x16}, {0xc00005dfc0, 0x1, 0x1}) /data/golang/workdir/go/src/testing/testing.go:1053 +0x86 golang.org/x/crypto/ssh.dial.func1() /data/golang/workdir/gopath/src/golang.org/x/crypto/ssh/session_test.go:60 +0x53c created by golang.org/x/crypto/ssh.dial in goroutine 1707 /data/golang/workdir/gopath/src/golang.org/x/crypto/ssh/session_test.go:30 +0x150
2023-10-23 22:56 linux-s390x-ibm go@f09db2bb net.TestReadTimeout (log) 2023/10/23 20:37:47 killing splice client after 5 second shutdown timeout --- FAIL: TestReadTimeout (0.35s) timeout_test.go:364: #1/1: EOF

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-10-28 17:01 linux-s390x-ibm tools@ccc652ac go@8c92897e x/tools/gopls/internal/regtest/watch.TestEditFile (log) #### Start Gopls Test Logs for "TestEditFile/unopened/default" [Trace - 13:34:41.237 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":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-regtest-3082618968/TestEditFile/unopened/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-regtest-3082618968/TestEditFile/unopened/default/proxy","GOSUMDB":"off"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-regtest-3082618968/TestEditFile/unopened/default/work","name":"work"}]} [Trace - 13:34:41.237 PM] Received response 'initialize - (1)' in 0ms. Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.add_telemetry_counters","gopls.apply_fix","gopls.change_signature","gopls.check_upgrades","gopls.edit_go_directive","gopls.fetch_vulncheck_result","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.maybe_prompt_for_telemetry","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_go_work_command","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.start_profile","gopls.stop_profile","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor","gopls.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 8c92897e15d15fbc664cd5a05132ce800cf4017f\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"(unknown)\"}"}} [Trace - 13:34:41.238 PM] Sending notification 'initialized'. ... --- FAIL: TestEditFile (1.95s) --- FAIL: TestEditFile/unopened (1.34s) --- FAIL: TestEditFile/unopened/default (1.34s) watch_test.go:45: unmeetable expectations: Unmeetable: once "All of:\n" is met, must have: no diagnostics for file "a/a.go" state: #### log messages (see RPC logs for full text): Info: "2023/10/28 13:34:41 go info for /data/golang/workd... ... #### diagnostics: a/a.go (version 0): (3, 5) [compiler]: x declared and not used #### outstanding work: #### completed work: Checking telemetry prompt: 1 diagnosing initial workspace load: 1 Setting up workspace: 1

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-11-07 21:12 linux-s390x-ibm go@f56c2933 os/signal.ExampleNotifyContext (log) read newline --- FAIL: ExampleNotifyContext (1.20s) got: missed signal want: context canceled

watchflakes

Comment From: gopherbot

Change https://go.dev/cl/541095 mentions this issue: ssh: eliminate some goroutine leaks in tests and examples

Comment From: gopherbot

Change https://go.dev/cl/541115 mentions this issue: os/signal: remove some arbitrary timeouts in tests

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-11-03 22:08 linux-s390x-ibm tools@942d9acc go@434af853 x/tools/go/packages.TestNewPackagesInOverlay (log) --- FAIL: TestNewPackagesInOverlay (0.00s) --- FAIL: TestNewPackagesInOverlay/Modules (11.32s) --- FAIL: TestNewPackagesInOverlay/Modules/multiple_files_two_packages (0.09s) invoke.go:269: 3.395765ms for GOROOT= GOPATH=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modcache GO111MODULE=on GOPROXY=file:///data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modproxy PWD=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/fake go list -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe invoke.go:269: 10.247019ms for GOROOT= GOPATH=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modcache GO111MODULE=off GOPROXY=file:///data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modproxy PWD=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/fake go list -e -f {{context.ReleaseTags}} -- unsafe invoke.go:269: 80.358939ms for GOROOT= GOPATH=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modcache GO111MODULE=on GOPROXY=file:///data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modproxy PWD=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/fake go list -overlay=/data/golang/workdir/tmp/gopackages-1615584093/overlay.json -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,TestGoFiles,XTestGoFiles,CompiledGoFiles,Export,DepOnly,Imports,ImportMap,TestImports,XTestImports -compiled=true -test=true -export=false -deps=true -find=false -pgo=off -- /data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/fake/e overlay_test.go:460: e.E: got unknown, want "ef_" --- FAIL: TestNewPackagesInOverlay/Modules/multiple_files_three_packages (0.68s) invoke.go:269: 24.869373ms for GOROOT= GOPATH=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modcache GO111MODULE=off GOPROXY=file:///data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modproxy PWD=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/fake go list -e -f {{context.ReleaseTags}} -- unsafe invoke.go:269: 76.821126ms for GOROOT= GOPATH=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modcache GO111MODULE=on GOPROXY=file:///data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modproxy PWD=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/fake go list -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe invoke.go:269: 658.827583ms for GOROOT= GOPATH=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modcache GO111MODULE=on GOPROXY=file:///data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/modproxy PWD=/data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/fake go list -overlay=/data/golang/workdir/tmp/gopackages-1751736215/overlay.json -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,TestGoFiles,XTestGoFiles,CompiledGoFiles,Export,DepOnly,Imports,ImportMap,TestImports,XTestImports -compiled=true -test=true -export=false -deps=true -find=false -pgo=off -- /data/golang/workdir/tmp/TestNewPackagesInOverlay_Modules314400160/fake/e overlay_test.go:460: e.E: got unknown, want "efg_"

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-11-22 01:59 linux-s390x-ibm go@29ca9cc4 runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (3.39s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 4 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.semrelease (0.70s) metrics_test.go:1044: no increase in mutex profile metrics_test.go:1056: lock contention growth in runtime/pprof's view (0.000000s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (0.000000s) metrics_test.go:1085: stack [runtime.unlock runtime.semrelease1 runtime_test.TestRuntimeLockMetricsAndProfile.func6.1 runtime_test.(*contentionWorker).run] has samples totaling n=0 value=0 metrics_test.go:1087: profile: PeriodType: contentions count ... 8: 0x10000/0x4af000/0x0 /data/golang/workdir/tmp/go-build3737106794/b001/runtime.test [FN] 9: 0x3ff70080000/0x3ff7008d000/0x0 /usr/lib64/libnss_files-2.28.so d5439ade4d0ec671938e4da6524393f90d257a2c 10: 0x3ffb9000000/0x3ffb919a000/0x0 /usr/lib64/libc-2.28.so 488fd2a4642f972046dd77bad3705e6625911a3b 11: 0x3ffb9200000/0x3ffb921c000/0x0 /usr/lib64/libpthread-2.28.so f024c1621e82621ea41079a98b3b3a63a6fef9c7 12: 0x3ffb9280000/0x3ffb9296000/0x0 /usr/lib64/libresolv-2.28.so be64c7c2cdbf7a338ec667565ed4835cff61a844 13: 0x3ffb9380000/0x3ffb93a8000/0x0 /usr/lib64/ld-2.28.so 369cc3a745b7185a5225a79b03b95e960a8174bc 14: 0x3ffb93fe000/0x3ffb9400000/0x0 [vdso] metrics_test.go:1089: have stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] metrics_test.go:1089: have stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] metrics_test.go:1091: want stack [runtime.unlock runtime.semrelease1 runtime_test.TestRuntimeLockMetricsAndProfile.func6.1 runtime_test.(*contentionWorker).run]

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-11-21 22:58 linux-s390x-ibm go@e6b76bfc runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (3.05s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 4 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock (2.66s) --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-2 (2.30s) metrics_test.go:1056: lock contention growth in runtime/pprof's view (0.415726s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (3.690941s) metrics_test.go:1085: stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] has samples totaling n=96 value=415725996 metrics_test.go:1199: views differ by more than 3.750000x

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-11-22 15:50 linux-s390x-ibm go@37971b31 runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (3.46s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 8 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.semrelease (1.07s) metrics_test.go:1056: lock contention growth in runtime/pprof's view (0.000004s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (0.000000s) metrics_test.go:1085: stack [runtime.unlock runtime.semrelease1 runtime_test.TestRuntimeLockMetricsAndProfile.func6.1 runtime_test.(*contentionWorker).run] has samples totaling n=0 value=0 metrics_test.go:1087: profile: PeriodType: contentions count Period: 1 ... 7: 0x10000/0x4af000/0x0 /data/golang/workdir/tmp/go-build629452403/b001/runtime.test [FN] 8: 0x3ff9f380000/0x3ff9f51a000/0x0 /usr/lib64/libc-2.28.so 488fd2a4642f972046dd77bad3705e6625911a3b 9: 0x3ff9f580000/0x3ff9f59c000/0x0 /usr/lib64/libpthread-2.28.so f024c1621e82621ea41079a98b3b3a63a6fef9c7 10: 0x3ff9f600000/0x3ff9f616000/0x0 /usr/lib64/libresolv-2.28.so be64c7c2cdbf7a338ec667565ed4835cff61a844 11: 0x3ff9f700000/0x3ff9f728000/0x0 /usr/lib64/ld-2.28.so 369cc3a745b7185a5225a79b03b95e960a8174bc 12: 0x3ff9f77e000/0x3ff9f780000/0x0 [vdso] metrics_test.go:1089: have stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] metrics_test.go:1089: have stack [runtime.unlock runtime.startTheWorldWithSema runtime.gcStart.func3 runtime.systemstack runtime.gcStart runtime.mallocgc runtime.newobject compress/flate.NewWriter compress/gzip.(*Writer).Write runtime/pprof.(*profileBuilder).build runtime/pprof.printCountCycleProfile runtime/pprof.writeProfileInternal runtime/pprof.writeMutex runtime/pprof.(*Profile).WriteTo runtime_test.TestRuntimeLockMetricsAndProfile.func2 runtime_test.TestRuntimeLockMetricsAndProfile.func3 runtime_test.TestRuntimeLockMetricsAndProfile.func4.1 runtime_test.TestRuntimeLockMetricsAndProfile.func6 testing.tRunner] metrics_test.go:1089: have stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] metrics_test.go:1091: want stack [runtime.unlock runtime.semrelease1 runtime_test.TestRuntimeLockMetricsAndProfile.func6.1 runtime_test.(*contentionWorker).run]

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-11-21 21:29 linux-s390x-ibm go@71052169 runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (0.07s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 2 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock (0.07s) --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-2 (0.04s) metrics_test.go:1056: lock contention growth in runtime/pprof's view (0.068352s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (0.016427s) metrics_test.go:1085: stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] has samples totaling n=94 value=68351501 metrics_test.go:1199: views differ by more than 3.750000x
2023-11-21 21:29 linux-s390x-ibm go@71052169 runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (0.15s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 4 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock (0.15s) --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-2 (0.09s) metrics_test.go:1056: lock contention growth in runtime/pprof's view (0.028768s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (0.147208s) metrics_test.go:1085: stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] has samples totaling n=88 value=28768251 metrics_test.go:1199: views differ by more than 3.750000x

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-11-21 21:27 linux-s390x-ibm-race go@48a6362d net/http.TestRequestLimit (log) --- FAIL: TestRequestLimit (0.00s) --- FAIL: TestRequestLimit/h1 (0.75s) serve_test.go:2963: Do: Get "http://127.0.0.1:39831": read tcp 127.0.0.1:35684->127.0.0.1:39831: read: connection reset by peer

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-11-30 13:03 linux-s390x-ibm-race go@b4fa5b16 runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (7.96s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 8 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock (7.69s) --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-2 (0.70s) metrics_test.go:1056: lock contention growth in runtime/pprof's view (0.187262s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (0.847541s) metrics_test.go:1095: stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] has samples totaling n=90 value=187262008 metrics_test.go:1212: views differ by more than 3.750000x

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-11-30 16:41 linux-s390x-ibm go@76d90a34 runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (1.16s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 2 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock (1.16s) --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-2 (0.90s) metrics_test.go:1056: lock contention growth in runtime/pprof's view (0.354971s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (1.382024s) metrics_test.go:1095: stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] has samples totaling n=114 value=354970980 metrics_test.go:1212: views differ by more than 3.750000x

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-12-01 03:42 linux-s390x-ibm tools@b74ea80d go@f7a79cb5 x/tools/gopls/internal/test/integration/fake.TestWorkdir_WriteFile (log) --- FAIL: TestWorkdir_WriteFile (0.07s) workdir_test.go:110: len(events) = 0, want 1

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-12-01 21:24 linux-s390x-ibm-race go@ecb9d9b9 net/http/pprof.TestHandlers (log) ================== WARNING: DATA RACE Write at 0x00c000314190 by goroutine 27: runtime.recvDirect() /data/golang/workdir/go/src/runtime/chan.go:348 +0x9f runtime.(*wakeableSleep).close() /data/golang/workdir/go/src/runtime/trace2.go:975 +0x85 net/http/pprof.Trace() /data/golang/workdir/go/src/net/http/pprof/pprof.go:185 +0x65f net/http/pprof.TestHandlers.func1() ... /data/golang/workdir/go/src/testing/testing.go:1689 +0x255 testing.(*T).Run.gowrap1() /data/golang/workdir/go/src/testing/testing.go:1742 +0x8d Goroutine 17 (running) created at: [failed to restore the stack] ================== --- FAIL: TestHandlers (4.17s) --- FAIL: TestHandlers//debug/pprof/trace (1.06s) testing.go:1398: race detected during execution of test

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-12-02 03:15 linux-s390x-ibm go@de5b418b runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (2.73s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 8 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.semrelease (1.21s) metrics_test.go:1056: lock contention growth in runtime/pprof's view (0.000005s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (0.000000s) metrics_test.go:1095: stack [runtime.unlock runtime.semrelease1 runtime_test.TestRuntimeLockMetricsAndProfile.func6.1 runtime_test.(*contentionWorker).run] has samples totaling n=0 value=0 metrics_test.go:1095: stack [runtime.unlock runtime.semacquire1 runtime.semacquire runtime_test.TestRuntimeLockMetricsAndProfile.func6.1 runtime_test.(*contentionWorker).run] has samples totaling n=0 value=0 metrics_test.go:1098: profile: PeriodType: contentions count ... 8: 0x3ff9c480000/0x3ff9c61a000/0x0 /usr/lib64/libc-2.28.so 488fd2a4642f972046dd77bad3705e6625911a3b 9: 0x3ff9c680000/0x3ff9c69c000/0x0 /usr/lib64/libpthread-2.28.so f024c1621e82621ea41079a98b3b3a63a6fef9c7 10: 0x3ff9c700000/0x3ff9c716000/0x0 /usr/lib64/libresolv-2.28.so be64c7c2cdbf7a338ec667565ed4835cff61a844 11: 0x3ff9c800000/0x3ff9c828000/0x0 /usr/lib64/ld-2.28.so 369cc3a745b7185a5225a79b03b95e960a8174bc 12: 0x3ff9c87e000/0x3ff9c880000/0x0 [vdso] metrics_test.go:1100: have stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] metrics_test.go:1100: have stack [runtime.unlock runtime.schedEnableUser runtime.gcMarkDone runtime.gcBgMarkWorker] metrics_test.go:1100: have stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] metrics_test.go:1103: want stack [runtime.unlock runtime.semrelease1 runtime_test.TestRuntimeLockMetricsAndProfile.func6.1 runtime_test.(*contentionWorker).run] metrics_test.go:1103: want stack [runtime.unlock runtime.semacquire1 runtime.semacquire runtime_test.TestRuntimeLockMetricsAndProfile.func6.1 runtime_test.(*contentionWorker).run]

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-12-02 03:15 linux-s390x-ibm-race go@de5b418b runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.80s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x100370 m=0 sigcode=0 goroutine 21 gp=0xc000084d00 m=0 mp=0x20cf80 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x100370 ... r2 0xc000052850 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x4 r9 0x0 r10 0x0 r11 0x10 r12 0x1 r13 0xc0000049c0 r14 0x510e2 r15 0xc00006dd28 pc 0x94098 link 0x510e2 -----

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-12-04 18:40 linux-s390x-ibm go@1926a0b5 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.42s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x100370 m=0 sigcode=0 goroutine 21 gp=0xc000084d00 m=0 mp=0x20cf80 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x100370 ... r2 0x0 r3 0xc000084d00 r4 0x20cf80 r5 0x0 r6 0x100300 r7 0xc000049800 r8 0x20cf80 r9 0x0 r10 0x0 r11 0x11eb851eb8424b9d r12 0xc0000ae078 r13 0xc000084d00 r14 0x10035e r15 0xc000049fc8 pc 0x100370 link 0x10035e -----

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-12-04 18:17 linux-s390x-ibm-race go@92b6cdeb runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.79s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x100370 m=0 sigcode=0 goroutine 9 gp=0xc000005ba0 m=0 mp=0x20cf80 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc00004ffd8 sp=0xc00004ffc8 pc=0x100370 ... r2 0xfffffffffffffffc r3 0x80 r4 0x0 r5 0xc000025ee0 r6 0x0 r7 0x0 r8 0xc0000044e0 r9 0x0 r10 0x3c0000000 r11 0x0 r12 0x148400 r13 0xc0000044e0 r14 0x51178 r15 0xc000025ea8 pc 0x9409a link 0x51178 -----
2023-12-04 18:40 linux-s390x-ibm-race go@1926a0b5 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.14s) crash_unix_test.go:145: found 2 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x100370 m=0 sigcode=0 goroutine 21 gp=0xc0001289c0 m=0 mp=0x20cf80 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x100370 ... r2 0x0 r3 0xc000052708 r4 0x1 r5 0xc000000000 r6 0x0 r7 0x1 r8 0xc0001284e0 r9 0x0 r10 0x0 r11 0xc000010158 r12 0xc0000487b0 r13 0xc0001284e0 r14 0x10035e r15 0xc0000487c8 pc 0x100370 link 0x10035e -----

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-12-05 23:54 linux-s390x-ibm-race go@1661bf02 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.44s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x101170 m=0 sigcode=0 goroutine 9 gp=0xc0000ac000 m=0 mp=0x20cfc0 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc00004ffd8 sp=0xc00004ffc8 pc=0x101170 ... r2 0xfffffffffffffffc r3 0x80 r4 0x0 r5 0xc000025ee0 r6 0x0 r7 0x0 r8 0xc0000044e0 r9 0x0 r10 0x3c0000000 r11 0x0 r12 0x1486b0 r13 0xc0000044e0 r14 0x51b38 r15 0xc000025ea8 pc 0x94e9a link 0x51b38 -----

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-12-05 20:32 linux-s390x-ibm go@d9243493 net.TestAcceptTimeoutMustReturn (log) 2023/12/06 04:06:47 killing splice client after 5 second shutdown timeout --- FAIL: TestAcceptTimeoutMustReturn (1.44s) timeout_test.go:266: Accept didn't return in an expected time
2023-12-05 20:34 linux-s390x-ibm go@c29444ef cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log) --- FAIL: TestSignalForwardingGo (2.25s) carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2 carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build528665555214635621=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test6279244834931498601/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a] carchive_test.go:704: [./testp] 4 carchive_test.go:756: SIGSEGV: segmentation violation PC=0x107b3d8 m=1 sigcode=0 addr=0x6442400000000 goroutine 0 gp=0xc0000024e0 m=1 mp=0xc000056008 [idle]: runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0) /data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3ffcaf7e288 sp=0x3ffcaf7e288 pc=0x107b3d8 ... r8 0xc000056008 r9 0x0 r10 0x0 r11 0x3ffb2077820 r12 0x0 r13 0xc0000024e0 r14 0x103c792 r15 0x3ffcaf7e288 pc 0x107b3d8 link 0x103c792 ----- carchive_test.go:644: got "signal: aborted (core dumped)"; expected signal "quit" or "segmentation fault"
2023-12-05 20:34 linux-s390x-ibm-race go@c29444ef runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (1.06s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x101170 m=0 sigcode=0 goroutine 9 gp=0xc0000ac000 m=0 mp=0x20cfc0 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc00004ffd8 sp=0xc00004ffc8 pc=0x101170 ... r2 0x0 r3 0xc0000ac000 r4 0x20cfc0 r5 0x0 r6 0x101100 r7 0xc00004f800 r8 0x20cfc0 r9 0x0 r10 0x0 r11 0x11eb851eb842f56d r12 0xc00000e090 r13 0xc0000ac000 r14 0x10115e r15 0xc00004ffc8 pc 0x101170 link 0x10115e -----
2023-12-05 22:42 linux-s390x-ibm-race go@53393062 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.33s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x101170 m=0 sigcode=0 goroutine 21 gp=0xc000082d00 m=0 mp=0x20cfc0 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x101170 ... r2 0xfffffffffffffffc r3 0x80 r4 0x0 r5 0xc000025ee0 r6 0x0 r7 0x0 r8 0xc0000044e0 r9 0x0 r10 0x3c0000000 r11 0x0 r12 0x1486b0 r13 0xc0000044e0 r14 0x51b38 r15 0xc000025ea8 pc 0x94e9a link 0x51b38 -----
2023-12-05 22:42 linux-s390x-ibm go@ba519019 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.10s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x101170 m=0 sigcode=0 goroutine 21 gp=0xc000082d00 m=0 mp=0x20cfc0 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x101170 ... r2 0x0 r3 0xc000082d00 r4 0x20cfc0 r5 0x0 r6 0x101100 r7 0xc000049800 r8 0x20cfc0 r9 0x0 r10 0x0 r11 0xfd70a3d70a2c4b9d r12 0xc0000ac078 r13 0xc000082d00 r14 0x10115e r15 0xc000049fc8 pc 0x101170 link 0x10115e -----
2023-12-06 13:10 linux-s390x-ibm-race go@e4182589 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.30s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x101170 m=0 sigcode=0 goroutine 21 gp=0xc000082d00 m=0 mp=0x20cfc0 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x101170 ... r2 0x0 r3 0xc000082d00 r4 0x20cfc0 r5 0x0 r6 0x101100 r7 0xc000049800 r8 0x20cfc0 r9 0x0 r10 0x0 r11 0xfd70a3d70a2c4b9d r12 0xc0000ac078 r13 0xc000082d00 r14 0x10115e r15 0xc000049fc8 pc 0x101170 link 0x10115e -----
2023-12-06 19:29 linux-s390x-ibm-race go@7b5a3733 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.59s) crash_unix_test.go:145: found 2 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x101170 m=0 sigcode=0 goroutine 9 gp=0xc000005ba0 m=0 mp=0x20cfc0 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc00004ffd8 sp=0xc00004ffc8 pc=0x101170 ... r2 0x0 r3 0xc000005860 r4 0xc000052808 r5 0x0 r6 0x101100 r7 0xc00004e800 r8 0xc000005860 r9 0x0 r10 0x0 r11 0xc000010158 r12 0xc00000e060 r13 0xc000005860 r14 0x10115e r15 0xc00004efc8 pc 0x101170 link 0x10115e -----
2023-12-06 21:39 linux-s390x-ibm-race go@71fc9d4d runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.81s) crash_unix_test.go:145: found 2 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 9 gp=0xc000005a40 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc00004ffd8 sp=0xc00004ffc8 pc=0x1011c0 ... r2 0x0 r3 0xc000005880 r4 0xc000052808 r5 0x0 r6 0x101150 r7 0xc00004f000 r8 0xc000005880 r9 0x0 r10 0x0 r11 0xc000010158 r12 0xc00000e078 r13 0xc000005880 r14 0x1011ae r15 0xc00004f7c8 pc 0x1011c0 link 0x1011ae -----
2023-12-06 21:50 linux-s390x-ibm go@3b8b550a runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.35s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 21 gp=0xc000128700 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x1011c0 ... r2 0x0 r3 0xc000128700 r4 0x20d000 r5 0x0 r6 0x101150 r7 0xc000049800 r8 0x20d000 r9 0x0 r10 0x0 r11 0x1c28f5c28f4aeb9d r12 0xc00011a078 r13 0xc000128700 r14 0x1011ae r15 0xc000049fc8 pc 0x1011c0 link 0x1011ae -----
2023-12-06 21:50 linux-s390x-ibm go@ff9269ee runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (1.35s) crash_unix_test.go:145: found 3 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 21 gp=0xc000082a80 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x1011c0 ... r2 0x0 r3 0xc000082700 r4 0xc000053008 r5 0x0 r6 0x101150 r7 0xc000048800 r8 0xc000082700 r9 0x0 r10 0x0 r11 0xc000010158 r12 0xc0000ac048 r13 0xc000082700 r14 0x1011ae r15 0xc000048fc8 pc 0x1011c0 link 0x1011ae -----
2023-12-06 21:50 linux-s390x-ibm go@ff9269ee runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (7.05s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 8 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock (6.74s) --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-2 (3.73s) metrics_test.go:1056: lock contention growth in runtime/pprof's view (6.437586s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (0.525414s) metrics_test.go:1095: stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] has samples totaling n=100 value=6437585513 metrics_test.go:1212: views differ by more than 3.750000x
2023-12-06 21:50 linux-s390x-ibm go@e914671f runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (1.56s) crash_unix_test.go:145: found 3 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 21 gp=0xc000092a80 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x1011c0 ... r2 0x0 r3 0xc000053808 r4 0x1 r5 0xc000000000 r6 0x0 r7 0x1 r8 0xc000092540 r9 0x0 r10 0x0 r11 0xc000010158 r12 0xc0000487b0 r13 0xc000092540 r14 0x1011ae r15 0xc0000487c8 pc 0x1011c0 link 0x1011ae -----
2023-12-06 21:59 linux-s390x-ibm go@fecaea97 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.55s) crash_unix_test.go:145: found 3 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 9 gp=0xc000005a40 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc00004ffd8 sp=0xc00004ffc8 pc=0x1011c0 ... r2 0x0 r3 0xc000005880 r4 0xc000053008 r5 0x0 r6 0x101150 r7 0xc00004f000 r8 0xc000005880 r9 0x0 r10 0x0 r11 0xc000010158 r12 0xc00000e078 r13 0xc000005880 r14 0x1011ae r15 0xc00004f7c8 pc 0x1011c0 link 0x1011ae -----
2023-12-06 23:34 linux-s390x-ibm go@2b442575 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.48s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 21 gp=0xc000128700 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x1011c0 ... r2 0x0 r3 0x0 r4 0x14 r5 0x0 r6 0x0 r7 0x1 r8 0xf7222018fcb7f2b0 r9 0x0 r10 0x14 r11 0x0 r12 0x148850 r13 0xc000004540 r14 0x692ce r15 0xc000025f30 pc 0x94926 link 0x692ce -----
2023-12-07 01:05 linux-s390x-ibm go@5e724ccb runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (1.30s) crash_unix_test.go:145: found 2 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 21 gp=0xc000082a80 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x1011c0 ... r2 0x0 r3 0xc0000828c0 r4 0xc000052808 r5 0x0 r6 0x101150 r7 0xc000049000 r8 0xc0000828c0 r9 0x0 r10 0x0 r11 0xc000010158 r12 0xc0000ac060 r13 0xc0000828c0 r14 0x1011ae r15 0xc0000497c8 pc 0x1011c0 link 0x1011ae -----
2023-12-07 01:05 linux-s390x-ibm-race go@5e724ccb runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (1.17s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 21 gp=0xc000128700 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x1011c0 ... r2 0xfffffffffffffffc r3 0x80 r4 0x0 r5 0xc000025ee0 r6 0x0 r7 0x0 r8 0xc0001861c0 r9 0x0 r10 0x3c0000000 r11 0x0 r12 0xc000025e08 r13 0xc000004540 r14 0x51b38 r15 0xc000025ea8 pc 0x94eea link 0x51b38 -----
2023-12-07 19:13 linux-s390x-ibm-race go@77e76c43 runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (0.06s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 8 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock (0.05s) --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-1 (0.02s) metrics_test.go:1056: lock contention growth in runtime/pprof's view (0.015928s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (0.167804s) metrics_test.go:1095: stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] has samples totaling n=100 value=14190992 metrics_test.go:1182: views differ by more than 1.500000x
2023-12-08 00:29 linux-s390x-ibm-race go@788a2277 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.14s) crash_unix_test.go:145: found 1 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 9 gp=0xc000005a40 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc00004ffd8 sp=0xc00004ffc8 pc=0x1011c0 ... ----- SIGQUIT: quit PC=0x94926 m=1 sigcode=0 goroutine 0 gp=0xc000004540 m=1 mp=0xc000052008 [idle]: runtime.usleep(0x14) /data/golang/workdir/go/src/runtime/sys_linux_s390x.s:125 +0x56 fp=0xc000025f48 sp=0xc000025f30 pc=0x94926 runtime.sysmon() /data/golang/workdir/go/src/runtime/proc.go:5956 +0xde fp=0xc000025fb8 sp=0xc000025f48 pc=0x692ce
2023-12-08 00:50 linux-s390x-ibm-race go@4bf1ca4b runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.65s) crash_unix_test.go:145: found 2 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 9 gp=0xc000005a40 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc00004ffd8 sp=0xc00004ffc8 pc=0x1011c0 ... r2 0x0 r3 0xc000005880 r4 0xc000052808 r5 0x0 r6 0x101150 r7 0xc00004f000 r8 0xc000005880 r9 0x0 r10 0x0 r11 0xc000010158 r12 0xc00000e078 r13 0xc000005880 r14 0x1011ae r15 0xc00004f7c8 pc 0x1011c0 link 0x1011ae -----
2023-12-08 03:28 linux-s390x-ibm go@78b42a53 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.65s) crash_unix_test.go:145: found 2 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 21 gp=0xc000082a80 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc000049fd8 sp=0xc000049fc8 pc=0x1011c0 ... r2 0xc000053148 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x8fc100f2bb70b23a r9 0x1325c0 r10 0x0 r11 0x24434fd r12 0x1487d0 r13 0xc000005180 r14 0x51aa2 r15 0xc000067e80 pc 0x94ee8 link 0x51aa2 -----

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-12-08 23:05 linux-s390x-ibm go@fe1b2f95 runtime.TestRuntimeLockMetricsAndProfile (log) --- FAIL: TestRuntimeLockMetricsAndProfile (5.11s) metrics_test.go:967: NumCPU 8 metrics_test.go:968: GOMAXPROCS 4 --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock (4.95s) --- FAIL: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-2 (3.79s) metrics_test.go:1056: lock contention growth in runtime/pprof's view (6.040768s) metrics_test.go:1057: lock contention growth in runtime/metrics' view (1.421577s) metrics_test.go:1095: stack [runtime.unlock runtime_test.TestRuntimeLockMetricsAndProfile.func5.1 runtime_test.(*contentionWorker).run] has samples totaling n=118 value=6040767774 metrics_test.go:1212: views differ by more than 3.750000x

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2023-12-09 21:47 linux-s390x-ibm-race go@ca804118 runtime.TestCrashDumpsAllThreads (log) --- FAIL: TestCrashDumpsAllThreads (0.11s) crash_unix_test.go:145: found 2 instances of main.crashDumpsAllThreadsLoop; expected 4 crash_unix_test.go:146: SIGQUIT: quit PC=0x1011c0 m=0 sigcode=0 goroutine 9 gp=0xc000005a40 m=0 mp=0x20d000 [running]: main.crashDumpsAllThreadsLoop(...) /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:44 main.CrashDumpsAllThreads.gowrap1() /data/golang/workdir/go/src/runtime/testdata/testprog/crashdump.go:24 +0x70 fp=0xc00004ffd8 sp=0xc00004ffc8 pc=0x1011c0 ... r2 0x0 r3 0xc000053008 r4 0x1 r5 0xc000000000 r6 0x0 r7 0x1 r8 0xc0001021c0 r9 0x91d00 r10 0x0 r11 0x1 r12 0xc00004e7b0 r13 0xc000005500 r14 0x1011ae r15 0xc00004e7c8 pc 0x1011c0 link 0x1011ae -----

watchflakes

Comment From: bcmills

  • Filed #64650.
  • Updated #64253 to use post instead of default in the watchflakes instructions.
  • Filed #64656.

Comment From: gopherbot

Change https://go.dev/cl/548881 mentions this issue: net: remove an arbitrary timeout in TestAcceptTimeoutMustReturn

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-01-04 23:16 linux-s390x-ibm go@368e2a94 net/http.TestTransportGCRequest (log) --- FAIL: TestTransportGCRequest (0.00s) --- FAIL: TestTransportGCRequest/h2 (8.17s) --- FAIL: TestTransportGCRequest/h2/Body (5.45s) clientserver_test.go:1184: never saw GC of request

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-01-11 23:11 linux-s390x-ibm tools@f572b7ef go@a95136a8 x/tools/gopls/internal/test/marker.Test (log) --- FAIL: Test (1.61s) --- FAIL: Test/suggestedfix/issue65024.txt (7.30s) marker_test.go:301: a/v2/b/b.go:7:21 (suggestedfix/issue65024.txt:25:21): suggestedfix: wrong diff for a/v2/b/b.go: got: @@ -7 +7,5 @@ +// F implements a.I. +func (b *B) F() a.T { + panic("unimplemented") +} ... +import a "testdata/a-a/v2" + @@ -7 +9,5 @@ +// F implements a.I. +func (*B) F() a.T { + panic("unimplemented") +} + @@ -10 +17 @@ -
2024-01-11 23:11 linux-s390x-ibm tools@f572b7ef go@0f3876f8 x/tools/gopls/internal/test/marker.Test (log) --- FAIL: Test (0.47s) --- FAIL: Test/suggestedfix/issue65024.txt (4.92s) marker_test.go:301: a/v2/b/b.go:7:21 (suggestedfix/issue65024.txt:25:21): suggestedfix: wrong diff for a/v2/b/b.go: got: @@ -7 +7,5 @@ +// F implements a.I. +func (b *B) F() a.T { + panic("unimplemented") +} ... +import a "testdata/a-a/v2" + @@ -7 +9,5 @@ +// F implements a.I. +func (*B) F() a.T { + panic("unimplemented") +} + @@ -10 +17 @@ -
2024-01-11 23:11 linux-s390x-ibm tools@f572b7ef go@2540b143 x/tools/gopls/internal/test/marker.Test (log) --- FAIL: Test (0.85s) --- FAIL: Test/suggestedfix/issue65024.txt (1.50s) marker_test.go:301: a/v2/b/b.go:7:21 (suggestedfix/issue65024.txt:25:21): suggestedfix: wrong diff for a/v2/b/b.go: got: @@ -7 +7,5 @@ +// F implements a.I. +func (b *B) F() a.T { + panic("unimplemented") +} ... +import a "testdata/a-a/v2" + @@ -7 +9,5 @@ +// F implements a.I. +func (*B) F() a.T { + panic("unimplemented") +} + @@ -10 +17 @@ -

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-01-17 19:05 linux-s390x-ibm-race go@3c1155ee cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log) --- FAIL: TestSignalForwardingGo (1.67s) carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2 carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build4089691240=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test3627642438/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a] carchive_test.go:704: [./testp] 4 carchive_test.go:756: SIGSEGV: segmentation violation PC=0x107b428 m=1 sigcode=0 addr=0x9baf300000000 goroutine 0 gp=0xc000002540 m=1 mp=0xc000056008 [idle]: runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0) /data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3ffc2c7eff8 sp=0x3ffc2c7eff8 pc=0x107b428 ... r8 0x10553ae r9 0x3ff8e1fe4f4 r10 0x0 r11 0x3ff8e1f7820 r12 0x0 r13 0xc000002540 r14 0x103c742 r15 0x3ffc2c7eff8 pc 0x107b428 link 0x103c742 ----- carchive_test.go:644: got "signal: aborted"; expected signal "quit" or "segmentation fault"

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-01-24 01:42 linux-s390x-ibm tools@df2fa1e9 go@b3acaa82 x/tools/gopls/internal/test/integration/workspace.TestBrokenWorkspace_DuplicateModules (log) #### Start Gopls Test Logs for "TestBrokenWorkspace_DuplicateModules/default" [Trace - 20:56:36.421 PM] Sending request 'initialize - (1)'. Params: {"processId":0,"rootUri":"","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]}}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"formats":null}},"window":{"workDoneProgress":true}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/data/golang/workdir/tmp/gopls-test-1710150337/TestBrokenWorkspace_DuplicateModules/default/gopath","GOPROXY":"file:///data/golang/workdir/tmp/gopls-test-1710150337/TestBrokenWorkspace_DuplicateModules/default/proxy","GOSUMDB":"off"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///data/golang/workdir/tmp/gopls-test-1710150337/TestBrokenWorkspace_DuplicateModules/default/work","name":"work"}]} [Trace - 20:56:36.421 PM] Received response 'initialize - (1)' in 0ms. Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"codeActionProvider":true,"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.add_telemetry_counters","gopls.apply_fix","gopls.change_signature","gopls.check_upgrades","gopls.diagnose_files","gopls.edit_go_directive","gopls.fetch_vulncheck_result","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.maybe_prompt_for_telemetry","gopls.mem_stats","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_go_work_command","gopls.run_govulncheck","gopls.run_tests","gopls.start_debugging","gopls.start_profile","gopls.stop_profile","gopls.test","gopls.tidy","gopls.toggle_gc_details","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor","gopls.views","gopls.workspace_stats"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"range":true,"full":true},"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"devel b3acaa8230e95c232a6f5c30eb7619a0c859ab16\",\"Path\":\"\",\"Main\":{\"Path\":\"\",\"Version\":\"\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":null,\"Version\":\"(unknown)\"}"}} [Trace - 20:56:36.421 PM] Sending notification 'initialized'. ... --- FAIL: TestBrokenWorkspace_DuplicateModules (1.00s) --- FAIL: TestBrokenWorkspace_DuplicateModules/default (1.00s) broken_test.go:112: unmeetable expectations: Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 1 time(s)" is met, must have: no outstanding work state: #### log messages (see RPC logs for full text): Info: "2024/01/23 20:56:36 go info for /data/golang/workd... Error: "2024/01/23 20:56:37 go/packages.Load #23: err: ex... ... package2/vendor/example.com/foo/go.mod (version 0): 0:0 [go list]: packages.Load error: err: exit status 1: stderr: go: module example.com/foo appears multiple times in workspace #### outstanding work: Error loading workspace: 0.00 #### completed work: diagnosing initial workspace load: 1 Setting up workspace: 1 Checking telemetry prompt: 1 diagnosing opened files: 1

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-02-08 03:02 linux-s390x-ibm-race go@1400b268 cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log) --- FAIL: TestSignalForwardingGo (4.56s) carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2 carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build1673195622=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test3560165801/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a] carchive_test.go:704: [./testp] 4 carchive_test.go:756: SIGSEGV: segmentation violation PC=0x107b5e8 m=1 sigcode=0 addr=0x16167100000000 goroutine 0 gp=0xc000002540 m=1 mp=0xc000056008 [idle]: runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0) /data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3fff20fee38 sp=0x3fff20fee38 pc=0x107b5e8 ... r8 0xc000056008 r9 0x0 r10 0x0 r11 0x3ff91277820 r12 0x0 r13 0xc000002540 r14 0x103c882 r15 0x3fff20fee38 pc 0x107b5e8 link 0x103c882 ----- carchive_test.go:644: got "signal: aborted"; expected signal "quit" or "segmentation fault"

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-02-08 20:43 linux-s390x-ibm-race go@c2de2912 cmd/cgo/internal/testcarchive.TestSignalForwardingExternal (log) --- FAIL: TestSignalForwardingExternal (3.91s) carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2 carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build2131353754=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test2562917025/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a] carchive_test.go:704: [./testp] 2 carchive_test.go:756: SIGSEGV: segmentation violation PC=0x107b3de m=6 sigcode=0 addr=0x30787f00000000 goroutine 0 gp=0xc000003a40 m=6 mp=0xc00007e008 [idle]: runtime.rtsigprocmask(0x2, 0x3ff27ffee88, 0x0, 0x8) /data/golang/workdir/go/src/runtime/sys_linux_s390x.s:392 +0x1e fp=0x3ff27ffee60 sp=0x3ff27ffee60 pc=0x107b3de ... r10 0x11405e6 r11 0xc000003a40 r12 0x0 r13 0xc000003a40 r14 0x105d59c r15 0x3ff27ffee60 pc 0x107b3de link 0x105d59c ----- carchive_test.go:621: got "signal: aborted (core dumped)"; expected signal "segmentation fault" or "quit" carchive_test.go:704: [./testp] 2

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-29 23:09 linux-s390x-ibm go@89f7805c crypto/ecdsa.TestECDH (log) --- FAIL: TestECDH (0.00s) --- FAIL: TestECDH/P256 (0.00s) ecdh_test.go:51: P256 point not on curve panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x190a6a] goroutine 19 gp=0xc000120380 m=0 mp=0x31ec00 [running]: panic({0x1b9880, 0x313d70}) /data/golang/workdir/go/src/runtime/panic.go:778 +0x172 fp=0xc00017d908 sp=0xc00017d860 pc=0x561d2 ... crypto/ecdh_test.TestECDH(0xc000156680) /data/golang/workdir/go/src/crypto/ecdh/ecdh_test.go:39 +0x36 fp=0xc000111f60 sp=0xc000111f48 pc=0x18cda6 testing.tRunner(0xc000156680, 0x204978) /data/golang/workdir/go/src/testing/testing.go:1689 +0x14a fp=0xc000111fc0 sp=0xc000111f60 pc=0x11d18a testing.(*T).Run.gowrap1() /data/golang/workdir/go/src/testing/testing.go:1742 +0x64 fp=0xc000111fd8 sp=0xc000111fc0 pc=0x11e554 runtime.goexit({}) /data/golang/workdir/go/src/runtime/asm_s390x.s:797 +0x2 fp=0xc000111fd8 sp=0xc000111fd8 pc=0x9cc02 created by testing.(*T).Run in goroutine 1 /data/golang/workdir/go/src/testing/testing.go:1742 +0x47c
2024-03-29 23:09 linux-s390x-ibm go@89f7805c crypto/ecdsa.TestNoAsm (log) --- FAIL: TestNoAsm (0.05s) --- FAIL: TestNoAsm/P-256 (0.00s) ecdsa_test.go:68: public key invalid: %!s() --- FAIL: TestNoAsm/P-256#01 (0.00s) ecdsa_test.go:87: Verify failed
2024-03-29 23:09 linux-s390x-ibm go@89f7805c crypto/ecdsa.TestKeyGeneration (log) --- FAIL: TestKeyGeneration (0.00s) --- FAIL: TestKeyGeneration/P256 (0.00s) ecdsa_test.go:68: public key invalid: %!s()

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-03-15 15:59 linux-s390x-ibm mod@aa51b25a go@89f7805c x/mod/sumdb/tlog.TestClientLookup (log) --- FAIL: TestClientLookup (0.01s) client_test.go:29: rsc.io/sampler@v1.3.0: checking tree#1 against tree#3: downloaded inconsistent tile
2024-03-15 15:59 linux-s390x-ibm mod@aa51b25a go@89f7805c x/mod/sumdb/tlog.TestClientBadTiles (log) --- FAIL: TestClientBadTiles (0.00s) client_test.go:72: rsc.io/sampler@v1.3.0: checking tree#1 against tree#3: downloaded inconsistent tile
2024-03-15 15:59 linux-s390x-ibm mod@aa51b25a go@89f7805c x/mod/sumdb/tlog.TestClientFork (log) --- FAIL: TestClientFork (0.00s) client_test.go:102: rsc.io/pkg1@v1.5.2: checking tree#1 against tree#5: downloaded inconsistent tile
2024-03-21 09:28 linux-s390x-ibm net@ebc8168a go@89f7805c x/net/internal/quic/cmd/interop.TestTransfer (log) --- FAIL: TestTransfer (0.04s) main_test.go:66: run server: [-listen localhost:0 -cert /data/golang/workdir/tmp/TestTransfer1177054329/003/cert.pem -key /data/golang/workdir/tmp/TestTransfer1177054329/003/key.pem -root /data/golang/workdir/tmp/TestTransfer1177054329/001] main_test.go:81: server: 2024/03/29 20:08:01 tls: private key does not match public key main_test.go:90: server done main_test.go:99: exit status 1
2024-03-21 09:28 linux-s390x-ibm net@ebc8168a go@89f7805c x/net/quic (log) panic: tls: private key does not match public key goroutine 1 [running]: golang.org/x/net/quic.init.func7(...) /data/golang/workdir/gopath/src/golang.org/x/net/quic/tlsconfig_test.go:33 golang.org/x/net/quic.init() /data/golang/workdir/gopath/src/golang.org/x/net/quic/tlsconfig_test.go:36 +0x394
2024-03-26 21:57 linux-s390x-ibm crypto@8d0d405e go@89f7805c x/crypto/openpgp/packet.TestTLSSNI01ChallengeCert (log) --- FAIL: TestTLSSNI01ChallengeCert (0.00s) acme_test.go:652: x509: invalid elliptic curve public key
2024-03-26 21:57 linux-s390x-ibm crypto@8d0d405e go@89f7805c x/crypto/openpgp/packet.TestTLSSNI02ChallengeCert (log) --- FAIL: TestTLSSNI02ChallengeCert (0.00s) acme_test.go:684: x509: invalid elliptic curve public key
2024-03-26 21:57 linux-s390x-ibm crypto@8d0d405e go@89f7805c x/crypto/openpgp/packet.TestTLSALPN01ChallengeCert (log) --- FAIL: TestTLSALPN01ChallengeCert (0.00s) acme_test.go:724: x509: invalid elliptic curve public key

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-02 02:20 linux-s390x-ibm go@3b29222f cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log) --- FAIL: TestSignalForwardingGo (3.17s) carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2 carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build2849972570=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test576979719/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a] carchive_test.go:704: [./testp] 4 carchive_test.go:756: SIGSEGV: segmentation violation PC=0x1085318 m=1 sigcode=0 addr=0x150c4b00000000 goroutine 0 gp=0xc000002540 m=1 mp=0xc000056008 [idle]: runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0) /data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3ffd07ff048 sp=0x3ffd07ff048 pc=0x1085318 ... r8 0x105909a r9 0x3ffa53fe4f4 r10 0x0 r11 0x3ffa53f7820 r12 0x0 r13 0xc000002540 r14 0x1040642 r15 0x3ffd07ff048 pc 0x1085318 link 0x1040642 ----- carchive_test.go:644: got "signal: aborted"; expected signal "quit" or "segmentation fault"

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-19 00:32 linux-s390x-ibm-race go@a6390780 cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log) --- FAIL: TestSignalForwardingGo (3.51s) carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2 carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build1656317868=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test1416594207/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a] carchive_test.go:704: [./testp] 4 carchive_test.go:756: SIGSEGV: segmentation violation PC=0x1085d18 m=1 sigcode=0 addr=0x159d2500000000 goroutine 0 gp=0xc000002540 m=1 mp=0xc000056008 [idle]: runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0) /data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3fffe6fe2f8 sp=0x3fffe6fe2f8 pc=0x1085d18 ... r8 0x10595aa r9 0x3ff830fe4f4 r10 0x0 r11 0x3ff830f7820 r12 0x0 r13 0xc000002540 r14 0x10409b2 r15 0x3fffe6fe2f8 pc 0x1085d18 link 0x10409b2 ----- carchive_test.go:644: got "signal: aborted"; expected signal "quit" or "segmentation fault"

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-22 17:58 linux-s390x-ibm-race go@654c3368 cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log) --- FAIL: TestSignalForwardingGo (1.08s) carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2 carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build808870689=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test1212550566/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a] carchive_test.go:704: [./testp] 4 carchive_test.go:756: SIGSEGV: segmentation violation PC=0x1085da8 m=1 sigcode=0 addr=0x35c70200000000 goroutine 0 gp=0xc000002540 m=1 mp=0xc000056008 [idle]: runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0) /data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3ffcf97f0a8 sp=0x3ffcf97f0a8 pc=0x1085da8 ... r8 0x105962a r9 0x3ff7f4fe4f4 r10 0x0 r11 0x3ff7f4f7820 r12 0x0 r13 0xc000002540 r14 0x1040942 r15 0x3ffcf97f0a8 pc 0x1085da8 link 0x1040942 ----- carchive_test.go:644: got "signal: aborted"; expected signal "quit" or "segmentation fault"

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-05-03 02:38 linux-s390x-ibm go@a3eb55ce internal/trace/v2.TestTraceStressStartStop (log) --- FAIL: TestTraceStressStartStop (4.71s) --- FAIL: TestTraceStressStartStop/Default (4.71s) reader_test.go:112: unexpected error while reading the trace: broken trace: failed to advance: frontier: [gen=5] M 2484026 [ProcStart time=17682579219410880 p=1 p_seq=1] M 2484021 [ProcStart time=17682579220442496 p=3 p_seq=28] G 68 [status=Waiting seq=1 (gen=5)] G 3 [status=Waiting seq=0 (gen=5)] ... String id=146 data="/data/golang/workdir/go/src/net/tcpsockopt_posix.go" String id=147 data="runtime.(*traceAdvancerState).start" String id=148 data="net.(*netFD).Read" String id=149 data="net.(*conn).Read" String id=150 data="net.setKeepAliveInterval"

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-05-09 23:09 linux-s390x-ibm-race go@671696a2 cmd/cgo/internal/testcarchive.TestSignalForwardingGo (log) --- FAIL: TestSignalForwardingGo (5.18s) carchive_test.go:676: go build -buildmode=c-archive -o libgo2.a ./libgo2 carchive_test.go:693: [gcc -fPIC -m64 -march=z196 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/data/golang/workdir/tmp/go-build1147318297=/tmp/go-build -gno-record-gcc-switches -I /data/golang/workdir/tmp/carchive_test3426797958/pkg/linux_s390x_shared/testcarchive -o testp main5.c libgo2.a] carchive_test.go:704: [./testp] 4 carchive_test.go:756: SIGSEGV: segmentation violation PC=0x1086528 m=1 sigcode=0 addr=0x33c58700000000 goroutine 0 gp=0xc000002540 m=1 mp=0xc000056008 [idle]: runtime.futex(0xc000056148, 0x80, 0x0, 0x0, 0x0, 0x0) /data/golang/workdir/go/src/runtime/sys_linux_s390x.s:496 +0x28 fp=0x3fff947f038 sp=0x3fff947f038 pc=0x1086528 ... r8 0x105902a r9 0x3ffb4cfe4f4 r10 0x0 r11 0x3ffb4cf7820 r12 0x0 r13 0xc000002540 r14 0x10404c2 r15 0x3fff947f038 pc 0x1086528 link 0x10404c2 ----- carchive_test.go:644: got "signal: aborted"; expected signal "quit" or "segmentation fault"

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2024-04-15 18:14 linux-s390x-ibm text@8d533a0c go@74a49188 x/text/message/pipeline (log) panic: Cannot range over: func(yield func(E) bool) goroutine 761 [running]: golang.org/x/tools/go/ssa.(*builder).rangeStmt(0xc005ad9e38, 0xc0050eb380, 0xc003b8c5a0, 0x0) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2096 +0x936 golang.org/x/tools/go/ssa.(*builder).stmt(0xc005ad9e38, 0xc0050eb380, {0x6782c0, 0xc003b8c5a0}) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2315 +0xba4 golang.org/x/tools/go/ssa.(*builder).stmtList(...) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:946 golang.org/x/tools/go/ssa.(*builder).stmt(0xc005ad9e38, 0xc0050eb380, {0x678140, 0xc003b9d4d0}) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2277 +0x129c golang.org/x/tools/go/ssa.(*builder).buildFunctionBody(0xc005ad9e38, 0xc0050eb380) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2391 +0x480 golang.org/x/tools/go/ssa.(*builder).buildFunction(0xc005ad9e38, 0xc0050eb380) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2326 +0x4e golang.org/x/tools/go/ssa.(*builder).buildCreated(0xc005ad9e38) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2413 +0x4e golang.org/x/tools/go/ssa.(*Package).build(0xc001413300) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2606 +0xe0e sync.(*Once).doSlow(0xc00141332c, 0xc0056c1fb0) /data/golang/workdir/go/src/sync/once.go:74 +0xde sync.(*Once).Do(...) /data/golang/workdir/go/src/sync/once.go:65 golang.org/x/tools/go/ssa.(*Package).Build(...) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2477 golang.org/x/tools/go/ssa.(*Program).Build.func1(0xc001413300) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2462 +0x70 created by golang.org/x/tools/go/ssa.(*Program).Build in goroutine 18 /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2461 +0x1f6
2024-04-15 18:14 linux-s390x-ibm text@8d533a0c go@a0a6026b x/text/message/pipeline (log) panic: Cannot range over: func(yield func(E) bool) goroutine 513 [running]: golang.org/x/tools/go/ssa.(*builder).rangeStmt(0xc002833e38, 0xc00c55e780, 0xc003342cc0, 0x0) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2096 +0x936 golang.org/x/tools/go/ssa.(*builder).stmt(0xc002833e38, 0xc00c55e780, {0x6782c0, 0xc003342cc0}) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2315 +0xba4 golang.org/x/tools/go/ssa.(*builder).stmtList(...) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:946 golang.org/x/tools/go/ssa.(*builder).stmt(0xc002833e38, 0xc00c55e780, {0x678140, 0xc0033aaae0}) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2277 +0x129c golang.org/x/tools/go/ssa.(*builder).buildFunctionBody(0xc002833e38, 0xc00c55e780) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2391 +0x480 golang.org/x/tools/go/ssa.(*builder).buildFunction(0xc002833e38, 0xc00c55e780) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2326 +0x4e golang.org/x/tools/go/ssa.(*builder).buildCreated(0xc002833e38) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2413 +0x4e golang.org/x/tools/go/ssa.(*Package).build(0xc00493b880) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2606 +0xe0e sync.(*Once).doSlow(0xc00493b8ac, 0xc0015d57b0) /data/golang/workdir/go/src/sync/once.go:74 +0xde sync.(*Once).Do(...) /data/golang/workdir/go/src/sync/once.go:65 golang.org/x/tools/go/ssa.(*Package).Build(...) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2477 golang.org/x/tools/go/ssa.(*Program).Build.func1(0xc00493b880) /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2462 +0x70 created by golang.org/x/tools/go/ssa.(*Program).Build in goroutine 9 /data/golang/workdir/gopath/pkg/mod/golang.org/x/tools@v0.6.0/go/ssa/builder.go:2461 +0x1f6

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-06 10:58 gotip-linux-s390x go@044ca4e5 cmd/cgo/internal/testplugin.TestForkExec [ABORT] (log) === RUN TestForkExec === PAUSE TestForkExec === CONT TestForkExec ( GOPATH=$TMPDIR PWD=$TMPDIR/src/testplugin LD_LIBRARY_PATH=$TMPDIR/src/testplugin /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags '' -o forkexec.exe ./forkexec/main.go ) SIGQUIT: quit PC=0xa7788 m=0 sigcode=0 goroutine 0 gp=0x333a20 m=0 mp=0x3344e0 [idle]: runtime.futex(0x334618, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffdb97e318 sp=0x3ffdb97e318 pc=0xa7788 ... r0 0x0 r1 0xee r2 0x334618 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x333a20 r14 0x567c2 r15 0x3ffdb97e318 pc 0xa7788 link 0x567c2 *** Test killed with quit: ran too long (10m0s).
2025-05-06 10:58 gotip-linux-s390x go@044ca4e5 cmd/cgo/internal/testshared.TestImplicitInclusion [ABORT] (log) === RUN TestImplicitInclusion SIGQUIT: quit PC=0xa7c98 m=0 sigcode=0 goroutine 0 gp=0x416de0 m=0 mp=0x417ca0 [idle]: runtime.futex(0x417dd8, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fffdafe1b8 sp=0x3fffdafe1b8 pc=0xa7c98 runtime.futexsleep(0x417dd8, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:75 +0x52 fp=0x3fffdafe200 sp=0x3fffdafe1b8 pc=0x56cd2 runtime.notesleep(0x417dd8) ... r0 0x0 r1 0xee r2 0x417dd8 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x416de0 r14 0x56cd2 r15 0x3fffdafe1b8 pc 0xa7c98 link 0x56cd2 *** Test killed with quit: ran too long (10m0s).
2025-05-06 10:58 gotip-linux-s390x go@044ca4e5 runtime.TestAbortInCgo [ABORT] (log) === RUN TestAbortInCgo === PAUSE TestAbortInCgo
2025-05-12 14:41 gotip-linux-s390x go@c0eb7ab3 cmd/cgo/internal/testplugin.TestIssue52937 [ABORT] (log) === RUN TestIssue52937 ( GOPATH=$TMPDIR PWD=$TMPDIR/src/testplugin LD_LIBRARY_PATH=$TMPDIR/src/testplugin /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags '' -buildmode=plugin -o issue52937.so ./issue52937/main.go ) SIGQUIT: quit PC=0xa87d8 m=0 sigcode=0 goroutine 0 gp=0x343a00 m=0 mp=0x344900 [idle]: runtime.futex(0x344a38, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd467df08 sp=0x3ffd467df08 pc=0xa87d8 runtime.futexsleep(0x344a38, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:75 +0x52 fp=0x3ffd467df50 sp=0x3ffd467df08 pc=0x575d2 ... r0 0x0 r1 0xee r2 0x344a38 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x343a00 r14 0x575d2 r15 0x3ffd467df08 pc 0xa87d8 link 0x575d2 *** Test killed with quit: ran too long (10m0s).
2025-05-12 14:41 gotip-linux-s390x go@c0eb7ab3 cmd/cgo/internal/testshared.TestABIChecking [ABORT] (log) === RUN TestABIChecking SIGQUIT: quit PC=0xa8ce8 m=0 sigcode=0 goroutine 0 gp=0x416da0 m=0 mp=0x4180a0 [idle]: runtime.futex(0x4181d8, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffead7e268 sp=0x3ffead7e268 pc=0xa8ce8 runtime.futexsleep(0x4181d8, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:75 +0x52 fp=0x3ffead7e2b0 sp=0x3ffead7e268 pc=0x57ae2 runtime.notesleep(0x4181d8) ... r0 0x0 r1 0xee r2 0x4181d8 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x416da0 r14 0x57ae2 r15 0x3ffead7e268 pc 0xa8ce8 link 0x57ae2 *** Test killed with quit: ran too long (10m0s).
2025-05-12 14:41 gotip-linux-s390x go@c0eb7ab3 cmd/go.TestScript/test_relative_cmdline (log) === RUN TestScript/test_relative_cmdline === PAUSE TestScript/test_relative_cmdline === CONT TestScript/test_relative_cmdline script_test.go:139: 2025-05-12T15:08:08Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2015711315/tmpdir810029650/test_relative_cmdline758882837 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2015711315/tmpdir810029650/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin HOME=/no-home CCACHE_DISABLE=1 GOARCH=s390x ... r2 0xfffffffffffffffc r3 0x80 r4 0x0 r5 0x3ff713fedc8 r6 0x0 r7 0x0 r8 0x101ee22 r9 0x3ffb81fe4f4 r10 0x3c0000000 r11 0x0 r12 0x0 r13 0xc000004a80 r14 0x1050f1c r15 0x3ff713fed90 pc 0x10a5d2a link 0x1050f1c script_test.go:163: FAIL: testdata/script/test_relative_cmdline.txt:8: go test ./testimport/p.go ./testimport/p_test.go ./testimport/x_test.go: exit status 2 --- FAIL: TestScript/test_relative_cmdline (14.45s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-15 00:46 gotip-linux-s390x go@c31a5c57 cmd/cgo/internal/testshared.TestIssue44031 [ABORT] (log) === RUN TestIssue44031 shared_test.go:89: go install -buildmode=shared -linkshared ./issue44031/a SIGQUIT: quit PC=0xa8f38 m=0 sigcode=0 goroutine 0 gp=0x416da0 m=0 mp=0x4180a0 [idle]: runtime.futex(0x4181d8, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd8f7e3a8 sp=0x3ffd8f7e3a8 pc=0xa8f38 runtime.futexsleep(0x4181d8, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:75 +0x52 fp=0x3ffd8f7e3f0 sp=0x3ffd8f7e3a8 pc=0x57af2 ... r0 0x0 r1 0xee r2 0x4181d8 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x416da0 r14 0x57af2 r15 0x3ffd8f7e3a8 pc 0xa8f38 link 0x57af2 *** Test killed with quit: ran too long (10m0s).
2025-05-15 05:21 gotip-linux-s390x-race go@3be537e6 testing.TestTRun/newline_between_buffered_log_and_log (log) === RUN TestTRun/newline_between_buffered_log_and_log sub_test.go:634: newline between buffered log and log:output: got: --- FAIL: newline between buffered log and log (0.04s) --- FAIL: newline between buffered log and log/#00 (0.00s) buffered message sub_test.go:596: log want: --- FAIL: newline between buffered log and log (0.00s) --- FAIL: newline between buffered log and log/#00 (0.00s) buffered message sub_test.go:NNN: log --- FAIL: TestTRun/newline_between_buffered_log_and_log (0.04s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-15 17:24 gotip-linux-s390x go@6df855eb cmd/cgo/internal/testplugin.TestIssue53989 [ABORT] (log) === RUN TestIssue53989 ( GOPATH=$TMPDIR PWD=$TMPDIR/src/testplugin LD_LIBRARY_PATH=$TMPDIR/src/testplugin /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags '' -buildmode=plugin -o issue53989.so ./issue53989/plugin.go ) SIGQUIT: quit PC=0x1c33c m=0 sigcode=0 goroutine 0 gp=0x343a00 m=0 mp=0x344900 [idle]: internal/runtime/syscall.Syscall6(0x138, 0x4, 0x3ffdf6fd48c, 0x80, 0x171a0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/asm_linux_s390x.s:17 +0x2c fp=0x3ffdf6fd3e0 sp=0x3ffdf6fd3e0 pc=0x1c33c internal/runtime/syscall.EpollWait(0x4, {0x3ffdf6fd48c, 0x80, 0x80}, 0x80, 0x171a0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/syscall_linux.go:32 +0x74 fp=0x3ffdf6fd440 sp=0x3ffdf6fd3e0 pc=0x1c2d4 ... r0 0x3ffdf6fd48c r1 0x138 r2 0xfffffffffffffffc r3 0x3ffdf6fd48c r4 0x80 r5 0x171a0 r6 0x0 r7 0x0 r8 0x7 r9 0xc000047008 r10 0x5c68352c8 r11 0x0 r12 0x1 r13 0x343a00 r14 0x1c2d4 r15 0x3ffdf6fd3e0 pc 0x1c33c link 0x1c2d4 *** Test killed with quit: ran too long (10m0s).
2025-05-15 17:24 gotip-linux-s390x go@6df855eb runtime.TestAbortInCgo [ABORT] (log) === RUN TestAbortInCgo === PAUSE TestAbortInCgo

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

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

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-16 22:31 gotip-linux-s390x-race go@8798f9e7 runtime/race.TestRace (log) === RUN TestRace race_test.go:50: Failed to run tests: not all tests ran ================== WARNING: DATA RACE Read at 0x00c0000103d8 by goroutine 7: command-line-arguments_test.NewLog.func1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/regression_test.go:20 +0x59 Previous write at 0x00c0000103d8 by main goroutine: command-line-arguments_test.NewLog() ... --- FAIL: TestRaceAtomicAddInt64 (0.00s) === RUN TestNoRaceAtomicAddInt32 --- PASS: TestNoRaceAtomicAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadAddInt32 --- PASS: TestNoRaceAtomicLoadAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadStoreInt32 --- PASS: TestNoRaceAtomicLoadStoreInt32 (0.00s) === RUN TestNoRaceAtomicStoreCASInt32 --- PASS: TestNoRaceAtomicStoreCASInt32 (0.00s) === RUN TestNoRaceAtomicCASLoadInt32 ... /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:2144 +0x1366 fp=0xc00010ffa0 sp=0xc00010fa78 pc=0x4f4e76 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3483 +0xa0 fp=0xc00010ffd8 sp=0xc00010ffa0 pc=0x4fdf90 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00010ffd8 sp=0xc00010ffd8 pc=0xe9392 created by net/http.(*Server).Serve in goroutine 4498 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3483 +0x982 FAIL command-line-arguments 19.682s FAIL --- FAIL: TestRace (33.32s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-16 18:05 gotip-linux-s390x-race go@07a27979 runtime/race.TestRace (log) === RUN TestRace race_test.go:50: Failed to run tests: not all tests ran ================== WARNING: DATA RACE Read at 0x00c0000103d8 by goroutine 7: command-line-arguments_test.NewLog.func1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/regression_test.go:20 +0x59 Previous write at 0x00c0000103d8 by main goroutine: command-line-arguments_test.NewLog() ... --- FAIL: TestRaceAtomicAddInt64 (0.00s) === RUN TestNoRaceAtomicAddInt32 --- PASS: TestNoRaceAtomicAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadAddInt32 --- PASS: TestNoRaceAtomicLoadAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadStoreInt32 --- PASS: TestNoRaceAtomicLoadStoreInt32 (0.00s) === RUN TestNoRaceAtomicStoreCASInt32 --- PASS: TestNoRaceAtomicStoreCASInt32 (0.00s) === RUN TestNoRaceAtomicCASLoadInt32 ... /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:2144 +0x1366 fp=0xc000105fa0 sp=0xc000105a78 pc=0x4f4e76 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3483 +0xa0 fp=0xc000105fd8 sp=0xc000105fa0 pc=0x4fdf90 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000105fd8 sp=0xc000105fd8 pc=0xe9392 created by net/http.(*Server).Serve in goroutine 4498 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3483 +0x982 FAIL command-line-arguments 28.709s FAIL --- FAIL: TestRace (51.29s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-16 14:43 gotip-linux-s390x-race go@b450b540 runtime/race.TestRace (log) === RUN TestRace race_test.go:50: Failed to run tests: not all tests ran ================== WARNING: DATA RACE Read at 0x00c0000103d8 by goroutine 7: command-line-arguments_test.NewLog.func1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/regression_test.go:20 +0x59 Previous write at 0x00c0000103d8 by main goroutine: command-line-arguments_test.NewLog() ... --- FAIL: TestRaceAtomicAddInt64 (0.00s) === RUN TestNoRaceAtomicAddInt32 --- PASS: TestNoRaceAtomicAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadAddInt32 --- PASS: TestNoRaceAtomicLoadAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadStoreInt32 --- PASS: TestNoRaceAtomicLoadStoreInt32 (0.00s) === RUN TestNoRaceAtomicStoreCASInt32 --- PASS: TestNoRaceAtomicStoreCASInt32 (0.00s) === RUN TestNoRaceAtomicCASLoadInt32 ... /home/swarming/.swarming/w/ir/x/w/goroot/src/sync/waitgroup.go:150 +0xc6 fp=0xc000507f80 sp=0xc000507f50 pc=0xf6df6 command-line-arguments_test.TestRaceWaitGroupReuse.func2() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:331 +0x66 fp=0xc000507fd8 sp=0xc000507f80 pc=0x59a516 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000507fd8 sp=0xc000507fd8 pc=0xe9392 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5228 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:330 +0xb6 FAIL command-line-arguments 18.533s FAIL --- FAIL: TestRace (29.76s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-14 20:48 gotip-linux-s390x-race go@ac341b8e runtime/race.TestRace (log) === RUN TestRace race_test.go:50: Failed to run tests: not all tests ran ================== WARNING: DATA RACE Read at 0x00c0000103d8 by goroutine 7: command-line-arguments_test.NewLog.func1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/regression_test.go:20 +0x59 Previous write at 0x00c0000103d8 by main goroutine: command-line-arguments_test.NewLog() ... --- FAIL: TestRaceAtomicAddInt64 (0.00s) === RUN TestNoRaceAtomicAddInt32 --- PASS: TestNoRaceAtomicAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadAddInt32 --- PASS: TestNoRaceAtomicLoadAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadStoreInt32 --- PASS: TestNoRaceAtomicLoadStoreInt32 (0.00s) === RUN TestNoRaceAtomicStoreCASInt32 --- PASS: TestNoRaceAtomicStoreCASInt32 (0.00s) === RUN TestNoRaceAtomicCASLoadInt32 ... /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:2597 +0x1ac fp=0xc0000ddfb8 sp=0xc0000dde20 pc=0x52ad8c net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1945 +0x7c fp=0xc0000ddfd8 sp=0xc0000ddfb8 pc=0x524e4c runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000ddfd8 sp=0xc0000ddfd8 pc=0xe9092 created by net/http.(*Transport).dialConn in goroutine 4496 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1945 +0x3186 FAIL command-line-arguments 11.811s FAIL --- FAIL: TestRace (20.70s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-14 19:32 gotip-linux-s390x-race go@adcad7be runtime/race.TestRace (log) === RUN TestRace race_test.go:50: Failed to run tests: not all tests ran ================== WARNING: DATA RACE Read at 0x00c0000103d8 by goroutine 7: command-line-arguments_test.NewLog.func1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/regression_test.go:20 +0x59 Previous write at 0x00c0000103d8 by main goroutine: command-line-arguments_test.NewLog() ... --- FAIL: TestRaceAtomicAddInt64 (0.00s) === RUN TestNoRaceAtomicAddInt32 --- PASS: TestNoRaceAtomicAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadAddInt32 --- PASS: TestNoRaceAtomicLoadAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadStoreInt32 --- PASS: TestNoRaceAtomicLoadStoreInt32 (0.00s) === RUN TestNoRaceAtomicStoreCASInt32 --- PASS: TestNoRaceAtomicStoreCASInt32 (0.00s) === RUN TestNoRaceAtomicCASLoadInt32 ... /home/swarming/.swarming/w/ir/x/w/goroot/src/sync/waitgroup.go:150 +0xc6 fp=0xc000182f80 sp=0xc000182f50 pc=0xf6926 command-line-arguments_test.TestRaceWaitGroupReuse.func2() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:331 +0x66 fp=0xc000182fd8 sp=0xc000182f80 pc=0x599c36 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000182fd8 sp=0xc000182fd8 pc=0xe9092 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5225 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:330 +0xb6 FAIL command-line-arguments 11.434s FAIL --- FAIL: TestRace (17.98s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-05-19 18:27 gotip-linux-s390x go@d5267900 encoding/gob:race (log) signal: segmentation fault (core dumped) FAIL encoding/gob 0.463s
2025-05-19 18:27 gotip-linux-s390x go@d5267900 flag:race (log) signal: segmentation fault (core dumped) FAIL flag 0.350s
2025-05-19 18:27 gotip-linux-s390x go@d5267900 flag:race-external (log) signal: segmentation fault (core dumped) FAIL flag 0.329s
2025-05-19 18:27 gotip-linux-s390x-race go@d5267900 archive/tar (log) signal: segmentation fault (core dumped) FAIL archive/tar 0.423s
2025-05-19 18:27 gotip-linux-s390x-race go@d5267900 archive/zip (log) signal: segmentation fault (core dumped) FAIL archive/zip 0.370s
2025-05-19 18:27 gotip-linux-s390x-race go@d5267900 bufio (log) signal: segmentation fault (core dumped) FAIL bufio 0.347s
2025-05-19 19:42 gotip-linux-s390x go@d93bea0e encoding/gob:race (log) signal: segmentation fault (core dumped) FAIL encoding/gob 0.744s
2025-05-19 19:42 gotip-linux-s390x go@d93bea0e flag:race (log) signal: segmentation fault (core dumped) FAIL flag 0.438s
2025-05-19 19:42 gotip-linux-s390x go@d93bea0e flag:race-external (log) signal: segmentation fault (core dumped) FAIL flag 1.194s
2025-05-19 19:47 gotip-linux-s390x-race go@db956262 archive/tar (log) signal: segmentation fault (core dumped) FAIL archive/tar 0.291s
2025-05-19 19:47 gotip-linux-s390x-race go@db956262 archive/zip (log) signal: segmentation fault (core dumped) FAIL archive/zip 0.330s
2025-05-19 19:47 gotip-linux-s390x-race go@db956262 bufio (log) signal: segmentation fault (core dumped) FAIL bufio 0.352s
2025-05-19 19:52 gotip-linux-s390x go@fd6afa35 encoding/gob:race (log) signal: segmentation fault (core dumped) FAIL encoding/gob 0.589s
2025-05-19 19:52 gotip-linux-s390x go@fd6afa35 flag:race (log) signal: segmentation fault (core dumped) FAIL flag 1.202s
2025-05-19 19:52 gotip-linux-s390x go@fd6afa35 flag:race-external (log) signal: segmentation fault (core dumped) FAIL flag 0.349s
2025-05-19 19:52 gotip-linux-s390x-race go@fd6afa35 archive/tar (log) signal: segmentation fault (core dumped) FAIL archive/tar 0.686s
2025-05-19 19:52 gotip-linux-s390x-race go@fd6afa35 archive/zip (log) signal: segmentation fault (core dumped) FAIL archive/zip 0.729s
2025-05-19 19:52 gotip-linux-s390x-race go@fd6afa35 bufio (log) signal: segmentation fault (core dumped) FAIL bufio 0.609s
2025-05-19 21:07 gotip-linux-s390x go@2cde9500 encoding/gob:race (log) signal: segmentation fault (core dumped) FAIL encoding/gob 0.299s
2025-05-19 21:07 gotip-linux-s390x go@2cde9500 flag:race (log) signal: segmentation fault (core dumped) FAIL flag 0.413s
2025-05-19 21:07 gotip-linux-s390x go@2cde9500 flag:race-external (log) signal: segmentation fault (core dumped) FAIL flag 0.307s
2025-05-19 21:07 gotip-linux-s390x-race go@2cde9500 archive/tar (log) signal: segmentation fault (core dumped) FAIL archive/tar 0.299s
2025-05-19 21:07 gotip-linux-s390x-race go@2cde9500 archive/zip (log) signal: segmentation fault (core dumped) FAIL archive/zip 0.339s
2025-05-19 21:07 gotip-linux-s390x-race go@2cde9500 bufio (log) signal: segmentation fault (core dumped) FAIL bufio 0.307s

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-02 21:22 x_tools-go1.24-linux-s390x-race tools@58e5e623 release-branch.go1.24@9f9cf28f x/tools/gopls/internal/test/integration/workspace.TestBrokenWorkspace_DuplicateModules/default (log) === RUN TestBrokenWorkspace_DuplicateModules/default broken_test.go:107: the following condition is Unmeetable: once the following is met: all of: completed work "diagnosing opened files" at least 1 time completed work "diagnosing files changed on disk" at least 1 time must have: no outstanding work reason: postcondition is not met: ... [Trace - 02:34:06.305 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2195158109/TestBrokenWorkspace_DuplicateModules/default/work/go.work","diagnostics":[]} [Trace - 02:34:06.308 AM] Received notification '$/progress'. Params: {"token":"5136091778858410320","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestBrokenWorkspace_DuplicateModules/default" --- FAIL: TestBrokenWorkspace_DuplicateModules/default (3.09s)
2025-06-02 22:28 gotip-linux-s390x go@eebae283 cmd/go.TestScript/list_empty_importpath (log) === RUN TestScript/list_empty_importpath === PAUSE TestScript/list_empty_importpath === CONT TestScript/list_empty_importpath script_test.go:139: 2025-06-03T08:25:52Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3521806127/tmpdir1012287943/list_empty_importpath2957985234 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3521806127/tmpdir1012287943/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin HOME=/no-home CCACHE_DISABLE=1 GOARCH=s390x ... panic: LoadImport called with empty package path [recovered, repanicked] goroutine 1 gp=0xc0000041c0 m=0 mp=0x1ff5980 [running]: panic({0x1908de0, 0x1b72310}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc000205a28 sp=0xc000205980 pc=0x10a1102 cmd/go/internal/load.(*preload).flush(0xc000047540) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0xb6 fp=0xc000205a50 sp=0xc000205a28 pc=0x167a616 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x5e fp=0xc000205a60 sp=0xc000205a50 pc=0x168c42e panic({0x1908de0, 0x1b72310}) ... goroutine 10 gp=0xc0001e8380 m=nil [runnable]: cmd/go/internal/load.(*preload).preloadMatches.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1078 fp=0xc000070fd8 sp=0xc000070fd8 pc=0x1679e20 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000070fd8 sp=0xc000070fd8 pc=0x10aab02 created by cmd/go/internal/load.(*preload).preloadMatches in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1078 +0x9e script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:6: go list -e all: exit status 2 --- FAIL: TestScript/list_empty_importpath (3.78s)
2025-06-02 22:28 gotip-linux-s390x-race go@eebae283 time.TestAfterQueuing/impl=func (log) === RUN TestAfterQueuing/impl=func sleep_test.go:437: attempt 0 failed: After calls returned out of order: [0 1 1 2 3 6 4 5 6 6 7 8 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 4 3 5 8 6 6 6 7 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 3 7 4 5 6 6 6 8 9] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 6 3 2 5 6 6 4 8 7 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 4 6 5 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 6 5 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=func (5.66s)
2025-06-03 19:59 x_tools-gotip-linux-s390x-race tools@6e8a193e go@cfb4e9bc x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:44595 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:44595 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 20:03:37.110 PM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-973494824/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-973494824/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-973494824/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-973494824/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 20:03:37.551 PM] Received response 'workspace/executeCommand - (2)' in 17ms. Result: {"URLs":["http://127.0.0.1:44595"]} [Trace - 20:03:37.718 PM] Received notification '$/progress'. Params: {"token":"3257122731349543486","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (11.37s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 11:14 x_tools-gotip-linux-s390x-race tools@61f37dc0 go@cfb4e9bc x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:46397 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:46397 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 08:23:00.414 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-71566721/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-71566721/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-71566721/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-71566721/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 08:23:01.225 AM] Received response 'workspace/executeCommand - (2)' in 51ms. Result: {"URLs":["http://127.0.0.1:46397"]} [Trace - 08:23:01.241 AM] Received notification '$/progress'. Params: {"token":"5058148249021604111","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (10.91s)
2025-06-04 14:51 x_tools-gotip-linux-s390x-race tools@e43ca0ca go@5b748eed x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:35983 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:35983 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 11:24:30.786 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2012042206/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-2012042206/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2012042206/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2012042206/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 11:24:34.238 AM] Received response 'workspace/executeCommand - (2)' in 1305ms. Result: {"URLs":["http://127.0.0.1:35983"]} [Trace - 11:24:34.644 AM] Received notification '$/progress'. Params: {"token":"5879970868389119823","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (14.46s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 14:51 x_tools-go1.23-linux-s390x tools@e43ca0ca release-branch.go1.23@c2c89d95 x/tools/gopls/internal/test/integration/workspace.TestUseGoWork/default (log) === RUN TestUseGoWork/default workspace_test.go:664: context deadline exceeded #### Start Gopls Test Logs for "TestUseGoWork/default" [Trace - 12:35:57.502 PM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-186978809/TestUseGoWork/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-186978809/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-186978809/TestUseGoWork/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"subdirWatchPatterns":"on","verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-186978809/TestUseGoWork/default/work","name":"work"}]} [Trace - 12:35:57.503 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":{"codeActionKinds":["gopls.doc.features","quickfix","refactor.extract.constant","refactor.extract.constant-all","refactor.extract.function","refactor.extract.method","refactor.extract.toNewFile","refactor.extract.variable","refactor.extract.variable-all","refactor.inline.call","refactor.inline.variable","refactor.rewrite.changeQuote","refactor.rewrite.fillStruct","refactor.rewrite.fillSwitch","refactor.rewrite.invertIf","refactor.rewrite.joinLines","refactor.rewrite.removeUnusedParam","refactor.rewrite.splitLines","source.assembly","source.doc","source.fixAll","source.freesymbols","source.organizeImports"],"resolveProvider":true},"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.add_telemetry_counters","gopls.add_test","gopls.apply_fix","gopls.assembly","gopls.change_signature","gopls.check_upgrades","gopls.client_open_url","gopls.diagnose_files","gopls.doc","gopls.edit_go_directive","gopls.extract_to_new_file","gopls.fetch_vulncheck_result","gopls.free_symbols","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.maybe_prompt_for_telemetry","gopls.mem_stats","gopls.modify_tags","gopls.modules","gopls.package_symbols","gopls.packages","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_go_work_command","gopls.run_govulncheck","gopls.run_tests","gopls.scan_imports","gopls.start_debugging","gopls.start_profile","gopls.stop_profile","gopls.tidy","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor","gopls.views","gopls.vulncheck","gopls.workspace_stats"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","typeParameter","parameter","variable","function","method","macro","keyword","comment","string","number","operator","label"],"tokenModifiers":["definition","readonly","defaultLibrary","array","bool","chan","format","interface","map","number","pointer","signature","slice","string","struct"]},"range":true,"full":true},"typeHierarchyProvider":true,"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"},"fileOperations":{"didCreate":{"filters":[{"scheme":"file","pattern":{"glob":"**/*.go"}}]}}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"go1.24.2\",\"Path\":\"golang.org/x/tools/gopls/internal/test/integration/workspace.test\",\"Main\":{\"Path\":\"golang.org/x/tools/gopls\",\"Version\":\"(devel)\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":[{\"Key\":\"-buildmode\",\"Value\":\"exe\"},{\"Key\":\"-compiler\",\"Value\":\"gc\"},{\"Key\":\"CGO_ENABLED\",\"Value\":\"1\"},{\"Key\":\"CGO_CFLAGS\",\"Value\":\"\"},{\"Key\":\"CGO_CPPFLAGS\",\"Value\":\"\"},{\"Key\":\"CGO_CXXFLAGS\",\"Value\":\"\"},{\"Key\":\"CGO_LDFLAGS\",\"Value\":\"\"},{\"Key\":\"GOARCH\",\"Value\":\"s390x\"},{\"Key\":\"GOOS\",\"Value\":\"linux\"}],\"Version\":\"(devel)\"}"}} ... [Trace - 12:36:27.725 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/04 12:36:27 background imports cache refresh starting\n"} [Trace - 12:36:27.725 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/04 12:36:27 background refresh finished after 57.242866ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (535.67s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 18:03 x_tools-gotip-linux-s390x-race tools@4546fbd0 go@3432c684 x/tools/gopls/internal/test/integration/workspace.TestUseGoWork/default (log) === RUN TestUseGoWork/default workspace_test.go:664: context deadline exceeded #### Start Gopls Test Logs for "TestUseGoWork/default" [Trace - 16:06:51.539 PM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2888563197/TestUseGoWork/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-2888563197/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2888563197/TestUseGoWork/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"subdirWatchPatterns":"on","verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2888563197/TestUseGoWork/default/work","name":"work"}]} [Trace - 16:06:51.541 PM] Received response 'initialize - (1)' in 1ms. 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":{"codeActionKinds":["gopls.doc.features","quickfix","refactor.extract.constant","refactor.extract.constant-all","refactor.extract.function","refactor.extract.method","refactor.extract.toNewFile","refactor.extract.variable","refactor.extract.variable-all","refactor.inline.call","refactor.inline.variable","refactor.rewrite.changeQuote","refactor.rewrite.fillStruct","refactor.rewrite.fillSwitch","refactor.rewrite.invertIf","refactor.rewrite.joinLines","refactor.rewrite.removeUnusedParam","refactor.rewrite.splitLines","source.assembly","source.doc","source.fixAll","source.freesymbols","source.organizeImports"],"resolveProvider":true},"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.add_telemetry_counters","gopls.add_test","gopls.apply_fix","gopls.assembly","gopls.change_signature","gopls.check_upgrades","gopls.client_open_url","gopls.diagnose_files","gopls.doc","gopls.edit_go_directive","gopls.extract_to_new_file","gopls.fetch_vulncheck_result","gopls.free_symbols","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.maybe_prompt_for_telemetry","gopls.mem_stats","gopls.modify_tags","gopls.modules","gopls.package_symbols","gopls.packages","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_go_work_command","gopls.run_govulncheck","gopls.run_tests","gopls.scan_imports","gopls.start_debugging","gopls.start_profile","gopls.stop_profile","gopls.tidy","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor","gopls.views","gopls.vulncheck","gopls.workspace_stats"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","typeParameter","parameter","variable","function","method","macro","keyword","comment","string","number","operator","label"],"tokenModifiers":["definition","readonly","defaultLibrary","array","bool","chan","format","interface","map","number","pointer","signature","slice","string","struct"]},"range":true,"full":true},"typeHierarchyProvider":true,"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"},"fileOperations":{"didCreate":{"filters":[{"scheme":"file","pattern":{"glob":"**/*.go"}}]}}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"go1.25-devel_3432c68467d50ffc622fed230a37cd401d82d4bf\",\"Path\":\"golang.org/x/tools/gopls/internal/test/integration/workspace.test\",\"Main\":{\"Path\":\"golang.org/x/tools/gopls\",\"Version\":\"(devel)\"},\"Settings\":[{\"Key\":\"-buildmode\",\"Value\":\"exe\"},{\"Key\":\"-compiler\",\"Value\":\"gc\"},{\"Key\":\"-race\",\"Value\":\"true\"},{\"Key\":\"DefaultGODEBUG\",\"Value\":\"containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\"},{\"Key\":\"CGO_ENABLED\",\"Value\":\"1\"},{\"Key\":\"CGO_CFLAGS\"},{\"Key\":\"CGO_CPPFLAGS\"},{\"Key\":\"CGO_CXXFLAGS\"},{\"Key\":\"CGO_LDFLAGS\"},{\"Key\":\"GOARCH\",\"Value\":\"s390x\"},{\"Key\":\"GOOS\",\"Value\":\"linux\"}],\"Version\":\"(devel)\"}"}} ... [Trace - 16:07:23.287 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/04 16:07:23 background imports cache refresh starting\n"} [Trace - 16:07:23.289 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/04 16:07:23 background refresh finished after 194.64609ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (1057.10s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 17:44 x_tools-gotip-linux-s390x tools@f3c581ff go@3432c684 x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:40077 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:40077 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 22:09:56.839 PM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-157890924/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-157890924/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-157890924/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-157890924/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 22:09:58.303 PM] Received response 'workspace/executeCommand - (2)' in 20ms. Result: {"URLs":["http://127.0.0.1:40077"]} [Trace - 22:09:58.327 PM] Received notification '$/progress'. Params: {"token":"5965019069164329393","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (11.51s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 14:40 gotip-linux-s390x-race go@5b748eed cmd/go.TestScript/list_empty_importpath (log) === RUN TestScript/list_empty_importpath === PAUSE TestScript/list_empty_importpath === CONT TestScript/list_empty_importpath script_test.go:139: 2025-06-05T03:48:56Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2650470535/tmpdir2342570442/list_empty_importpath3052071405 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2650470535/tmpdir2342570442/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin HOME=/no-home CCACHE_DISABLE=1 GOARCH=s390x ... panic: LoadImport called with empty package path [recovered, repanicked] goroutine 1 gp=0xc0000041c0 m=0 mp=0x26a2080 [running]: panic({0x1edf7e0, 0x21a8730}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc0001d9300 sp=0xc0001d9258 pc=0x10b5e42 cmd/go/internal/load.(*preload).flush(0xc000184ca0) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x112 fp=0xc0001d9328 sp=0xc0001d9300 pc=0x1a746e2 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x7c fp=0xc0001d9348 sp=0xc0001d9328 pc=0x1a92c9c panic({0x1edf7e0, 0x21a8730}) ... goroutine 21 gp=0xc0001ee1c0 m=nil [runnable]: cmd/go/internal/load.(*preload).preloadMatches.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1078 fp=0xc00006a7d8 sp=0xc00006a7d8 pc=0x1a739b0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00006a7d8 sp=0xc00006a7d8 pc=0x10bfd82 created by cmd/go/internal/load.(*preload).preloadMatches in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1078 +0x10a script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:6: go list -e all: exit status 2 --- FAIL: TestScript/list_empty_importpath (2.57s)
2025-06-04 14:40 gotip-linux-s390x-race go@5b748eed runtime/race.TestRace (log) === RUN TestRace race_test.go:50: Failed to run tests: not all tests ran ================== WARNING: DATA RACE Read at 0x00c0000103d8 by goroutine 8: command-line-arguments_test.NewLog.func1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/regression_test.go:20 +0x59 Previous write at 0x00c0000103d8 by main goroutine: command-line-arguments_test.NewLog() ... --- FAIL: TestRaceAtomicAddInt64 (0.00s) === RUN TestNoRaceAtomicAddInt32 --- PASS: TestNoRaceAtomicAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadAddInt32 --- PASS: TestNoRaceAtomicLoadAddInt32 (0.00s) === RUN TestNoRaceAtomicLoadStoreInt32 --- PASS: TestNoRaceAtomicLoadStoreInt32 (0.00s) === RUN TestNoRaceAtomicStoreCASInt32 --- PASS: TestNoRaceAtomicStoreCASInt32 (0.00s) === RUN TestNoRaceAtomicCASLoadInt32 ... /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:2145 +0x1366 fp=0xc00012ffa0 sp=0xc00012fa78 pc=0x4fee76 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0xa0 fp=0xc00012ffd8 sp=0xc00012ffa0 pc=0x507fb0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00012ffd8 sp=0xc00012ffd8 pc=0xeefa2 created by net/http.(*Server).Serve in goroutine 4499 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x982 FAIL command-line-arguments 22.134s FAIL --- FAIL: TestRace (35.50s)
2025-06-04 17:44 x_tools-gotip-linux-s390x-race tools@f3c581ff go@3432c684 x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:35943 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:35943 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 23:02:23.362 PM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-615292547/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-615292547/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-615292547/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-615292547/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 23:02:28.970 PM] Received response 'workspace/executeCommand - (2)' in 11ms. Result: {"URLs":["http://127.0.0.1:35943"]} [Trace - 23:02:29.003 PM] Received notification '$/progress'. Params: {"token":"52733692101630026","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (16.56s)
2025-06-04 17:44 x_tools-gotip-linux-s390x-race tools@f3c581ff go@3432c684 x/tools/internal/modindex.TestIncrementalNope (log) === RUN TestIncrementalNope dir_test.go:146: failed to write updated index 2025/06/04 22:40:57 DIR: bad,guy.com/go@v0.1.0 dir_test.go:163: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, Cachedir: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1098931717/001", Changed: s"2025-06-04 22:40:56 -0400 EDT", Entries: []modindex.Entry{ - { - Dir: "bad,guy.com/go@v0.1.0", - ImportPath: "bad,guy.com/go", - PkgName: "foo", - Version: "v0.1.0", - Names: []string{"Foo F 0"}, - }, {Dir: "cloud.google.com/go/compute@v1.7.0/metadata", ImportPath: "cloud.google.com/go/compute/metadata", PkgName: "foo", Version: "v1.7.0", ...}, {Dir: "cloud.google.com/go@v0.104.0/longrunning", ImportPath: "cloud.google.com/go/longrunning", PkgName: "foo", Version: "v0.104.0", ...}, }, } --- FAIL: TestIncrementalNope (0.12s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 17:43 x_tools-gotip-linux-s390x tools@d9bacab5 go@3432c684 x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:38005 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:38005 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 00:23:35.181 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2294537075/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-2294537075/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2294537075/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2294537075/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 00:23:36.396 AM] Received response 'workspace/executeCommand - (2)' in 38ms. Result: {"URLs":["http://127.0.0.1:38005"]} [Trace - 00:23:36.436 AM] Received notification '$/progress'. Params: {"token":"2135358489203501584","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (11.49s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 17:43 x_tools-gotip-linux-s390x-race tools@d9bacab5 go@3432c684 x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:40589 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:40589 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 01:01:57.589 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-4157244081/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-4157244081/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-4157244081/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-4157244081/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 01:01:58.193 AM] Received response 'workspace/executeCommand - (2)' in 100ms. Result: {"URLs":["http://127.0.0.1:40589"]} [Trace - 01:01:58.675 AM] Received notification '$/progress'. Params: {"token":"8275875302119618654","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (11.73s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 16:15 x_tools-go1.24-linux-s390x-race tools@33d59880 release-branch.go1.24@9f9cf28f x/tools/gopls/internal/test/integration/workspace.TestUseGoWork/default (log) === RUN TestUseGoWork/default workspace_test.go:664: context deadline exceeded #### Start Gopls Test Logs for "TestUseGoWork/default" [Trace - 02:44:33.879 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3364570135/TestUseGoWork/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-3364570135/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3364570135/TestUseGoWork/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"subdirWatchPatterns":"on","verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3364570135/TestUseGoWork/default/work","name":"work"}]} [Trace - 02:44:33.881 AM] Received response 'initialize - (1)' in 1ms. 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":{"codeActionKinds":["gopls.doc.features","quickfix","refactor.extract.constant","refactor.extract.constant-all","refactor.extract.function","refactor.extract.method","refactor.extract.toNewFile","refactor.extract.variable","refactor.extract.variable-all","refactor.inline.call","refactor.inline.variable","refactor.rewrite.changeQuote","refactor.rewrite.fillStruct","refactor.rewrite.fillSwitch","refactor.rewrite.invertIf","refactor.rewrite.joinLines","refactor.rewrite.removeUnusedParam","refactor.rewrite.splitLines","source.assembly","source.doc","source.fixAll","source.freesymbols","source.organizeImports"],"resolveProvider":true},"codeLensProvider":{},"documentLinkProvider":{},"workspaceSymbolProvider":true,"documentFormattingProvider":true,"renameProvider":true,"foldingRangeProvider":true,"selectionRangeProvider":true,"executeCommandProvider":{"commands":["gopls.add_dependency","gopls.add_import","gopls.add_telemetry_counters","gopls.add_test","gopls.apply_fix","gopls.assembly","gopls.change_signature","gopls.check_upgrades","gopls.client_open_url","gopls.diagnose_files","gopls.doc","gopls.edit_go_directive","gopls.extract_to_new_file","gopls.fetch_vulncheck_result","gopls.free_symbols","gopls.gc_details","gopls.generate","gopls.go_get_package","gopls.list_imports","gopls.list_known_packages","gopls.maybe_prompt_for_telemetry","gopls.mem_stats","gopls.modify_tags","gopls.modules","gopls.package_symbols","gopls.packages","gopls.regenerate_cgo","gopls.remove_dependency","gopls.reset_go_mod_diagnostics","gopls.run_go_work_command","gopls.run_govulncheck","gopls.run_tests","gopls.scan_imports","gopls.start_debugging","gopls.start_profile","gopls.stop_profile","gopls.tidy","gopls.update_go_sum","gopls.upgrade_dependency","gopls.vendor","gopls.views","gopls.vulncheck","gopls.workspace_stats"]},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["namespace","type","typeParameter","parameter","variable","function","method","macro","keyword","comment","string","number","operator","label"],"tokenModifiers":["definition","readonly","defaultLibrary","array","bool","chan","format","interface","map","number","pointer","signature","slice","string","struct"]},"range":true,"full":true},"typeHierarchyProvider":true,"inlayHintProvider":{},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":"workspace/didChangeWorkspaceFolders"},"fileOperations":{"didCreate":{"filters":[{"scheme":"file","pattern":{"glob":"**/*.go"}}]}}}},"serverInfo":{"name":"gopls","version":"{\"GoVersion\":\"go1.24.3-devel_9f9cf28f8fe67e6c17123cae2d89f116504f2be1\",\"Path\":\"golang.org/x/tools/gopls/internal/test/integration/workspace.test\",\"Main\":{\"Path\":\"golang.org/x/tools/gopls\",\"Version\":\"(devel)\",\"Sum\":\"\",\"Replace\":null},\"Deps\":null,\"Settings\":[{\"Key\":\"-buildmode\",\"Value\":\"exe\"},{\"Key\":\"-compiler\",\"Value\":\"gc\"},{\"Key\":\"-race\",\"Value\":\"true\"},{\"Key\":\"CGO_ENABLED\",\"Value\":\"1\"},{\"Key\":\"CGO_CFLAGS\",\"Value\":\"\"},{\"Key\":\"CGO_CPPFLAGS\",\"Value\":\"\"},{\"Key\":\"CGO_CXXFLAGS\",\"Value\":\"\"},{\"Key\":\"CGO_LDFLAGS\",\"Value\":\"\"},{\"Key\":\"GOARCH\",\"Value\":\"s390x\"},{\"Key\":\"GOOS\",\"Value\":\"linux\"}],\"Version\":\"(devel)\"}"}} ... [Trace - 02:45:06.099 AM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/05 02:45:06 background imports cache refresh starting\n"} [Trace - 02:45:06.101 AM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/05 02:45:06 background refresh finished after 142.557961ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (648.20s)
2025-06-04 20:12 x_tools-gotip-linux-s390x-race tools@64bfecc3 go@3432c684 x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:45701 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:45701 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 02:39:26.678 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1291400375/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-1291400375/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1291400375/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1291400375/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 02:39:28.667 AM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/05 02:39:28 Debug serving\n\tport=45701\n"} [Trace - 02:39:28.848 AM] Received notification '$/progress'. Params: {"token":"1144244477666480713","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (12.37s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 16:15 x_tools-gotip-linux-s390x tools@33d59880 go@3432c684 x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:32963 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:32963 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 03:36:19.938 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1665504080/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-1665504080/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1665504080/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1665504080/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 03:36:20.880 AM] Received response 'workspace/executeCommand - (2)' in 2ms. Result: {"URLs":["http://127.0.0.1:32963"]} [Trace - 03:36:21.028 AM] Received notification '$/progress'. Params: {"token":"2301680112435082103","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (12.95s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 15:38 x_tools-gotip-linux-s390x tools@cb39a5f0 go@3432c684 x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:44055 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:44055 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 04:45:48.155 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3158641397/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-3158641397/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3158641397/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3158641397/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 04:45:49.048 AM] Received response 'workspace/executeCommand - (2)' in 5ms. Result: {"URLs":["http://127.0.0.1:44055"]} [Trace - 04:45:49.081 AM] Received notification '$/progress'. Params: {"token":"24899959718942534","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (10.91s)
2025-06-04 16:15 x_tools-gotip-linux-s390x-race tools@33d59880 go@3432c684 x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:37773 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:37773 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 04:14:24.316 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-153705995/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-153705995/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-153705995/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-153705995/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 04:14:25.911 AM] Received response 'workspace/executeCommand - (2)' in 48ms. Result: {"URLs":["http://127.0.0.1:37773"]} [Trace - 04:14:26.590 AM] Received notification '$/progress'. Params: {"token":"136892761479282532","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (12.85s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 14:51 x_tools-gotip-linux-s390x tools@e43ca0ca go@3432c684 x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:40325 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:40325 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 05:35:39.306 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1128422678/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-1128422678/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1128422678/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1128422678/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 05:35:40.014 AM] Received response 'workspace/executeCommand - (2)' in 156ms. Result: {"URLs":["http://127.0.0.1:40325"]} [Trace - 05:35:43.001 AM] Received notification '$/progress'. Params: {"token":"6493649110295513805","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (13.91s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-04 20:12 x_tools-gotip-linux-s390x tools@64bfecc3 go@1f2a4d19 x/tools/gopls/internal/test/integration/web.TestFlightRecorder/default (log) === RUN TestFlightRecorder/default serve.go:429: debug server listening at http://localhost:39351 flight_test.go:51: StartDebugging: URLs[0] = http://127.0.0.1:39351 flight_test.go:64: input did not match wanted pattern "onTraceViewerImportFail"; got: trace viewer failed to start%!(EXTRA ) #### Start Gopls Test Logs for "TestFlightRecorder/default" [Trace - 06:21:59.276 AM] Sending request 'initialize - (1)'. Params: {"processId":0,"clientInfo":{"name":"fake.Editor","version":"v1.0.0"},"rootUri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1136936171/TestFlightRecorder/default/work","capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename"]},"didChangeConfiguration":{},"didChangeWatchedFiles":{"dynamicRegistration":true},"configuration":true},"textDocument":{"completion":{"completionItem":{"snippetSupport":true,"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":[""]}},"dataSupport":true,"resolveSupport":{"properties":["edit"]}},"publishDiagnostics":{},"semanticTokens":{"requests":{"full":true},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","label"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary","interface","struct","signature","pointer","array","map","slice","chan","string","number","bool","invalid"],"formats":null}},"window":{"workDoneProgress":true,"showDocument":{"support":true}}},"initializationOptions":{"completionBudget":"0s","diagnosticsDelay":"10ms","env":{"GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-1136936171/TestFlightRecorder/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1136936171/TestFlightRecorder/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1136936171/TestFlightRecorder/default/work","name":"work"}]} ... [Trace - 06:21:59.862 AM] Received response 'workspace/executeCommand - (2)' in 2ms. Result: {"URLs":["http://127.0.0.1:39351"]} [Trace - 06:21:59.958 AM] Received notification '$/progress'. Params: {"token":"2295686781219892223","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestFlightRecorder/default" --- FAIL: TestFlightRecorder/default (11.88s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-05 18:44 gotip-linux-s390x-race go@4d1c255f cmd/go.TestScript/mod_get_workspace_incomplete (log) === RUN TestScript/mod_get_workspace_incomplete === PAUSE TestScript/mod_get_workspace_incomplete === CONT TestScript/mod_get_workspace_incomplete script_test.go:139: 2025-06-06T01:08:07Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3307448126/tmpdir1305413838/mod_get_workspace_incomplete3777249585 go proxy: no archive example.net v0.1.0: file does not exist go proxy: no archive example.net/missing v0.1.0: file does not exist go proxy: no archive example.net/missing/subdir v0.1.0: file does not exist script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3307448126/tmpdir1305413838/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin ... r2 0x1f33260 r3 0x5151515151515151 r4 0x3ffab4b48c8 r5 0x68524741304b3437 r6 0x7 r7 0xc00004c3e8 r8 0x26a6080 r9 0x26a4380 r10 0xfffffffffffffff0 r11 0x3ffac276730 r12 0x1e8ca80 r13 0xc0000041c0 r14 0x1025f56 r15 0xc00004c3e0 pc 0x101d70a link 0x1025f56 script_test.go:163: FAIL: testdata/script/mod_get_workspace_incomplete.txt:132: go get example.com/retract@v1.0.0-bad: exit status 2 --- FAIL: TestScript/mod_get_workspace_incomplete (32.85s)

watchflakes