#!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 +0x422023-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)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)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)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 +0x7eComment 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)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 completeComment 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 exceeded2023-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 exceeded2023-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 +0x422023-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)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)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)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)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)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)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)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)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)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)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 SIGIOComment 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)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)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 exceededComment 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)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)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)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)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 falseComment 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 falseComment 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 +0x1c22023-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 +0x4a4Comment 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 +/- 502023-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: gotComment 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 -1Comment 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 -1Comment 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 testComment 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 +/- 502023-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 -1Comment 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: gotComment 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.
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 connectionComment 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 runComment 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)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: 12023-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 test2023-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=0x792822023-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 10sComment 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=0x79592Comment 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 directory2023-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 directory2023-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)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 peerComment 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 false2023-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)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]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,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,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,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,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 testComment 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,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,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,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)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 02023-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 +0x1502023-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: EOFComment 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: 1Comment 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 canceledComment 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_"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]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.750000xComment 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]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.750000x2023-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.750000xComment 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 peerComment 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.750000xComment 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.750000xComment 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 1Comment 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 testComment 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]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 -----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 -----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 -----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 -----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 time2023-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.750000x2023-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.500000x2023-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=0x692ce2023-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 -----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.750000xComment 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 -----Comment From: bcmills
- Filed #64650.
 - Updated #64253 to use 
postinstead ofdefaultin thewatchflakesinstructions. - 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 requestComment 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 @@ -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"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: 1Comment 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"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] 2Comment 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 0Comment 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 doneComment 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 doneComment 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 doneComment 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: drain2024-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: drain2024-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: drain2024-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 done2024-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: drain2024-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: drainComment 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: drainComment 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 runComment 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: drainComment 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 +0x47c2024-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(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(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,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, 909Comment 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 tile2024-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 tile2024-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 tile2024-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 12024-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 +0x3942024-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 key2024-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 key2024-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 keyComment 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 >= 2Comment 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 doneComment 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"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 doneComment 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: drainComment 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: drainComment 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 0Comment 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 runComment 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 doneComment 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 requestComment 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"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 falseComment 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"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: drainComment 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"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"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 +0x1f62024-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 +0x1f6Comment 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 TestAbortInCgo2025-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)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)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)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)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)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)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)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)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 TestAbortInCgoComment 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)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)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)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)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)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)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)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.463s2025-05-19 18:27 gotip-linux-s390x go@d5267900 flag:race (log)
signal: segmentation fault (core dumped) FAIL flag 0.350s2025-05-19 18:27 gotip-linux-s390x go@d5267900 flag:race-external (log)
signal: segmentation fault (core dumped) FAIL flag 0.329s2025-05-19 18:27 gotip-linux-s390x-race go@d5267900 archive/tar (log)
signal: segmentation fault (core dumped) FAIL archive/tar 0.423s2025-05-19 18:27 gotip-linux-s390x-race go@d5267900 archive/zip (log)
signal: segmentation fault (core dumped) FAIL archive/zip 0.370s2025-05-19 18:27 gotip-linux-s390x-race go@d5267900 bufio (log)
signal: segmentation fault (core dumped) FAIL bufio 0.347s2025-05-19 19:42 gotip-linux-s390x go@d93bea0e encoding/gob:race (log)
signal: segmentation fault (core dumped) FAIL encoding/gob 0.744s2025-05-19 19:42 gotip-linux-s390x go@d93bea0e flag:race (log)
signal: segmentation fault (core dumped) FAIL flag 0.438s2025-05-19 19:42 gotip-linux-s390x go@d93bea0e flag:race-external (log)
signal: segmentation fault (core dumped) FAIL flag 1.194s2025-05-19 19:47 gotip-linux-s390x-race go@db956262 archive/tar (log)
signal: segmentation fault (core dumped) FAIL archive/tar 0.291s2025-05-19 19:47 gotip-linux-s390x-race go@db956262 archive/zip (log)
signal: segmentation fault (core dumped) FAIL archive/zip 0.330s2025-05-19 19:47 gotip-linux-s390x-race go@db956262 bufio (log)
signal: segmentation fault (core dumped) FAIL bufio 0.352s2025-05-19 19:52 gotip-linux-s390x go@fd6afa35 encoding/gob:race (log)
signal: segmentation fault (core dumped) FAIL encoding/gob 0.589s2025-05-19 19:52 gotip-linux-s390x go@fd6afa35 flag:race (log)
signal: segmentation fault (core dumped) FAIL flag 1.202s2025-05-19 19:52 gotip-linux-s390x go@fd6afa35 flag:race-external (log)
signal: segmentation fault (core dumped) FAIL flag 0.349s2025-05-19 19:52 gotip-linux-s390x-race go@fd6afa35 archive/tar (log)
signal: segmentation fault (core dumped) FAIL archive/tar 0.686s2025-05-19 19:52 gotip-linux-s390x-race go@fd6afa35 archive/zip (log)
signal: segmentation fault (core dumped) FAIL archive/zip 0.729s2025-05-19 19:52 gotip-linux-s390x-race go@fd6afa35 bufio (log)
signal: segmentation fault (core dumped) FAIL bufio 0.609s2025-05-19 21:07 gotip-linux-s390x go@2cde9500 encoding/gob:race (log)
signal: segmentation fault (core dumped) FAIL encoding/gob 0.299s2025-05-19 21:07 gotip-linux-s390x go@2cde9500 flag:race (log)
signal: segmentation fault (core dumped) FAIL flag 0.413s2025-05-19 21:07 gotip-linux-s390x go@2cde9500 flag:race-external (log)
signal: segmentation fault (core dumped) FAIL flag 0.307s2025-05-19 21:07 gotip-linux-s390x-race go@2cde9500 archive/tar (log)
signal: segmentation fault (core dumped) FAIL archive/tar 0.299s2025-05-19 21:07 gotip-linux-s390x-race go@2cde9500 archive/zip (log)
signal: segmentation fault (core dumped) FAIL archive/zip 0.339s2025-05-19 21:07 gotip-linux-s390x-race go@2cde9500 bufio (log)
signal: segmentation fault (core dumped) FAIL bufio 0.307sComment 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%!(EXTRAComment 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%!(EXTRA2025-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%!(EXTRAComment 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)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)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%!(EXTRAComment 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%!(EXTRA2025-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)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%!(EXTRAComment 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%!(EXTRAComment 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%!(EXTRAComment 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%!(EXTRAComment 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%!(EXTRA2025-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%!(EXTRAComment 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%!(EXTRAComment 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%!(EXTRAComment 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)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 go@4d1c255f cmd/cgo/internal/testplugin.TestIssue44956 [SKIP] (log)
=== RUN TestIssue44956 ( 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 issue44956p1.so ./issue44956/plugin1.go ) ( 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 issue44956p2.so ./issue44956/plugin2.go ) ( 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 issue44956.exe ./issue44956/main.go ) SIGQUIT: quit PC=0xadd68 m=0 sigcode=0 goroutine 0 gp=0x343dc0 m=0 mp=0x344bc0 [idle]: runtime.futex(0x344cf8, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffe8cfe948 sp=0x3ffe8cfe948 pc=0xadd68 ... r0 0x0 r1 0xee r2 0x344cf8 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x343dc0 r14 0x5bfc2 r15 0x3ffe8cfe948 pc 0xadd68 link 0x5bfc2 *** Test killed with quit: ran too long (10m0s).2025-06-05 18:44 gotip-linux-s390x go@4d1c255f runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgo2025-06-06 17:04 gotip-linux-s390x go@78eadf5b cmd/cgo/internal/testplugin.TestIssue44956 [SKIP] (log)
=== RUN TestIssue44956 ( 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 issue44956p1.so ./issue44956/plugin1.go ) ( 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 issue44956p2.so ./issue44956/plugin2.go ) ( 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 issue44956.exe ./issue44956/main.go ) SIGQUIT: quit PC=0xadd68 m=0 sigcode=0 goroutine 0 gp=0x343dc0 m=0 mp=0x344bc0 [idle]: runtime.futex(0x344cf8, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffec27e198 sp=0x3ffec27e198 pc=0xadd68 ... r0 0x0 r1 0xee r2 0x344cf8 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x343dc0 r14 0x5bfc2 r15 0x3ffec27e198 pc 0xadd68 link 0x5bfc2 *** Test killed with quit: ran too long (10m0s).2025-06-06 17:04 gotip-linux-s390x go@78eadf5b cmd/cgo/internal/testshared.TestRebuilding/newarchive [SKIP] (log)
=== RUN TestRebuilding/newarchive shared_test.go:89: go list -linkshared -f={{.ImportPath}} {{.Stale}} {{.StaleReason}} {{.Target}} ./depBase SIGQUIT: quit PC=0xae258 m=0 sigcode=0 goroutine 0 gp=0x427160 m=0 mp=0x428360 [idle]: runtime.futex(0x428498, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fffd6fdb28 sp=0x3fffd6fdb28 pc=0xae258 runtime.futexsleep(0x428498, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:76 +0x52 fp=0x3fffd6fdb70 sp=0x3fffd6fdb28 pc=0x5c4b2 ... r0 0x0 r1 0xee r2 0x428498 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x427160 r14 0x5c4b2 r15 0x3fffd6fdb28 pc 0xae258 link 0x5c4b2 *** Test killed with quit: ran too long (10m0s).2025-06-06 17:04 gotip-linux-s390x go@78eadf5b runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-05 21:20 x_tools-go1.24-linux-s390x-race tools@578c1213 release-branch.go1.24@85897ca2 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 - 05:23:46.577 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-2983751234/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-2983751234/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2983751234/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-2983751234/TestUseGoWork/default/work","name":"work"}]} [Trace - 05:23:46.579 AM] Received response 'initialize - (1)' in 2ms. 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_85897ca220a149333a88b1e4d63f3b751f1141f5\",\"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 - 05:24:19.710 AM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/06 05:24:19 background imports cache refresh starting\n"} [Trace - 05:24:19.712 AM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/06 05:24:19 background refresh finished after 235.346172ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (707.15s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-09 16:29 go1.25-linux-s390x release-branch.go1.25@da0e8c45 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-09 17:55 gotip-linux-s390x go@049a5e60 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-10 15:34 x_tools-gotip-linux-s390x-race tools@0d64d53a go@773701a8 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 - 14:59:43.614 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-3208823783/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-3208823783/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3208823783/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-3208823783/TestUseGoWork/default/work","name":"work"}]} [Trace - 14:59:43.616 PM] Received response 'initialize - (1)' in 2ms. 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_773701a853a3105696c59c2b92b2eff35e0e055b\",\"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 - 15:00:14.713 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/10 15:00:14 background imports cache refresh starting\n"} [Trace - 15:00:14.714 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/10 15:00:14 background refresh finished after 70.399162ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (941.45s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-10 03:33 gotip-linux-s390x-race go@ee7bfbdb 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/sync/waitgroup.go:197 +0x12e fp=0xc000054f80 sp=0xc000054f48 pc=0xfcbae command-line-arguments_test.TestRaceWaitGroupReuse.func2() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:331 +0x66 fp=0xc000054fd8 sp=0xc000054f80 pc=0x5a3fc6 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000054fd8 sp=0xc000054fd8 pc=0xeec22 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:330 +0xb6 FAIL command-line-arguments 15.244s FAIL --- FAIL: TestRace (27.16s)2025-06-10 03:33 gotip-linux-s390x-race go@ee7bfbdb time.TestChan/asynctimerchan=0/Ticker (log)
=== RUN TestChan/asynctimerchan=0/Ticker tick_test.go:542: never got done --- FAIL: TestChan/asynctimerchan=0/Ticker (1.16s)2025-06-10 13:00 gotip-linux-s390x-race go@f18d0465 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/transport.go:2597 +0x1ac fp=0xc0000e7fb8 sp=0xc0000e7e20 pc=0x534d7c net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1945 +0x7c fp=0xc0000e7fd8 sp=0xc0000e7fb8 pc=0x52ee3c runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e7fd8 sp=0xc0000e7fd8 pc=0xeec22 created by net/http.(*Transport).dialConn in goroutine 4500 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1945 +0x3186 FAIL command-line-arguments 43.078s FAIL --- FAIL: TestRace (77.67s)2025-06-10 13:10 x_tools-go1.24-linux-s390x-race tools@2cae60e3 release-branch.go1.24@6796ebb2 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 - 13:14:51.933 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-160340654/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-160340654/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-160340654/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-160340654/TestUseGoWork/default/work","name":"work"}]} [Trace - 13:14:51.935 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.24.4-devel_6796ebb2cb66b316a07998cdcd69b1c486b8579e\",\"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 - 13:15:23.225 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/10 13:15:23 background imports cache refresh starting\n"} [Trace - 13:15:23.227 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/10 13:15:23 background refresh finished after 198.77488ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (687.11s)2025-06-10 16:37 x_tools-go1.24-linux-s390x-race tools@5af564a3 release-branch.go1.24@6796ebb2 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:94: failed to write updated index 2025/06/10 17:07:13 DIR: bad,guy.com/go@v0.1.0 dir_test.go:111: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, Cachedir: "/home/swarming/.swarming/w/ir/x/t/TestIncremental396727130/001", Changed: s"2025-06-10 17:07:13 -0400 EDT", Entries: []modindex.Entry{ { ... - { - Dir: "cloud.google.com/go@v0.104.0/longrunning", - ImportPath: "cloud.google.com/go/longrunning", - PkgName: "foo", - Version: "v0.104.0", - Names: []string{"Foo F 0"}, - }, }, } --- FAIL: TestIncremental (6.54s)2025-06-10 16:40 gotip-linux-s390x-race go@a35701b3 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgo2025-06-10 18:31 gotip-linux-s390x-race go@773701a8 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-11T01:22:12Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2173459432/tmpdir4203111697/list_empty_importpath1547675573 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2173459432/tmpdir4203111697/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=0x26a7160 [running]: panic({0x1ee3d40, 0x21acdd0}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc00020b300 sp=0xc00020b258 pc=0x10b5ba2 cmd/go/internal/load.(*preload).flush(0xc00012f530) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x112 fp=0xc00020b328 sp=0xc00020b300 pc=0x1a775e2 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x7c fp=0xc00020b348 sp=0xc00020b328 pc=0x1a95b9c panic({0x1ee3d40, 0x21acdd0}) ... goroutine 23 gp=0xc000102e00 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=0xc00006afd8 sp=0xc00006afd8 pc=0x1a768b0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00006afd8 sp=0xc00006afd8 pc=0x10bfae2 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 (3.51s)2025-06-10 18:31 gotip-linux-s390x-race go@773701a8 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-10 23:37 gotip-linux-s390x-race go@7fa2c736 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=0xc0000e1fa0 sp=0xc0000e1a78 pc=0x4fec96 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0xa0 fp=0xc0000e1fd8 sp=0xc0000e1fa0 pc=0x507dd0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e1fd8 sp=0xc0000e1fd8 pc=0xeec32 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 20.914s FAIL --- FAIL: TestRace (31.51s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-10 18:31 gotip-linux-s390x go@773701a8 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 9 2 3 4 5 6 6 6 7 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 2 1 1 3 5 4 6 6 6 7 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 4 2 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 3 4 5 6 6 6 8 7 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 2 1 1 4 3 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 2 1 1 4 3 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=func (5.71s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-10 22:23 gotip-linux-s390x go@281cfcfc runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-10 22:02 gotip-linux-s390x-race go@4f86f226 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/sync/waitgroup.go:201 +0x12e fp=0xc0001f4f80 sp=0xc0001f4f48 pc=0xfcbee command-line-arguments_test.TestRaceWaitGroupReuse.func2() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:331 +0x66 fp=0xc0001f4fd8 sp=0xc0001f4f80 pc=0x5a41b6 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0001f4fd8 sp=0xc0001f4fd8 pc=0xeec42 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:330 +0xb6 FAIL command-line-arguments 33.798s FAIL --- FAIL: TestRace (49.84s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-10 15:07 x_tools-go1.24-linux-s390x-race tools@5efcbbf8 release-branch.go1.24@6796ebb2 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 - 14:56:32.522 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-2009945291/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-2009945291/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2009945291/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-2009945291/TestUseGoWork/default/work","name":"work"}]} [Trace - 14:56:32.524 PM] Received response 'initialize - (1)' in 2ms. 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.4-devel_6796ebb2cb66b316a07998cdcd69b1c486b8579e\",\"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 - 14:57:03.605 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/11 14:57:03 background imports cache refresh starting\n"} [Trace - 14:57:03.607 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/11 14:57:03 background refresh finished after 37.981211ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (1021.22s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-05 18:34 go1.23-linux-s390x release-branch.go1.23@d375ae50 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-05 18:35 go1.24-linux-s390x release-branch.go1.24@6796ebb2 cmd/cgo/internal/testplugin.TestIssue25756pie [SKIP] (log)
=== RUN TestIssue25756pie ( 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 life.so ./issue25756/plugin ) ( 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=pie -o issue25756pie.exe ./issue25756/main.go ) SIGQUIT: quit PC=0x1b84a m=0 sigcode=0 goroutine 213 gp=0xc000082e00 m=0 mp=0x321120 [syscall]: syscall.Syscall6(0x119, 0x1, 0x12b0c, 0xc00014db38, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:95 +0x18 fp=0xc00014da90 sp=0xc00014da20 pc=0xb89d8 internal/syscall/unix.Waitid(0x1, 0x12b0c, 0xc00014db38, 0x1000004, 0x0) ... r0 0x321120 r1 0x119 r2 0x1 r3 0x12b0c r4 0xc00014db38 r5 0x1000004 r6 0x0 r7 0x0 r8 0xfffffffffffff001 r9 0x0 r10 0x0 r11 0x71360e56680dcf9b r12 0xc00014dab0 r13 0xc000082e00 r14 0xb88de r15 0xc00014d9c8 pc 0x1b84a link 0xb88de *** Test killed with quit: ran too long (10m0s).2025-06-12 03:48 go1.24-linux-s390x release-branch.go1.24@5f2cbe1f runtime.TestCgoCallbackPprof (log)
=== RUN TestCgoCallbackPprof === PAUSE TestCgoCallbackPprof === CONT TestCgoCallbackPprof crash_cgo_test.go:85: /home/swarming/.swarming/w/ir/x/t/go-build441480366/testprogcgo.exe CgoCallbackPprof: exit status 1 crash_cgo_test.go:87: expected "OK\n", but got: Missing main.go_callback1_callee sample in profile PeriodType: cpu nanoseconds Period: 10000000 Time: 2025-06-12 07:30:14.186335409 -0400 EDT Duration: 1.044213056s Samples: samples/count cpu/nanoseconds 1 10000000: 1 2 3 4 5 Locations 1: 0x109d020 M=1 runtime.asyncPreempt /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/preempt_s390x.s:7 s=6 2: 0x118e4e8 M=1 main.go_callback1_callee /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/testdata/testprogcgo/callback_pprof.go:132 s=128 main.go_callback1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/testdata/testprogcgo/callback_pprof.go:125 s=122 _cgoexp_fa0e6261f36e_go_callback1 _cgo_gotypes.go:751 s=749 3: 0x1012c1b M=1 runtime.cgocallbackg1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:446 s=382 4: 0x1012865 M=1 runtime.cgocallbackg /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:350 s=301 5: 0x109c82b M=1 runtime.cgocallback /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:673 s=588 Mappings 1: 0x1000000/0x1308000/0x0 /home/swarming/.swarming/w/ir/x/t/go-build441480366/testprogcgo.exe 3143d294ac0822be9206469b600595d14a77f48c [FN] 2: 0x3ffa9f00000/0x3ffaa09b000/0x0 /usr/lib64/libc-2.28.so d030ce109f95c566f63258ceedccb0e11816b5c7 3: 0x3ffaa100000/0x3ffaa116000/0x0 /usr/lib64/libresolv-2.28.so 4b148845329e0a5c703111ca309918b990667eac 4: 0x3ffaa180000/0x3ffaa19c000/0x0 /usr/lib64/libpthread-2.28.so e6234e5155eb5e761df1011f542a6a75859cea0a 5: 0x3ffaa280000/0x3ffaa2a9000/0x0 /usr/lib64/ld-2.28.so 8550232c2e718a81e0a91e458a94a560ad40de15 6: 0x3ffaa2fe000/0x3ffaa300000/0x0 [vdso] --- FAIL: TestCgoCallbackPprof (1.28s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-11 21:17 gotip-linux-s390x-race go@d166a0b0 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-12T08:38:32Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1583481041/tmpdir2211243925/list_empty_importpath3991206530 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1583481041/tmpdir2211243925/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=0x26a7160 [running]: panic({0x1ee3f20, 0x21acf90}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc00020b300 sp=0xc00020b258 pc=0x10b5b92 cmd/go/internal/load.(*preload).flush(0xc00012f530) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x112 fp=0xc00020b328 sp=0xc00020b300 pc=0x1a777c2 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x7c fp=0xc00020b348 sp=0xc00020b328 pc=0x1a95d7c panic({0x1ee3f20, 0x21acf90}) ... goroutine 23 gp=0xc000102e00 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=0xc00006afd8 sp=0xc00006afd8 pc=0x1a76a90 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00006afd8 sp=0xc00006afd8 pc=0x10bfaf2 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 (5.15s)2025-06-12 16:28 gotip-linux-s390x-race go@5a08865d 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-12T23:47:49Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4166012134/tmpdir131648399/list_empty_importpath1520892313 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4166012134/tmpdir131648399/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=0x26a7160 [running]: panic({0x1ee3f20, 0x21acf90}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc000289300 sp=0xc000289258 pc=0x10b5b92 cmd/go/internal/load.(*preload).flush(0xc0001af530) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x112 fp=0xc000289328 sp=0xc000289300 pc=0x1a777c2 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x7c fp=0xc000289348 sp=0xc000289328 pc=0x1a95d7c panic({0x1ee3f20, 0x21acf90}) ... goroutine 23 gp=0xc000188a80 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=0xc00006afd8 sp=0xc00006afd8 pc=0x1a76a90 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00006afd8 sp=0xc00006afd8 pc=0x10bfaf2 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 (1.77s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-10 03:33 go1.25-linux-s390x release-branch.go1.25@ee7bfbdb 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 4 3 5 6 6 6 8 7 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 9 4 5 6 6 6 7 8] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 7 3 4 5 6 6 6 8 9] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 4 2 3 5 8 6 6 6 7 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 5 4 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 5 4 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=func (6.46s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-10 13:00 go1.25-linux-s390x-race release-branch.go1.25@f18d0465 time.TestChan/asynctimerchan=1/Ticker (log)
=== RUN TestChan/asynctimerchan=1/Ticker tick_test.go:583: never got done --- FAIL: TestChan/asynctimerchan=1/Ticker (2.37s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-16 21:49 x_tools-go1.23-linux-s390x-race tools@01d126b9 release-branch.go1.23@3eedbde2 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:94: failed to write updated index 2025/06/16 19:17:57 DIR: bad,guy.com/go@v0.1.0 dir_test.go:111: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, Cachedir: "/home/swarming/.swarming/w/ir/x/t/TestIncremental4184403173/001", Changed: s"2025-06-16 19:17:56 -0400 EDT", Entries: []modindex.Entry{ { ... - { - Dir: "cloud.google.com/go@v0.104.0/longrunning", - ImportPath: "cloud.google.com/go/longrunning", - PkgName: "foo", - Version: "v0.104.0", - Names: []string{"Foo F 0"}, - }, }, } --- FAIL: TestIncremental (0.01s)2025-06-16 21:49 x_tools-go1.23-linux-s390x-race tools@01d126b9 release-branch.go1.23@3eedbde2 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:146: failed to write updated index 2025/06/16 19:17: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/TestIncrementalNope3360407708/001", Changed: s"2025-06-16 19:17: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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-16 21:49 x_tools-gotip-linux-s390x-race tools@01d126b9 go@d0582546 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 - 20:27:00.150 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-2373942958/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-2373942958/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2373942958/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-2373942958/TestUseGoWork/default/work","name":"work"}]} [Trace - 20:27:00.151 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_d05825468921f8d0e54c81f59330d3b263057a54\",\"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 - 20:27:30.862 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/16 20:27:30 background imports cache refresh starting\n"} [Trace - 20:27:30.866 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/16 20:27:30 background refresh finished after 127.044307ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (945.09s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-16 22:21 gotip-linux-s390x go@3254c2bb cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xadcf8 m=0 sigcode=0 goroutine 0 gp=0x343dc0 m=0 mp=0x344bc0 [idle]: runtime.futex(0x344cf8, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffe2d7e018 sp=0x3ffe2d7e018 pc=0xadcf8 ... r0 0x0 r1 0xee r2 0x344cf8 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x343dc0 r14 0x5bfb2 r15 0x3ffe2d7e018 pc 0xadcf8 link 0x5bfb2 *** Test killed with quit: ran too long (10m0s).2025-06-16 22:21 gotip-linux-s390x go@3254c2bb runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-17 14:06 x_tools-go1.25-linux-s390x tools@97e28a61 release-branch.go1.25@8ac5714e x/tools/gopls/internal/test/integration/watch.TestEditFileAndDependency/default (log)
=== RUN TestEditFileAndDependency/default watch_test.go:139: the following condition is Unmeetable: once the following is met: completed work "diagnosing files changed on disk" at least 1 time must have: all of: no diagnostics for file "a/a.go" no diagnostics for file "b/b.go" reason: postcondition is not met: ... [Trace - 11:10:19.550 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2860353799/TestEditFileAndDependency/default/work/b/b.go","diagnostics":[]} [Trace - 11:10:19.550 AM] Received notification '$/progress'. Params: {"token":"1019303663411435176","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestEditFileAndDependency/default" --- FAIL: TestEditFileAndDependency/default (1.11s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-16 22:16 gotip-linux-s390x-race go@816199e4 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/transport.go:2597 +0x1ac fp=0xc000133fb8 sp=0xc000133e20 pc=0x534eec net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1945 +0x7c fp=0xc000133fd8 sp=0xc000133fb8 pc=0x52efac runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000133fd8 sp=0xc000133fd8 pc=0xeebc2 created by net/http.(*Transport).dialConn in goroutine 4506 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1945 +0x3186 FAIL command-line-arguments 28.021s FAIL --- FAIL: TestRace (47.35s)2025-06-16 22:21 gotip-linux-s390x-race go@3254c2bb 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-17T10:41:09Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3949516134/tmpdir3769383211/list_empty_importpath3766564749 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3949516134/tmpdir3769383211/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=0x26a7160 [running]: panic({0x1ee3ec0, 0x21acee0}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc000185300 sp=0xc000185258 pc=0x10b5b22 cmd/go/internal/load.(*preload).flush(0xc000047570) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x112 fp=0xc000185328 sp=0xc000185300 pc=0x1a77752 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x7c fp=0xc000185348 sp=0xc000185328 pc=0x1a95d0c panic({0x1ee3ec0, 0x21acee0}) ... goroutine 10 gp=0xc000168380 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=0xc00006ffd8 sp=0xc00006ffd8 pc=0x1a76a20 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00006ffd8 sp=0xc00006ffd8 pc=0x10bfa82 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 (3.11s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-17 17:42 x_tools-gotip-linux-s390x-race tools@03042518 go@53af292a x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:126: dialing.. mcp_test.go:132: failed 0, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 1, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 2, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 3, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 4, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 5, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 6, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 7, trying again 2025/06/17 19:15:12 Info:2025/06/17 19:15:12 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP704636976/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP704636976/001" go_version="go version go1.25-devel_53af292aed21c3f6ea75d16e5b25f660b2c028fb linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:25 GoVersionOutput:go version go1.25-devel_53af292aed21c3f6ea75d16e5b25f660b2c028fb linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] mcp_test.go:138: connecting to server: Get "http://localhost:39503": dial tcp [::1]:39503: connect: connection refused --- FAIL: TestMCPCommandHTTP (16.57s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-18 19:32 x_tools-go1.24-linux-s390x-race tools@0b325c82 release-branch.go1.24@7d08a16f x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:126: dialing.. mcp_test.go:132: failed 0, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 1, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 2, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 3, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 4, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 5, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 6, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 7, trying again mcp_test.go:138: connecting to server: Get "http://localhost:33665": dial tcp [::1]:33665: connect: connection refused --- FAIL: TestMCPCommandHTTP (19.59s)2025-06-18 19:32 x_tools-go1.24-linux-s390x-race tools@0b325c82 release-branch.go1.24@7d08a16f x/tools/gopls/internal/test/integration/diagnostics.TestBrokenWorkspace_GOPACKAGESDRIVER/default (log)
=== RUN TestBrokenWorkspace_GOPACKAGESDRIVER/default gopackagesdriver_test.go:41: context deadline exceeded #### Start Gopls Test Logs for "TestBrokenWorkspace_GOPACKAGESDRIVER/default" [Trace - 20:12:25.973 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-2825759077/TestBrokenWorkspace_GOPACKAGESDRIVER/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":{"DRIVERTEST_RUN_AS_DRIVER":"1","GO111MODULE":"","GOMODCACHE":"","GOPACKAGESDRIVER":"/home/swarming/.swarming/w/ir/x/t/go-build1833096979/b892/diagnostics.test","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-2825759077/TestBrokenWorkspace_GOPACKAGESDRIVER/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2825759077/TestBrokenWorkspace_GOPACKAGESDRIVER/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2825759077/TestBrokenWorkspace_GOPACKAGESDRIVER/default/work","name":"work"}]} [Trace - 20:12:25.974 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.24.4-devel_7d08a16fbac95b891ce8e87e1605be0fc789818b\",\"Path\":\"golang.org/x/tools/gopls/internal/test/integration/diagnostics.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 - 20:12:32.319 PM] Sending response 'window/workDoneProgress/create - (7)' in 1ms. Result: [Trace - 20:12:32.319 PM] Received notification '$/progress'. Params: {"token":"1549517102330140917","value":{"kind":"begin","title":"diagnosing changed files","message":"Calculating file diagnostics..."}} #### End Gopls Test Logs for "TestBrokenWorkspace_GOPACKAGESDRIVER/default" --- FAIL: TestBrokenWorkspace_GOPACKAGESDRIVER/default (9.46s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-18 22:47 x_tools-go1.24-linux-s390x tools@a71de779 release-branch.go1.24@7d08a16f x/tools/gopls/internal/test/integration/watch.TestEditFileAndDependency/default (log)
=== RUN TestEditFileAndDependency/default watch_test.go:139: the following condition is Unmeetable: once the following is met: completed work "diagnosing files changed on disk" at least 1 time must have: all of: no diagnostics for file "a/a.go" no diagnostics for file "b/b.go" reason: postcondition is not met: ... [Trace - 02:09:13.313 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2342243195/TestEditFileAndDependency/default/work/b/b.go","diagnostics":[]} [Trace - 02:09:13.313 AM] Received notification '$/progress'. Params: {"token":"7824089735509482112","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestEditFileAndDependency/default" --- FAIL: TestEditFileAndDependency/default (0.96s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-19 05:02 x_tools-go1.25-linux-s390x-race tools@3590a178 release-branch.go1.25@8ac5714e 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 - 09:47:57.293 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-2752825919/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-2752825919/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2752825919/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-2752825919/TestUseGoWork/default/work","name":"work"}]} [Trace - 09:47:57.294 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.25rc1\",\"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 - 09:48:29.523 AM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/19 09:48:29 background imports cache refresh starting\n"} [Trace - 09:48:29.526 AM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/19 09:48:29 background refresh finished after 514.821494ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (928.64s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-19 05:02 x_tools-go1.23-linux-s390x tools@3590a178 release-branch.go1.23@3eedbde2 x/tools/gopls/internal/test/marker.Test/references/interfaces.txt (log)
=== RUN Test/references/interfaces.txt === PAUSE Test/references/interfaces.txt === CONT Test/references/interfaces.txt marker_test.go:292: 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/06/19 08:54:35 errors loading workspace: /home/swarming/.swarming/w/ir/x/t/Testreferencesinterfaces.txt4156501354/001/work/go.mod:1: unknown directive: package\n/home/swarming/.swarming/w/ir/x/t/Testreferencesinterfaces.txt4156501354/001/work/go.mod:3: unknown directive: type\n/home/swarming/.swarming/w/ir/x/t/Testreferencesinterfaces.txt4156501354/001/work/go.mod:5: unknown directive: func\n\tview_id=\"91\"\n\tsnapshot=2\n\tdirectory=/home/swarming/.swarming/w/ir/x/t/Testreferencesinterfaces.txt4156501354/001/work\n" --- FAIL: Test/references/interfaces.txt (0.11s)2025-06-19 05:11 x_tools-go1.23-linux-s390x tools@7db3d3f8 release-branch.go1.23@3eedbde2 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:94: failed to write updated index 2025/06/19 05:13:56 DIR: bad,guy.com/go@v0.1.0 dir_test.go:111: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, Cachedir: "/home/swarming/.swarming/w/ir/x/t/TestIncremental3262546406/001", Changed: s"2025-06-19 05:13:55 -0400 EDT", Entries: []modindex.Entry{ { ... - { - Dir: "cloud.google.com/go@v0.104.0/longrunning", - ImportPath: "cloud.google.com/go/longrunning", - PkgName: "foo", - Version: "v0.104.0", - Names: []string{"Foo F 0"}, - }, }, } --- FAIL: TestIncremental (0.10s)2025-06-19 05:11 x_tools-go1.23-linux-s390x tools@7db3d3f8 release-branch.go1.23@3eedbde2 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:146: failed to write updated index 2025/06/19 05:13:56 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/TestIncrementalNope2667578600/001", Changed: s"2025-06-19 05:13:55 -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.03s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-19 13:55 x_tools-go1.25-linux-s390x-race tools@e5d7ba0c release-branch.go1.25@8ac5714e x/tools/gopls/internal/test/integration/workspace.TestGoworkMutation/default (log)
=== RUN TestGoworkMutation/default workspace_test.go:1348: context deadline exceeded #### Start Gopls Test Logs for "TestGoworkMutation/default" [Trace - 12:18:58.924 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-376480827/TestGoworkMutation/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-376480827/TestGoworkMutation/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-376480827/TestGoworkMutation/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-376480827/TestGoworkMutation/default/work","name":"work"}]} [Trace - 12:18:58.925 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.25rc1\",\"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 - 12:19:30.831 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/19 12:19:30 background imports cache refresh starting\n"} [Trace - 12:19:30.833 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/19 12:19:30 background refresh finished after 571.367524ms\n"} #### End Gopls Test Logs for "TestGoworkMutation/default" --- FAIL: TestGoworkMutation/default (620.31s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-19 13:55 x_tools-go1.24-linux-s390x-race tools@e5d7ba0c release-branch.go1.24@7d08a16f x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:126: dialing.. mcp_test.go:132: failed 0, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 1, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 2, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 3, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 4, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 5, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 6, trying again mcp_test.go:126: dialing.. mcp_test.go:132: failed 7, trying again mcp_test.go:138: connecting to server: Get "http://localhost:40079": dial tcp [::1]:40079: connect: connection refused 2025/06/19 15:04:51 Info:2025/06/19 15:04:51 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP824254671/001 view_type="AdHoc" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP824254671/001" go_version="go version go1.24.4-devel_7d08a16fbac95b891ce8e87e1605be0fc789818b linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:24 GoVersionOutput:go version go1.24.4-devel_7d08a16fbac95b891ce8e87e1605be0fc789818b linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] --- FAIL: TestMCPCommandHTTP (16.66s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-18 19:30 gotip-linux-s390x go@8552bcf7 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (log)
=== RUN TestForkExec === PAUSE TestForkExec2025-06-18 19:30 gotip-linux-s390x go@8552bcf7 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-18 18:34 gotip-linux-s390x-race go@4c756729 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-19T08:42:22Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1701949163/tmpdir1908754360/list_empty_importpath2151880125 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1701949163/tmpdir1908754360/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=0x26a7160 [running]: panic({0x1ee3ea0, 0x21aced0}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc000185300 sp=0xc000185258 pc=0x10b5b12 cmd/go/internal/load.(*preload).flush(0xc000047570) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x112 fp=0xc000185328 sp=0xc000185300 pc=0x1a77742 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x7c fp=0xc000185348 sp=0xc000185328 pc=0x1a95cfc panic({0x1ee3ea0, 0x21aced0}) ... goroutine 10 gp=0xc000168380 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=0xc00006ffd8 sp=0xc00006ffd8 pc=0x1a76a10 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00006ffd8 sp=0xc00006ffd8 pc=0x10bfa72 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.32s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-23 17:15 x_tools-gotip-linux-s390x tools@19adb403 go@1cf6386b 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 - 14:31:00.555 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-3139450236/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-3139450236/TestUseGoWork/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3139450236/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-3139450236/TestUseGoWork/default/work","name":"work"}]} [Trace - 14:31:00.556 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.25-devel_1cf6386b5ee1ba7d367b6456c2c6888ab68c3ec8\",\"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\":\"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 - 14:31:31.041 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/23 14:31:31 background imports cache refresh starting\n"} [Trace - 14:31:31.041 PM] Received notification 'window/logMessage'. Params: {"type":3,"message":"2025/06/23 14:31:31 background refresh finished after 13.387655ms\n"} #### End Gopls Test Logs for "TestUseGoWork/default" --- FAIL: TestUseGoWork/default (491.44s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-25 15:55 gotip-linux-s390x-race go@f069a829 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-25T17:30:47Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-851787782/tmpdir2087922295/list_empty_importpath3517804574 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-851787782/tmpdir2087922295/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=0x26a7160 [running]: panic({0x1ee3f40, 0x21acf80}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc000209300 sp=0xc000209258 pc=0x10b5b32 cmd/go/internal/load.(*preload).flush(0xc000131530) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x112 fp=0xc000209328 sp=0xc000209300 pc=0x1a777d2 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x7c fp=0xc000209348 sp=0xc000209328 pc=0x1a95d8c panic({0x1ee3f40, 0x21acf80}) ... goroutine 23 gp=0xc000102e00 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=0xc00006afd8 sp=0xc00006afd8 pc=0x1a76aa0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00006afd8 sp=0xc00006afd8 pc=0x10bfa92 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 (4.26s)2025-06-25 15:55 gotip-linux-s390x-race go@f069a829 os.TestNewFileNonBlock (log)
=== RUN TestNewFileNonBlock === PAUSE TestNewFileNonBlock === CONT TestNewFileNonBlock os_unix_test.go:319: No timeout reading from file:Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-25 19:28 go1.24-linux-s390x release-branch.go1.24@1575127e cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xa5758 m=0 sigcode=0 goroutine 0 gp=0x320780 m=0 mp=0x321120 [idle]: runtime.futex(0x321260, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fff02fdb00 sp=0x3fff02fdb00 pc=0xa5758 ... r0 0x0 r1 0xee r2 0x321260 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x7 r9 0xc000042508 r10 0x0 r11 0x80 r12 0x1 r13 0x320780 r14 0x54e62 r15 0x3fff02fdb00 pc 0xa5758 link 0x54e62 *** Test killed with quit: ran too long (10m0s).2025-06-25 19:28 go1.24-linux-s390x release-branch.go1.24@1575127e runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-26 17:24 gotip-linux-s390x go@988a20c8 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xadd08 m=0 sigcode=0 goroutine 0 gp=0x343dc0 m=0 mp=0x344bc0 [idle]: runtime.futex(0x344cf8, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fff8afe2e8 sp=0x3fff8afe2e8 pc=0xadd08 ... r0 0x0 r1 0xee r2 0x344cf8 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x8 r13 0x343dc0 r14 0x5bfb2 r15 0x3fff8afe2e8 pc 0xadd08 link 0x5bfb2 *** Test killed with quit: ran too long (10m0s).2025-06-26 17:24 gotip-linux-s390x go@988a20c8 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-27 02:49 gotip-linux-s390x-race go@0f8ab2db 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/runtime/proc.go:460 +0x11e fp=0xc00010df10 sp=0xc00010def8 pc=0xe53ee runtime.runFinalizers() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mfinal.go:210 +0x168 fp=0xc00010dfd8 sp=0xc00010df10 pc=0x73028 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00010dfd8 sp=0xc00010dfd8 pc=0xeebd2 created by runtime.createfing in goroutine 4487 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mfinal.go:172 +0x64 FAIL command-line-arguments 14.924s FAIL --- FAIL: TestRace (26.12s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-27 17:59 gotip-linux-s390x-race go@742fda95 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/transport.go:2597 +0x1ac fp=0xc0000e7fb8 sp=0xc0000e7e20 pc=0x534f5c net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1945 +0x7c fp=0xc0000e7fd8 sp=0xc0000e7fb8 pc=0x52f01c runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e7fd8 sp=0xc0000e7fd8 pc=0xeebe2 created by net/http.(*Transport).dialConn in goroutine 4500 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1945 +0x3186 FAIL command-line-arguments 14.142s FAIL --- FAIL: TestRace (23.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-27 18:14 x_tools-go1.24-linux-s390x-race tools@ce10b6b0 release-branch.go1.24@dbf30d88 x/tools/gopls/internal/test/integration/watch.TestEditFileAndDependency/default (log)
=== RUN TestEditFileAndDependency/default watch_test.go:139: the following condition is Unmeetable: once the following is met: completed work "diagnosing files changed on disk" at least 1 time must have: all of: no diagnostics for file "a/a.go" no diagnostics for file "b/b.go" reason: postcondition is not met: ... [Trace - 02:51:15.086 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-901626146/TestEditFileAndDependency/default/work/b/b.go","diagnostics":[]} [Trace - 02:51:15.087 AM] Received notification '$/progress'. Params: {"token":"6035767396655507517","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestEditFileAndDependency/default" --- FAIL: TestEditFileAndDependency/default (1.19s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-30 14:22 x_tools-go1.25-linux-s390x-race tools@99387c89 release-branch.go1.25@8ac5714e x/tools/gopls/internal/test/marker.Test/zeroconfig/dynamicports.txt (log)
=== RUN Test/zeroconfig/dynamicports.txt === PAUSE Test/zeroconfig/dynamicports.txt === CONT Test/zeroconfig/dynamicports.txt marker_test.go:1870: a/windows64.go:8:22 (zeroconfig/dynamicports.txt:70:22): no diagnostic at a/windows64.go:8:8-17 (zeroconfig/dynamicports.txt:70:8-17) matches "(undefined|declared)" marker_test.go:1870: a/windows64.go:9:22 (zeroconfig/dynamicports.txt:71:22): no diagnostic at a/windows64.go:9:8-18 (zeroconfig/dynamicports.txt:71:8-18) matches "(undefined|declared)" marker_test.go:1870: b/b_windows.go:6:18 (zeroconfig/dynamicports.txt:109:18): no diagnostic at b/b_windows.go:6:2-3 (zeroconfig/dynamicports.txt:109:2-3) matches "not used" marker_test.go:292: unmeetable expectation: once the following is met: completed work "diagnosing opened files" at least 11 times must have: no Error log messages reason: postcondition is not met: found matching log "2025/06/30 10:56:11 errors loading workspace: /home/swarming/.swarming/w/ir/x/t/Testzeroconfigdynamicports.txt2479666720/001/work/go.mod:1: unknown directive: package\n/home/swarming/.swarming/w/ir/x/t/Testzeroconfigdynamicports.txt2479666720/001/work/go.mod:3: unknown directive: type\n/home/swarming/.swarming/w/ir/x/t/Testzeroconfigdynamicports.txt2479666720/001/work/go.mod:7: unknown directive: func\n\tview_id=\"314\"\n\tsnapshot=1\n\tdirectory=/home/swarming/.swarming/w/ir/x/t/Testzeroconfigdynamicports.txt2479666720/001/work\n" --- FAIL: Test/zeroconfig/dynamicports.txt (23.39s)2025-06-30 14:22 x_tools-go1.25-linux-s390x-race tools@99387c89 release-branch.go1.25@8ac5714e x/tools/gopls/internal/test/marker.Test/zeroconfig/nonworkspacemodule.txt (log)
=== RUN Test/zeroconfig/nonworkspacemodule.txt === PAUSE Test/zeroconfig/nonworkspacemodule.txt === CONT Test/zeroconfig/nonworkspacemodule.txt marker_test.go:1870: a/a.go:10:23 (zeroconfig/nonworkspacemodule.txt:27:23): no diagnostic at a/a.go:10:14-19 (zeroconfig/nonworkspacemodule.txt:27:14-19) matches "undefined|undeclared" marker_test.go:292: unmeetable expectation: once the following is met: completed work "diagnosing opened files" at least 10 times must have: no Error log messages reason: postcondition is not met: found matching log "2025/06/30 10:54:15 errors loading workspace: /home/swarming/.swarming/w/ir/x/t/Testzeroconfignonworkspacemodule.txt3143231221/001/work/a/go.mod:1: unknown directive: package\n/home/swarming/.swarming/w/ir/x/t/Testzeroconfignonworkspacemodule.txt3143231221/001/work/a/go.mod:6: unknown directive: type\n/home/swarming/.swarming/w/ir/x/t/Testzeroconfignonworkspacemodule.txt3143231221/001/work/a/go.mod:7:2: unknown directive: F\n/home/swarming/.swarming/w/ir/x/t/Testzeroconfignonworkspacemodule.txt3143231221/001/work/a/go.mod:8: unknown directive: }\n/home/swarming/.swarming/w/ir/x/t/Testzeroconfignonworkspacemodule.txt3143231221/001/work/a/go.mod:10: unknown directive: func\n/home/swarming/.swarming/w/ir/x/t/Testzeroconfignonworkspacemodule.txt3143231221/001/work/a/go.mod:11: unknown directive: }\n/home/swarming/.swarming/w/ir/x/t/Testzeroconfignonworkspacemodule.txt3143231221/001/work/a/go.mod:13: unknown directive: func\n/home/swarming/.swarming/w/ir/x/t/Testzeroconfignonworkspacemodule.txt3143231221/001/work/a/go.mod:14: unknown directive: }\n\tview_id=\"226\"\n\tsnapshot=3\n\tdirectory=/home/swarming/.swarming/w/ir/x/t/Testzeroconfignonworkspacemodule.txt3143231221/001/work\n" --- FAIL: Test/zeroconfig/nonworkspacemodule.txt (139.55s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-30 20:58 gotip-linux-s390x go@479b51ee 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 4 5 9 6 6 6 7 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 9 7 8] 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 3 4 5 6 6 6 7 9 8] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 4 2 3 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 4 2 3 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=func (5.81s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-30 23:52 gotip-linux-s390x go@86fca3dc 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 9 5 6 6 6 7 8] sleep_test.go:437: attempt 1 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 2 failed: After calls returned out of order: [0 6 1 1 2 3 4 5 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 3 2 6 4 5 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 3 2 6 4 5 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.57s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-10 23:37 go1.25-linux-s390x release-branch.go1.25@7fa2c736 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 3 2 4 6 5 6 6 9 7 8] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 2 1 1 3 4 8 5 6 6 6 7 9] sleep_test.go:437: 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:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 4 7 5 6 6 6 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 7 5 6 6 6 8 9] --- FAIL: TestAfterQueuing/impl=func (5.46s)2025-06-11 18:56 go1.25-linux-s390x release-branch.go1.25@8ac5714e 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 9 2 3 4 5 6 6 6 7 8] sleep_test.go:437: attempt 1 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 2 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 3 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 4 failed: After calls returned out of order: [0 1 1 2 3 4 5 7 6 6 6 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 5 7 6 6 6 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.82s)2025-06-11 18:56 go1.25-linux-s390x release-branch.go1.25@8ac5714e time.TestAfterQueuing/impl=func (log)
=== RUN TestAfterQueuing/impl=func sleep_test.go:437: attempt 0 failed: After calls returned out of order: [0 5 1 1 2 3 4 6 6 6 7 9 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 9 4 5 6 6 6 7 8] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 3 1 1 2 4 5 8 6 6 6 7 9] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 2 6 3 4 5 6 6 7 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 4 5 7 6 6 6 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 5 7 6 6 6 8 9] --- FAIL: TestAfterQueuing/impl=func (5.73s)2025-06-11 18:56 go1.25-linux-s390x-race release-branch.go1.25@8ac5714e 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 ... goroutine 5236 gp=0xc0001e2540 m=nil [runnable]: command-line-arguments_test.TestRaceWaitGroupReuse.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 fp=0xc00030ffd8 sp=0xc00030ffd8 pc=0x5a4270 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00030ffd8 sp=0xc00030ffd8 pc=0xeec32 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5230 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 +0x300 FAIL command-line-arguments 12.432s FAIL --- FAIL: TestRace (18.61s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-01 15:36 gotip-linux-s390x-race go@7755a052 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-07-01T23:12:59Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1373900014/tmpdir987363478/list_empty_importpath184746329 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1373900014/tmpdir987363478/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=0x26a8160 [running]: panic({0x1ee4480, 0x21ad7d0}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc000289300 sp=0xc000289258 pc=0x10b5d42 cmd/go/internal/load.(*preload).flush(0xc0001b1530) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x112 fp=0xc000289328 sp=0xc000289300 pc=0x1a77a32 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x7c fp=0xc000289348 sp=0xc000289328 pc=0x1a95fec panic({0x1ee4480, 0x21ad7d0}) ... goroutine 23 gp=0xc00018aa80 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=0xc00006afd8 sp=0xc00006afd8 pc=0x1a76d00 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00006afd8 sp=0xc00006afd8 pc=0x10bfca2 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 (12.31s)2025-07-01 15:36 gotip-linux-s390x-race go@7755a052 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 6 6 6 8 9 7] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 4 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 4 5 6 6 6 9 7 8] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 2 3 4 5 8 6 6 6 7 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 5 2 4 3 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 5 2 4 3 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (7.11s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-01 21:05 gotip-linux-s390x go@de646d94 runtime.TestFakeTime [SKIP] (log)
=== RUN TestFakeTime === PAUSE TestFakeTime === CONT TestFakeTime crash_test.go:186: running /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/go-build12737214/testfaketime_-tags=faketime.exe -tags=faketime2025-07-01 21:05 gotip-linux-s390x go@de646d94 time.TestAfterQueuing/impl=chan (log)
=== RUN TestAfterQueuing/impl=chan sleep_test.go:437: attempt 0 failed: After calls returned out of order: [0 5 1 1 2 3 4 6 6 6 7 8 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 2 1 1 3 4 5 6 6 6 7 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 9 3 4 5 6 6 6 7 8] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 2 1 1 3 4 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 5 4 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 5 4 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (6.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-01 21:05 gotip-linux-s390x-race go@de646d94 cmd/go.TestScript/cgo_suspect_flag_force_external (log)
=== RUN TestScript/cgo_suspect_flag_force_external === PAUSE TestScript/cgo_suspect_flag_force_external === CONT TestScript/cgo_suspect_flag_force_external script_test.go:139: 2025-07-02T05:14:33Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-448585871/tmpdir1622384700/cgo_suspect_flag_force_external3823474021 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-448585871/tmpdir1622384700/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 ... modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tcgo.example/usesInternalCgo\nmod\tcgo.example\t(devel)\t\nbuild\t-buildmode=exe\nbuild\t-compiler=gc\nbuild\tDefaultGODEBUG=asynctimerchan=1,containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,gotypesalias=0,httplaxcontentlength=1,httpmuxgo121=1,httpservecontentkeepheaders=1,multipathtcp=0,panicnil=1,randseednop=0,rsa1024min=0,tls10server=1,tls3des=1,tlsmlkem=0,tlsrsakex=1,tlssha1=1,tlsunsafeekm=1,updatemaxprocs=0,winreadlinkvolume=0,winsymlink=0,x509keypairleaf=0,x509negativeserial=1,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tCGO_CFLAGS=-ffile-prefix-map=/Users/someone/_11233/things=new\nbuild\tCGO_CPPFLAGS=\nbuild\tCGO_CXXFLAGS=\nbuild\tCGO_LDFLAGS=\nbuild\tGOARCH=s390x\nbuild\tGOOS=linux\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2" EOF mkdir -p $WORK/b001/exe/ cd . GOROOT='/home/swarming/.swarming/w/ir/x/w/goroot' /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_s390x/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -X=runtime.godebugDefault=asynctimerchan=1,containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,gotypesalias=0,httplaxcontentlength=1,httpmuxgo121=1,httpservecontentkeepheaders=1,multipathtcp=0,panicnil=1,randseednop=0,rsa1024min=0,tls10server=1,tls3des=1,tlsmlkem=0,tlsrsakex=1,tlssha1=1,tlsunsafeekm=1,updatemaxprocs=0,winreadlinkvolume=0,winsymlink=0,x509keypairleaf=0,x509negativeserial=1,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=exe -buildid=tSc8g0U2NByFkTqZKx5u/iYpgn-bK_DHRQOOPWPF1/iYpgn-bK_DHRQOOPWPF1/tSc8g0U2NByFkTqZKx5u -extld=gcc $WORK/b001/_pkg_.a go tool buildid -w $WORK/b001/exe/a.out # internal mv $WORK/b001/exe/a.out dummy.exe rm -rf $WORK/b001/ script_test.go:163: FAIL: testdata/script/cgo_suspect_flag_force_external.txt:84: go build -x -n -o dummy.exe ./usesInternalCgo: context deadline exceeded --- FAIL: TestScript/cgo_suspect_flag_force_external (45.65s)2025-07-01 21:05 gotip-linux-s390x-race go@de646d94 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/transport.go:2395 +0x16a8 fp=0xc0000e1fb8 sp=0xc0000e1c10 pc=0x533288 net/http.(*Transport).dialConn.gowrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1944 +0x7c fp=0xc0000e1fd8 sp=0xc0000e1fb8 pc=0x52f45c runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e1fd8 sp=0xc0000e1fd8 pc=0xeed02 created by net/http.(*Transport).dialConn in goroutine 4506 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1944 +0x30e0 FAIL command-line-arguments 33.418s FAIL --- FAIL: TestRace (58.83s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-30 23:52 go1.25-linux-s390x-race release-branch.go1.25@6bd9944c 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/transport.go:2395 +0x16a8 fp=0xc000121fb8 sp=0xc000121c10 pc=0x533058 net/http.(*Transport).dialConn.gowrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1944 +0x7c fp=0xc000121fd8 sp=0xc000121fb8 pc=0x52f22c runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000121fd8 sp=0xc000121fd8 pc=0xeed02 created by net/http.(*Transport).dialConn in goroutine 4506 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1944 +0x30e0 FAIL command-line-arguments 19.322s FAIL --- FAIL: TestRace (29.47s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-30 21:01 go1.25-linux-s390x release-branch.go1.25@e46d586e 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 5 3 4 6 6 6 7 8 9] sleep_test.go:437: attempt 1 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 2 failed: After calls returned out of order: [0 2 1 1 3 4 6 5 6 6 7 8 9] sleep_test.go:437: attempt 3 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 4 failed: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=func (5.56s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-30 20:58 go1.25-linux-s390x-race release-branch.go1.25@479b51ee 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=0xc000167fa0 sp=0xc000167a78 pc=0x4fee06 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0xa0 fp=0xc000167fd8 sp=0xc000167fa0 pc=0x507f40 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000167fd8 sp=0xc000167fd8 pc=0xeed02 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 26.292s FAIL --- FAIL: TestRace (46.89s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-30 18:45 go1.25-linux-s390x-race release-branch.go1.25@740857f5 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-07-03T09:53:17Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3582664597/tmpdir407330412/list_empty_importpath2615364602 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3582664597/tmpdir407330412/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=0x26a8160 [running]: panic({0x1ee4480, 0x21ad7d0}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc000205300 sp=0xc000205258 pc=0x10b5d42 cmd/go/internal/load.(*preload).flush(0xc000047570) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x112 fp=0xc000205328 sp=0xc000205300 pc=0x1a77a32 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x7c fp=0xc000205348 sp=0xc000205328 pc=0x1a95fec panic({0x1ee4480, 0x21ad7d0}) ... 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=0xc0000707d8 sp=0xc0000707d8 pc=0x1a76d00 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000707d8 sp=0xc0000707d8 pc=0x10bfca2 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.94s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-30 17:44 go1.25-linux-s390x-race release-branch.go1.25@9ae38be3 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 6 6 6 8 7 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 3 1 1 2 4 5 6 6 6 7 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 4 2 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 3 4 6 6 5 6 7 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 4 5 7 6 6 6 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 5 7 6 6 6 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.45s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-28 01:17 go1.25-linux-s390x release-branch.go1.25@b51f1cdb runtime:cpu2.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-06-27 20:38 go1.25-linux-s390x-race release-branch.go1.25@2a22aefa 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-07-04T05:46:37Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3125611831/tmpdir3360563942/list_empty_importpath652485082 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3125611831/tmpdir3360563942/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=0x26a7160 [running]: panic({0x1ee3f60, 0x21acfd0}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x172 fp=0xc000289300 sp=0xc000289258 pc=0x10b5b42 cmd/go/internal/load.(*preload).flush(0xc0001af530) /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:1122 +0x112 fp=0xc000289328 sp=0xc000289300 pc=0x1a777e2 cmd/go/internal/load.PackagesAndErrors.deferwrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/internal/load/pkg.go:2940 +0x7c fp=0xc000289348 sp=0xc000289328 pc=0x1a95d9c panic({0x1ee3f60, 0x21acfd0}) ... goroutine 23 gp=0xc000188a80 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=0xc00006afd8 sp=0xc00006afd8 pc=0x1a76ab0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00006afd8 sp=0xc00006afd8 pc=0x10bfaa2 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.64s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-04 01:43 gotip-linux-s390x-race go@6c3b5a27 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.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-01 20:16 x_tools-go1.24-linux-s390x tools@b5e741b9 release-branch.go1.24@dbf30d88 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:146: failed to write updated index 2025/07/01 21:59:32 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/TestIncrementalNope2893767489/001", Changed: s"2025-07-01 21:59:32 -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.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-07 16:14 gotip-linux-s390x-race go@33fb4819 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 3 2 4 6 5 6 6 8 7 9] sleep_test.go:437: attempt 1 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 2 failed: After calls returned out of order: [0 1 1 2 3 4 6 6 5 6 7 8 9] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 2 3 6 5 4 6 6 7 9 8] 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=chan (5.51s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-08 20:57 x_tools-go1.23-linux-s390x-race tools@7b8dc5db release-branch.go1.23@0a75dd7c x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:55: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (7.89s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-08 15:03 gotip-linux-s390x-race go@a5bda585 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/transport.go:2395 +0x16a8 fp=0xc0000e1fb8 sp=0xc0000e1c10 pc=0x533378 net/http.(*Transport).dialConn.gowrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1944 +0x7c fp=0xc0000e1fd8 sp=0xc0000e1fb8 pc=0x52f54c runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e1fd8 sp=0xc0000e1fd8 pc=0xeedf2 created by net/http.(*Transport).dialConn in goroutine 4506 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1944 +0x30e0 FAIL command-line-arguments 17.307s FAIL --- FAIL: TestRace (33.44s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-08 18:57 x_tools-go1.23-linux-s390x-race tools@986a3c00 release-branch.go1.23@0a75dd7c x/tools/gopls/internal/test/marker.Test/mcptools/workspace.txt (log)
=== RUN Test/mcptools/workspace.txt === PAUSE Test/mcptools/workspace.txt === CONT Test/mcptools/workspace.txt testing.go:1490: race detected during execution of test --- FAIL: Test/mcptools/workspace.txt (6.37s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-08 21:22 x_tools-go1.24-linux-s390x-race tools@d1921d10 release-branch.go1.24@9d828e80 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:147: failed to connect on attempt 0: Get "http://localhost:39205": dial tcp [::1]:39205: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 1: Get "http://localhost:39205": dial tcp [::1]:39205: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 2: Get "http://localhost:39205": dial tcp [::1]:39205: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 3: Get "http://localhost:39205": dial tcp [::1]:39205: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 4: Get "http://localhost:39205": dial tcp [::1]:39205: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 5: Get "http://localhost:39205": dial tcp [::1]:39205: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 6: Get "http://localhost:39205": dial tcp [::1]:39205: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 7: Get "http://localhost:39205": dial tcp [::1]:39205: connect: connection refused, trying again mcp_test.go:151: connecting to server: Get "http://localhost:39205": dial tcp [::1]:39205: connect: connection refused --- FAIL: TestMCPCommandHTTP (17.49s)2025-07-08 21:22 x_tools-go1.24-linux-s390x-race tools@d1921d10 release-branch.go1.24@9d828e80 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:55: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (38.72s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-08 21:22 x_tools-gotip-linux-s390x-race tools@d1921d10 go@54c9d776 x/tools/gopls/internal/test/integration/template.TestTemplatesFromExtensions/default (log)
=== RUN TestTemplatesFromExtensions/default template_test.go:99: the following condition is Unmeetable: once the following is met: completed work "diagnosing files changed on disk" at least 1 time must have: no diagnostics for file "hello.tmpl" reason: postcondition is not met: have diagnostic: hello.tmpl: 1:0 [template]: missing value for command ... [Trace - 05:14:51.248 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3906202910/TestTemplatesFromExtensions/default/work/hello.tmpl","diagnostics":[{"range":{"start":{"line":1,"character":0},"end":{"line":1,"character":28}},"severity":1,"source":"template","message":"missing value for command"}]} [Trace - 05:14:51.249 AM] Received notification '$/progress'. Params: {"token":"8180265703520918427","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestTemplatesFromExtensions/default" --- FAIL: TestTemplatesFromExtensions/default (1.92s)2025-07-08 21:22 x_tools-gotip-linux-s390x-race tools@d1921d10 go@54c9d776 x/tools/gopls/internal/test/marker.Test/hover/issues.txt [SKIP] (log)
=== RUN Test/hover/issues.txt === PAUSE Test/hover/issues.txtComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-08 18:30 gotip-linux-s390x-race go@54c9d776 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 ... goroutine 5237 gp=0xc0002d9a40 m=nil [runnable]: command-line-arguments_test.TestRaceWaitGroupReuse.func2() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:330 fp=0xc00021efd8 sp=0xc00021efd8 pc=0x5a45d0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00021efd8 sp=0xc00021efd8 pc=0xeedf2 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:330 +0xb6 FAIL command-line-arguments 23.259s FAIL --- FAIL: TestRace (41.01s)2025-07-09 15:28 gotip-linux-s390x-race go@67c17044 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=0xc000153fa0 sp=0xc000153a78 pc=0x4ff996 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0xa0 fp=0xc000153fd8 sp=0xc000153fa0 pc=0x508ad0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000153fd8 sp=0xc000153fd8 pc=0xeedf2 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 19.399s FAIL --- FAIL: TestRace (30.75s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-09 20:57 x_tools-go1.25-linux-s390x-race tools@0343b706 release-branch.go1.25@e73dadc7 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:207: failed to connect on attempt 0: Get "http://localhost:36655": dial tcp [::1]:36655: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 1: Get "http://localhost:36655": dial tcp [::1]:36655: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 2: Get "http://localhost:36655": dial tcp [::1]:36655: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 3: Get "http://localhost:36655": dial tcp [::1]:36655: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 4: Get "http://localhost:36655": dial tcp [::1]:36655: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 5: Get "http://localhost:36655": dial tcp [::1]:36655: connect: connection refused, trying again 2025/07/09 23:30:45 Info:2025/07/09 23:30:45 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP1361276126/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP1361276126/001" go_version="go version go1.25rc2 linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:25 GoVersionOutput:go version go1.25rc2 linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] mcp_test.go:207: failed to connect on attempt 6: Get "http://localhost:36655": dial tcp [::1]:36655: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 7: Get "http://localhost:36655": dial tcp [::1]:36655: connect: connection refused, trying again 2025/07/09 23:30:50 Info:2025/07/09 23:30:50 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP1361276126/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP1361276126/001/... builtin] packages=3 duration=5.217449374s 2025/07/09 23:30:50 Gopls MCP server: starting up on http mcp_test.go:211: connecting to server: Get "http://localhost:36655": dial tcp [::1]:36655: connect: connection refused --- FAIL: TestMCPCommandHTTP (18.46s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-09 18:20 x_tools-go1.24-linux-s390x-race tools@db322bb7 release-branch.go1.24@9d828e80 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:207: failed to connect on attempt 0: Get "http://localhost:38431": dial tcp [::1]:38431: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 1: Get "http://localhost:38431": dial tcp [::1]:38431: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 2: Get "http://localhost:38431": dial tcp [::1]:38431: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 3: Get "http://localhost:38431": dial tcp [::1]:38431: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 4: Get "http://localhost:38431": dial tcp [::1]:38431: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 5: Get "http://localhost:38431": dial tcp [::1]:38431: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 6: Get "http://localhost:38431": dial tcp [::1]:38431: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 7: Get "http://localhost:38431": dial tcp [::1]:38431: connect: connection refused, trying again 2025/07/10 09:12:54 Info:2025/07/10 09:12:54 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP260895290/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP260895290/001" go_version="go version go1.24.5-devel_9d828e80fa1f3cc52de60428cae446b35b576de8 linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:24 GoVersionOutput:go version go1.24.5-devel_9d828e80fa1f3cc52de60428cae446b35b576de8 linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] 2025/07/10 09:12:55 Info:2025/07/10 09:12:55 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP260895290/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP260895290/001/... builtin] packages=3 duration=653.588634ms 2025/07/10 09:12:55 Gopls MCP server: starting up on http mcp_test.go:211: connecting to server: Get "http://localhost:38431": dial tcp [::1]:38431: connect: connection refused --- FAIL: TestMCPCommandHTTP (15.47s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-09 18:20 x_tools-go1.25-linux-s390x-race tools@db322bb7 release-branch.go1.25@e73dadc7 x/tools/gopls/internal/cmd.TestMCPCommandLogging/trace.log (log)
=== RUN TestMCPCommandLogging/trace.log mcp_test.go:137: closing MCP connection: signal: terminated mcp_test.go:150: Logs: 2025/07/10 09:39:07 Listening for MCP messages on stdin... read: {"jsonrpc":"2.0","id":1,"method":"initialize","params":{"_meta":{},"capabilities":{"roots":{"listChanged":true}},"clientInfo":{"name":"client","version":"v0.0.1"},"protocolVersion":"2025-03-26"}} write: {"jsonrpc":"2.0","id":1,"result":{"_meta":{},"capabilities":{"completions":{},"logging":{},"prompts":{"listChanged":true},"resources":{"listChanged":true},"tools":{"listChanged":true}},"instructions":"# The gopls MCP server\n\nThese instructions describe how to efficiently work in the Go programming\nlanguage using the gopls MCP server. They are intended to be provided as context\nfor an interactive session using the gopls MCP tool: you can load this file\ndirectly into a session where the gopls MCP server is connected.\n\n## Detecting a Go workspace\n\nUse the `go_workspace` tool to learn about the Go workspace. These instructions\napply whenever that tool indicates that the user is in a Go workspace.\n\n## Go Programming Guidelines\n\nThese guidelines MUST be followed whenever working in a Go workspace. There\nare two workflows described below: the 'Read Workflow' must be followed when\nthe user asks a question about a Go workspace. The 'Edit Workflow' must be\nfollowed when the user edits a Go workspace.\n\nYou may re-do parts of each workflow as necessary to recover from errors.\nHowever, you cannot skip any steps.\n\n### Read Workflow\n\n1. **Search the workspace:** When the user asks about a symbol, use\n `go_search` to search for the symbol in question. If you find no matches,\n search for a substring of the user's referenced symbol. If `go_search`\n fails, you may fall back to regular textual search.\n2. **Read files:** Read the relevant file(s). Use the `go_file_metadata` tool\n to get package information for the file.\n3. **Understand packages:** If the user is asking about the use of one or more Go\n package, use the `go_package_outline` command to summarize their API.\n\n### Editing Workflow\n\n1. **Read first:** Before making any edits, follow the Read Workflow to\n understand the user's request.\n2. **Find references:** Before modifying the definition of any symbol, use the\n `go_symbol_references` tool to find references to that identifier. These\n references may need to be updated after editing the symbol. Read files\n containing references to evaluate if any further edits are required.\n3. **Make edits:** Make the primary edit, as well as any edits to references.\n4. **Run diagnostics:** Every time, after making edits to one or more files,\n you must call the `go_diagnostics` tool, passing the paths to the edited\n files, to verify that the build is not broken. Apply edits to fix any\n relevant diagnostics, and re-run the `go_diagnostics` tool to verify the\n fixes. It is OK to ignore 'hint' or 'info' diagnostics if they are not\n relevant.\n5. **Run tests** run `go test` for any packages that were edited. Invoke `go\n test` with the package paths returned from `go_file_metadata`. Fix any test\n failures.\n","protocolVersion":"2025-03-26","serverInfo":{"name":"gopls","version":"v0.1.0"}}} read: {"jsonrpc":"2.0","method":"notifications/initialized","params":{"_meta":{}}} read error: EOF --- FAIL: TestMCPCommandLogging/trace.log (9.54s)2025-07-09 18:57 x_tools-gotip-linux-s390x-race tools@978cb2f7 go@8131635e x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:207: failed to connect on attempt 0: Get "http://localhost:34305": dial tcp [::1]:34305: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 1: Get "http://localhost:34305": dial tcp [::1]:34305: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 2: Get "http://localhost:34305": dial tcp [::1]:34305: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 3: Get "http://localhost:34305": dial tcp [::1]:34305: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 4: Get "http://localhost:34305": dial tcp [::1]:34305: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 5: Get "http://localhost:34305": dial tcp [::1]:34305: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 6: Get "http://localhost:34305": dial tcp [::1]:34305: connect: connection refused, trying again 2025/07/10 09:22:25 Info:2025/07/10 09:22:25 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3104949371/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3104949371/001" go_version="go version go1.25-devel_8131635e5a9c7ae2fd2c083bed9e841d27226500 linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:25 GoVersionOutput:go version go1.25-devel_8131635e5a9c7ae2fd2c083bed9e841d27226500 linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] mcp_test.go:207: failed to connect on attempt 7: Get "http://localhost:34305": dial tcp [::1]:34305: connect: connection refused, trying again 2025/07/10 09:22:26 Info:2025/07/10 09:22:26 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3104949371/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3104949371/001/... builtin] packages=3 duration=1.022252052s 2025/07/10 09:22:26 Gopls MCP server: starting up on http mcp_test.go:211: connecting to server: Get "http://localhost:34305": dial tcp [::1]:34305: connect: connection refused --- FAIL: TestMCPCommandHTTP (14.79s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-09 20:57 x_tools-go1.24-linux-s390x-race tools@778fe21d release-branch.go1.24@9d828e80 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:54: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (11.94s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-10 12:56 x_tools-go1.23-linux-s390x tools@8391b177 release-branch.go1.23@0a75dd7c x/tools/gopls/internal/test/marker.Test/completion/append.txt (log)
=== RUN Test/completion/append.txt === PAUSE Test/completion/append.txt === CONT Test/completion/append.txt marker_test.go:308: unmeetable expectation: once the following is met: completed work "diagnosing opened files" at least 3 times must have: no Error log messages reason: postcondition is not met: found matching log "2025/07/10 10:35:01 errors loading workspace: /home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:1: unknown directive: package\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:3: unknown directive: func\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:4:2: unknown block type: var\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:9:2: unknown directive: {\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:10:3: unknown directive: type\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:11:3: unknown directive: var\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:12:3: unknown directive: mc\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:13:2: unknown directive: }\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:15:2: unknown directive: {\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:16:3: unknown directive: var\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:17:3: unknown directive: a\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:18:2: unknown directive: }\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:20:2: unknown directive: {\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:21:3: unknown directive: var\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:22:3: unknown directive: wantsInt\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:23:3: unknown directive: wantsInt\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:24:2: unknown directive: }\n/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work/go.mod:25: unknown directive: }\n\tview_id=\"168\"\n\tsnapshot=3\n\tdirectory=/home/swarming/.swarming/w/ir/x/t/Testcompletionappend.txt942178173/001/work\n" --- FAIL: Test/completion/append.txt (3.26s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-09 20:57 x_tools-go1.23-linux-s390x-race tools@778fe21d release-branch.go1.23@0a75dd7c x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:207: failed to connect on attempt 0: Get "http://localhost:34873": dial tcp [::1]:34873: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 1: Get "http://localhost:34873": dial tcp [::1]:34873: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 2: Get "http://localhost:34873": dial tcp [::1]:34873: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 3: Get "http://localhost:34873": dial tcp [::1]:34873: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 4: Get "http://localhost:34873": dial tcp [::1]:34873: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 5: Get "http://localhost:34873": dial tcp [::1]:34873: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 6: Get "http://localhost:34873": dial tcp [::1]:34873: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 7: Get "http://localhost:34873": dial tcp [::1]:34873: connect: connection refused, trying again 2025/07/09 20:49:57 Info:2025/07/09 20:49:57 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP4003982168/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP4003982168/001" go_version="go version go1.24.2 linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-s390x GoVersion:24 GoVersionOutput:go version go1.24.2 linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] 2025/07/09 20:49:58 Info:2025/07/09 20:49:58 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP4003982168/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP4003982168/001/... builtin] packages=3 duration=324.397873ms 2025/07/09 20:49:58 Gopls MCP server: starting up on http mcp_test.go:211: connecting to server: Get "http://localhost:34873": dial tcp [::1]:34873: connect: connection refused --- FAIL: TestMCPCommandHTTP (14.55s)2025-07-09 20:57 x_tools-go1.23-linux-s390x-race tools@778fe21d release-branch.go1.23@0a75dd7c x/tools/gopls/internal/cmd.TestMCPCommandLogging/trace.log (log)
=== RUN TestMCPCommandLogging/trace.log mcp_test.go:137: closing MCP connection: signal: terminated mcp_test.go:150: Logs: 2025/07/09 20:49:41 Listening for MCP messages on stdin... read: {"jsonrpc":"2.0","id":1,"method":"initialize","params":{"_meta":{},"capabilities":{"roots":{"listChanged":true}},"clientInfo":{"name":"client","version":"v0.0.1"},"protocolVersion":"2025-03-26"}} write: {"jsonrpc":"2.0","id":1,"result":{"_meta":{},"capabilities":{"completions":{},"logging":{},"prompts":{"listChanged":true},"resources":{"listChanged":true},"tools":{"listChanged":true}},"instructions":"# The gopls MCP server\n\nThese instructions describe how to efficiently work in the Go programming\nlanguage using the gopls MCP server. They are intended to be provided as context\nfor an interactive session using the gopls MCP tool: you can load this file\ndirectly into a session where the gopls MCP server is connected.\n\n## Detecting a Go workspace\n\nUse the `go_workspace` tool to learn about the Go workspace. These instructions\napply whenever that tool indicates that the user is in a Go workspace.\n\n## Go Programming Guidelines\n\nThese guidelines MUST be followed whenever working in a Go workspace. There\nare two workflows described below: the 'Read Workflow' must be followed when\nthe user asks a question about a Go workspace. The 'Edit Workflow' must be\nfollowed when the user edits a Go workspace.\n\nYou may re-do parts of each workflow as necessary to recover from errors.\nHowever, you cannot skip any steps.\n\n### Read Workflow\n\n1. **Search the workspace:** When the user asks about a symbol, use\n `go_search` to search for the symbol in question. If you find no matches,\n search for a substring of the user's referenced symbol. If `go_search`\n fails, you may fall back to regular textual search.\n2. **Read files:** Read the relevant file(s). Use the `go_file_metadata` tool\n to get package information for the file.\n3. **Understand packages:** If the user is asking about the use of one or more Go\n package, use the `go_package_outline` command to summarize their API.\n\n### Editing Workflow\n\n1. **Read first:** Before making any edits, follow the Read Workflow to\n understand the user's request.\n2. **Find references:** Before modifying the definition of any symbol, use the\n `go_symbol_references` tool to find references to that identifier. These\n references may need to be updated after editing the symbol. Read files\n containing references to evaluate if any further edits are required.\n3. **Make edits:** Make the primary edit, as well as any edits to references.\n4. **Run diagnostics:** Every time, after making edits to one or more files,\n you must call the `go_diagnostics` tool, passing the paths to the edited\n files, to verify that the build is not broken. Apply edits to fix any\n relevant diagnostics, and re-run the `go_diagnostics` tool to verify the\n fixes. It is OK to ignore 'hint' or 'info' diagnostics if they are not\n relevant.\n5. **Run tests** run `go test` for any packages that were edited. Invoke `go\n test` with the package paths returned from `go_file_metadata`. Fix any test\n failures.\n","protocolVersion":"2025-03-26","serverInfo":{"name":"gopls","version":"v0.1.0"}}} read: {"jsonrpc":"2.0","method":"notifications/initialized","params":{"_meta":{}}} read error: EOF --- FAIL: TestMCPCommandLogging/trace.log (13.30s)2025-07-10 12:56 x_tools-go1.23-linux-s390x-race tools@8391b177 release-branch.go1.23@0a75dd7c x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:207: failed to connect on attempt 0: Get "http://localhost:43347": dial tcp [::1]:43347: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 1: Get "http://localhost:43347": dial tcp [::1]:43347: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 2: Get "http://localhost:43347": dial tcp [::1]:43347: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 3: Get "http://localhost:43347": dial tcp [::1]:43347: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 4: Get "http://localhost:43347": dial tcp [::1]:43347: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 5: Get "http://localhost:43347": dial tcp [::1]:43347: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 6: Get "http://localhost:43347": dial tcp [::1]:43347: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 7: Get "http://localhost:43347": dial tcp [::1]:43347: connect: connection refused, trying again 2025/07/10 11:30:31 Info:2025/07/10 11:30:31 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2614854260/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2614854260/001" go_version="go version go1.24.2 linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-s390x GoVersion:24 GoVersionOutput:go version go1.24.2 linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] 2025/07/10 11:30:33 Info:2025/07/10 11:30:33 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2614854260/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2614854260/001/... builtin] packages=3 duration=2.373744802s 2025/07/10 11:30:33 Gopls MCP server: starting up on http mcp_test.go:211: connecting to server: Get "http://localhost:43347": dial tcp [::1]:43347: connect: connection refused --- FAIL: TestMCPCommandHTTP (13.69s)2025-07-10 12:56 x_tools-go1.25-linux-s390x-race tools@8391b177 release-branch.go1.25@e73dadc7 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:207: failed to connect on attempt 0: Get "http://localhost:38651": dial tcp [::1]:38651: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 1: Get "http://localhost:38651": dial tcp [::1]:38651: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 2: Get "http://localhost:38651": dial tcp [::1]:38651: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 3: Get "http://localhost:38651": dial tcp [::1]:38651: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 4: Get "http://localhost:38651": dial tcp [::1]:38651: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 5: Get "http://localhost:38651": dial tcp [::1]:38651: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 6: Get "http://localhost:38651": dial tcp [::1]:38651: connect: connection refused, trying again 2025/07/10 11:27:43 Info:2025/07/10 11:27:43 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2323012866/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2323012866/001" go_version="go version go1.25rc2 linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:25 GoVersionOutput:go version go1.25rc2 linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] mcp_test.go:207: failed to connect on attempt 7: Get "http://localhost:38651": dial tcp [::1]:38651: connect: connection refused, trying again 2025/07/10 11:27:45 Info:2025/07/10 11:27:45 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2323012866/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2323012866/001/... builtin] packages=3 duration=2.173593174s 2025/07/10 11:27:45 Gopls MCP server: starting up on http mcp_test.go:211: connecting to server: Get "http://localhost:38651": dial tcp [::1]:38651: connect: connection refused --- FAIL: TestMCPCommandHTTP (15.05s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-09 20:34 gotip-linux-s390x go@8131635e runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgo2025-07-09 20:34 gotip-linux-s390x go@8131635e 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 4 3 5 7 6 6 6 8 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 6 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 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 8 9] 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=func (5.49s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-10 14:26 x_tools-gotip-linux-s390x-race tools@ae184175 go@63ec70d4 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:207: failed to connect on attempt 0: Get "http://localhost:46247": dial tcp [::1]:46247: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 1: Get "http://localhost:46247": dial tcp [::1]:46247: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 2: Get "http://localhost:46247": dial tcp [::1]:46247: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 3: Get "http://localhost:46247": dial tcp [::1]:46247: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 4: Get "http://localhost:46247": dial tcp [::1]:46247: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 5: Get "http://localhost:46247": dial tcp [::1]:46247: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 6: Get "http://localhost:46247": dial tcp [::1]:46247: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 7: Get "http://localhost:46247": dial tcp [::1]:46247: connect: connection refused, trying again 2025/07/10 12:49:39 Info:2025/07/10 12:49:39 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3634501604/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3634501604/001" go_version="go version go1.25-devel_63ec70d4e1350f44caf950cf3f675ae2cb7ea453 linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:25 GoVersionOutput:go version go1.25-devel_63ec70d4e1350f44caf950cf3f675ae2cb7ea453 linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] 2025/07/10 12:49:42 Info:2025/07/10 12:49:42 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3634501604/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3634501604/001/... builtin] packages=3 duration=2.20715417s 2025/07/10 12:49:42 Gopls MCP server: starting up on http mcp_test.go:211: connecting to server: Get "http://localhost:46247": dial tcp [::1]:46247: connect: connection refused --- FAIL: TestMCPCommandHTTP (16.29s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-08 17:00 go1.24-linux-s390x-race release-branch.go1.24@9d828e80 runtime.BenchmarkAlignedLoad [SKIP] (log)
=== RUN BenchmarkAlignedLoad BenchmarkAlignedLoad BenchmarkAlignedLoad-4 7371651 32.58 ns/opComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-10 16:27 gotip-linux-s390x-race go@63ec70d4 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 ... goroutine 5235 gp=0xc0002c48c0 m=nil [runnable]: command-line-arguments_test.TestRaceWaitGroupReuse.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 fp=0xc000057fd8 sp=0xc000057fd8 pc=0x5a4f70 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000057fd8 sp=0xc000057fd8 pc=0xeedf2 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 +0x300 FAIL command-line-arguments 10.241s FAIL --- FAIL: TestRace (17.81s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-10 16:49 x_tools-go1.23-linux-s390x-race tools@4738c7c0 release-branch.go1.23@317a3c13 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:207: failed to connect on attempt 0: Get "http://localhost:41681": dial tcp [::1]:41681: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 1: Get "http://localhost:41681": dial tcp [::1]:41681: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 2: Get "http://localhost:41681": dial tcp [::1]:41681: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 3: Get "http://localhost:41681": dial tcp [::1]:41681: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 4: Get "http://localhost:41681": dial tcp [::1]:41681: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 5: Get "http://localhost:41681": dial tcp [::1]:41681: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 6: Get "http://localhost:41681": dial tcp [::1]:41681: connect: connection refused, trying again 2025/07/11 00:45:18 Info:2025/07/11 00:45:18 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2366351945/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2366351945/001" go_version="go version go1.24.2 linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-s390x GoVersion:24 GoVersionOutput:go version go1.24.2 linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] mcp_test.go:207: failed to connect on attempt 7: Get "http://localhost:41681": dial tcp [::1]:41681: connect: connection refused, trying again 2025/07/11 00:45:21 Info:2025/07/11 00:45:21 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2366351945/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2366351945/001/... builtin] packages=3 duration=2.667785447s 2025/07/11 00:45:21 Gopls MCP server: starting up on http mcp_test.go:211: connecting to server: Get "http://localhost:41681": dial tcp [::1]:41681: connect: connection refused --- FAIL: TestMCPCommandHTTP (14.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-09 15:54 x_tools-go1.25-linux-s390x-race tools@d4009352 release-branch.go1.25@e73dadc7 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:147: failed to connect on attempt 0: Get "http://localhost:43981": dial tcp [::1]:43981: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 1: Get "http://localhost:43981": dial tcp [::1]:43981: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 2: Get "http://localhost:43981": dial tcp [::1]:43981: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 3: Get "http://localhost:43981": dial tcp [::1]:43981: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 4: Get "http://localhost:43981": dial tcp [::1]:43981: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 5: Get "http://localhost:43981": dial tcp [::1]:43981: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 6: Get "http://localhost:43981": dial tcp [::1]:43981: connect: connection refused, trying again 2025/07/11 01:18:13 Info:2025/07/11 01:18:13 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3375661322/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3375661322/001" go_version="go version go1.25rc2 linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:25 GoVersionOutput:go version go1.25rc2 linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] mcp_test.go:147: failed to connect on attempt 7: Get "http://localhost:43981": dial tcp [::1]:43981: connect: connection refused, trying again 2025/07/11 01:18:18 Info:2025/07/11 01:18:18 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3375661322/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP3375661322/001/... builtin] packages=3 duration=4.838607732s 2025/07/11 01:18:18 Gopls MCP server: starting up on http mcp_test.go:151: connecting to server: Get "http://localhost:43981": dial tcp [::1]:43981: connect: connection refused --- FAIL: TestMCPCommandHTTP (16.40s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-09 15:56 x_tools-go1.23-linux-s390x-race tools@fa094241 release-branch.go1.23@317a3c13 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:147: failed to connect on attempt 0: Get "http://localhost:45531": dial tcp [::1]:45531: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 1: Get "http://localhost:45531": dial tcp [::1]:45531: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 2: Get "http://localhost:45531": dial tcp [::1]:45531: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 3: Get "http://localhost:45531": dial tcp [::1]:45531: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 4: Get "http://localhost:45531": dial tcp [::1]:45531: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 5: Get "http://localhost:45531": dial tcp [::1]:45531: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 6: Get "http://localhost:45531": dial tcp [::1]:45531: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 7: Get "http://localhost:45531": dial tcp [::1]:45531: connect: connection refused, trying again mcp_test.go:151: connecting to server: Get "http://localhost:45531": dial tcp [::1]:45531: connect: connection refused --- FAIL: TestMCPCommandHTTP (14.36s)2025-07-10 16:49 x_tools-go1.24-linux-s390x-race tools@4738c7c0 release-branch.go1.24@390ffce7 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:207: failed to connect on attempt 0: Get "http://localhost:42059": dial tcp [::1]:42059: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 1: Get "http://localhost:42059": dial tcp [::1]:42059: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 2: Get "http://localhost:42059": dial tcp [::1]:42059: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 3: Get "http://localhost:42059": dial tcp [::1]:42059: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 4: Get "http://localhost:42059": dial tcp [::1]:42059: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 5: Get "http://localhost:42059": dial tcp [::1]:42059: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 6: Get "http://localhost:42059": dial tcp [::1]:42059: connect: connection refused, trying again mcp_test.go:207: failed to connect on attempt 7: Get "http://localhost:42059": dial tcp [::1]:42059: connect: connection refused, trying again mcp_test.go:211: connecting to server: Get "http://localhost:42059": dial tcp [::1]:42059: connect: connection refused --- FAIL: TestMCPCommandHTTP (15.41s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-09 15:43 x_tools-go1.24-linux-s390x-race tools@bc228aa9 release-branch.go1.24@390ffce7 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:147: failed to connect on attempt 0: Get "http://localhost:36871": dial tcp [::1]:36871: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 1: Get "http://localhost:36871": dial tcp [::1]:36871: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 2: Get "http://localhost:36871": dial tcp [::1]:36871: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 3: Get "http://localhost:36871": dial tcp [::1]:36871: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 4: Get "http://localhost:36871": dial tcp [::1]:36871: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 5: Get "http://localhost:36871": dial tcp [::1]:36871: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 6: Get "http://localhost:36871": dial tcp [::1]:36871: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 7: Get "http://localhost:36871": dial tcp [::1]:36871: connect: connection refused, trying again 2025/07/11 06:57:18 Info:2025/07/11 06:57:18 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP1096000356/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP1096000356/001" go_version="go version go1.24.5-devel_390ffce7d60abf7d5317c0a78beef64affd0059a linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:24 GoVersionOutput:go version go1.24.5-devel_390ffce7d60abf7d5317c0a78beef64affd0059a linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] 2025/07/11 06:57:19 Info:2025/07/11 06:57:19 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP1096000356/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP1096000356/001/... builtin] packages=3 duration=1.520123842s 2025/07/11 06:57:19 Gopls MCP server: starting up on http mcp_test.go:151: connecting to server: Get "http://localhost:36871": dial tcp [::1]:36871: connect: connection refused --- FAIL: TestMCPCommandHTTP (14.60s)2025-07-09 16:00 x_tools-gotip-linux-s390x-race tools@4724ef9b go@7a38975a x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:147: failed to connect on attempt 0: Get "http://localhost:38107": dial tcp [::1]:38107: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 1: Get "http://localhost:38107": dial tcp [::1]:38107: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 2: Get "http://localhost:38107": dial tcp [::1]:38107: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 3: Get "http://localhost:38107": dial tcp [::1]:38107: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 4: Get "http://localhost:38107": dial tcp [::1]:38107: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 5: Get "http://localhost:38107": dial tcp [::1]:38107: connect: connection refused, trying again 2025/07/11 06:11:36 Info:2025/07/11 06:11:36 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP4276680374/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP4276680374/001" go_version="go version go1.25-devel_7a38975a48ac735e62b389957bfc898437d628dc linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:25 GoVersionOutput:go version go1.25-devel_7a38975a48ac735e62b389957bfc898437d628dc linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] mcp_test.go:147: failed to connect on attempt 6: Get "http://localhost:38107": dial tcp [::1]:38107: connect: connection refused, trying again 2025/07/11 06:11:40 Info:2025/07/11 06:11:40 go/packages.Load #1 view_id="1" snapshot=0 directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP4276680374/001 query=[/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP4276680374/001/... builtin] packages=3 duration=3.241911226s 2025/07/11 06:11:40 Gopls MCP server: starting up on http mcp_test.go:147: failed to connect on attempt 7: Get "http://localhost:38107": dial tcp [::1]:38107: connect: connection refused, trying again mcp_test.go:151: connecting to server: Get "http://localhost:38107": dial tcp [::1]:38107: connect: connection refused --- FAIL: TestMCPCommandHTTP (15.66s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-08 17:41 x_tools-go1.25-linux-s390x-race tools@2d4b6bf0 release-branch.go1.25@e73dadc7 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:55: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (19.03s)2025-07-09 15:15 x_tools-go1.23-linux-s390x-race tools@4f6016bb release-branch.go1.23@317a3c13 x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:147: failed to connect on attempt 0: Get "http://localhost:44807": dial tcp [::1]:44807: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 1: Get "http://localhost:44807": dial tcp [::1]:44807: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 2: Get "http://localhost:44807": dial tcp [::1]:44807: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 3: Get "http://localhost:44807": dial tcp [::1]:44807: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 4: Get "http://localhost:44807": dial tcp [::1]:44807: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 5: Get "http://localhost:44807": dial tcp [::1]:44807: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 6: Get "http://localhost:44807": dial tcp [::1]:44807: connect: connection refused, trying again 2025/07/11 07:14:00 Info:2025/07/11 07:14:00 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2730725750/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2730725750/001" go_version="go version go1.24.2 linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-s390x GoVersion:24 GoVersionOutput:go version go1.24.2 linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] mcp_test.go:147: failed to connect on attempt 7: Get "http://localhost:44807": dial tcp [::1]:44807: connect: connection refused, trying again mcp_test.go:151: connecting to server: Get "http://localhost:44807": dial tcp [::1]:44807: connect: connection refused --- FAIL: TestMCPCommandHTTP (15.43s)2025-07-09 15:15 x_tools-go1.23-linux-s390x-race tools@4f6016bb release-branch.go1.23@317a3c13 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:55: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (16.34s)2025-07-09 15:56 x_tools-gotip-linux-s390x-race tools@fa094241 go@7a38975a x/tools/gopls/internal/cmd.TestMCPCommandHTTP (log)
=== RUN TestMCPCommandHTTP mcp_test.go:147: failed to connect on attempt 0: Get "http://localhost:39559": dial tcp [::1]:39559: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 1: Get "http://localhost:39559": dial tcp [::1]:39559: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 2: Get "http://localhost:39559": dial tcp [::1]:39559: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 3: Get "http://localhost:39559": dial tcp [::1]:39559: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 4: Get "http://localhost:39559": dial tcp [::1]:39559: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 5: Get "http://localhost:39559": dial tcp [::1]:39559: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 6: Get "http://localhost:39559": dial tcp [::1]:39559: connect: connection refused, trying again mcp_test.go:147: failed to connect on attempt 7: Get "http://localhost:39559": dial tcp [::1]:39559: connect: connection refused, trying again 2025/07/11 08:01:05 Info:2025/07/11 08:01:05 Created View (#1) directory=/home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2695277746/001 view_type="GoMod" root_dir="file:///home/swarming/.swarming/w/ir/x/t/TestMCPCommandHTTP2695277746/001" go_version="go version go1.25-devel_7a38975a48ac735e62b389957bfc898437d628dc linux/s390x" build_flags=[] env={GOOS:linux GOARCH:s390x GOCACHE:/home/swarming/.swarming/w/ir/x/w/gocache GOMODCACHE:/home/swarming/.swarming/w/ir/x/w/gopath/pkg/mod GOPATH:/home/swarming/.swarming/w/ir/x/w/gopath GOPRIVATE: GOFLAGS: GO111MODULE: GOTOOLCHAIN:auto GOROOT:/home/swarming/.swarming/w/ir/x/w/goroot GoVersion:25 GoVersionOutput:go version go1.25-devel_7a38975a48ac735e62b389957bfc898437d628dc linux/s390x ExplicitGOWORK: EffectiveGOPACKAGESDRIVER:} env_overlay=[] mcp_test.go:151: connecting to server: Get "http://localhost:39559": dial tcp [::1]:39559: connect: connection refused --- FAIL: TestMCPCommandHTTP (16.47s)2025-07-09 15:56 x_tools-gotip-linux-s390x-race tools@fa094241 go@7a38975a x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:55: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (18.24s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-08 16:51 x_tools-go1.25-linux-s390x-race tools@1a2d84c1 release-branch.go1.25@e73dadc7 x/tools/gopls/internal/test/marker.Test/mcptools/context.txt (log)
=== RUN Test/mcptools/context.txt === PAUSE Test/mcptools/context.txt === CONT Test/mcptools/context.txt testing.go:1617: race detected during execution of test --- FAIL: Test/mcptools/context.txt (4.18s)2025-07-08 16:51 x_tools-go1.25-linux-s390x-race tools@1a2d84c1 release-branch.go1.25@e73dadc7 x/tools/gopls/internal/test/marker.Test/zeroconfig/nonworkspacemodule.txt (log)
=== RUN Test/zeroconfig/nonworkspacemodule.txt === PAUSE Test/zeroconfig/nonworkspacemodule.txt === CONT Test/zeroconfig/nonworkspacemodule.txt testing.go:1617: race detected during execution of test --- FAIL: Test/zeroconfig/nonworkspacemodule.txt (12.28s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-14 14:32 x_tools-go1.23-linux-s390x tools@8d1f71aa release-branch.go1.23@317a3c13 x/tools/gopls/internal/test/integration/modfile.TestInvalidGoVersion/default (log)
=== RUN TestInvalidGoVersion/default modfile_test.go:1114: unmeetable expectation: once the following is met: all of: must have: no diagnostics for file "go.mod" reason: postcondition is not met: have diagnostic: go.mod: 2:0 [syntax]: invalid go version 'foo': must match format 1.23.0 ... [Trace - 11:12:25.771 AM] Received notification '$/progress'. Params: {"token":"160400970778758507","value":{"kind":"end","message":"Done."}} [Trace - 11:12:25.771 AM] Received notification '$/progress'. Params: {"token":"3614088781571726357","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestInvalidGoVersion/default" --- FAIL: TestInvalidGoVersion/default (0.05s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-14 14:32 x_tools-go1.25-linux-s390x-race tools@8d1f71aa release-branch.go1.25@e73dadc7 x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:138: closing MCP connection: signal: terminated mcp_test.go:151: Logs: 2025/07/14 11:00:42 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (16.52s)2025-07-14 14:32 x_tools-go1.25-linux-s390x-race tools@8d1f71aa release-branch.go1.25@e73dadc7 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:55: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (37.93s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-17 21:21 x_tools-gotip-linux-s390x tools@57c8fd32 go@66536242 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-07-17 21:21 x_tools-gotip-linux-s390x tools@57c8fd32 go@66536242 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope70207906/001", ValidAt: s"2025-07-17 18:00:31.111226215 -0400 EDT m=+0.003780732", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-17 22:02 x_tools-go1.24-linux-s390x-race tools@74b5d360 release-branch.go1.24@390ffce7 x/tools/gopls/internal/test/integration/watch.TestCreateImplementation/method_before_implementation/default (log)
=== RUN TestCreateImplementation/method_before_implementation/default watch_test.go:326: the following condition is Unmeetable: once the following is met: completed work "diagnosing files changed on disk" at least 1 time must have: any diagnostics at a/a.go:12:12 reason: postcondition is not met: diagnostics: b/b.go (version 0): ... [Trace - 18:35:03.488 PM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-4293162904/TestCreateImplementation/method_before_implementation/default/work/b/b.go","diagnostics":[]} [Trace - 18:35:03.489 PM] Received notification '$/progress'. Params: {"token":"1311232043607073701","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestCreateImplementation/method_before_implementation/default" --- FAIL: TestCreateImplementation/method_before_implementation/default (2.86s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-17 21:21 x_tools-go1.23-linux-s390x-race tools@57c8fd32 release-branch.go1.23@317a3c13 x/tools/gopls/internal/test/integration/misc.TestEditingGeneratedFileWarning/default (log)
=== RUN TestEditingGeneratedFileWarning/default generate_test.go:132: no "Warning: editing a.go, a generated file." warning #### Start Gopls Test Logs for "TestEditingGeneratedFileWarning/default" [Trace - 18:07:27.786 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-3929196277/TestEditingGeneratedFileWarning/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-3929196277/TestEditingGeneratedFileWarning/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3929196277/TestEditingGeneratedFileWarning/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3929196277/TestEditingGeneratedFileWarning/default/work","name":"work"}]} [Trace - 18:07:27.788 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","source.splitPackage"],"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.split_package","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/misc.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 - 18:07:28.024 PM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3929196277/TestEditingGeneratedFileWarning/default/work/a/a.go","version":2,"diagnostics":[]} [Trace - 18:07:28.056 PM] Received notification '$/progress'. Params: {"token":"3374555071217478366","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestEditingGeneratedFileWarning/default" --- FAIL: TestEditingGeneratedFileWarning/default (0.32s)2025-07-17 22:02 x_tools-go1.23-linux-s390x-race tools@74b5d360 release-branch.go1.23@317a3c13 x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:147: closing MCP connection: signal: terminated mcp_test.go:160: Logs: 2025/07/17 19:06:24 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (15.67s)2025-07-17 22:02 x_tools-go1.23-linux-s390x-race tools@74b5d360 release-branch.go1.23@317a3c13 x/tools/gopls/internal/cmd.TestMCPCommandLogging/trace.log (log)
=== RUN TestMCPCommandLogging/trace.log mcp_test.go:147: closing MCP connection: signal: terminated mcp_test.go:160: Logs: 2025/07/17 19:06:58 Listening for MCP messages on stdin... read: {"jsonrpc":"2.0","id":1,"method":"initialize","params":{"_meta":{},"capabilities":{"roots":{"listChanged":true}},"clientInfo":{"name":"client","version":"v0.0.1"},"protocolVersion":"2025-03-26"}} write: {"jsonrpc":"2.0","id":1,"result":{"_meta":{},"capabilities":{"completions":{},"logging":{},"prompts":{"listChanged":true},"resources":{"listChanged":true},"tools":{"listChanged":true}},"instructions":"# The gopls MCP server\n\nThese instructions describe how to efficiently work in the Go programming language using the gopls MCP server. You can load this file directly into a session where the gopls MCP server is connected.\n\n## Detecting a Go workspace\n\nAt the start of every session, you MUST use the `go_workspace` tool to learn about the Go workspace. The rest of these instructions apply whenever that tool indicates that the user is in a Go workspace.\n\n## Go programming workflows\n\nThese guidelines MUST be followed whenever working in a Go workspace. There are two workflows described below: the 'Read Workflow' must be followed when the user asks a question about a Go workspace. The 'Edit Workflow' must be followed when the user edits a Go workspace.\n\nYou may re-do parts of each workflow as necessary to recover from errors. However, you must not skip any steps.\n\n### Read workflow\n\nThe goal of the read workflow is to understand the codebase.\n\n1. **Understand the workspace layout**: Start by using `go_workspace` to understand the overall structure of the workspace, such as whether it's a module, a workspace, or a GOPATH project.\n\n2. **Find relevant symbols**: If you're looking for a specific type, function, or variable, use `go_search`. This is a fuzzy search that will help you locate symbols even if you don't know the exact name or location.\n EXAMPLE: search for the 'Server' type: `go_search({\"query\":\"server\"})`\n\n3. **Understand a file and its intra-package dependencies**: When you have a file path and want to understand its contents and how it connects to other files *in the same package*, use `go_file_context`. This tool will show you a summary of the declarations from other files in the same package that are used by the current file. `go_file_context` MUST be used immediately after reading any Go file for the first time, and MAY be re-used if dependencies have changed.\n EXAMPLE: to understand `server.go`'s dependencies on other files in its package: `go_file_context({\"file\":\"/path/to/server.go\"})`\n\n4. **Understand a package's public API**: When you need to understand what a package provides to external code (i.e., its public API), use `go_package_api`. This is especially useful for understanding third-party dependencies or other packages in the same monorepo.\n EXAMPLE: to see the API of the `storage` package: `go_package_api({\"packagePaths\":[\"example.com/internal/storage\"]})`\n\n### Editing workflow\n\nThe editing workflow is iterative. You should cycle through these steps until the task is complete.\n\n1. **Read first**: Before making any edits, follow the Read Workflow to understand the user's request and the relevant code.\n\n2. **Find references**: Before modifying the definition of any symbol, use the `go_symbol_references` tool to find all references to that identifier. This is critical for understanding the impact of your change. Read the files containing references to evaluate if any further edits are required.\n EXAMPLE: `go_symbol_references({\"file\":\"/path/to/server.go\",\"symbol\":\"Server.Run\"})`\n\n3. **Make edits**: Make the required edits, including edits to references you identified in the previous step. Don't proceed to the next step until all planned edits are complete.\n\n4. **Check for errors**: After every code modification, you MUST call the `go_diagnostics` tool. Pass the paths of the files you have edited. This tool will report any build or analysis errors.\n EXAMPLE: `go_diagnostics({\"files\":[\"/path/to/server.go\"]})`\n\n5. **Fix errors**: If `go_diagnostics` reports any errors, fix them. The tool may provide suggested quick fixes in the form of diffs. You should review these diffs and apply them if they are correct. Once you've applied a fix, re-run `go_diagnostics` to confirm that the issue is resolved. It is OK to ignore 'hint' or 'info' diagnostics if they are not relevant to the current task. Note that Go diagnostic messages may contain a summary of the source code, which may not match its exact text.\n\n6. **Run tests**: Once `go_diagnostics` reports no errors (and ONLY once there are no errors), run the tests for the packages you have changed. You can do this with `go test [packagePath...]`. Don't run `go test ./...` unless the user explicitly requests it, as doing so may slow down the iteration loop.\n\n","protocolVersion":"2025-03-26","serverInfo":{"name":"gopls","version":"v0.1.0"}}} read: {"jsonrpc":"2.0","method":"notifications/initialized","params":{"_meta":{}}} read error: EOF --- FAIL: TestMCPCommandLogging/trace.log (35.71s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-18 16:17 x_tools-gotip-linux-s390x-race tools@097b2179 go@23638979 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (15.82s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-21 15:09 x_tools-gotip-linux-s390x-race tools@2bcc4d22 go@1aaf7422 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (14.39s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-22 09:48 gotip-linux-s390x go@1aaf7422 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (log)
=== RUN TestForkExec === PAUSE TestForkExec2025-07-22 09:48 gotip-linux-s390x go@1aaf7422 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-22 09:48 gotip-linux-s390x-race go@1aaf7422 runtime.TestCatchPanic [SKIP] (log)
=== RUN TestCatchPanic === PAUSE TestCatchPanic === CONT TestCatchPanicComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-22 17:18 x_tools-gotip-linux-s390x tools@365b9b02 go@71c2bf55 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-07-22 17:18 x_tools-gotip-linux-s390x tools@365b9b02 go@71c2bf55 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope4170405933/001", ValidAt: s"2025-07-23 00:44:37.016649521 -0400 EDT m=+0.002657620", 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.02s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-23 13:28 x_tools-go1.23-linux-s390x tools@4a9ef586 release-branch.go1.23@317a3c13 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3834833114/001", ValidAt: s"2025-07-23 09:29:56.000741474 -0400 EDT m=+0.143074692", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-23 13:28 x_tools-go1.24-linux-s390x-race tools@4a9ef586 release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3429535985/001", ValidAt: s"2025-07-23 09:35:50.007521159 -0400 EDT m=+0.048484594", 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.03s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-08 17:29 go1.25-linux-s390x release-branch.go1.25@e73dadc7 os.TestReadTimeoutFluctuation/anonymous_pipe (log)
=== RUN TestReadTimeoutFluctuation/anonymous_pipe === PAUSE TestReadTimeoutFluctuation/anonymous_pipe === CONT TestReadTimeoutFluctuation/anonymous_pipe timeout_test.go:320: SetReadDeadline(+1ms) timeout_test.go:348: Read took 4.185196ms (expected 1ms); trying with longer timeout timeout_test.go:320: SetReadDeadline(+5.231495ms) timeout_test.go:348: Read took 31.119195ms (expected 5.231495ms); trying with longer timeout timeout_test.go:320: SetReadDeadline(+38.898993ms) timeout_test.go:348: Read took 130.293416ms (expected 38.898993ms); trying with longer timeout timeout_test.go:320: SetReadDeadline(+162.86677ms) timeout_test.go:348: Read took 451.777671ms (expected 162.86677ms); trying with longer timeout timeout_test.go:320: SetReadDeadline(+564.722088ms) timeout_test.go:348: Read took 645.604669ms (expected 564.722088ms); trying with longer timeout timeout_test.go:320: SetReadDeadline(+807.005836ms) timeout_test.go:344: Read took 4.942660719s; expected at most 887.706419ms --- FAIL: TestReadTimeoutFluctuation/anonymous_pipe (6.21s)2025-07-08 17:29 go1.25-linux-s390x release-branch.go1.25@e73dadc7 runtime.TestCatchPanic [SKIP] (log)
=== RUN TestCatchPanic === PAUSE TestCatchPanicComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-23 18:41 gotip-linux-s390x-race go@2696a11a runtime:racebench.BenchmarkAlignedLoad [SKIP] (log)
=== RUN BenchmarkAlignedLoad BenchmarkAlignedLoad BenchmarkAlignedLoad-4 7550796 16.76 ns/opComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-22 16:33 go1.25-linux-s390x-race release-branch.go1.25@c74399e7 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 9: 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 ... goroutine 5234 gp=0xc00036d880 m=nil [runnable]: command-line-arguments_test.TestRaceWaitGroupReuse.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 fp=0xc00034afd8 sp=0xc00034afd8 pc=0x5a4740 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00034afd8 sp=0xc00034afd8 pc=0xeedf2 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 +0x300 FAIL command-line-arguments 12.860s FAIL --- FAIL: TestRace (17.48s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-22 16:16 go1.25-linux-s390x release-branch.go1.25@4ed9943b time.TestAfterQueuing/impl=func (log)
=== RUN TestAfterQueuing/impl=func sleep_test.go:437: attempt 0 failed: After calls returned out of order: [0 4 1 1 2 3 5 6 6 6 7 8 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 5 2 3 4 6 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 2 1 1 3 4 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 6 4 5 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 6 4 5 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=func (5.52s)2025-07-22 16:16 go1.25-linux-s390x-race release-branch.go1.25@4ed9943b 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-07-24T12:28:01Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4072314707/tmpdir1308378647/list_empty_importpath108355085 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4072314707/tmpdir1308378647/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 ... PWD=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4072314707/tmpdir1308378647/list_empty_importpath108355085/gopath/src > ! go list all [stderr] no errors [exit status 1] > ! stderr 'panic' > stderr 'invalid import path' script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:3: stderr 'invalid import path': no match for `(?m)invalid import path` in stderr --- FAIL: TestScript/list_empty_importpath (4.26s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-25 03:30 gotip-linux-s390x-race go@3636ced1 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-07-25T09:43:33Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3016212079/tmpdir1038959860/list_empty_importpath3287493811 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3016212079/tmpdir1038959860/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 ... PWD=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3016212079/tmpdir1038959860/list_empty_importpath3287493811/gopath/src > ! go list all [stderr] no errors [exit status 1] > ! stderr 'panic' > stderr 'invalid import path' script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:3: stderr 'invalid import path': no match for `(?m)invalid import path` in stderr --- FAIL: TestScript/list_empty_importpath (2.21s)2025-07-25 03:30 gotip-linux-s390x-race go@3636ced1 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 9: 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=0xc000123fa0 sp=0xc000123a78 pc=0x4f89b6 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x72 fp=0xc000123fd8 sp=0xc000123fa0 pc=0x5019d2 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000123fd8 sp=0xc000123fd8 pc=0xee782 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 21.596s FAIL --- FAIL: TestRace (51.44s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-25 18:33 gotip-linux-s390x go@41b42988 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 9 3 4 5 6 6 6 7 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 3 2 6 4 5 6 6 7 9 8] sleep_test.go:437: attempt 2 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 3 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 4 failed: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 7 9 8] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 7 9 8] --- FAIL: TestAfterQueuing/impl=chan (5.55s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-24 23:24 gotip-linux-s390x-race go@7b500243 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 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 6 3 4 6 5 6 7 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 3 4 8 5 6 6 7 6 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 5 8 6 6 6 7 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 5 8 6 6 6 7 9] --- FAIL: TestAfterQueuing/impl=chan (5.59s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-24 16:59 gotip-linux-s390x-race go@6669aa3b runtime:racebench.BenchmarkAlignedLoad [SKIP] (log)
=== RUN BenchmarkAlignedLoad BenchmarkAlignedLoad BenchmarkAlignedLoad-4 7377409 16.09 ns/opComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-26 00:43 gotip-linux-s390x-race go@6fbad4be 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 9: 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=0xc0000e5fa0 sp=0xc0000e5a78 pc=0x4f7d06 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x72 fp=0xc0000e5fd8 sp=0xc0000e5fa0 pc=0x500d22 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e5fd8 sp=0xc0000e5fd8 pc=0xee852 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 16.462s FAIL --- FAIL: TestRace (24.99s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-23 17:50 x_tools-gotip-linux-s390x-race tools@4982c3b5 go@98f301cf x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1466181541/001", ValidAt: s"2025-07-28 13:42:12.008280449 -0400 EDT m=+0.017395004", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-28 19:28 x_tools-go1.23-linux-s390x-race tools@88d35e46 release-branch.go1.23@e8794e65 x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:147: closing MCP connection: signal: terminated mcp_test.go:160: Logs: 2025/07/28 20:34:31 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (28.96s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-28 17:46 x_tools-go1.25-linux-s390x-race tools@7fe7caec release-branch.go1.25@84fb1b82 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (10.32s)2025-07-28 19:28 x_tools-go1.25-linux-s390x-race tools@88d35e46 release-branch.go1.25@84fb1b82 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (21.90s)2025-07-28 20:16 x_tools-go1.23-linux-s390x-race tools@f7f80eab release-branch.go1.23@e8794e65 x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:147: closing MCP connection: signal: terminated mcp_test.go:160: Logs: 2025/07/29 06:12:47 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (34.67s)2025-07-28 20:16 x_tools-go1.23-linux-s390x-race tools@f7f80eab release-branch.go1.23@e8794e65 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (29.66s)2025-07-28 20:16 x_tools-go1.25-linux-s390x-race tools@f7f80eab release-branch.go1.25@84fb1b82 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (15.96s)2025-07-28 21:43 x_tools-go1.25-linux-s390x-race tools@163ff8ba release-branch.go1.25@84fb1b82 x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:147: closing MCP connection: signal: terminated mcp_test.go:160: Logs: 2025/07/29 02:37:11 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (29.08s)2025-07-28 21:43 x_tools-go1.25-linux-s390x-race tools@163ff8ba release-branch.go1.25@84fb1b82 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope173552415/001", ValidAt: s"2025-07-29 02:25:38.419565994 -0400 EDT m=+4.481773398", 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.05s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-28 18:38 gotip-linux-s390x-race go@cd3655a8 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 9: 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/testing/testing.go:1934 +0x244 fp=0xc000053fb0 sp=0xc000053ee0 pc=0x2080f4 testing.(*T).Run.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1997 +0x60 fp=0xc000053fd8 sp=0xc000053fb0 pc=0x20a3c0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000053fd8 sp=0xc000053fd8 pc=0xee852 created by testing.(*T).Run in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1997 +0xb02 FAIL command-line-arguments 5.921s FAIL --- FAIL: TestRace (9.55s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-28 19:04 x_tools-go1.25-linux-s390x-race tools@89ab5e4e release-branch.go1.25@84fb1b82 x/tools/gopls/internal/cmd.TestMCPCommandLogging/trace.log (log)
=== RUN TestMCPCommandLogging/trace.log mcp_test.go:147: closing MCP connection: signal: terminated mcp_test.go:160: Logs: 2025/07/29 09:21:23 Listening for MCP messages on stdin... read: {"jsonrpc":"2.0","id":1,"method":"initialize","params":{"_meta":{},"capabilities":{"roots":{"listChanged":true}},"clientInfo":{"name":"client","version":"v0.0.1"},"protocolVersion":"2025-03-26"}} write: {"jsonrpc":"2.0","id":1,"result":{"_meta":{},"capabilities":{"completions":{},"logging":{},"prompts":{"listChanged":true},"resources":{"listChanged":true},"tools":{"listChanged":true}},"instructions":"# The gopls MCP server\n\nThese instructions describe how to efficiently work in the Go programming language using the gopls MCP server. You can load this file directly into a session where the gopls MCP server is connected.\n\n## Detecting a Go workspace\n\nAt the start of every session, you MUST use the `go_workspace` tool to learn about the Go workspace. The rest of these instructions apply whenever that tool indicates that the user is in a Go workspace.\n\n## Go programming workflows\n\nThese guidelines MUST be followed whenever working in a Go workspace. There are two workflows described below: the 'Read Workflow' must be followed when the user asks a question about a Go workspace. The 'Edit Workflow' must be followed when the user edits a Go workspace.\n\nYou may re-do parts of each workflow as necessary to recover from errors. However, you must not skip any steps.\n\n### Read workflow\n\nThe goal of the read workflow is to understand the codebase.\n\n1. **Understand the workspace layout**: Start by using `go_workspace` to understand the overall structure of the workspace, such as whether it's a module, a workspace, or a GOPATH project.\n\n2. **Find relevant symbols**: If you're looking for a specific type, function, or variable, use `go_search`. This is a fuzzy search that will help you locate symbols even if you don't know the exact name or location.\n EXAMPLE: search for the 'Server' type: `go_search({\"query\":\"server\"})`\n\n3. **Understand a file and its intra-package dependencies**: When you have a file path and want to understand its contents and how it connects to other files *in the same package*, use `go_file_context`. This tool will show you a summary of the declarations from other files in the same package that are used by the current file. `go_file_context` MUST be used immediately after reading any Go file for the first time, and MAY be re-used if dependencies have changed.\n EXAMPLE: to understand `server.go`'s dependencies on other files in its package: `go_file_context({\"file\":\"/path/to/server.go\"})`\n\n4. **Understand a package's public API**: When you need to understand what a package provides to external code (i.e., its public API), use `go_package_api`. This is especially useful for understanding third-party dependencies or other packages in the same monorepo.\n EXAMPLE: to see the API of the `storage` package: `go_package_api({\"packagePaths\":[\"example.com/internal/storage\"]})`\n\n### Editing workflow\n\nThe editing workflow is iterative. You should cycle through these steps until the task is complete.\n\n1. **Read first**: Before making any edits, follow the Read Workflow to understand the user's request and the relevant code.\n\n2. **Find references**: Before modifying the definition of any symbol, use the `go_symbol_references` tool to find all references to that identifier. This is critical for understanding the impact of your change. Read the files containing references to evaluate if any further edits are required.\n EXAMPLE: `go_symbol_references({\"file\":\"/path/to/server.go\",\"symbol\":\"Server.Run\"})`\n\n3. **Make edits**: Make the required edits, including edits to references you identified in the previous step. Don't proceed to the next step until all planned edits are complete.\n\n4. **Check for errors**: After every code modification, you MUST call the `go_diagnostics` tool. Pass the paths of the files you have edited. This tool will report any build or analysis errors.\n EXAMPLE: `go_diagnostics({\"files\":[\"/path/to/server.go\"]})`\n\n5. **Fix errors**: If `go_diagnostics` reports any errors, fix them. The tool may provide suggested quick fixes in the form of diffs. You should review these diffs and apply them if they are correct. Once you've applied a fix, re-run `go_diagnostics` to confirm that the issue is resolved. It is OK to ignore 'hint' or 'info' diagnostics if they are not relevant to the current task. Note that Go diagnostic messages may contain a summary of the source code, which may not match its exact text.\n\n6. **Run tests**: Once `go_diagnostics` reports no errors (and ONLY once there are no errors), run the tests for the packages you have changed. You can do this with `go test [packagePath...]`. Don't run `go test ./...` unless the user explicitly requests it, as doing so may slow down the iteration loop.\n\n","protocolVersion":"2025-03-26","serverInfo":{"name":"gopls","version":"v0.1.0"}}} read: {"jsonrpc":"2.0","method":"notifications/initialized","params":{"_meta":{}}} read error: EOF --- FAIL: TestMCPCommandLogging/trace.log (10.82s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-28 15:05 x_telemetry-go1.25-linux-s390x telemetry@1581f0a5 release-branch.go1.25@84fb1b82 x/telemetry.TestStart (log)
=== RUN TestStart start_test.go:154: upload does not contain "crash/crash": { "Week": "2025-07-23", "LastWeek": "", "X": 0.9724012016033259, "Programs": [ { "Program": "golang.org/x/telemetry.test", "Version": "devel", "GoVersion": "go1.25rc2", "GOOS": "linux", "GOARCH": "s390x", "Counters": { "teststart/counter": 1 }, "Stacks": {} } ], "Config": "v1.2.3" } --- FAIL: TestStart (0.08s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-28 19:28 x_tools-go1.24-linux-s390x-race tools@88d35e46 release-branch.go1.24@390ffce7 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (22.31s)2025-07-28 19:28 x_tools-go1.24-linux-s390x-race tools@88d35e46 release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-07-28 19:28 x_tools-go1.24-linux-s390x-race tools@88d35e46 release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope309222868/001", ValidAt: s"2025-07-28 21:02:28.3555264 -0400 EDT m=+0.013814423", 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.02s)2025-07-28 20:16 x_tools-go1.24-linux-s390x-race tools@f7f80eab release-branch.go1.24@390ffce7 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (25.38s)2025-07-28 21:43 x_tools-go1.24-linux-s390x-race tools@163ff8ba release-branch.go1.24@390ffce7 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (31.09s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-29 11:30 gotip-linux-s390x go@4c854b7a 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 9 3 4 5 6 6 6 7 8] sleep_test.go:437: attempt 1 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 2 failed: After calls returned out of order: [0 1 1 2 5 3 4 6 6 6 9 7 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 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 4 1 1 2 3 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 4 1 1 2 3 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (6.03s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-28 21:43 x_tools-go1.24-linux-s390x tools@163ff8ba release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-07-28 21:43 x_tools-go1.24-linux-s390x tools@163ff8ba release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope636302564/001", ValidAt: s"2025-07-29 03:04:52.165095788 -0400 EDT m=+0.002643960", 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.06s)2025-07-29 15:29 x_tools-go1.24-linux-s390x tools@c8d56072 release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-07-29 15:29 x_tools-go1.24-linux-s390x tools@c8d56072 release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope962732023/001", ValidAt: s"2025-07-29 15:34:32.172385946 -0400 EDT m=+0.002776551", 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.36s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-29 15:29 x_tools-go1.23-linux-s390x-race tools@c8d56072 release-branch.go1.23@e8794e65 x/tools/gopls/internal/test/integration/misc.TestGOMODCACHE/default (log)
=== RUN TestGOMODCACHE/default imports_test.go:258: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 16:11:45.516 PM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1350775873/TestGOMODCACHE/default/work/main.go","version":1,"diagnostics":[{"range":{"start":{"line":4,"character":16},"end":{"line":4,"character":17}},"severity":1,"code":"UndeclaredName","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#UndeclaredName"},"source":"compiler","message":"undefined: y"}]} [Trace - 16:11:45.534 PM] Received notification '$/progress'. Params: {"token":"7108953115628713112","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestGOMODCACHE/default" --- FAIL: TestGOMODCACHE/default (0.65s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-29 20:04 x_tools-go1.25-linux-s390x-race tools@a985a6c3 release-branch.go1.25@84fb1b82 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (21.81s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-29 18:02 x_tools-go1.23-linux-s390x-race tools@3e9ce406 release-branch.go1.23@e8794e65 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1521560640/001", ValidAt: s"2025-07-30 06:55:01.083304625 -0400 EDT m=+0.513558645", 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.02s)2025-07-29 20:04 x_tools-go1.24-linux-s390x-race tools@b9922912 release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-07-29 20:04 x_tools-go1.24-linux-s390x-race tools@b9922912 release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1570283411/001", ValidAt: s"2025-07-30 06:20:29.119702276 -0400 EDT m=+0.012629802", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-29 15:29 x_tools-go1.25-linux-s390x tools@9c64f689 release-branch.go1.25@84fb1b82 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope327633300/001", ValidAt: s"2025-07-30 11:27:27.002828949 -0400 EDT m=+0.029033201", 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.02s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-29 23:22 gotip-linux-s390x-race go@880ca333 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 9: 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=0xc00011dfa0 sp=0xc00011da78 pc=0x4f7ec6 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x72 fp=0xc00011dfd8 sp=0xc00011dfa0 pc=0x500ee2 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00011dfd8 sp=0xc00011dfd8 pc=0xee882 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 19.414s FAIL --- FAIL: TestRace (29.57s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-29 20:55 x_tools-go1.25-linux-s390x-race tools@ef0f4a4c release-branch.go1.25@ebee011a x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-07-29 20:55 x_tools-go1.25-linux-s390x-race tools@ef0f4a4c release-branch.go1.25@ebee011a x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3886762229/001", ValidAt: s"2025-07-30 14:04:06.011372119 -0400 EDT m=+0.012577000", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-29 20:55 x_tools-go1.24-linux-s390x-race tools@ef0f4a4c release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-07-29 20:55 x_tools-go1.24-linux-s390x-race tools@ef0f4a4c release-branch.go1.24@390ffce7 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope915815662/001", ValidAt: s"2025-07-29 22:21:52.492768099 -0400 EDT m=+0.045117384", 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.01s)2025-07-29 20:55 x_tools-gotip-linux-s390x tools@ef0f4a4c go@2174a793 x/tools/gopls/internal/test/integration/misc.TestGOMODCACHE/default (log)
=== RUN TestGOMODCACHE/default imports_test.go:258: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 14:38:19.136 PM] Received notification '$/progress'. Params: {"token":"5148316562782292284","value":{"kind":"end","message":"Done."}} [Trace - 14:38:19.148 PM] Received notification '$/progress'. Params: {"token":"7419860333642759922","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestGOMODCACHE/default" --- FAIL: TestGOMODCACHE/default (0.10s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-10 17:03 go1.24-linux-s390x-race release-branch.go1.24@390ffce7 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 5 2 4 3 6 6 6 8 7 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 4 6 6 6 5 7 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 5 2 3 4 8 6 6 6 7 9] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 2 1 1 3 4 5 6 6 6 7 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 4 3 5 7 6 6 6 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 4 3 5 7 6 6 6 8 9] --- FAIL: TestAfterQueuing/impl=func (5.90s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-30 18:38 x_tools-go1.23-linux-s390x-race tools@c00c94de release-branch.go1.23@e8794e65 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope2694371481/001", ValidAt: s"2025-07-30 15:50:06.004198319 -0400 EDT m=+0.020666446", 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.02s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-31 18:00 gotip-linux-s390x-race go@c0ee2fd4 runtime.TestCgoCallbackPprof (log)
=== RUN TestCgoCallbackPprof === PAUSE TestCgoCallbackPprof === CONT TestCgoCallbackPprof crash_cgo_test.go:100: /home/swarming/.swarming/w/ir/x/t/go-build3850748337/testprogcgo.exe CgoCallbackPprof: exit status 1 crash_cgo_test.go:102: expected "OK\n", but got: Missing main.go_callback1_callee sample in profile PeriodType: cpu nanoseconds Period: 10000000 Time: 2025-07-31 15:23:16.97271497 -0400 EDT Duration: 1.254459492s Samples: samples/count cpu/nanoseconds 1 10000000: 1 2 3 4 5 Locations 1: 0x10ba950 M=1 runtime.asyncPreempt /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/preempt_s390x.s:7 s=6 2: 0x123ccba M=1 main.go_callback1_callee /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/testdata/testprogcgo/callback_pprof.go:132 s=128 main.go_callback1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/testdata/testprogcgo/callback_pprof.go:125 s=122 _cgoexp_f8cb151f5288_go_callback1 _cgo_gotypes.go:763 s=761 3: 0x102793d M=1 runtime.cgocallbackg1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:446 s=382 4: 0x1027575 M=1 runtime.cgocallbackg /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:350 s=301 5: 0x10ba00b M=1 runtime.cgocallback /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:670 s=585 Mappings 1: 0x1000000/0x1428000/0x0 /home/swarming/.swarming/w/ir/x/t/go-build3850748337/testprogcgo.exe 17a2777abab8c19e2e03385e18e8b0b00cae50db [FN] 2: 0x3ff83080000/0x3ff8321b000/0x0 /usr/lib64/libc-2.28.so d030ce109f95c566f63258ceedccb0e11816b5c7 3: 0x3ff83280000/0x3ff83296000/0x0 /usr/lib64/libresolv-2.28.so 4b148845329e0a5c703111ca309918b990667eac 4: 0x3ff83300000/0x3ff8331c000/0x0 /usr/lib64/libpthread-2.28.so e6234e5155eb5e761df1011f542a6a75859cea0a 5: 0x3ff83400000/0x3ff83429000/0x0 /usr/lib64/ld-2.28.so 8550232c2e718a81e0a91e458a94a560ad40de15 6: 0x3ff8347e000/0x3ff83480000/0x0 [vdso] --- FAIL: TestCgoCallbackPprof (2.39s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-30 14:31 gotip-linux-s390x go@8cd85e60 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 9 4 5 6 6 6 7 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 4 5 9 6 6 6 7 8] 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 3 1 1 2 4 5 6 6 6 7 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 2 1 1 3 4 5 6 6 6 8 7 9] sleep_test.go:441: After calls returned out of order: [0 2 1 1 3 4 5 6 6 6 8 7 9] --- FAIL: TestAfterQueuing/impl=func (5.80s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-30 22:24 x_tools-go1.24-linux-s390x tools@f7d99c1a release-branch.go1.24@731de13d x/tools/gopls/internal/test/integration/watch.TestCreateImplementation/method_before_implementation/default (log)
=== RUN TestCreateImplementation/method_before_implementation/default watch_test.go:326: the following condition is Unmeetable: once the following is met: completed work "diagnosing files changed on disk" at least 1 time must have: any diagnostics at a/a.go:12:12 reason: postcondition is not met: diagnostics: b/b.go (version 0): ... [Trace - 11:34:32.205 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2856257274/TestCreateImplementation/method_before_implementation/default/work/b/b.go","diagnostics":[]} [Trace - 11:34:32.205 AM] Received notification '$/progress'. Params: {"token":"6717561067834560848","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestCreateImplementation/method_before_implementation/default" --- FAIL: TestCreateImplementation/method_before_implementation/default (1.93s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-01 16:04 gotip-linux-s390x-race go@336931a4 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 9: 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=0xc0000e3fa0 sp=0xc0000e3a78 pc=0x4ee166 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x72 fp=0xc0000e3fd8 sp=0xc0000e3fa0 pc=0x4f6d72 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e3fd8 sp=0xc0000e3fd8 pc=0xeebc2 created by net/http.(*Server).Serve in goroutine 4499 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x904 FAIL command-line-arguments 15.185s FAIL --- FAIL: TestRace (25.73s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-28 18:52 gotip-linux-s390x go@361b1ab4 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 9 4 5 6 6 6 7 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 2 1 1 7 3 4 5 6 6 6 9 8] 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 6 3 4 5 6 6 7 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 4 5 8 6 6 6 7 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 5 8 6 6 6 7 9] --- FAIL: TestAfterQueuing/impl=chan (6.56s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-29 19:44 gotip-linux-s390x-race go@7961bf71 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 9: 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=0xc0000e3fa0 sp=0xc0000e3a78 pc=0x4f7d06 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x72 fp=0xc0000e3fd8 sp=0xc0000e3fa0 pc=0x500d22 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e3fd8 sp=0xc0000e3fd8 pc=0xee852 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 11.109s FAIL --- FAIL: TestRace (19.41s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-28 18:31 gotip-linux-s390x-race go@d5dc36af 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 9: 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/runtime/race/testdata/waitgroup_test.go:325 +0x5a fp=0xc0001abfb0 sp=0xc0001abf70 pc=0x59a1ca command-line-arguments_test.TestRaceWaitGroupReuse.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:328 +0x66 fp=0xc0001abfd8 sp=0xc0001abfb0 pc=0x59a146 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0001abfd8 sp=0xc0001abfd8 pc=0xee852 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 +0x18e FAIL command-line-arguments 9.243s FAIL --- FAIL: TestRace (17.06s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-01 20:03 x_tools-go1.23-linux-s390x-race tools@c05436a8 release-branch.go1.23@8fa31a2d x/tools/gopls/internal/cmd.TestMCPCommandLogging/trace.log (log)
=== RUN TestMCPCommandLogging/trace.log mcp_test.go:147: closing MCP connection: signal: terminated mcp_test.go:160: Logs: 2025/08/01 18:51:48 Listening for MCP messages on stdin... read: {"jsonrpc":"2.0","id":1,"method":"initialize","params":{"_meta":{},"capabilities":{"roots":{"listChanged":true}},"clientInfo":{"name":"client","version":"v0.0.1"},"protocolVersion":"2025-03-26"}} write: {"jsonrpc":"2.0","id":1,"result":{"_meta":{},"capabilities":{"completions":{},"logging":{},"prompts":{"listChanged":true},"resources":{"listChanged":true},"tools":{"listChanged":true}},"instructions":"# The gopls MCP server\n\nThese instructions describe how to efficiently work in the Go programming language using the gopls MCP server. You can load this file directly into a session where the gopls MCP server is connected.\n\n## Detecting a Go workspace\n\nAt the start of every session, you MUST use the `go_workspace` tool to learn about the Go workspace. The rest of these instructions apply whenever that tool indicates that the user is in a Go workspace.\n\n## Go programming workflows\n\nThese guidelines MUST be followed whenever working in a Go workspace. There are two workflows described below: the 'Read Workflow' must be followed when the user asks a question about a Go workspace. The 'Edit Workflow' must be followed when the user edits a Go workspace.\n\nYou may re-do parts of each workflow as necessary to recover from errors. However, you must not skip any steps.\n\n### Read workflow\n\nThe goal of the read workflow is to understand the codebase.\n\n1. **Understand the workspace layout**: Start by using `go_workspace` to understand the overall structure of the workspace, such as whether it's a module, a workspace, or a GOPATH project.\n\n2. **Find relevant symbols**: If you're looking for a specific type, function, or variable, use `go_search`. This is a fuzzy search that will help you locate symbols even if you don't know the exact name or location.\n EXAMPLE: search for the 'Server' type: `go_search({\"query\":\"server\"})`\n\n3. **Understand a file and its intra-package dependencies**: When you have a file path and want to understand its contents and how it connects to other files *in the same package*, use `go_file_context`. This tool will show you a summary of the declarations from other files in the same package that are used by the current file. `go_file_context` MUST be used immediately after reading any Go file for the first time, and MAY be re-used if dependencies have changed.\n EXAMPLE: to understand `server.go`'s dependencies on other files in its package: `go_file_context({\"file\":\"/path/to/server.go\"})`\n\n4. **Understand a package's public API**: When you need to understand what a package provides to external code (i.e., its public API), use `go_package_api`. This is especially useful for understanding third-party dependencies or other packages in the same monorepo.\n EXAMPLE: to see the API of the `storage` package: `go_package_api({\"packagePaths\":[\"example.com/internal/storage\"]})`\n\n### Editing workflow\n\nThe editing workflow is iterative. You should cycle through these steps until the task is complete.\n\n1. **Read first**: Before making any edits, follow the Read Workflow to understand the user's request and the relevant code.\n\n2. **Find references**: Before modifying the definition of any symbol, use the `go_symbol_references` tool to find all references to that identifier. This is critical for understanding the impact of your change. Read the files containing references to evaluate if any further edits are required.\n EXAMPLE: `go_symbol_references({\"file\":\"/path/to/server.go\",\"symbol\":\"Server.Run\"})`\n\n3. **Make edits**: Make the required edits, including edits to references you identified in the previous step. Don't proceed to the next step until all planned edits are complete.\n\n4. **Check for errors**: After every code modification, you MUST call the `go_diagnostics` tool. Pass the paths of the files you have edited. This tool will report any build or analysis errors.\n EXAMPLE: `go_diagnostics({\"files\":[\"/path/to/server.go\"]})`\n\n5. **Fix errors**: If `go_diagnostics` reports any errors, fix them. The tool may provide suggested quick fixes in the form of diffs. You should review these diffs and apply them if they are correct. Once you've applied a fix, re-run `go_diagnostics` to confirm that the issue is resolved. It is OK to ignore 'hint' or 'info' diagnostics if they are not relevant to the current task. Note that Go diagnostic messages may contain a summary of the source code, which may not match its exact text.\n\n6. **Run tests**: Once `go_diagnostics` reports no errors (and ONLY once there are no errors), run the tests for the packages you have changed. You can do this with `go test [packagePath...]`. Don't run `go test ./...` unless the user explicitly requests it, as doing so may slow down the iteration loop.\n\n","protocolVersion":"2025-03-26","serverInfo":{"name":"gopls","version":"v0.1.0"}}} read: {"jsonrpc":"2.0","method":"notifications/initialized","params":{"_meta":{}}} read error: EOF --- FAIL: TestMCPCommandLogging/trace.log (15.44s)2025-08-01 20:03 x_tools-go1.25-linux-s390x-race tools@c05436a8 release-branch.go1.25@ebee011a x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-08-01 20:03 x_tools-go1.25-linux-s390x-race tools@c05436a8 release-branch.go1.25@ebee011a x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1981547399/001", ValidAt: s"2025-08-01 18:49:45.462343077 -0400 EDT m=+0.013621102", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-04 19:08 x_tools-go1.24-linux-s390x-race tools@b7dd6b48 release-branch.go1.24@0f5133b7 x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:147: closing MCP connection: signal: terminated mcp_test.go:160: Logs: 2025/08/05 01:22:56 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (28.95s)2025-08-04 19:08 x_tools-go1.25-linux-s390x-race tools@b7dd6b48 release-branch.go1.25@ebee011a x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:147: closing MCP connection: os: process already finished mcp_test.go:160: Logs: 2025/08/05 01:13:50 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (16.10s)2025-08-04 19:08 x_tools-go1.25-linux-s390x-race tools@b7dd6b48 release-branch.go1.25@ebee011a x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-08-04 19:08 x_tools-go1.25-linux-s390x-race tools@b7dd6b48 release-branch.go1.25@ebee011a x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope2189156828/001", ValidAt: s"2025-08-05 01:00:09.972035796 -0400 EDT m=+0.013463081", 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.07s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-04 22:07 x_tools-go1.25-linux-s390x tools@3a8978cc release-branch.go1.25@ebee011a x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1710430946/001", ValidAt: s"2025-08-04 22:33:47.002722356 -0400 EDT m=+0.046334561", 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.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-05 14:26 x_tools-gotip-linux-s390x tools@23dd839a go@7a1679d7 x/tools/gopls/internal/test/integration/misc.TestIssue67156/default (log)
=== RUN TestIssue67156/default imports_test.go:494: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 10:41:34.144 AM] Received notification '$/progress'. Params: {"token":"1970499039552216166","value":{"kind":"end","message":"Done."}} [Trace - 10:41:34.156 AM] Received notification '$/progress'. Params: {"token":"6301223269540140417","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestIssue67156/default" --- FAIL: TestIssue67156/default (0.11s)2025-08-05 14:26 x_tools-gotip-linux-s390x tools@23dd839a go@7a1679d7 x/tools/gopls/internal/test/integration/misc.TestIssue67156/setup (log)
=== RUN TestIssue67156/setup imports_test.go:486: got Index(/home/swarming/.swarming/w/ir/x/t/TestIssue671563556371195/001 v0 has 0 entries at 2025-08-05 10:41:34.045092361 -0400 EDT m=+34.333474923), want 2 entries --- FAIL: TestIssue67156/setup (0.07s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-06 01:02 gotip-linux-s390x go@4c7362e4 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T05:23:28.603665-04:00 2618 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-06 01:02 gotip-linux-s390x-race go@5defe8eb [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T05:30:29.087431-04:00 2634 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecifiedComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-05 20:58 gotip-linux-s390x go@af0c4fe2 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T06:34:33.913962-04:00 2672 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-06 01:02 gotip-linux-s390x go@a5527374 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T05:58:53.408848-04:00 2676 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-06 01:02 gotip-linux-s390x-race go@a5527374 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T06:38:00.619258-04:00 2708 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-06 01:02 gotip-linux-s390x-race go@4c7362e4 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T06:04:06.256912-04:00 2669 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecifiedComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-05 16:18 gotip-linux-s390x go@cd55f86b [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T07:40:26.936211-04:00 2698 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-05 20:55 gotip-linux-s390x go@cef381ba [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T07:23:00.697237-04:00 2732 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-05 20:57 gotip-linux-s390x go@e73afaae [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T06:58:50.100417-04:00 2598 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-05 20:57 gotip-linux-s390x-race go@e73afaae [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T07:43:05.705994-04:00 2700 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-05 20:58 gotip-linux-s390x-race go@af0c4fe2 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T07:25:52.264090-04:00 2674 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-05 21:00 gotip-linux-s390x-race go@55d961b2 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T07:05:12.921609-04:00 2590 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecifiedComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-05 15:59 gotip-linux-s390x-race go@21ab0128 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T08:34:39.778507-04:00 2655 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-05 16:52 gotip-linux-s390x-race go@a2c45f0e [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T08:19:52.459224-04:00 2643 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecifiedComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-05 15:04 x_telemetry-gotip-linux-s390x telemetry@9469f96a go@3406a617 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:51:55.884327-04:00 2795 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-08-05 15:04 x_telemetry-gotip-linux-s390x-race telemetry@9469f96a go@3406a617 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:53:49.433263-04:00 2869 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecifiedComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-07-30 14:39 x_sys-gotip-linux-s390x sys@3a827038 go@3406a617 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:51:31.215322-04:00 2789 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified2025-07-30 14:39 x_sys-gotip-linux-s390x-race sys@3a827038 go@3406a617 [build] (log)
Use of LUCI is subject to the Google [Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy) [W2025-08-06T09:51:07.192654-04:00 2725 0 client.go:397] RPC failed permanently: rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecified {"host":"results.api.cr.dev", "method":"UpdateInvocation", "service":"luci.resultdb.v1.Recorder"} rpc error: code = InvalidArgument desc = bad request: invocation: module_id: module_variant: unspecifiedComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-06 01:02 gotip-linux-s390x-race go@17a8be71 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 9: 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=0xc000135fa0 sp=0xc000135a78 pc=0x4e6a96 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x72 fp=0xc000135fd8 sp=0xc000135fa0 pc=0x4ef5d2 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000135fd8 sp=0xc000135fd8 pc=0xedc02 created by net/http.(*Server).Serve in goroutine 4499 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x904 FAIL command-line-arguments 20.859s FAIL --- FAIL: TestRace (40.07s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-06 17:52 go1.25-linux-s390x-race release-branch.go1.25@6961c377 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 9: 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/runtime/race/testdata/waitgroup_test.go:325 +0x5a fp=0xc000d70fb0 sp=0xc000d70f70 pc=0x5a49ea command-line-arguments_test.TestRaceWaitGroupReuse.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:328 +0x94 fp=0xc000d70fd8 sp=0xc000d70fb0 pc=0x5a4964 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000d70fd8 sp=0xc000d70fd8 pc=0xeedf2 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 +0x300 FAIL command-line-arguments 19.992s FAIL --- FAIL: TestRace (34.09s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-06 21:07 x_telemetry-gotip-linux-s390x-race telemetry@98d04be9 go@8282b72d x/telemetry.TestStart (log)
=== RUN TestStart start_test.go:154: upload does not contain "crash/crash": { "Week": "2025-08-03", "LastWeek": "", "X": 0.7066257387400381, "Programs": [ { "Program": "golang.org/x/telemetry.test", "Version": "devel", "GoVersion": "devel", "GOOS": "linux", "GOARCH": "s390x", "Counters": { "teststart/counter": 1 }, "Stacks": {} } ], "Config": "v1.2.3" } --- FAIL: TestStart (4.20s)2025-08-06 21:34 gotip-linux-s390x go@8282b72d 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 3 2 4 7 5 6 6 6 9 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 3 1 1 2 4 5 6 6 6 7 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 9 1 1 2 3 4 5 6 6 6 7 8] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 2 8 3 4 5 6 6 6 7 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.57s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-06 15:23 x_tools-go1.24-linux-s390x-race tools@861996a8 release-branch.go1.24@7f36edc2 x/tools/gopls/internal/cmd.TestMCPCommandLogging/trace.log (log)
=== RUN TestMCPCommandLogging/trace.log mcp_test.go:147: closing MCP connection: signal: terminated mcp_test.go:160: Logs: 2025/08/06 23:00:45 Listening for MCP messages on stdin... read: {"jsonrpc":"2.0","id":1,"method":"initialize","params":{"_meta":{},"capabilities":{"roots":{"listChanged":true}},"clientInfo":{"name":"client","version":"v0.0.1"},"protocolVersion":"2025-03-26"}} write: {"jsonrpc":"2.0","id":1,"result":{"_meta":{},"capabilities":{"completions":{},"logging":{},"prompts":{"listChanged":true},"resources":{"listChanged":true},"tools":{"listChanged":true}},"instructions":"# The gopls MCP server\n\nThese instructions describe how to efficiently work in the Go programming language using the gopls MCP server. You can load this file directly into a session where the gopls MCP server is connected.\n\n## Detecting a Go workspace\n\nAt the start of every session, you MUST use the `go_workspace` tool to learn about the Go workspace. The rest of these instructions apply whenever that tool indicates that the user is in a Go workspace.\n\n## Go programming workflows\n\nThese guidelines MUST be followed whenever working in a Go workspace. There are two workflows described below: the 'Read Workflow' must be followed when the user asks a question about a Go workspace. The 'Edit Workflow' must be followed when the user edits a Go workspace.\n\nYou may re-do parts of each workflow as necessary to recover from errors. However, you must not skip any steps.\n\n### Read workflow\n\nThe goal of the read workflow is to understand the codebase.\n\n1. **Understand the workspace layout**: Start by using `go_workspace` to understand the overall structure of the workspace, such as whether it's a module, a workspace, or a GOPATH project.\n\n2. **Find relevant symbols**: If you're looking for a specific type, function, or variable, use `go_search`. This is a fuzzy search that will help you locate symbols even if you don't know the exact name or location.\n EXAMPLE: search for the 'Server' type: `go_search({\"query\":\"server\"})`\n\n3. **Understand a file and its intra-package dependencies**: When you have a file path and want to understand its contents and how it connects to other files *in the same package*, use `go_file_context`. This tool will show you a summary of the declarations from other files in the same package that are used by the current file. `go_file_context` MUST be used immediately after reading any Go file for the first time, and MAY be re-used if dependencies have changed.\n EXAMPLE: to understand `server.go`'s dependencies on other files in its package: `go_file_context({\"file\":\"/path/to/server.go\"})`\n\n4. **Understand a package's public API**: When you need to understand what a package provides to external code (i.e., its public API), use `go_package_api`. This is especially useful for understanding third-party dependencies or other packages in the same monorepo.\n EXAMPLE: to see the API of the `storage` package: `go_package_api({\"packagePaths\":[\"example.com/internal/storage\"]})`\n\n### Editing workflow\n\nThe editing workflow is iterative. You should cycle through these steps until the task is complete.\n\n1. **Read first**: Before making any edits, follow the Read Workflow to understand the user's request and the relevant code.\n\n2. **Find references**: Before modifying the definition of any symbol, use the `go_symbol_references` tool to find all references to that identifier. This is critical for understanding the impact of your change. Read the files containing references to evaluate if any further edits are required.\n EXAMPLE: `go_symbol_references({\"file\":\"/path/to/server.go\",\"symbol\":\"Server.Run\"})`\n\n3. **Make edits**: Make the required edits, including edits to references you identified in the previous step. Don't proceed to the next step until all planned edits are complete.\n\n4. **Check for errors**: After every code modification, you MUST call the `go_diagnostics` tool. Pass the paths of the files you have edited. This tool will report any build or analysis errors.\n EXAMPLE: `go_diagnostics({\"files\":[\"/path/to/server.go\"]})`\n\n5. **Fix errors**: If `go_diagnostics` reports any errors, fix them. The tool may provide suggested quick fixes in the form of diffs. You should review these diffs and apply them if they are correct. Once you've applied a fix, re-run `go_diagnostics` to confirm that the issue is resolved. It is OK to ignore 'hint' or 'info' diagnostics if they are not relevant to the current task. Note that Go diagnostic messages may contain a summary of the source code, which may not match its exact text.\n\n6. **Run tests**: Once `go_diagnostics` reports no errors (and ONLY once there are no errors), run the tests for the packages you have changed. You can do this with `go test [packagePath...]`. Don't run `go test ./...` unless the user explicitly requests it, as doing so may slow down the iteration loop.\n\n","protocolVersion":"2025-03-26","serverInfo":{"name":"gopls","version":"v0.1.0"}}} read: {"jsonrpc":"2.0","method":"notifications/initialized","params":{"_meta":{}}} read error: EOF --- FAIL: TestMCPCommandLogging/trace.log (12.71s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-07 20:05 x_tools-go1.24-linux-s390x tools@b155480f release-branch.go1.24@7f36edc2 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope2979111609/001", ValidAt: s"2025-08-07 19:02:29.010996502 -0400 EDT m=+0.025878910", 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.00s)2025-08-07 20:05 x_tools-go1.24-linux-s390x-race tools@b155480f release-branch.go1.24@7f36edc2 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope968168264/001", ValidAt: s"2025-08-07 18:46:38.012125396 -0400 EDT m=+0.334051315", 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.01s)2025-08-07 20:05 x_tools-go1.25-linux-s390x tools@b155480f release-branch.go1.25@ac942977 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-08-07 20:05 x_tools-go1.25-linux-s390x tools@b155480f release-branch.go1.25@ac942977 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3795762911/001", ValidAt: s"2025-08-07 19:43:04.036724764 -0400 EDT m=+0.002728422", 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.09s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-06 20:32 gotip-linux-s390x-race go@e0a1ea43 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 9: 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 ... goroutine 5237 gp=0xc000350000 m=nil [runnable]: command-line-arguments_test.TestRaceWaitGroupReuse.func2() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:330 fp=0xc00021efd8 sp=0xc00021efd8 pc=0x5861a0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00021efd8 sp=0xc00021efd8 pc=0xedc02 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:330 +0xb6 FAIL command-line-arguments 22.855s FAIL --- FAIL: TestRace (45.50s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-06 19:28 gotip-linux-s390x go@2747f925 cmd/cgo/internal/testshared.TestIssue44031 [SKIP] (log)
=== RUN TestIssue44031 SIGQUIT: quit PC=0x1411a m=0 sigcode=0 goroutine 193 gp=0xc000184380 m=0 mp=0x4283c0 [syscall]: syscall.Syscall6(0x119, 0x1, 0x49b9b, 0xc000208b70, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0xc000208ac8 sp=0xc000208a58 pc=0xc0648 internal/syscall/unix.Waitid(0x1, 0x49b9b, 0xc000208b70, 0x1000004, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/unix/waitid_linux.go:18 +0x6c fp=0xc000208b30 sp=0xc000208ac8 pc=0xd79cc os.(*Process).blockUntilWaitable.func1(...) ... r0 0x4283c0 r1 0x119 r2 0x1 r3 0x49b9b r4 0xc000208b70 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x680828dafefb8a33 r12 0xc000208ad8 r13 0xc000184380 r14 0xc054e r15 0xc000208a00 pc 0x1411a link 0xc054e *** Test killed with quit: ran too long (10m0s).2025-08-07 20:42 x_tools-gotip-linux-s390x-race tools@44d18e11 go@dd3abf6b x/tools/gopls/internal/test/integration/misc.TestGOMODCACHE/default (log)
=== RUN TestGOMODCACHE/default imports_test.go:258: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 02:06:42.959 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-240760263/TestGOMODCACHE/default/work/main.go","version":1,"diagnostics":[{"range":{"start":{"line":4,"character":16},"end":{"line":4,"character":17}},"severity":1,"code":"UndeclaredName","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#UndeclaredName"},"source":"compiler","message":"undefined: y"}]} [Trace - 02:06:43.186 AM] Received notification '$/progress'. Params: {"token":"4515622660531735387","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestGOMODCACHE/default" --- FAIL: TestGOMODCACHE/default (2.29s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-08 03:32 gotip-linux-s390x go@dd3abf6b cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xaccd8 m=0 sigcode=0 goroutine 0 gp=0x343e00 m=0 mp=0x344c00 [idle]: runtime.futex(0x344d50, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffdbbfea38 sp=0x3ffdbbfea38 pc=0xaccd8 ... r0 0x0 r1 0xee r2 0x344d50 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x2 r13 0x343e00 r14 0x5bde2 r15 0x3ffdbbfea38 pc 0xaccd8 link 0x5bde2 *** Test killed with quit: ran too long (10m0s).2025-08-08 03:32 gotip-linux-s390x go@dd3abf6b runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-07 20:47 x_tools-go1.25-linux-s390x-race tools@c212c4a6 release-branch.go1.25@ac942977 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-08-07 20:47 x_tools-go1.25-linux-s390x-race tools@c212c4a6 release-branch.go1.25@ac942977 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope809009012/001", ValidAt: s"2025-08-07 23:20:25.291421825 -0400 EDT m=+0.167377624", 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.02s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-08 16:59 gotip-linux-s390x-race go@a8dd771e runtime:racebench.BenchmarkAlignedLoad [SKIP] (log)
=== RUN BenchmarkAlignedLoad BenchmarkAlignedLoad BenchmarkAlignedLoad-4 7543039 15.87 ns/opComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-11 21:26 gotip-linux-s390x go@2b804abf time.TestAfterQueuing/impl=chan (log)
=== RUN TestAfterQueuing/impl=chan sleep_test.go:437: attempt 0 failed: After calls returned out of order: [0 9 1 1 2 3 4 5 6 6 6 7 8] sleep_test.go:437: attempt 1 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 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 3 1 1 2 4 5 9 6 6 6 7 8] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 4 5 7 6 6 6 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 5 7 6 6 6 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.92s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-12 18:42 gotip-linux-s390x-race go@8e317da7 internal/runtime/gc/scan:racebench.BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go [SKIP] (log)
=== RUN BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go-4 2467663 66.27 ns/op2025-08-12 18:42 gotip-linux-s390x-race go@f63e12d0 internal/runtime/gc/scan:racebench.BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go [SKIP] (log)
=== RUN BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go-4 2545804 47.50 ns/op2025-08-12 18:42 gotip-linux-s390x-race go@d2b3c1a5 internal/runtime/gc/scan:racebench.BenchmarkScanMaxBandwidth [SKIP] (log)
=== RUN BenchmarkScanMaxBandwidth BenchmarkScanMaxBandwidth panic: runtime error: index out of range [-1] goroutine 11 gp=0xc000102380 m=4 mp=0xc000057808 [running]: panic({0x297580, 0xc00001a168}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:877 +0x17c fp=0xc0000c3ca0 sp=0xc0000c3bf8 pc=0xdf74c runtime.panicBounds64(0x235d26, 0xc0000c3d18) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:236 +0x182 fp=0xc0000c3d00 sp=0xc0000c3ca0 pc=0x96fd2 runtime.panicBounds() ... /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:460 +0x11e fp=0xc0000e1f38 sp=0xc0000e1f20 pc=0xdfd5e runtime.gcBgMarkWorker(0xc0000881c0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1463 +0x136 fp=0xc0000e1fc8 sp=0xc0000e1f38 pc=0x75036 runtime.gcBgMarkStartWorkers.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1373 +0x30 fp=0xc0000e1fd8 sp=0xc0000e1fc8 pc=0x74ee0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e1fd8 sp=0xc0000e1fd8 pc=0xe7bf2 created by runtime.gcBgMarkStartWorkers in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1373 +0x192 exit status 22025-08-12 18:42 gotip-linux-s390x-race go@d2b3c1a5 internal/runtime/gc/scan:racebench.BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go [SKIP] (log)
=== RUN BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go BenchmarkScanSpanPacked/cache=tiny/pages=1/sizeclass=1/pct=0/impl=Go-4 2537754 47.32 ns/opComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-13 14:20 x_tools-gotip-linux-s390x tools@b6b473e9 go@d0a64f79 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-08-13 14:20 x_tools-gotip-linux-s390x tools@b6b473e9 go@d0a64f79 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1486074078/001", ValidAt: s"2025-08-13 10:35:41.006949468 -0400 EDT m=+0.004054678", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-13 14:20 x_tools-go1.24-linux-s390x tools@b6b473e9 release-branch.go1.24@7f36edc2 x/tools/gopls/internal/test/integration/misc.TestIssue67156/default (log)
=== RUN TestIssue67156/default imports_test.go:494: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 11:09:32.220 AM] Received notification '$/progress'. Params: {"token":"1728756462417909503","value":{"kind":"end","message":"Done."}} [Trace - 11:09:32.231 AM] Received notification '$/progress'. Params: {"token":"4674955313360744980","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestIssue67156/default" --- FAIL: TestIssue67156/default (0.14s)2025-08-13 14:20 x_tools-go1.24-linux-s390x tools@b6b473e9 release-branch.go1.24@7f36edc2 x/tools/gopls/internal/test/integration/misc.TestIssue67156/setup (log)
=== RUN TestIssue67156/setup imports_test.go:486: got Index(/home/swarming/.swarming/w/ir/x/t/TestIssue671562454598360/001 v0 has 0 entries at 2025-08-13 11:09:32.098357183 -0400 EDT m=+46.860249963), want 2 entries --- FAIL: TestIssue67156/setup (0.11s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-13 22:06 gotip-linux-s390x-race go@de9b6f98 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 9: 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:206 +0x13a fp=0xc0001aef80 sp=0xc0001aef40 pc=0xfb46a command-line-arguments_test.TestRaceWaitGroupReuse.func2() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:331 +0x66 fp=0xc0001aefd8 sp=0xc0001aef80 pc=0x586626 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0001aefd8 sp=0xc0001aefd8 pc=0xedc32 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:330 +0xb6 FAIL command-line-arguments 6.851s FAIL --- FAIL: TestRace (12.95s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-14 03:33 gotip-linux-s390x go@320df537 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 4 5 6 6 6 7 9 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 5 4 6 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 6 6 6 8 7 9] sleep_test.go:437: attempt 3 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 4 failed: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=func (5.66s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-11 19:16 gotip-linux-s390x-race go@925149da 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 9: 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=0xc000167fa0 sp=0xc000167a78 pc=0x4e6af6 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x72 fp=0xc000167fd8 sp=0xc000167fa0 pc=0x4ef632 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000167fd8 sp=0xc000167fd8 pc=0xedc42 created by net/http.(*Server).Serve in goroutine 4499 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x904 FAIL command-line-arguments 13.535s FAIL --- FAIL: TestRace (20.99s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-16 01:10 gotip-linux-s390x go@77f911e3 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 4 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 15 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5556 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.05s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-19 19:53 gotip-linux-s390x-race go@5024d0d8 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 9: 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:2599 +0x1ac fp=0xc0000e9fb8 sp=0xc0000e9e20 pc=0x51b02c net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1947 +0x4e fp=0xc0000e9fd8 sp=0xc0000e9fb8 pc=0x51533e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e9fd8 sp=0xc0000e9fd8 pc=0xee272 created by net/http.(*Transport).dialConn in goroutine 4500 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1947 +0x2f34 FAIL command-line-arguments 8.986s FAIL --- FAIL: TestRace (17.20s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-19 19:48 gotip-linux-s390x go@b80ffb64 runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5557 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.07s)2025-08-19 19:48 gotip-linux-s390x go@b80ffb64 runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 7 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5567 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (1.92s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-19 19:45 gotip-linux-s390x go@c7d8bda4 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 8 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 11 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5558 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.02s)2025-08-19 19:45 gotip-linux-s390x go@c7d8bda4 runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 1 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5555 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.77s)2025-08-19 19:45 gotip-linux-s390x go@c7d8bda4 runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 7 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5567 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (1.23s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-19 19:45 gotip-linux-s390x-race go@c7d8bda4 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 67 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5691 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.23s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-20 01:58 gotip-linux-s390x go@bd885401 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-19 20:39 gotip-linux-s390x-race go@ffa88205 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 6 metrics_test.go:1600: /sched/goroutines/running:goroutines: 4 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 67 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5691 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/running (1.94s)2025-08-19 22:58 gotip-linux-s390x-race go@119546ea runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 5 metrics_test.go:1600: /sched/goroutines/running:goroutines: 5 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 67 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5691 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 5 < 10 --- FAIL: TestReadMetricsSched/running (1.60s)2025-08-20 01:58 gotip-linux-s390x-race go@bd885401 runtime.TestPreemptionAfterSyscall/1ms (log)
=== RUN TestPreemptionAfterSyscall/1ms proc_test.go:1093: timeout exceeded: 6.198838806s (5s) --- FAIL: TestPreemptionAfterSyscall/1ms (6.21s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-20 18:19 gotip-linux-s390x-race go@4afd4828 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 4 metrics_test.go:1600: /sched/goroutines/running:goroutines: 6 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 67 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5691 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/running (2.49s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-20 19:04 gotip-linux-s390x go@9de69f69 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 7 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 71 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6169 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (1.80s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-21 18:21 gotip-linux-s390x-race go@e0870a0a internal/trace.TestMMU [SKIP] (log)
=== RUN TestMMU === PAUSE TestMMUComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-21 18:41 gotip-linux-s390x go@9b0a5077 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 3 2 5 4 6 6 6 7 8 9] 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 4 2 3 6 5 6 6 7 8 9] sleep_test.go:437: attempt 3 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 4 failed: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.44s)2025-08-22 01:17 gotip-linux-s390x go@13c08260 cmd/cgo/internal/testplugin (log)
TMPDIR=/home/swarming/.swarming/w/ir/x/t/plugin_test3749213816 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 /home/swarming/.swarming/w/ir/x/w/goroot/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 /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags '' -buildmode=plugin ./plugin1 ) ( 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 ./plugin2 ) cp plugin2.so plugin2-dup.so ( 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=sub/plugin1.so ./sub/plugin1 ) ( 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=unnamed1.so ./unnamed1/main.go ) ( 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=unnamed2.so ./unnamed2/main.go ) ( 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 host.exe ./host ) PASS *** Test killed with quit: ran too long (10m0s). context deadline exceeded FAIL cmd/cgo/internal/testplugin 600.995s2025-08-22 01:17 gotip-linux-s390x go@13c08260 cmd/cgo/internal/testshared.TestImplicitInclusion [SKIP] (log)
=== RUN TestImplicitInclusion SIGQUIT: quit PC=0xad838 m=0 sigcode=0 goroutine 0 gp=0x4271c0 m=0 mp=0x4283c0 [idle]: runtime.futex(0x428510, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffe097e5f8 sp=0x3ffe097e5f8 pc=0xad838 runtime.futexsleep(0x428510, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:76 +0x52 fp=0x3ffe097e640 sp=0x3ffe097e5f8 pc=0x5c832 runtime.notesleep(0x428510) ... r0 0x0 r1 0xee r2 0x428510 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xe r13 0x4271c0 r14 0x5c832 r15 0x3ffe097e5f8 pc 0xad838 link 0x5c832 *** Test killed with quit: ran too long (10m0s).2025-08-22 01:17 gotip-linux-s390x go@13c08260 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 4 metrics_test.go:1600: /sched/goroutines/running:goroutines: 6 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 71 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6169 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/running (2.01s)2025-08-22 01:51 gotip-linux-s390x go@1ad30844 runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 1 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5555 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.30s)2025-08-22 01:51 gotip-linux-s390x go@1ad30844 runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5567 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.19s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-22 18:21 gotip-linux-s390x-race go@a076f497 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 9: 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/runtime/chan.go:514 +0x2e fp=0xc000344f90 sp=0xc000344f68 pc=0x5dfde command-line-arguments_test.TestNoRaceSelect4.func1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/select_test.go:89 +0x5e fp=0xc000344fd8 sp=0xc000344f90 pc=0x57343e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000344fd8 sp=0xc000344fd8 pc=0xee272 created by command-line-arguments_test.TestNoRaceSelect4 in goroutine 4979 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/select_test.go:86 +0x118 FAIL command-line-arguments 9.228s FAIL --- FAIL: TestRace (14.89s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-22 21:46 gotip-linux-s390x-race go@78a05c54 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 7 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 67 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5691 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (2.58s)2025-08-22 21:46 gotip-linux-s390x-race go@78a05c54 time.TestChan/asynctimerchan=1/Ticker (log)
=== RUN TestChan/asynctimerchan=1/Ticker tick_test.go:475: extra tick --- FAIL: TestChan/asynctimerchan=1/Ticker (2.27s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-23 06:39 gotip-linux-s390x go@d86ec924 runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 1 metrics_test.go:1600: /sched/goroutines/running:goroutines: 9 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5555 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.06s)2025-08-23 19:28 gotip-linux-s390x go@f2db0dca runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 14 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 61 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5556 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.07s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-23 19:28 gotip-linux-s390x-race go@f2db0dca runtime:racebench.BenchmarkAlignedLoad [SKIP] (log)
=== RUN BenchmarkAlignedLoad BenchmarkAlignedLoad BenchmarkAlignedLoad-4 7241600 16.27 ns/opComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-20 19:47 go1.25-linux-s390x-race release-branch.go1.25@c72fcab6 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 9: 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/runtime/chan.go:514 +0x2e fp=0xc000179f90 sp=0xc000179f68 pc=0x5e18e command-line-arguments_test.TestNoRaceSelect4.func1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/select_test.go:89 +0x5e fp=0xc000179fd8 sp=0xc000179f90 pc=0x590e0e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000179fd8 sp=0xc000179fd8 pc=0xeedf2 created by command-line-arguments_test.TestNoRaceSelect4 in goroutine 4979 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/select_test.go:86 +0x118 FAIL command-line-arguments 26.791s FAIL --- FAIL: TestRace (42.15s)2025-08-20 19:48 go1.24-linux-s390x release-branch.go1.24@fe83d4bc cmd/cgo/internal/testplugin.TestIssue24351 [SKIP] (log)
=== RUN TestIssue24351 ( 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 issue24351.so ./issue24351/plugin.go ) ( 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 issue24351.exe ./issue24351/main.go ) SIGQUIT: quit PC=0x1b84a m=0 sigcode=0 goroutine 131 gp=0xc000083180 m=0 mp=0x321160 [syscall]: syscall.Syscall6(0x119, 0x1, 0x10a70, 0xc000108b08, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:95 +0x18 fp=0xc000108a60 sp=0xc0001089f0 pc=0xb8a78 internal/syscall/unix.Waitid(0x1, 0x10a70, 0xc000108b08, 0x1000004, 0x0) ... r0 0x321160 r1 0x119 r2 0x1 r3 0x10a70 r4 0xc000108b08 r5 0x1000004 r6 0x0 r7 0x0 r8 0xfffffffffffff001 r9 0x0 r10 0x0 r11 0x4b795ee94660c643 r12 0xc000108a80 r13 0xc000083180 r14 0xb897e r15 0xc000108998 pc 0x1b84a link 0xb897e *** Test killed with quit: ran too long (10m0s).2025-08-20 19:48 go1.24-linux-s390x release-branch.go1.24@fe83d4bc cmd/cgo/internal/testshared.TestRebuilding/newsource [SKIP] (log)
=== RUN TestRebuilding/newsource SIGQUIT: quit PC=0xa5cd8 m=0 sigcode=0 goroutine 0 gp=0x413bc0 m=0 mp=0x414960 [idle]: runtime.futex(0x414ab8, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffc83fe5a0 sp=0x3ffc83fe5a0 pc=0xa5cd8 runtime.futexsleep(0x414ab8, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:75 +0x52 fp=0x3ffc83fe5e8 sp=0x3ffc83fe5a0 pc=0x552b2 runtime.notesleep(0x414ab8) ... r0 0x0 r1 0xee r2 0x414ab8 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x7 r9 0xc000042508 r10 0x0 r11 0x80 r12 0x1 r13 0x413bc0 r14 0x552b2 r15 0x3ffc83fe5a0 pc 0xa5cd8 link 0x552b2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-20 19:48 go1.24-linux-s390x-race release-branch.go1.24@fe83d4bc runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-25 18:15 go1.25-linux-s390x release-branch.go1.25@21ac81c1 runtime:cpu2.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-25 18:17 go1.25-linux-s390x-race release-branch.go1.25@749dff88 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 9: 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=0xc0000e3fa0 sp=0xc0000e3a78 pc=0x4ff346 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0xa0 fp=0xc0000e3fd8 sp=0xc0000e3fa0 pc=0x508480 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e3fd8 sp=0xc0000e3fd8 pc=0xeee42 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 14.216s FAIL --- FAIL: TestRace (23.24s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-25 17:54 gotip-linux-s390x-race go@ea55ca36 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 4 3 5 6 6 6 8 7 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 6 1 1 2 3 4 6 5 6 7 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 4 2 3 6 5 6 6 7 8 9] sleep_test.go:437: attempt 3 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 4 failed: After calls returned out of order: [0 5 1 1 2 3 4 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 5 1 1 2 3 4 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=func (6.64s)2025-08-25 18:19 go1.25-linux-s390x release-branch.go1.25@8995e84a runtime.TestCgoCallbackPprof (log)
=== RUN TestCgoCallbackPprof === PAUSE TestCgoCallbackPprof === CONT TestCgoCallbackPprof crash_cgo_test.go:100: /home/swarming/.swarming/w/ir/x/t/go-build1842367753/testprogcgo.exe CgoCallbackPprof: exit status 1 crash_cgo_test.go:102: expected "OK\n", but got: Missing main.go_callback1_callee sample in profile PeriodType: cpu nanoseconds Period: 10000000 Time: 2025-08-25 18:49:56.757188272 -0400 EDT Duration: 2.75798847s Samples: samples/count cpu/nanoseconds Locations Mappings 1: 0x1000000/0x1320000/0x0 /home/swarming/.swarming/w/ir/x/t/go-build1842367753/testprogcgo.exe f1615d3638e9e5fea8b633164e2a5b5e83bf5d0c 2: 0x3ffac800000/0x3ffac99b000/0x0 /usr/lib64/libc-2.28.so d030ce109f95c566f63258ceedccb0e11816b5c7 3: 0x3ffaca00000/0x3ffaca16000/0x0 /usr/lib64/libresolv-2.28.so 4b148845329e0a5c703111ca309918b990667eac 4: 0x3ffaca80000/0x3ffaca9c000/0x0 /usr/lib64/libpthread-2.28.so e6234e5155eb5e761df1011f542a6a75859cea0a 5: 0x3ffacb80000/0x3ffacba9000/0x0 /usr/lib64/ld-2.28.so 8550232c2e718a81e0a91e458a94a560ad40de15 6: 0x3ffacbfe000/0x3ffacc00000/0x0 [vdso] --- FAIL: TestCgoCallbackPprof (4.32s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-27 02:39 gotip-linux-s390x go@fa18c547 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 8 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 11 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5556 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/not-in-go (2.24s)2025-08-27 06:54 gotip-linux-s390x go@afc51ed0 cmd/cgo/internal/testplugin.TestMethod2 [SKIP] (log)
=== RUN TestMethod2 ( 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 method2.so ./method2/plugin.go ) SIGQUIT: quit PC=0xad358 m=0 sigcode=0 goroutine 0 gp=0x343e20 m=0 mp=0x344c20 [idle]: runtime.futex(0x344d70, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd167e1f0 sp=0x3ffd167e1f0 pc=0xad358 runtime.futexsleep(0x344d70, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:76 +0x52 fp=0x3ffd167e238 sp=0x3ffd167e1f0 pc=0x5c342 ... r0 0x0 r1 0xee r2 0x344d70 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x0 r13 0x343e20 r14 0x5c342 r15 0x3ffd167e1f0 pc 0xad358 link 0x5c342 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-27 06:54 gotip-linux-s390x-race go@afc51ed0 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 7 metrics_test.go:1600: /sched/goroutines/running:goroutines: 4 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 66 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5691 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/running (1.92s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-28 02:46 gotip-linux-s390x go@765905e3 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 5 metrics_test.go:1600: /sched/goroutines/running:goroutines: 5 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 71 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6169 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 5 < 10 --- FAIL: TestReadMetricsSched/running (1.28s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-28 04:44 gotip-linux-s390x go@e47d88be runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 71 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6169 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.23s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-28 02:53 gotip-linux-s390x-race go@6b837a64 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 9: 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:2603 +0x1ac fp=0xc000054fb8 sp=0xc000054e20 pc=0x51b2dc net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1954 +0x4e fp=0xc000054fd8 sp=0xc000054fb8 pc=0x5154ae runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000054fd8 sp=0xc000054fd8 pc=0xee272 created by net/http.(*Transport).dialConn in goroutine 4506 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1954 +0x2f34 FAIL command-line-arguments 18.667s FAIL --- FAIL: TestRace (36.72s)2025-08-28 04:44 gotip-linux-s390x-race go@e47d88be 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 9: 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:2603 +0x1ac fp=0xc0000e9fb8 sp=0xc0000e9e20 pc=0x51b2dc net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1954 +0x4e fp=0xc0000e9fd8 sp=0xc0000e9fb8 pc=0x5154ae runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e9fd8 sp=0xc0000e9fd8 pc=0xee272 created by net/http.(*Transport).dialConn in goroutine 4500 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1954 +0x2f34 FAIL command-line-arguments 13.502s FAIL --- FAIL: TestRace (21.38s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-28 08:55 gotip-linux-s390x-race go@90c21fa5 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 9: 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:206 +0x13a fp=0xc000312f80 sp=0xc000312f40 pc=0xfbaaa command-line-arguments_test.TestRaceWaitGroupReuse.func2() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:331 +0x66 fp=0xc000312fd8 sp=0xc000312f80 pc=0x586fb6 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000312fd8 sp=0xc000312fd8 pc=0xee272 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:330 +0xb6 FAIL command-line-arguments 9.605s FAIL --- FAIL: TestRace (14.50s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-28 08:56 gotip-linux-s390x go@ebc763f7 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 13 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5556 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.16s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-28 23:10 gotip-linux-s390x-race go@f74ed44e 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 9: 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=0xc0000e5fa0 sp=0xc0000e5a78 pc=0x4e77c6 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x72 fp=0xc0000e5fd8 sp=0xc0000e5fa0 pc=0x4f0302 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e5fd8 sp=0xc0000e5fd8 pc=0xee272 created by net/http.(*Server).Serve in goroutine 4499 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3493 +0x904 FAIL command-line-arguments 29.688s FAIL --- FAIL: TestRace (45.53s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-28 23:10 gotip-linux-s390x go@f74ed44e cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad358 m=0 sigcode=0 goroutine 0 gp=0x343e20 m=0 mp=0x344c20 [idle]: runtime.futex(0x344d70, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffccafe0a8 sp=0x3ffccafe0a8 pc=0xad358 ... r0 0x0 r1 0xee r2 0x344d70 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x2b r13 0x343e20 r14 0x5c342 r15 0x3ffccafe0a8 pc 0xad358 link 0x5c342 *** Test killed with quit: ran too long (10m0s).2025-08-28 23:10 gotip-linux-s390x go@f74ed44e runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgo2025-08-28 23:10 gotip-linux-s390x go@ba1109fe runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 3 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 16 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5556 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 3 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.38s)2025-08-29 00:14 gotip-linux-s390x go@13bb48e6 runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 5 metrics_test.go:1600: /sched/goroutines/running:goroutines: 5 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5567 metrics_test.go:1600: /sched/threads/total:threads: 10 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 5 < 10 --- FAIL: TestReadMetricsSched/running (1.85s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-29 16:56 gotip-linux-s390x go@ba9e1ddc runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5544 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.23s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-29 23:58 gotip-linux-s390x-race go@a7d9d5a8 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 9: 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:2401 +0x16f8 fp=0xc0000e5fb8 sp=0xc0000e5c08 pc=0x519808 net/http.(*Transport).dialConn.gowrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1953 +0x4e fp=0xc0000e5fd8 sp=0xc0000e5fb8 pc=0x515a9e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e5fd8 sp=0xc0000e5fd8 pc=0xee262 created by net/http.(*Transport).dialConn in goroutine 4500 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1953 +0x2e8e FAIL command-line-arguments 14.988s FAIL --- FAIL: TestRace (25.33s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-30 06:57 gotip-linux-s390x go@8bcda6c7 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 5 metrics_test.go:1600: /sched/goroutines/running:goroutines: 5 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5544 metrics_test.go:1600: /sched/threads/total:threads: 10 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 5 < 10 --- FAIL: TestReadMetricsSched/running (1.40s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-02 22:17 gotip-linux-s390x go@b0906804 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5544 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.29s)2025-09-02 23:27 gotip-linux-s390x go@2a7f1d47 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad358 m=0 sigcode=0 goroutine 0 gp=0x343e20 m=0 mp=0x344c20 [idle]: runtime.futex(0x344d70, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffc447db78 sp=0x3ffc447db78 pc=0xad358 ... r0 0x0 r1 0xee r2 0x344d70 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x1f r13 0x343e20 r14 0x5c342 r15 0x3ffc447db78 pc 0xad358 link 0x5c342 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-02 17:47 x_tools-go1.25-linux-s390x tools@b3d46789 release-branch.go1.25@b1959cf6 x/tools/gopls/internal/test/integration/misc.TestIssue67156/default (log)
=== RUN TestIssue67156/default imports_test.go:494: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 14:17:41.313 PM] Received notification '$/progress'. Params: {"token":"4076842568869345031","value":{"kind":"end","message":"Done."}} [Trace - 14:17:41.325 PM] Received notification '$/progress'. Params: {"token":"4958047782525707399","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestIssue67156/default" --- FAIL: TestIssue67156/default (0.80s)2025-09-02 17:47 x_tools-go1.25-linux-s390x tools@b3d46789 release-branch.go1.25@b1959cf6 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-02 17:47 x_tools-go1.25-linux-s390x tools@b3d46789 release-branch.go1.25@b1959cf6 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope736604059/001", ValidAt: s"2025-09-02 14:08:27.048632857 -0400 EDT m=+0.161647247", 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.03s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-03 16:50 x_tools-gotip-linux-s390x tools@1aca71e8 go@4c4cefc1 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope2332812435/001", ValidAt: s"2025-09-03 13:10:15.008283027 -0400 EDT m=+0.026454409", 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.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-03 14:26 gotip-linux-s390x-race go@4c4cefc1 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 9 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 67 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5691 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 1 < 10 --- FAIL: TestReadMetricsSched/running (1.92s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-03 22:11 gotip-linux-s390x go@91e76a51 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 7 metrics_test.go:1600: /sched/goroutines/running:goroutines: 3 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5544 metrics_test.go:1600: /sched/threads/total:threads: 7 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 3 < 10 metrics_test.go:1626: /sched/threads/total:threads too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (2.57s)2025-09-03 22:11 gotip-linux-s390x go@91e76a51 runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 4 metrics_test.go:1600: /sched/goroutines/running:goroutines: 6 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5567 metrics_test.go:1600: /sched/threads/total:threads: 10 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/running (1.91s)2025-09-03 22:29 x_tools-go1.24-linux-s390x-race tools@c9a903fa release-branch.go1.24@d41a8222 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope4137571760/001", ValidAt: s"2025-09-03 22:40:59.026380916 -0400 EDT m=+0.095873849", 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.07s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-03 22:10 gotip-linux-s390x-race go@c552ad91 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 5 metrics_test.go:1600: /sched/goroutines/running:goroutines: 5 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 67 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5691 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 5 < 10 --- FAIL: TestReadMetricsSched/running (1.94s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-03 22:10 gotip-linux-s390x go@e8f9127d runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 71 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6169 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (2.79s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-03 22:29 x_tools-gotip-linux-s390x tools@a5c0eb83 go@e8f9127d x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-03 22:29 x_tools-gotip-linux-s390x tools@a5c0eb83 go@e8f9127d x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope2720209982/001", ValidAt: s"2025-09-04 04:17:30.009904615 -0400 EDT m=+0.002459773", 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.02s)2025-09-03 22:29 x_tools-gotip-linux-s390x-race tools@a5c0eb83 go@e8f9127d x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (13.68s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-08-29 16:53 x_telemetry-go1.24-linux-s390x telemetry@50b750f5 release-branch.go1.24@d41a8222 x/telemetry.TestStart (log)
=== RUN TestStart start_test.go:154: upload does not contain "crash/crash": { "Week": "2025-08-31", "LastWeek": "", "X": 0.061506723667959395, "Programs": [ { "Program": "golang.org/x/telemetry.test", "Version": "devel", "GoVersion": "devel", "GOOS": "linux", "GOARCH": "s390x", "Counters": { "teststart/counter": 1 }, "Stacks": {} } ], "Config": "v1.2.3" } --- FAIL: TestStart (0.17s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-04 16:22 gotip-linux-s390x-race go@b8cc9074 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-09-05T03:46:26Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-954297379/tmpdir2265523540/list_empty_importpath2876157276 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-954297379/tmpdir2265523540/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 ... PWD=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-954297379/tmpdir2265523540/list_empty_importpath2876157276/gopath/src > ! go list all [stderr] no errors [exit status 1] > ! stderr 'panic' > stderr 'invalid import path' script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:3: stderr 'invalid import path': no match for `(?m)invalid import path` in stderr --- FAIL: TestScript/list_empty_importpath (2.85s)2025-09-04 19:17 x_tools-go1.25-linux-s390x-race tools@ac9fc586 release-branch.go1.25@56ebf80e x/tools/gopls/internal/test/integration/misc.TestIssue67156/default (log)
=== RUN TestIssue67156/default imports_test.go:494: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 23:59:13.607 PM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1123148042/TestIssue67156/default/work/main.go","version":1,"diagnostics":[{"range":{"start":{"line":4,"character":16},"end":{"line":4,"character":17}},"severity":1,"code":"UndeclaredName","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#UndeclaredName"},"source":"compiler","message":"undefined: y"}]} [Trace - 23:59:13.629 PM] Received notification '$/progress'. Params: {"token":"5723749978355212920","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestIssue67156/default" --- FAIL: TestIssue67156/default (0.68s)2025-09-04 19:17 x_tools-go1.25-linux-s390x-race tools@ac9fc586 release-branch.go1.25@56ebf80e x/tools/gopls/internal/test/integration/misc.TestIssue67156/setup (log)
=== RUN TestIssue67156/setup imports_test.go:486: got Index(/home/swarming/.swarming/w/ir/x/t/TestIssue671563622690159/001 v0 has 0 entries at 2025-09-04 23:59:12.97070796 -0400 EDT m=+668.578871155), want 2 entries --- FAIL: TestIssue67156/setup (1.55s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-04 19:17 x_tools-gotip-linux-s390x tools@ac9fc586 go@9d082996 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-04 19:17 x_tools-gotip-linux-s390x tools@ac9fc586 go@9d082996 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope4242325939/001", ValidAt: s"2025-09-05 03:03:56.470432305 -0400 EDT m=+0.002468127", 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 (2.20s)2025-09-04 19:17 x_tools-gotip-linux-s390x-race tools@ac9fc586 go@9d082996 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-04 17:33 x_tools-gotip-linux-s390x-race tools@71346fc4 go@9d082996 x/tools/gopls/internal/test/integration/misc.TestIssue67156/default (log)
=== RUN TestIssue67156/default imports_test.go:494: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 04:06:00.879 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-1146278714/TestIssue67156/default/work/main.go","version":1,"diagnostics":[{"range":{"start":{"line":4,"character":16},"end":{"line":4,"character":17}},"severity":1,"code":"UndeclaredName","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#UndeclaredName"},"source":"compiler","message":"undefined: y"}]} [Trace - 04:06:00.905 AM] Received notification '$/progress'. Params: {"token":"3155728301718442149","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestIssue67156/default" --- FAIL: TestIssue67156/default (0.68s)2025-09-04 17:33 x_tools-gotip-linux-s390x-race tools@71346fc4 go@9d082996 x/tools/gopls/internal/test/integration/misc.TestIssue67156/setup (log)
=== RUN TestIssue67156/setup imports_test.go:486: got Index(/home/swarming/.swarming/w/ir/x/t/TestIssue671563556609663/001 v0 has 0 entries at 2025-09-05 04:06:00.364258683 -0400 EDT m=+447.448196601), want 2 entries --- FAIL: TestIssue67156/setup (0.45s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-05 16:26 x_tools-go1.25-linux-s390x-race tools@530d13a3 release-branch.go1.25@56ebf80e x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-05 15:15 gotip-linux-s390x go@459b85cc runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5544 metrics_test.go:1600: /sched/threads/total:threads: 7 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 metrics_test.go:1626: /sched/threads/total:threads too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (1.51s)2025-09-05 18:15 x_net-gotip-linux-s390x-race net@23780620 go@0b1eed09 x/net/internal/http3.TestPrefixedString (log)
=== RUN TestPrefixedString ================== WARNING: DATA RACE Write at 0x00c0003cc061 by goroutine 663: runtime.slicecopy() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/slice.go:355 +0x1 golang.org/x/net/quic.(*pipe).writeAt() /home/swarming/.swarming/w/ir/x/w/targetrepo2862715961/quic/pipe.go:84 +0x559 golang.org/x/net/quic.(*Stream).handleData() /home/swarming/.swarming/w/ir/x/w/targetrepo2862715961/quic/stream.go:749 +0x5bb ... /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1936 +0x243 testing.runTests() /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2477 +0xa8d testing.(*M).Run() /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2339 +0x1041 main.main() _testmain.go:127 +0x181 ================== testing.go:1619: race detected during execution of test --- FAIL: TestPrefixedString (0.17s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-05 16:33 gotip-linux-s390x go@0b1eed09 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 7 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 71 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6169 metrics_test.go:1600: /sched/threads/total:threads: 13 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (1.22s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-05 20:52 gotip-linux-s390x-race go@d7670641 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-06 09:20 gotip-linux-s390x-race go@a6144613 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 9: 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 ... goroutine 5237 gp=0xc000357880 m=nil [runnable]: command-line-arguments_test.TestRaceWaitGroupReuse.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 fp=0xc000401fd8 sp=0xc000401fd8 pc=0x5884a0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000401fd8 sp=0xc000401fd8 pc=0xee262 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5230 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 +0x18e FAIL command-line-arguments 8.371s FAIL --- FAIL: TestRace (15.47s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 06:13 x_tools-go1.25-linux-s390x-race tools@b8cdd9c2 release-branch.go1.25@56ebf80e x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3161123804/001", ValidAt: s"2025-09-08 02:17:32.016889975 -0400 EDT m=+0.251864441", 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.02s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 14:00 gotip-linux-s390x go@ff45d5d5 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 4 metrics_test.go:1600: /sched/goroutines/running:goroutines: 6 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5544 metrics_test.go:1600: /sched/threads/total:threads: 10 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/running (1.07s)2025-09-08 14:00 gotip-linux-s390x go@ff45d5d5 runtime:cpu2.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 5 metrics_test.go:1600: /sched/goroutines/running:goroutines: 5 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5555 metrics_test.go:1600: /sched/threads/total:threads: 9 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 5 < 10 metrics_test.go:1626: /sched/threads/total:threads too low; 9 < 10 --- FAIL: TestReadMetricsSched/running (1.66s)2025-09-08 14:00 gotip-linux-s390x go@ff45d5d5 runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 3 metrics_test.go:1600: /sched/goroutines/running:goroutines: 7 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5567 metrics_test.go:1600: /sched/threads/total:threads: 11 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/running (1.27s)2025-09-08 14:00 gotip-linux-s390x-race go@4cc7cc74 cmd/go.TestScript/mod_download_exec_toolchain (log)
=== RUN TestScript/mod_download_exec_toolchain === PAUSE TestScript/mod_download_exec_toolchain === CONT TestScript/mod_download_exec_toolchain script_test.go:139: 2025-09-08T15:02:11Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2997207544/tmpdir3202562254/mod_download_exec_toolchain3999018581 go proxy: no archive example.net v0.2.0: file does not exist go proxy: no archive example.net v0.1.0: file does not exist go proxy: no archive example.net/ambiguous/nested/pkg v0.1.0: file does not exist script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2997207544/tmpdir3202562254/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 0x1 r3 0x4bd73 r4 0xc00008dda8 r5 0x1000004 r6 0x0 r7 0x0 r8 0x26672e0 r9 0x26655e0 r10 0x0 r11 0x3ff8f3f6730 r12 0x0 r13 0xc0001bc380 r14 0x10f567e r15 0xc00008dc30 pc 0x1019c0a link 0x10f567e script_test.go:163: FAIL: testdata/script/mod_download_exec_toolchain.txt:13: go mod download rsc.io/needgo121@latest rsc.io/needgo122@latest rsc.io/needgo123@latest rsc.io/needall@latest: exit status 2 --- FAIL: TestScript/mod_download_exec_toolchain (6.89s)2025-09-08 14:00 gotip-linux-s390x-race go@4cc7cc74 runtime.TestCgoCallbackPprof (log)
=== RUN TestCgoCallbackPprof === PAUSE TestCgoCallbackPprof === CONT TestCgoCallbackPprof crash_cgo_test.go:100: /home/swarming/.swarming/w/ir/x/t/go-build3159093629/testprogcgo.exe CgoCallbackPprof: exit status 1 crash_cgo_test.go:102: expected "OK\n", but got: Missing main.go_callback1_callee sample in profile PeriodType: cpu nanoseconds Period: 10000000 Time: 2025-09-08 10:47:08.94858353 -0400 EDT Duration: 1.052524052s Samples: samples/count cpu/nanoseconds Locations Mappings 1: 0x1000000/0x1429000/0x0 /home/swarming/.swarming/w/ir/x/t/go-build3159093629/testprogcgo.exe 1afdf2c4b98f4ade5ed9bdad048b94c55fad6494 2: 0x3ffa9400000/0x3ffa959b000/0x0 /usr/lib64/libc-2.28.so d030ce109f95c566f63258ceedccb0e11816b5c7 3: 0x3ffa9600000/0x3ffa9616000/0x0 /usr/lib64/libresolv-2.28.so 4b148845329e0a5c703111ca309918b990667eac 4: 0x3ffa9680000/0x3ffa969c000/0x0 /usr/lib64/libpthread-2.28.so e6234e5155eb5e761df1011f542a6a75859cea0a 5: 0x3ffa9780000/0x3ffa97a9000/0x0 /usr/lib64/ld-2.28.so 8550232c2e718a81e0a91e458a94a560ad40de15 6: 0x3ffa97fe000/0x3ffa9800000/0x0 [vdso] --- FAIL: TestCgoCallbackPprof (1.58s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 17:49 x_tools-gotip-linux-s390x-race tools@67a07f84 go@5e6296f3 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-08 17:49 x_tools-gotip-linux-s390x-race tools@67a07f84 go@5e6296f3 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope2278953315/001", ValidAt: s"2025-09-08 14:56:54.009540863 -0400 EDT m=+0.013088124", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 21:22 x_tools-go1.25-linux-s390x tools@263a7694 release-branch.go1.25@56ebf80e x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (15.79s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 21:51 x_tools-gotip-linux-s390x tools@12d7e152 go@6447ff40 x/tools/gopls/internal/test/integration/misc.TestIssue67156/default (log)
=== RUN TestIssue67156/default imports_test.go:494: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 00:34:52.861 AM] Received notification '$/progress'. Params: {"token":"6638732092926973323","value":{"kind":"end","message":"Done."}} [Trace - 00:34:52.876 AM] Received notification '$/progress'. Params: {"token":"137296265489602452","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestIssue67156/default" --- FAIL: TestIssue67156/default (0.97s)2025-09-08 21:51 x_tools-gotip-linux-s390x tools@12d7e152 go@6447ff40 x/tools/gopls/internal/test/integration/misc.TestIssue67156/setup (log)
=== RUN TestIssue67156/setup imports_test.go:486: got Index(/home/swarming/.swarming/w/ir/x/t/TestIssue671564008689336/001 v0 has 0 entries at 2025-09-09 00:34:52.281358828 -0400 EDT m=+241.495200797), want 2 entries --- FAIL: TestIssue67156/setup (0.28s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 20:34 gotip-linux-s390x-race go@b915e144 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 67 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5691 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (3.31s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 20:32 gotip-linux-s390x go@06e791c0 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad358 m=0 sigcode=0 goroutine 0 gp=0x343e20 m=0 mp=0x344c20 [idle]: runtime.futex(0x344d70, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffc8d7dec0 sp=0x3ffc8d7dec0 pc=0xad358 ... r0 0x0 r1 0xee r2 0x344d70 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x2 r13 0x343e20 r14 0x5c342 r15 0x3ffc8d7dec0 pc 0xad358 link 0x5c342 *** Test killed with quit: ran too long (10m0s).2025-09-08 20:32 gotip-linux-s390x go@06e791c0 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 8 metrics_test.go:1600: /sched/goroutines/running:goroutines: 2 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 71 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6169 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 2 < 10 --- FAIL: TestReadMetricsSched/running (3.32s)2025-09-08 20:34 gotip-linux-s390x go@b915e144 cmd/cgo/internal/testplugin.TestMethod2 [SKIP] (log)
=== RUN TestMethod2 ( 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 method2.so ./method2/plugin.go ) SIGQUIT: quit PC=0xad358 m=0 sigcode=0 goroutine 0 gp=0x343e20 m=0 mp=0x344c20 [idle]: runtime.futex(0x344d70, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffdd57dc58 sp=0x3ffdd57dc58 pc=0xad358 runtime.futexsleep(0x344d70, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:76 +0x52 fp=0x3ffdd57dca0 sp=0x3ffdd57dc58 pc=0x5c342 ... r0 0x0 r1 0xee r2 0x344d70 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x0 r13 0x343e20 r14 0x5c342 r15 0x3ffdd57dc58 pc 0xad358 link 0x5c342 *** Test killed with quit: ran too long (10m0s).2025-09-08 20:34 gotip-linux-s390x go@5b218461 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0x140bc m=0 sigcode=0 goroutine 0 gp=0x343e20 m=0 mp=0x344c20 [idle]: internal/runtime/syscall/linux.Syscall6(0x138, 0x6, 0x3ffcda7de34, 0x80, 0x15245, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/linux/asm_linux_s390x.s:17 +0x2c fp=0x3ffcda7dd88 sp=0x3ffcda7dd88 pc=0x140bc ... r0 0x3ffcda7de34 r1 0x138 r2 0xfffffffffffffffc r3 0x3ffcda7de34 r4 0x80 r5 0x15245 r6 0x0 r7 0x0 r8 0xc000030038 r9 0xc000042c08 r10 0x549159418 r11 0x0 r12 0x17 r13 0x343e20 r14 0x13e64 r15 0x3ffcda7dd88 pc 0x140bc link 0x13e64 *** Test killed with quit: ran too long (10m0s).2025-09-08 20:34 gotip-linux-s390x go@5b218461 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 71 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6169 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.31s)2025-09-08 20:34 gotip-linux-s390x go@6447ff40 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 20:32 gotip-linux-s390x-race go@06e791c0 cmd/go.TestScript/cgo_suspect_flag_force_external (log)
=== RUN TestScript/cgo_suspect_flag_force_external === PAUSE TestScript/cgo_suspect_flag_force_external === CONT TestScript/cgo_suspect_flag_force_external script_test.go:139: 2025-09-09T09:19:42Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-242414530/tmpdir3238853313/cgo_suspect_flag_force_external1918566236 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-242414530/tmpdir3238853313/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 0x2667430 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x6 r13 0x26655e0 r14 0x1068092 r15 0x3ffe417e858 pc 0x10c0228 link 0x1068092 script_test.go:163: FAIL: testdata/script/cgo_suspect_flag_force_external.txt:61: go build -x -n -o dummy.exe ./usesInternalCgo: exit status 2 --- FAIL: TestScript/cgo_suspect_flag_force_external (30.09s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 21:01 x_tools-go1.25-linux-s390x-race tools@e548c709 release-branch.go1.25@56ebf80e x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-08 21:01 x_tools-go1.25-linux-s390x-race tools@e548c709 release-branch.go1.25@56ebf80e x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope396753624/001", ValidAt: s"2025-09-09 06:52:22.697977003 -0400 EDT m=+0.013340408", 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.54s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 17:07 x_tools-go1.25-linux-s390x-race tools@c752aaa8 release-branch.go1.25@56ebf80e x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (11.29s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 21:51 x_tools-go1.24-linux-s390x-race tools@bc9374dd release-branch.go1.24@d41a8222 x/tools/gopls/internal/cmd.TestMCPCommandLogging/trace.log (log)
=== RUN TestMCPCommandLogging/trace.log mcp_test.go:147: closing MCP connection: signal: terminated mcp_test.go:160: Logs: 2025/09/08 23:39:54 Listening for MCP messages on stdin... read: {"jsonrpc":"2.0","id":1,"method":"initialize","params":{"_meta":{},"capabilities":{"roots":{"listChanged":true}},"clientInfo":{"name":"client","version":"v0.0.1"},"protocolVersion":"2025-03-26"}} write: {"jsonrpc":"2.0","id":1,"result":{"capabilities":{"logging":{},"tools":{"listChanged":true}},"instructions":"# The gopls MCP server\n\nThese instructions describe how to efficiently work in the Go programming language using the gopls MCP server. You can load this file directly into a session where the gopls MCP server is connected.\n\n## Detecting a Go workspace\n\nAt the start of every session, you MUST use the `go_workspace` tool to learn about the Go workspace. The rest of these instructions apply whenever that tool indicates that the user is in a Go workspace.\n\n## Go programming workflows\n\nThese guidelines MUST be followed whenever working in a Go workspace. There are two workflows described below: the 'Read Workflow' must be followed when the user asks a question about a Go workspace. The 'Edit Workflow' must be followed when the user edits a Go workspace.\n\nYou may re-do parts of each workflow as necessary to recover from errors. However, you must not skip any steps.\n\n### Read workflow\n\nThe goal of the read workflow is to understand the codebase.\n\n1. **Understand the workspace layout**: Start by using `go_workspace` to understand the overall structure of the workspace, such as whether it's a module, a workspace, or a GOPATH project.\n\n2. **Find relevant symbols**: If you're looking for a specific type, function, or variable, use `go_search`. This is a fuzzy search that will help you locate symbols even if you don't know the exact name or location.\n EXAMPLE: search for the 'Server' type: `go_search({\"query\":\"server\"})`\n\n3. **Understand a file and its intra-package dependencies**: When you have a file path and want to understand its contents and how it connects to other files *in the same package*, use `go_file_context`. This tool will show you a summary of the declarations from other files in the same package that are used by the current file. `go_file_context` MUST be used immediately after reading any Go file for the first time, and MAY be re-used if dependencies have changed.\n EXAMPLE: to understand `server.go`'s dependencies on other files in its package: `go_file_context({\"file\":\"/path/to/server.go\"})`\n\n4. **Understand a package's public API**: When you need to understand what a package provides to external code (i.e., its public API), use `go_package_api`. This is especially useful for understanding third-party dependencies or other packages in the same monorepo.\n EXAMPLE: to see the API of the `storage` package: `go_package_api({\"packagePaths\":[\"example.com/internal/storage\"]})`\n\n### Editing workflow\n\nThe editing workflow is iterative. You should cycle through these steps until the task is complete.\n\n1. **Read first**: Before making any edits, follow the Read Workflow to understand the user's request and the relevant code.\n\n2. **Find references**: Before modifying the definition of any symbol, use the `go_symbol_references` tool to find all references to that identifier. This is critical for understanding the impact of your change. Read the files containing references to evaluate if any further edits are required.\n EXAMPLE: `go_symbol_references({\"file\":\"/path/to/server.go\",\"symbol\":\"Server.Run\"})`\n\n3. **Make edits**: Make the required edits, including edits to references you identified in the previous step. Don't proceed to the next step until all planned edits are complete.\n\n4. **Check for errors**: After every code modification, you MUST call the `go_diagnostics` tool. Pass the paths of the files you have edited. This tool will report any build or analysis errors.\n EXAMPLE: `go_diagnostics({\"files\":[\"/path/to/server.go\"]})`\n\n5. **Fix errors**: If `go_diagnostics` reports any errors, fix them. The tool may provide suggested quick fixes in the form of diffs. You should review these diffs and apply them if they are correct. Once you've applied a fix, re-run `go_diagnostics` to confirm that the issue is resolved. It is OK to ignore 'hint' or 'info' diagnostics if they are not relevant to the current task. Note that Go diagnostic messages may contain a summary of the source code, which may not match its exact text.\n\n6. **Run tests**: Once `go_diagnostics` reports no errors (and ONLY once there are no errors), run the tests for the packages you have changed. You can do this with `go test [packagePath...]`. Don't run `go test ./...` unless the user explicitly requests it, as doing so may slow down the iteration loop.\n\n","protocolVersion":"2025-03-26","serverInfo":{"name":"gopls","version":"v1.0.0"}}} read: {"jsonrpc":"2.0","method":"notifications/initialized","params":{"_meta":{}}} read error: EOF --- FAIL: TestMCPCommandLogging/trace.log (13.25s)2025-09-08 21:51 x_tools-go1.24-linux-s390x-race tools@bc9374dd release-branch.go1.24@d41a8222 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (21.31s)2025-09-08 21:51 x_tools-gotip-linux-s390x-race tools@bc9374dd go@b915e144 x/tools/gopls/internal/test/integration/misc.TestGOMODCACHE/default (log)
=== RUN TestGOMODCACHE/default imports_test.go:258: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 09:44:41.585 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3345385936/TestGOMODCACHE/default/work/main.go","version":1,"diagnostics":[{"range":{"start":{"line":4,"character":16},"end":{"line":4,"character":17}},"severity":1,"code":"UndeclaredName","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#UndeclaredName"},"source":"compiler","message":"undefined: y"}]} [Trace - 09:44:41.603 AM] Received notification '$/progress'. Params: {"token":"8606359942104380190","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestGOMODCACHE/default" --- FAIL: TestGOMODCACHE/default (0.73s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-08 15:19 x_tools-go1.25-linux-s390x tools@5014c679 release-branch.go1.25@56ebf80e x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3973153784/001", ValidAt: s"2025-09-09 11:03:33.119724639 -0400 EDT m=+0.180102454", 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.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-09 21:46 gotip-linux-s390x go@5dcedd65 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-09 21:05 gotip-linux-s390x-race go@d3be949a runtime.TestCgoCallbackPprof (log)
=== RUN TestCgoCallbackPprof === PAUSE TestCgoCallbackPprof === CONT TestCgoCallbackPprof crash_cgo_test.go:100: /home/swarming/.swarming/w/ir/x/t/go-build1798726739/testprogcgo.exe CgoCallbackPprof: exit status 1 crash_cgo_test.go:102: expected "OK\n", but got: Missing main.go_callback1_callee sample in profile PeriodType: cpu nanoseconds Period: 10000000 Time: 2025-09-09 18:49:57.721456084 -0400 EDT Duration: 1.731989139s Samples: samples/count cpu/nanoseconds 1 10000000: 1 2 3 4 5 Locations 1: 0x10ba000 M=1 runtime.asyncPreempt /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/preempt_s390x.s:7 s=6 2: 0x123a24a M=1 main.go_callback1_callee /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/testdata/testprogcgo/callback_pprof.go:132 s=128 main.go_callback1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/testdata/testprogcgo/callback_pprof.go:125 s=122 _cgoexp_f8cb151f5288_go_callback1 _cgo_gotypes.go:763 s=761 3: 0x1027931 M=1 runtime.cgocallbackg1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:446 s=382 4: 0x1027565 M=1 runtime.cgocallbackg /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:350 s=301 5: 0x10b97fb M=1 runtime.cgocallback /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:670 s=585 Mappings 1: 0x1000000/0x1429000/0x0 /home/swarming/.swarming/w/ir/x/t/go-build1798726739/testprogcgo.exe 245142350daf18534e0957ac96c2019fec1d3536 [FN] 2: 0x3ff90d80000/0x3ff90f1b000/0x0 /usr/lib64/libc-2.28.so d030ce109f95c566f63258ceedccb0e11816b5c7 3: 0x3ff90f80000/0x3ff90f96000/0x0 /usr/lib64/libresolv-2.28.so 4b148845329e0a5c703111ca309918b990667eac 4: 0x3ff91000000/0x3ff9101c000/0x0 /usr/lib64/libpthread-2.28.so e6234e5155eb5e761df1011f542a6a75859cea0a 5: 0x3ff91100000/0x3ff91129000/0x0 /usr/lib64/ld-2.28.so 8550232c2e718a81e0a91e458a94a560ad40de15 6: 0x3ff9117e000/0x3ff91180000/0x0 [vdso] --- FAIL: TestCgoCallbackPprof (3.45s)2025-09-09 21:46 gotip-linux-s390x-race go@5dcedd65 net.TestDialerDualStackFDLeak (log)
=== RUN TestDialerDualStackFDLeak dial_test.go:131: got 1; want 0 --- FAIL: TestDialerDualStackFDLeak (0.39s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-10 02:42 gotip-linux-s390x go@b9a4a09b 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 6 3 4 5 6 6 9 7 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 4 2 3 5 6 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 6 6 6 8 7 9] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 2 1 1 3 4 5 6 6 6 7 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.70s)2025-09-10 03:29 gotip-linux-s390x go@c5737dc2 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 71 metrics_test.go:1600: /sched/goroutines-created:goroutines: 6169 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.67s)2025-09-10 03:29 gotip-linux-s390x-race go@c5737dc2 runtime.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 6 metrics_test.go:1600: /sched/goroutines/running:goroutines: 4 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 67 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5691 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/running (3.53s)2025-09-10 03:29 gotip-linux-s390x-race go@c5737dc2 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 9: 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 ... goroutine 5235 gp=0xc0002dddc0 m=nil [runnable]: command-line-arguments_test.TestRaceWaitGroupReuse.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 fp=0xc000118fd8 sp=0xc000118fd8 pc=0x5891b0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000118fd8 sp=0xc000118fd8 pc=0xee252 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5229 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 +0x18e FAIL command-line-arguments 24.964s FAIL --- FAIL: TestRace (43.56s)2025-09-10 10:17 gotip-linux-s390x go@f1c4b860 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 13 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5558 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-09 15:39 x_tools-go1.25-linux-s390x tools@4409ea71 release-branch.go1.25@56ebf80e x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope258115685/001", ValidAt: s"2025-09-09 12:33:46.004928179 -0400 EDT m=+0.007645174", 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.00s)2025-09-09 19:39 x_tools-go1.25-linux-s390x tools@9da4f7b4 release-branch.go1.25@56ebf80e x/tools/gopls/internal/test/integration/diagnostics.Test_issue38211/default (log)
=== RUN Test_issue38211/default expectation.go:849: RegexpSearch: main.go, no match for "\"github.com/ardanlabs/conf\"" #### Start Gopls Test Logs for "Test_issue38211/default" [Trace - 16:37:03.078 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-3961056846/Test_issue38211/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":"/home/swarming/.swarming/w/ir/x/t/Test_issue38211900875270/001","GOPACKAGESDRIVER":"off","GOPATH":"/home/swarming/.swarming/w/ir/x/t/gopls-test-3961056846/Test_issue38211/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3961056846/Test_issue38211/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3961056846/Test_issue38211/default/work","name":"work"}]} [Trace - 16:37:03.078 PM] Received response 'initialize - (1)' in 0ms. Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","],"retriggerCharacters":[")"]},"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","source.splitPackage"],"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.split_package","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.1-devel_56ebf80e57db9f61981fc0636fc6419dc6f68eda\",\"Path\":\"golang.org/x/tools/gopls/internal/test/integration/diagnostics.test\",\"Main\":{\"Path\":\"golang.org/x/tools/gopls\",\"Version\":\"(devel)\"},\"Settings\":[{\"Key\":\"-buildmode\",\"Value\":\"exe\"},{\"Key\":\"-compiler\",\"Value\":\"gc\"},{\"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:37:05.568 PM] Sending notification 'textDocument/didSave'. Params: {"textDocument":{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3961056846/Test_issue38211/default/work/main.go"}} [Trace - 16:37:05.568 PM] Received request 'window/workDoneProgress/create - (27)'. Params: {"token":"6768400167053282457"} #### End Gopls Test Logs for "Test_issue38211/default" --- FAIL: Test_issue38211/default (2.50s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-10 19:46 x_tools-go1.24-linux-s390x-race tools@1649c360 release-branch.go1.24@d41a8222 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-10 19:46 x_tools-go1.24-linux-s390x-race tools@1649c360 release-branch.go1.24@d41a8222 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1077211317/001", ValidAt: s"2025-09-10 18:40:17.096326342 -0400 EDT m=+0.013674876", 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.21s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-11 00:49 x_tools-go1.25-linux-s390x-race tools@af2d2d6b release-branch.go1.25@56ebf80e x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-10 21:57 gotip-linux-s390x go@fe5420b0 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 9 3 4 5 6 6 6 7 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 5 3 4 6 6 6 7 9 8] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 8 7 9] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 2 1 1 3 4 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=chan (5.66s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-10 20:31 gotip-linux-s390x-race go@b1f3e38e cmd/cgo/internal/testplugin.TestForkExec [SKIP] (log)
=== RUN TestForkExec === PAUSE TestForkExec2025-09-10 20:31 gotip-linux-s390x-race go@b1f3e38e cmd/go.TestScript/modfile_flag (log)
=== RUN TestScript/modfile_flag === PAUSE TestScript/modfile_flag === CONT TestScript/modfile_flag script_test.go:139: 2025-09-11T10:24:37Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4056429249/tmpdir2703924867/modfile_flag3083611018 go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.com_v0.1.0.txt: no such file or directory go proxy: no archive example.com v0.1.0: file does not exist script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4056429249/tmpdir2703924867/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 ... r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x3ff86276730 r12 0x1 r13 0x266c520 r14 0x1068192 r15 0x3fff437e020 pc 0x10c0328 link 0x1068192 [exit status 2] script_test.go:163: FAIL: testdata/script/modfile_flag.txt:63: context deadline exceeded --- FAIL: TestScript/modfile_flag (216.12s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-10 20:15 gotip-linux-s390x go@00824f5f cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0x140ba m=0 sigcode=0 goroutine 150 gp=0xc000003880 m=0 mp=0x344c20 [syscall]: syscall.Syscall6(0x119, 0x1, 0x1d937, 0xc000189d00, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0xc000189c58 sp=0xc000189be8 pc=0xc0498 ... r0 0x344c20 r1 0x119 r2 0x1 r3 0x1d937 r4 0xc000189d00 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x6a125bd9f9e17c2f r12 0xc000189c68 r13 0xc000003880 r14 0xc039e r15 0xc000189b90 pc 0x140ba link 0xc039e *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-11 02:24 x_tools-gotip-linux-s390x-race tools@9ac18109 go@2009e6c5 x/tools/gopls/internal/test/integration/misc.TestGOMODCACHE/default (log)
=== RUN TestGOMODCACHE/default imports_test.go:258: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 00:31:50.659 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-92407948/TestGOMODCACHE/default/work/main.go","version":1,"diagnostics":[{"range":{"start":{"line":4,"character":16},"end":{"line":4,"character":17}},"severity":1,"code":"UndeclaredName","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#UndeclaredName"},"source":"compiler","message":"undefined: y"}]} [Trace - 00:31:50.688 AM] Received notification '$/progress'. Params: {"token":"7280192841550797226","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestGOMODCACHE/default" --- FAIL: TestGOMODCACHE/default (2.04s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-11 02:24 x_tools-go1.25-linux-s390x tools@9ac18109 release-branch.go1.25@56ebf80e x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-11 02:24 x_tools-go1.25-linux-s390x tools@9ac18109 release-branch.go1.25@56ebf80e x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3138941936/001", ValidAt: s"2025-09-11 01:16:44.483098955 -0400 EDT m=+0.291496547", 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.44s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-09 19:20 gotip-linux-s390x go@645ee444 runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 7 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 12 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5556 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 7 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.14s)2025-09-09 19:20 gotip-linux-s390x go@645ee444 runtime:cpu1.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 2 metrics_test.go:1600: /sched/goroutines/running:goroutines: 8 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5544 metrics_test.go:1600: /sched/threads/total:threads: 12 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 8 < 10 --- FAIL: TestReadMetricsSched/running (1.24s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-09 19:10 gotip-linux-s390x go@a67977da runtime:cpu1.TestReadMetricsSched/not-in-go (log)
=== RUN TestReadMetricsSched/not-in-go metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 6 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 13 metrics_test.go:1600: /sched/goroutines/running:goroutines: 1 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 62 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5556 metrics_test.go:1600: /sched/threads/total:threads: 14 metrics_test.go:1626: /sched/goroutines/not-in-go:goroutines too low; 6 < 10 --- FAIL: TestReadMetricsSched/not-in-go (1.04s)2025-09-09 19:10 gotip-linux-s390x go@a67977da runtime:cpu4.TestReadMetricsSched/running (log)
=== RUN TestReadMetricsSched/running metrics_test.go:1600: /sched/goroutines/not-in-go:goroutines: 0 metrics_test.go:1600: /sched/goroutines/runnable:goroutines: 6 metrics_test.go:1600: /sched/goroutines/running:goroutines: 4 metrics_test.go:1600: /sched/goroutines/waiting:goroutines: 64 metrics_test.go:1600: /sched/goroutines-created:goroutines: 5567 metrics_test.go:1600: /sched/threads/total:threads: 10 metrics_test.go:1626: /sched/goroutines/running:goroutines too low; 4 < 10 --- FAIL: TestReadMetricsSched/running (1.32s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-11 14:42 x_tools-go1.24-linux-s390x tools@f9cb6110 release-branch.go1.24@d41a8222 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3376810252/001", ValidAt: s"2025-09-11 13:04:59.140992303 -0400 EDT m=+0.208700177", 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.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-11 19:22 x_tools-go1.25-linux-s390x-race tools@8b1a572c release-branch.go1.25@879e3cb5 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-11 19:22 x_tools-go1.25-linux-s390x-race tools@8b1a572c release-branch.go1.25@879e3cb5 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope2236362854/001", ValidAt: s"2025-09-11 19:22:58.020350075 -0400 EDT m=+0.013012239", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-11 18:23 x_tools-go1.25-linux-s390x-race tools@3adf0e96 release-branch.go1.25@879e3cb5 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope815626373/001", ValidAt: s"2025-09-11 21:22:26.154709723 -0400 EDT m=+0.951174791", 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.02s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-11 21:25 gotip-linux-s390x go@73676e32 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad3c8 m=0 sigcode=0 goroutine 0 gp=0x343e20 m=0 mp=0x344c20 [idle]: runtime.futex(0x344d70, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fffc47e710 sp=0x3fffc47e710 pc=0xad3c8 ... r0 0x0 r1 0xee r2 0x344d70 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x4 r13 0x343e20 r14 0x5c3e2 r15 0x3fffc47e710 pc 0xad3c8 link 0x5c3e2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-11 21:24 gotip-linux-s390x-race go@0e1b9899 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 9: 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:2604 +0x1ac fp=0xc0000e9fb8 sp=0xc0000e9e20 pc=0x51c83c net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1955 +0x4e fp=0xc0000e9fd8 sp=0xc0000e9fb8 pc=0x516a1e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e9fd8 sp=0xc0000e9fd8 pc=0xee302 created by net/http.(*Transport).dialConn in goroutine 4500 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1955 +0x2f34 FAIL command-line-arguments 22.432s FAIL --- FAIL: TestRace (36.28s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-11 11:20 x_tools-go1.25-linux-s390x tools@63d97811 release-branch.go1.25@879e3cb5 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-11 11:20 x_tools-go1.25-linux-s390x tools@63d97811 release-branch.go1.25@879e3cb5 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope221799515/001", ValidAt: s"2025-09-12 05:02:40.32905896 -0400 EDT m=+0.002830298", 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.35s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-10 19:41 x_tools-go1.25-linux-s390x tools@3ea42bf2 release-branch.go1.25@879e3cb5 x/tools/gopls/internal/test/integration/misc.TestGOMODCACHE/default (log)
=== RUN TestGOMODCACHE/default imports_test.go:258: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 06:45:46.387 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-2174304639/TestGOMODCACHE/default/work/main.go","version":1,"diagnostics":[{"range":{"start":{"line":4,"character":16},"end":{"line":4,"character":17}},"severity":1,"code":"UndeclaredName","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#UndeclaredName"},"source":"compiler","message":"undefined: y"}]} [Trace - 06:45:46.400 AM] Received notification '$/progress'. Params: {"token":"2391510447572700949","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestGOMODCACHE/default" --- FAIL: TestGOMODCACHE/default (1.25s)2025-09-10 19:41 x_tools-go1.25-linux-s390x tools@3ea42bf2 release-branch.go1.25@879e3cb5 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-10 19:41 x_tools-go1.25-linux-s390x tools@3ea42bf2 release-branch.go1.25@879e3cb5 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3348500453/001", ValidAt: s"2025-09-12 06:39:46.002649584 -0400 EDT m=+0.002354348", 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.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-12 16:56 x_tools-go1.24-linux-s390x-race tools@2ef7d42e release-branch.go1.24@d41a8222 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3758483320/001", ValidAt: s"2025-09-12 13:49:54.005529987 -0400 EDT m=+0.081528841", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-12 15:23 gotip-linux-s390x-race go@60c1ee91 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 9: 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=0xc00013ffa0 sp=0xc00013fa78 pc=0x4e8bd6 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3496 +0x72 fp=0xc00013ffd8 sp=0xc00013ffa0 pc=0x4f1742 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00013ffd8 sp=0xc00013ffd8 pc=0xee302 created by net/http.(*Server).Serve in goroutine 4499 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3496 +0x904 FAIL command-line-arguments 31.838s FAIL --- FAIL: TestRace (53.90s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-12 16:56 x_tools-gotip-linux-s390x tools@2ef7d42e go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/GOPATH (log)
=== RUN TestIntegration/GOPATH unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_GOPATH3014200517/fake/src/golang.org/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/GOPATH (18.40s)2025-09-12 16:56 x_tools-gotip-linux-s390x tools@2ef7d42e go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/Modules (log)
=== RUN TestIntegration/Modules unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_Modules710826749/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/Modules (8.79s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-12 14:30 gotip-linux-s390x-race go@c70713da 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 9: 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=0xc000123fa0 sp=0xc000123a78 pc=0x4e8bd6 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3496 +0x72 fp=0xc000123fd8 sp=0xc000123fa0 pc=0x4f1742 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000123fd8 sp=0xc000123fd8 pc=0xee302 created by net/http.(*Server).Serve in goroutine 4499 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3496 +0x904 FAIL command-line-arguments 24.948s FAIL --- FAIL: TestRace (47.12s)2025-09-12 16:56 x_tools-gotip-linux-s390x-race tools@2ef7d42e go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/GOPATH (log)
=== RUN TestIntegration/GOPATH unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_GOPATH1902364249/fake/src/golang.org/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/GOPATH (48.36s)2025-09-12 16:56 x_tools-gotip-linux-s390x-race tools@2ef7d42e go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/Modules (log)
=== RUN TestIntegration/Modules unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_Modules1716912261/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/Modules (49.26s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-12 15:06 x_tools-gotip-linux-s390x tools@839d88ed go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/GOPATH (log)
=== RUN TestIntegration/GOPATH unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_GOPATH2918606757/fake/src/golang.org/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/GOPATH (16.94s)2025-09-12 15:06 x_tools-gotip-linux-s390x tools@839d88ed go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/Modules (log)
=== RUN TestIntegration/Modules unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_Modules3372338172/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/Modules (9.60s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-12 13:03 x_tools-gotip-linux-s390x tools@224e3366 go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/GOPATH (log)
=== RUN TestIntegration/GOPATH unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_GOPATH3340013894/fake/src/golang.org/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/GOPATH (9.91s)2025-09-12 13:03 x_tools-gotip-linux-s390x tools@224e3366 go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/Modules (log)
=== RUN TestIntegration/Modules unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_Modules1774783780/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/Modules (8.88s)2025-09-12 15:06 x_tools-gotip-linux-s390x-race tools@839d88ed go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/GOPATH (log)
=== RUN TestIntegration/GOPATH unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_GOPATH2853645517/fake/src/golang.org/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/GOPATH (74.29s)2025-09-12 15:06 x_tools-gotip-linux-s390x-race tools@839d88ed go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/Modules (log)
=== RUN TestIntegration/Modules unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_Modules3464798272/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/Modules (54.92s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-12 13:03 x_tools-gotip-linux-s390x-race tools@224e3366 go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/GOPATH (log)
=== RUN TestIntegration/GOPATH unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_GOPATH1894486622/fake/src/golang.org/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/GOPATH (49.68s)2025-09-12 13:03 x_tools-gotip-linux-s390x-race tools@224e3366 go@ac803b59 x/tools/go/analysis/unitchecker.TestIntegration/Modules (log)
=== RUN TestIntegration/Modules unitchecker_test.go:195: -json golang.org/fake/a: got <<{ "golang.org/fake/a": { "findcall": [ { "posn": "/home/swarming/.swarming/w/ir/x/t/TestIntegration_Modules331514846/fake/a/a.go:4:11", "message": "call of MyFunc123(...)", "suggested_fixes": [ { "message": "Add '_TEST_'", ... \} \] \} \] \} \] \} \} >> --- FAIL: TestIntegration/Modules (33.43s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-11 14:41 x_tools-gotip-linux-s390x-race tools@aa35dc6e go@ac803b59 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:60: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (16.51s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-15 00:12 x_tools-go1.24-linux-s390x-race tools@9310eb83 release-branch.go1.24@d41a8222 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-15 00:12 x_tools-go1.24-linux-s390x-race tools@9310eb83 release-branch.go1.24@d41a8222 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope760561752/001", ValidAt: s"2025-09-14 22:07:15.090201863 -0400 EDT m=+0.035678616", 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.03s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-15 00:12 x_tools-go1.25-linux-s390x-race tools@9310eb83 release-branch.go1.25@879e3cb5 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope2781658053/001", ValidAt: s"2025-09-14 22:14:07.033976848 -0400 EDT m=+0.622150876", 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.54s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-15 00:14 x_tools-gotip-linux-s390x tools@cce04c1f go@080882a9 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio 2025/09/15 00:25:11 warning: while diagnosing orphaned files: session is shut down mcp_test.go:67: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (12.23s)2025-09-15 00:14 x_tools-go1.25-linux-s390x tools@baefe5aa release-branch.go1.25@879e3cb5 x/tools/gopls/internal/test/integration/misc.TestIssue67156/default (log)
=== RUN TestIssue67156/default imports_test.go:494: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 00:12:47.546 AM] Received notification '$/progress'. Params: {"token":"3771080246052991416","value":{"kind":"end","message":"Done."}} [Trace - 00:12:47.558 AM] Received notification '$/progress'. Params: {"token":"5564930007371588361","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestIssue67156/default" --- FAIL: TestIssue67156/default (0.84s)2025-09-15 00:14 x_tools-go1.25-linux-s390x tools@baefe5aa release-branch.go1.25@879e3cb5 x/tools/gopls/internal/test/integration/misc.TestIssue67156/setup (log)
=== RUN TestIssue67156/setup imports_test.go:486: got Index(/home/swarming/.swarming/w/ir/x/t/TestIssue671561319242655/001 v0 has 0 entries at 2025-09-15 00:12:46.733571361 -0400 EDT m=+182.541326105), want 2 entries --- FAIL: TestIssue67156/setup (0.19s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-15 00:12 x_tools-gotip-linux-s390x-race tools@9310eb83 go@080882a9 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-15 00:12 x_tools-gotip-linux-s390x-race tools@9310eb83 go@080882a9 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3966031984/001", ValidAt: s"2025-09-15 01:33:54.011493268 -0400 EDT m=+0.014149461", 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.25s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-15 19:40 x_tools-go1.25-linux-s390x-race tools@32f06e91 release-branch.go1.25@879e3cb5 x/tools/gopls/internal/test/integration/misc.TestIssue67156/default (log)
=== RUN TestIssue67156/default imports_test.go:494: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 16:51:16.408 PM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-4072408677/TestIssue67156/default/work/main.go","version":1,"diagnostics":[{"range":{"start":{"line":4,"character":16},"end":{"line":4,"character":17}},"severity":1,"code":"UndeclaredName","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#UndeclaredName"},"source":"compiler","message":"undefined: y"}]} [Trace - 16:51:16.456 PM] Received notification '$/progress'. Params: {"token":"3415988633951844342","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestIssue67156/default" --- FAIL: TestIssue67156/default (1.27s)2025-09-15 19:40 x_tools-go1.25-linux-s390x-race tools@32f06e91 release-branch.go1.25@879e3cb5 x/tools/gopls/internal/test/integration/misc.TestIssue67156/setup (log)
=== RUN TestIssue67156/setup imports_test.go:486: got Index(/home/swarming/.swarming/w/ir/x/t/TestIssue671563582059621/001 v0 has 0 entries at 2025-09-15 16:51:15.342729147 -0400 EDT m=+152.024557436), want 2 entries --- FAIL: TestIssue67156/setup (0.47s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-15 19:40 x_tools-gotip-linux-s390x-race tools@32f06e91 go@8ace10da x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-15 19:40 x_tools-gotip-linux-s390x-race tools@32f06e91 go@8ace10da x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1377045135/001", ValidAt: s"2025-09-15 16:48:21.007511787 -0400 EDT m=+0.012969832", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-15 21:21 gotip-linux-s390x go@004858cc runtime.TestCgoCallbackPprof (log)
=== RUN TestCgoCallbackPprof === PAUSE TestCgoCallbackPprof === CONT TestCgoCallbackPprof crash_cgo_test.go:100: /home/swarming/.swarming/w/ir/x/t/go-build2094287133/testprogcgo.exe CgoCallbackPprof: exit status 1 crash_cgo_test.go:102: expected "OK\n", but got: Missing main.go_callback1_callee sample in profile PeriodType: cpu nanoseconds Period: 10000000 Time: 2025-09-15 19:28:30.773876974 -0400 EDT Duration: 1.083483233s Samples: samples/count cpu/nanoseconds 1 10000000: 1 2 3 4 5 Locations 1: 0x10a5160 M=1 runtime.asyncPreempt /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/preempt_s390x.s:7 s=6 2: 0x1193908 M=1 main.go_callback1_callee /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/testdata/testprogcgo/callback_pprof.go:132 s=128 main.go_callback1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/testdata/testprogcgo/callback_pprof.go:125 s=122 _cgoexp_f8cb151f5288_go_callback1 _cgo_gotypes.go:763 s=761 3: 0x1015ee9 M=1 runtime.cgocallbackg1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:446 s=382 4: 0x1015b35 M=1 runtime.cgocallbackg /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:350 s=301 5: 0x10a495b M=1 runtime.cgocallback /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:670 s=585 Mappings 1: 0x1000000/0x131e000/0x0 /home/swarming/.swarming/w/ir/x/t/go-build2094287133/testprogcgo.exe e2cd3b951aa4d6dff3ca0097a78fb696697962c2 [FN] 2: 0x3ff81180000/0x3ff8131b000/0x0 /usr/lib64/libc-2.28.so d030ce109f95c566f63258ceedccb0e11816b5c7 3: 0x3ff81380000/0x3ff81396000/0x0 /usr/lib64/libresolv-2.28.so 4b148845329e0a5c703111ca309918b990667eac 4: 0x3ff81400000/0x3ff8141c000/0x0 /usr/lib64/libpthread-2.28.so e6234e5155eb5e761df1011f542a6a75859cea0a 5: 0x3ff81500000/0x3ff81529000/0x0 /usr/lib64/ld-2.28.so 8550232c2e718a81e0a91e458a94a560ad40de15 6: 0x3ff8157e000/0x3ff81580000/0x0 [vdso] --- FAIL: TestCgoCallbackPprof (1.77s)2025-09-15 22:38 gotip-linux-s390x go@9e71d8a9 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 4 6 5 6 6 7 8 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 6 3 4 5 6 6 7 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 3 2 4 6 5 6 6 7 9 8] sleep_test.go:437: attempt 3 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 4 failed: After calls returned out of order: [0 1 1 2 3 4 5 9 6 6 6 7 8] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 5 9 6 6 6 7 8] --- FAIL: TestAfterQueuing/impl=func (6.71s)2025-09-15 22:38 gotip-linux-s390x-race go@9e71d8a9 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 6 3 4 5 6 6 7 8 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 2 1 1 3 4 5 6 6 6 9 7 8] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 5 3 4 6 6 6 7 8 9] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 4 2 3 5 6 6 6 7 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 2 1 1 3 4 6 5 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 2 1 1 3 4 6 5 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.45s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-16 02:13 gotip-linux-s390x-race go@eb7c67fd os.TestProcessLiteral (log)
=== RUN TestProcessLiteral exec_test.go:37: timeout waiting for signal --- FAIL: TestProcessLiteral (1.10s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-16 04:59 gotip-linux-s390x-race go@ca0e0356 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 9: 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:2604 +0x1ac fp=0xc0000fffb8 sp=0xc0000ffe20 pc=0x51a82c net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1955 +0x4e fp=0xc0000fffd8 sp=0xc0000fffb8 pc=0x514a0e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000fffd8 sp=0xc0000fffd8 pc=0xee302 created by net/http.(*Transport).dialConn in goroutine 4505 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1955 +0x2f34 FAIL command-line-arguments 9.256s FAIL --- FAIL: TestRace (18.34s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-16 15:43 gotip-linux-s390x-race go@e2cfc1eb 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 9: 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:2604 +0x1ac fp=0xc000055fb8 sp=0xc000055e20 pc=0x51a82c net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1955 +0x4e fp=0xc000055fd8 sp=0xc000055fb8 pc=0x514a0e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000055fd8 sp=0xc000055fd8 pc=0xee302 created by net/http.(*Transport).dialConn in goroutine 4505 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1955 +0x2f34 FAIL command-line-arguments 6.092s FAIL --- FAIL: TestRace (9.42s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-16 20:13 gotip-linux-s390x-race go@a69395ea 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 9: 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/runtime/chan.go:514 +0x2e fp=0xc0001aaf90 sp=0xc0001aaf68 pc=0x5e07e command-line-arguments_test.TestNoRaceSelect4.func1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/select_test.go:89 +0x5e fp=0xc0001aafd8 sp=0xc0001aaf90 pc=0x5738ce runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0001aafd8 sp=0xc0001aafd8 pc=0xee302 created by command-line-arguments_test.TestNoRaceSelect4 in goroutine 4977 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/select_test.go:86 +0x118 FAIL command-line-arguments 15.845s FAIL --- FAIL: TestRace (29.62s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-16 20:50 gotip-linux-s390x-race go@72ba117b runtime/race.TestRace (log)
=== RUN TestRace race_test.go:50: Failed to run tests: not all tests ran ================== WARNING: DATA RACE Read at 0x00c000d823d8 by goroutine 9: 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 0x00c000d823d8 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=0xc000e55fa0 sp=0xc000e55a78 pc=0x4e7156 net/http.(*Server).Serve.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3500 +0x72 fp=0xc000e55fd8 sp=0xc000e55fa0 pc=0x4efcc2 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000e55fd8 sp=0xc000e55fd8 pc=0xee892 created by net/http.(*Server).Serve in goroutine 4499 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/server.go:3500 +0x904 FAIL command-line-arguments 22.177s FAIL --- FAIL: TestRace (42.19s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-16 20:50 gotip-linux-s390x go@72ba117b cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad9a8 m=0 sigcode=0 goroutine 0 gp=0x343e60 m=0 mp=0x344c60 [idle]: runtime.futex(0x344db0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffc82fe6a8 sp=0x3ffc82fe6a8 pc=0xad9a8 ... r0 0x0 r1 0xee r2 0x344db0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xd r13 0x343e60 r14 0x5c9c2 r15 0x3ffc82fe6a8 pc 0xad9a8 link 0x5c9c2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-16 15:06 x_tools-gotip-linux-s390x tools@78463a92 go@3db5979e x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-17 17:05 x_tools-go1.24-linux-s390x tools@3e53a25f release-branch.go1.24@a0811d4d x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1303380835/001", ValidAt: s"2025-09-17 14:06:52.071194524 -0400 EDT m=+0.238167665", 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.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-18 00:10 gotip-linux-s390x-race go@77aac7bb 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 6 6 7 8 6 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 4 7 5 6 6 6 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 3 9 4 6 6 5 6 8 7] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 4 1 2 1 3 9 5 6 6 7 8 6] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 3 2 4 5 7 6 6 6 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 3 2 4 5 7 6 6 6 8 9] --- FAIL: TestAfterQueuing/impl=chan (6.73s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-18 00:10 gotip-linux-s390x go@465b85eb cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad9a8 m=0 sigcode=0 goroutine 0 gp=0x343e60 m=0 mp=0x344c60 [idle]: runtime.futex(0x344db0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffe29fe808 sp=0x3ffe29fe808 pc=0xad9a8 ... r0 0x0 r1 0xee r2 0x344db0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x1e r13 0x343e60 r14 0x5c9c2 r15 0x3ffe29fe808 pc 0xad9a8 link 0x5c9c2 *** Test killed with quit: ran too long (10m0s).2025-09-18 00:10 gotip-linux-s390x go@465b85eb cmd/go.TestScript/list_issue_59905 (log)
=== RUN TestScript/list_issue_59905 === PAUSE TestScript/list_issue_59905 === CONT TestScript/list_issue_59905 script_test.go:139: 2025-09-18T00:44:48Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2452443356/tmpdir72677337/list_issue_599053616076827 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2452443356/tmpdir72677337/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 0x1 r3 0x23c2c r4 0x493b42550f48 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0x493b424908c0 r10 0x0 r11 0x3ffb96f6730 r12 0x493b42550eb0 r13 0x493b426aa1c0 r14 0x10ce14e r15 0x493b42550dd8 pc 0x1008eaa link 0x10ce14e script_test.go:163: FAIL: testdata/script/list_issue_59905.txt:2: go list -f '{{if .DepsErrors}}{{.DepsErrors}}{{end}}' -export -e -deps: exit status 2 --- FAIL: TestScript/list_issue_59905 (2.13s)2025-09-18 00:10 gotip-linux-s390x go@77aac7bb cmd/cgo/internal/testplugin.TestIssue52937 [SKIP] (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=0xad9a8 m=0 sigcode=0 goroutine 0 gp=0x343e60 m=0 mp=0x344c60 [idle]: runtime.futex(0x344db0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffe45fe348 sp=0x3ffe45fe348 pc=0xad9a8 runtime.futexsleep(0x344db0, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:76 +0x52 fp=0x3ffe45fe390 sp=0x3ffe45fe348 pc=0x5c9c2 ... r0 0x0 r1 0xee r2 0x344db0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x1d r13 0x343e60 r14 0x5c9c2 r15 0x3ffe45fe348 pc 0xad9a8 link 0x5c9c2 *** Test killed with quit: ran too long (10m0s).2025-09-18 01:05 gotip-linux-s390x go@78ef487a cmd/cgo/internal/testplugin.TestIssue19418 [SKIP] (log)
=== RUN TestIssue19418 ( 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 '-ldflags=-X main.Val=linkstr' -o plugin.so ./issue19418/plugin.go ) ( 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 issue19418.exe ./issue19418/main.go ) SIGQUIT: quit PC=0xad9a8 m=0 sigcode=0 goroutine 0 gp=0x343e60 m=0 mp=0x344c60 [idle]: runtime.futex(0x344db0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd43fe358 sp=0x3ffd43fe358 pc=0xad9a8 runtime.futexsleep(0x344db0, 0x0, 0xffffffffffffffff) ... r0 0x0 r1 0xee r2 0x344db0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xc r13 0x343e60 r14 0x5c9c2 r15 0x3ffd43fe358 pc 0xad9a8 link 0x5c9c2 *** Test killed with quit: ran too long (10m0s).2025-09-18 01:05 gotip-linux-s390x go@78ef487a cmd/cgo/internal/testshared.TestTwoGopathShlibs [SKIP] (log)
=== RUN TestTwoGopathShlibs shared_test.go:89: go install -buildmode=shared -linkshared ./depBase SIGQUIT: quit PC=0x1411a m=0 sigcode=0 goroutine 26 gp=0x6b8ca6702a80 m=0 mp=0x4283e0 [syscall]: syscall.Syscall6(0x119, 0x1, 0x1627e, 0x6b8ca671db48, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x6b8ca671daa0 sp=0x6b8ca671da30 pc=0xc1418 internal/syscall/unix.Waitid(0x1, 0x1627e, 0x6b8ca671db48, 0x1000004, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/unix/waitid_linux.go:18 +0x6c fp=0x6b8ca671db08 sp=0x6b8ca671daa0 pc=0xd888c ... r0 0x4283e0 r1 0x119 r2 0x1 r3 0x1627e r4 0x6b8ca671db48 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0xc2ce0e874cc14253 r12 0x6b8ca671dab0 r13 0x6b8ca6702a80 r14 0xc131e r15 0x6b8ca671d9d8 pc 0x1411a link 0xc131e *** Test killed with quit: ran too long (10m0s).2025-09-18 01:54 gotip-linux-s390x go@ef05b66d cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad9a8 m=0 sigcode=0 goroutine 0 gp=0x343e60 m=0 mp=0x344c60 [idle]: runtime.futex(0x344db0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd8bfe5e8 sp=0x3ffd8bfe5e8 pc=0xad9a8 ... r0 0x0 r1 0xee r2 0x344db0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x8 r13 0x343e60 r14 0x5c9c2 r15 0x3ffd8bfe5e8 pc 0xad9a8 link 0x5c9c2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-17 17:09 x_tools-go1.24-linux-s390x tools@b71b35e8 release-branch.go1.24@a0811d4d x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3900188540/001", ValidAt: s"2025-09-17 16:09:24.001130464 -0400 EDT m=+0.003723570", 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.15s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-17 17:09 x_tools-gotip-linux-s390x tools@b71b35e8 go@465b85eb x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1866814567/001", ValidAt: s"2025-09-18 03:51:39.067006925 -0400 EDT m=+0.070524653", 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.10s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-18 16:37 x_tools-go1.25-linux-s390x-race tools@58f345b3 release-branch.go1.25@be611321 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1941334174/001", ValidAt: s"2025-09-18 12:44:43.085785588 -0400 EDT m=+0.264184847", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-18 21:54 gotip-linux-s390x go@a58afe44 cmd/cgo/internal/testplugin.TestMethod [SKIP] (log)
=== RUN TestMethod ( 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 plugin.so ./method/plugin.go ) ( 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 method.exe ./method/main.go ) SIGQUIT: quit PC=0x140ba m=0 sigcode=0 goroutine 217 gp=0x706267a02c40 m=0 mp=0x344c40 [syscall]: syscall.Syscall6(0x119, 0x1, 0x1fbe0, 0x706267f58b20, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x706267f58a78 sp=0x706267f58a08 pc=0xc0b48 internal/syscall/unix.Waitid(0x1, 0x1fbe0, 0x706267f58b20, 0x1000004, 0x0) ... r0 0x344c40 r1 0x119 r2 0x1 r3 0x1fbe0 r4 0x706267f58b20 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x92de60800b6cc2e7 r12 0x706267f58a88 r13 0x706267a02c40 r14 0xc0a4e r15 0x706267f589b0 pc 0x140ba link 0xc0a4e *** Test killed with quit: ran too long (10m0s).2025-09-18 22:30 gotip-linux-s390x go@00bf24fd cmd/cgo/internal/testplugin.TestIssue22175 [SKIP] (log)
=== RUN TestIssue22175 ( 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 issue22175_plugin1.so ./issue22175/plugin1.go ) ( 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 issue22175_plugin2.so ./issue22175/plugin2.go ) SIGQUIT: quit PC=0x140bc m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344c40 [idle]: internal/runtime/syscall/linux.Syscall6(0x138, 0x6, 0x3ffc017de34, 0x80, 0x23ac5, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/linux/asm_linux_s390x.s:17 +0x2c fp=0x3ffc017dd88 sp=0x3ffc017dd88 pc=0x140bc internal/runtime/syscall/linux.EpollWait(0x6, {0x3ffc017de34, 0x80, 0x80}, 0x80, 0x23ac5) ... r0 0x3ffc017de34 r1 0x138 r2 0xfffffffffffffffc r3 0x3ffc017de34 r4 0x80 r5 0x23ac5 r6 0x0 r7 0x0 r8 0x54ed8585c038 r9 0x54ed8586ec08 r10 0x8eb175541 r11 0x0 r12 0x2 r13 0x343e40 r14 0x13e64 r15 0x3ffc017dd88 pc 0x140bc link 0x13e64 *** Test killed with quit: ran too long (10m0s).2025-09-18 22:31 gotip-linux-s390x go@0ab038af cmd/cgo/internal/testplugin.TestIssue25756/12 [SKIP] (log)
=== RUN TestIssue25756/12 === PAUSE TestIssue25756/12 === CONT TestIssue25756/12 ( GOPATH=$TMPDIR PWD=$TMPDIR/src/testplugin LD_LIBRARY_PATH=$TMPDIR/src/testplugin ./issue25756.exe )2025-09-18 22:31 gotip-linux-s390x go@0ab038af cmd/cgo/internal/testshared.TestRebuilding [SKIP] (log)
=== RUN TestRebuilding shared_test.go:89: go install -buildmode=shared -linkshared ./depBase SIGQUIT: quit PC=0xadeb8 m=0 sigcode=0 goroutine 0 gp=0x4271e0 m=0 mp=0x4283e0 [idle]: runtime.futex(0x428530, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd65fe848 sp=0x3ffd65fe848 pc=0xadeb8 runtime.futexsleep(0x428530, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:76 +0x52 fp=0x3ffd65fe890 sp=0x3ffd65fe848 pc=0x5ced2 ... r0 0x0 r1 0xee r2 0x428530 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x8 r13 0x4271e0 r14 0x5ced2 r15 0x3ffd65fe848 pc 0xadeb8 link 0x5ced2 *** Test killed with quit: ran too long (10m0s).2025-09-19 04:04 gotip-linux-s390x go@3cf1aaf8 cmd/cgo/internal/testplugin.TestMethod2 [SKIP] (log)
=== RUN TestMethod2 ( 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 method2.so ./method2/plugin.go ) SIGQUIT: quit PC=0xad9c8 m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344c40 [idle]: runtime.futex(0x344d90, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffeacfe170 sp=0x3ffeacfe170 pc=0xad9c8 runtime.futexsleep(0x344d90, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:73 +0x52 fp=0x3ffeacfe1b8 sp=0x3ffeacfe170 pc=0x5c9e2 ... r0 0x0 r1 0xee r2 0x344d90 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x2 r13 0x343e40 r14 0x5c9e2 r15 0x3ffeacfe170 pc 0xad9c8 link 0x5c9e2 *** Test killed with quit: ran too long (10m0s).2025-09-19 04:04 gotip-linux-s390x go@3cf1aaf8 cmd/go.TestScript/vet_commandline (log)
=== RUN TestScript/vet_commandline === PAUSE TestScript/vet_commandline === CONT TestScript/vet_commandline script_test.go:139: 2025-09-19T07:49:20Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1003941252/tmpdir3621746271/vet_commandline485254390 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1003941252/tmpdir3621746271/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 ... > env TESTGO_VERSION=go1.22.3 > rm go.mod > rm go.work > ! go vet -n -json example.com/m [stderr] no required module provides package example.com/m: go.mod file not found in current directory or any parent directory; see 'go help modules' [exit status 1] > go vet -n -json main.go script_test.go:163: FAIL: testdata/script/vet_commandline.txt:29: go vet -n -json main.go: signal: quit (core dumped) --- FAIL: TestScript/vet_commandline (11.27s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-18 22:30 gotip-linux-s390x go@f9701d21 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad9c8 m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344c40 [idle]: runtime.futex(0x344d90, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffe447e808 sp=0x3ffe447e808 pc=0xad9c8 ... r0 0x0 r1 0xee r2 0x344d90 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x6 r13 0x343e40 r14 0x5c9e2 r15 0x3ffe447e808 pc 0xad9c8 link 0x5c9e2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-18 21:36 gotip-linux-s390x-race go@3203a5da 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 9: 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 ... goroutine 5237 gp=0xc000222c40 m=nil [runnable]: command-line-arguments_test.TestRaceWaitGroupReuse.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 fp=0xc00021bfd8 sp=0xc00021bfd8 pc=0x5879a0 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00021bfd8 sp=0xc00021bfd8 pc=0xee322 created by command-line-arguments_test.TestRaceWaitGroupReuse in goroutine 5227 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 +0x18e FAIL command-line-arguments 17.861s FAIL --- FAIL: TestRace (33.00s)2025-09-18 21:36 gotip-linux-s390x-race go@3203a5da 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 9 3 4 5 6 6 6 8 7] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 4 6 5 6 6 7 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 3 2 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 3 4 5 6 6 6 8 7 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=func (5.82s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-19 14:13 gotip-linux-s390x go@f9e61a9a 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-09-19T16:21:28Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-130486050/tmpdir2211184438/list_empty_importpath1684573725 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-130486050/tmpdir2211184438/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 ... PWD=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-130486050/tmpdir2211184438/list_empty_importpath1684573725/gopath/src > ! go list all [stderr] no errors [exit status 1] > ! stderr 'panic' > stderr 'invalid import path' script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:3: stderr 'invalid import path': no match for `(?m)invalid import path` in stderr --- FAIL: TestScript/list_empty_importpath (4.91s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-18 22:30 gotip-linux-s390x-race go@00bf24fd cmd/go.TestScript/build_cache_disabled (log)
=== RUN TestScript/build_cache_disabled === PAUSE TestScript/build_cache_disabled === CONT TestScript/build_cache_disabled script_test.go:139: 2025-09-19T05:48:34Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1454083685/tmpdir2712066864/build_cache_disabled3789820047 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1454083685/tmpdir2712066864/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 0x2688390 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xa r13 0x2686540 r14 0x1068252 r15 0x3ffcb3fe3c8 pc 0x10c03e8 link 0x1068252 script_test.go:163: FAIL: testdata/script/build_cache_disabled.txt:43: go fmt .: exit status 2 --- FAIL: TestScript/build_cache_disabled (17.77s)2025-09-18 22:31 gotip-linux-s390x-race go@0ab038af 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 9: 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:2405 +0x16d6 fp=0xc0000e5fb8 sp=0xc0000e5c08 pc=0x518ed6 net/http.(*Transport).dialConn.gowrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1957 +0x4e fp=0xc0000e5fd8 sp=0xc0000e5fb8 pc=0x51517e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000e5fd8 sp=0xc0000e5fd8 pc=0xee322 created by net/http.(*Transport).dialConn in goroutine 4500 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1957 +0x2e8e FAIL command-line-arguments 40.147s FAIL --- FAIL: TestRace (62.04s)2025-09-19 04:04 gotip-linux-s390x-race go@3cf1aaf8 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-09-19T08:15:50Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2303004963/tmpdir998490069/test_relative_cmdline2676633999 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2303004963/tmpdir998490069/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 0x2688390 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x0 r12 0x0 r13 0x2686540 r14 0x1068252 r15 0x3ffc197e858 pc 0x10c03e8 link 0x1068252 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 (4.76s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-19 15:33 gotip-linux-s390x go@ee7bf06c cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad998 m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344c40 [idle]: runtime.futex(0x344d90, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fff23fea28 sp=0x3fff23fea28 pc=0xad998 ... r0 0x0 r1 0xee r2 0x344d90 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xa r13 0x343e40 r14 0x5c9d2 r15 0x3fff23fea28 pc 0xad998 link 0x5c9d2 *** Test killed with quit: ran too long (10m0s).2025-09-19 15:33 gotip-linux-s390x go@ee7bf06c 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 4 3 5 6 6 6 7 8 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 8 7 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 2 1 1 3 4 5 6 6 6 7 8 9] sleep_test.go:437: attempt 3 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 4 failed: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 9 7 8] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 9 7 8] --- FAIL: TestAfterQueuing/impl=func (5.72s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-19 19:34 gotip-linux-s390x go@9693b94b 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-09-19T21:52:29Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2584852973/tmpdir4142055168/list_empty_importpath354909874 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2584852973/tmpdir4142055168/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 ... PWD=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2584852973/tmpdir4142055168/list_empty_importpath354909874/gopath/src > ! go list all [stderr] no errors [exit status 1] > ! stderr 'panic' > stderr 'invalid import path' script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:3: stderr 'invalid import path': no match for `(?m)invalid import path` in stderr --- FAIL: TestScript/list_empty_importpath (5.22s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-19 18:55 x_tools-gotip-linux-s390x-race tools@016ea29a go@9693b94b x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope4034699661/001", ValidAt: s"2025-09-19 17:28:15.009617768 -0400 EDT m=+0.046145160", 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.03s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-19 16:54 gotip-linux-s390x go@b8af7443 cmd/cgo/internal/testplugin.TestIssue25756 [SKIP] (log)
=== RUN TestIssue25756 ( 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 life.so ./issue25756/plugin ) SIGQUIT: quit PC=0xad998 m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344c40 [idle]: runtime.futex(0x344d90, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffe16fdaa8 sp=0x3ffe16fdaa8 pc=0xad998 runtime.futexsleep(0x344d90, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:73 +0x52 fp=0x3ffe16fdaf0 sp=0x3ffe16fdaa8 pc=0x5c9d2 ... r0 0x0 r1 0xee r2 0x344d90 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xa r13 0x343e40 r14 0x5c9d2 r15 0x3ffe16fdaa8 pc 0xad998 link 0x5c9d2 *** Test killed with quit: ran too long (10m0s).2025-09-19 16:54 gotip-linux-s390x go@b8af7443 cmd/cgo/internal/testshared.TestRebuilding [SKIP] (log)
=== RUN TestRebuilding SIGQUIT: quit PC=0xade88 m=0 sigcode=0 goroutine 0 gp=0x4271e0 m=0 mp=0x4283e0 [idle]: runtime.futex(0x428530, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffe83fe818 sp=0x3ffe83fe818 pc=0xade88 runtime.futexsleep(0x428530, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:73 +0x52 fp=0x3ffe83fe860 sp=0x3ffe83fe818 pc=0x5cec2 runtime.notesleep(0x428530) ... r0 0x0 r1 0xee r2 0x428530 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xa r13 0x4271e0 r14 0x5cec2 r15 0x3ffe83fe818 pc 0xade88 link 0x5cec2 *** Test killed with quit: ran too long (10m0s).2025-09-19 16:54 gotip-linux-s390x go@b8af7443 cmd/go.TestScript/cgo_suspect_flag_force_external (log)
=== RUN TestScript/cgo_suspect_flag_force_external === PAUSE TestScript/cgo_suspect_flag_force_external === CONT TestScript/cgo_suspect_flag_force_external script_test.go:139: 2025-09-20T01:43:30Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-360458789/tmpdir1127767873/cgo_suspect_flag_force_external2490236160 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-360458789/tmpdir1127767873/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 0x0 r3 0x6bb7a r4 0x1cc28ad83688 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x3ff426ff910 r12 0x1cc28ad835f0 r13 0x1cc28aaac700 r14 0x10ce13e r15 0x1cc28ad83518 pc 0x1008eac link 0x10ce13e script_test.go:163: FAIL: testdata/script/cgo_suspect_flag_force_external.txt:90: go build -x -n -o dummy.exe ./usesInternalCgo: exit status 2 --- FAIL: TestScript/cgo_suspect_flag_force_external (298.14s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-19 19:34 gotip-linux-s390x-race go@9693b94b cmd/cgo/internal/testplugin.TestIssue25756/1 [SKIP] (log)
=== RUN TestIssue25756/1 === PAUSE TestIssue25756/12025-09-19 19:34 gotip-linux-s390x-race go@9693b94b cmd/go.TestScript/mod_get_lazy_indirect (log)
=== RUN TestScript/mod_get_lazy_indirect === PAUSE TestScript/mod_get_lazy_indirect === CONT TestScript/mod_get_lazy_indirect script_test.go:139: 2025-09-19T22:52:57Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-877276975/tmpdir957515997/mod_get_lazy_indirect853533242 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-877276975/tmpdir957515997/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 0x2688390 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x0 r13 0x2686540 r14 0x1068242 r15 0x3ffd9a7df58 pc 0x10c03c8 link 0x1068242 script_test.go:163: FAIL: testdata/script/mod_get_lazy_indirect.txt:20: go get rsc.io/quote: exit status 2 --- FAIL: TestScript/mod_get_lazy_indirect (66.81s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-19 21:25 x_tools-gotip-linux-s390x tools@ef565f56 go@7f6ff5ec x/tools/gopls/internal/test/integration/misc.TestInconsistentVendoring/default (log)
=== RUN TestInconsistentVendoring/default vendor_test.go:52: context deadline exceeded #### Start Gopls Test Logs for "TestInconsistentVendoring/default" [Trace - 01:10:36.258 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-3775995083/TestInconsistentVendoring/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-3775995083/TestInconsistentVendoring/default/gopath","GOPROXY":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3775995083/TestInconsistentVendoring/default/proxy","GOSUMDB":"off","GOTOOLCHAIN":"local"},"verboseWorkDoneProgress":true},"trace":"messages","workspaceFolders":[{"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-3775995083/TestInconsistentVendoring/default/work","name":"work"}]} [Trace - 01:10:36.258 AM] Received response 'initialize - (1)' in 0ms. Result: {"capabilities":{"textDocumentSync":{"openClose":true,"change":2,"save":{}},"completionProvider":{"triggerCharacters":["."]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","],"retriggerCharacters":[")"]},"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","source.splitPackage"],"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.split_package","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.26-devel_7f6ff5ec3edfa1ed82014ad53f6cad3dc023f48e\",\"Path\":\"golang.org/x/tools/gopls/internal/test/integration/misc.test\",\"Main\":{\"Path\":\"golang.org/x/tools/gopls\",\"Version\":\"(devel)\"},\"Settings\":[{\"Key\":\"-buildmode\",\"Value\":\"exe\"},{\"Key\":\"-compiler\",\"Value\":\"gc\"},{\"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 - 01:10:36.311 AM] Sending response 'window/workDoneProgress/create - (6)' in 0ms. Result: [Trace - 01:10:36.311 AM] Received notification '$/progress'. Params: {"token":"430409184721183624","value":{"kind":"begin","title":"diagnosing opened files","message":"Calculating file diagnostics..."}} #### End Gopls Test Logs for "TestInconsistentVendoring/default" --- FAIL: TestInconsistentVendoring/default (0.14s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-19 16:49 gotip-linux-s390x-race go@51dc5bfe net/http.TestServerCancelsReadTimeoutWhenIdle/h2 (log)
=== RUN TestServerCancelsReadTimeoutWhenIdle/h2 === PAUSE TestServerCancelsReadTimeoutWhenIdle/h2 === CONT TestServerCancelsReadTimeoutWhenIdle/h2 serve_test.go:6038: Server.Config.ReadTimeout = 10ms clientserver_test.go:262: server log: http: TLS handshake error from 127.0.0.1:47316: read tcp 127.0.0.1:33113->127.0.0.1:47316: i/o timeout serve_test.go:6134: retrying after error with duration 10ms: Get: Get "https://127.0.0.1:33113": EOF serve_test.go:6038: Server.Config.ReadTimeout = 50ms serve_test.go:6134: retrying after error with duration 50ms: Get: Get "https://127.0.0.1:42673": too many retries serve_test.go:6038: Server.Config.ReadTimeout = 250ms clientserver_test.go:262: server log: http: TLS handshake error from 127.0.0.1:36424: read tcp 127.0.0.1:40875->127.0.0.1:36424: i/o timeout serve_test.go:6134: retrying after error with duration 250ms: Get: Get "https://127.0.0.1:40875": EOF serve_test.go:6038: Server.Config.ReadTimeout = 1s clientserver_test.go:262: server log: http: TLS handshake error from 127.0.0.1:38390: read tcp 127.0.0.1:37975->127.0.0.1:38390: i/o timeout serve_test.go:6134: retrying after error with duration 1s: Get: Get "https://127.0.0.1:37975": EOF serve_test.go:6038: Server.Config.ReadTimeout = 2s clientserver_test.go:262: server log: http: TLS handshake error from 127.0.0.1:52492: read tcp 127.0.0.1:39729->127.0.0.1:52492: i/o timeout serve_test.go:6132: failed with duration 2s: Get: Get "https://127.0.0.1:39729": read tcp 127.0.0.1:52492->127.0.0.1:39729: read: connection reset by peer --- FAIL: TestServerCancelsReadTimeoutWhenIdle/h2 (7.47s)2025-09-19 18:55 x_tools-gotip-linux-s390x-race tools@016ea29a go@7f6ff5ec x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:154: closing MCP connection: signal: terminated mcp_test.go:167: Logs: 2025/09/20 01:35:08 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (22.30s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-22 18:00 gotip-linux-s390x-race go@e23edf5e cmd/cgo/internal/testplugin.TestIssue52937 [SKIP] (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=0xea108 m=0 sigcode=0 goroutine 0 gp=0x45a4a0 m=0 mp=0x45b2a0 [idle]: runtime.futex(0x45b3f0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fff887e6d8 sp=0x3fff887e6d8 pc=0xea108 runtime.futexsleep(0x45b3f0, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:73 +0x52 fp=0x3fff887e720 sp=0x3fff887e6d8 pc=0x96042 ... r0 0x0 r1 0xee r2 0x45b3f0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x5 r13 0x45a4a0 r14 0x96042 r15 0x3fff887e6d8 pc 0xea108 link 0x96042 *** Test killed with quit: ran too long (19m48s).2025-09-22 18:00 gotip-linux-s390x-race go@e23edf5e cmd/go.TestScript/test_env_term (log)
=== RUN TestScript/test_env_term === PAUSE TestScript/test_env_term === CONT TestScript/test_env_term script_test.go:139: 2025-09-22T23:12:57Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-285132908/tmpdir467280282/test_env_term3174866563 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-285132908/tmpdir467280282/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 0x0 r3 0x80 r4 0x0 r5 0x3ffc5bfe208 r6 0x0 r7 0x0 r8 0x10340c2 r9 0x3ffacafe4f4 r10 0x68db r11 0x0 r12 0x0 r13 0x2686540 r14 0x10682cc r15 0x3ffc5bfe1d0 pc 0x10c03ca link 0x10682cc script_test.go:163: FAIL: testdata/script/test_env_term.txt:4: go test test_test.go: exit status 2 --- FAIL: TestScript/test_env_term (16.50s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-22 16:06 gotip-linux-s390x go@177cd8d7 cmd/internal/testdir:0_10.Test/chan/doubleselect.go [SKIP] (log)
=== RUN Test/chan/doubleselect.go === PAUSE Test/chan/doubleselect.go2025-09-22 16:06 gotip-linux-s390x go@177cd8d7 cmd/internal/testdir:1_10.Test/abi/convF_criteria.go [SKIP] (log)
=== RUN Test/abi/convF_criteria.go === PAUSE Test/abi/convF_criteria.go2025-09-22 16:06 gotip-linux-s390x go@177cd8d7 cmd/internal/testdir:2_10.Test/alias1.go [SKIP] (log)
=== RUN Test/alias1.go === PAUSE Test/alias1.goComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-22 16:06 gotip-linux-s390x-race go@177cd8d7 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xea108 m=0 sigcode=0 goroutine 0 gp=0x45a4a0 m=0 mp=0x45b2a0 [idle]: runtime.futex(0x45b3f0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffc3f7e948 sp=0x3ffc3f7e948 pc=0xea108 ... r0 0x0 r1 0xee r2 0x45b3f0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x0 r13 0x45a4a0 r14 0x96042 r15 0x3ffc3f7e948 pc 0xea108 link 0x96042 *** Test killed with quit: ran too long (19m48s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-22 16:45 x_tools-gotip-linux-s390x-race tools@4fb47d0d go@e93f439a x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1499000979/001", ValidAt: s"2025-09-23 13:44:11.004695886 -0400 EDT m=+0.024359339", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-23 16:53 gotip-linux-s390x-race go@e93f439a 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 9: 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 ... goroutine 5233 gp=0xc0001e3500 m=nil [runnable]: command-line-arguments_test.TestRaceWaitGroupReuse.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/race/testdata/waitgroup_test.go:324 fp=0xc0001f9fd8 sp=0xc0001f9fd8 pc=0x587c50 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0001f9fd8 sp=0xc0001f9fd8 pc=0xee2f2 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:324 +0x18e FAIL command-line-arguments 15.560s FAIL --- FAIL: TestRace (21.40s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-23 16:53 gotip-linux-s390x go@e93f439a cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad988 m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344c40 [idle]: runtime.futex(0x344d90, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffc3efe6a8 sp=0x3ffc3efe6a8 pc=0xad988 ... r0 0x0 r1 0xee r2 0x344d90 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x5 r13 0x343e40 r14 0x5c8b2 r15 0x3ffc3efe6a8 pc 0xad988 link 0x5c8b2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-23 18:49 gotip-linux-s390x go@74cc463f cmd/cgo/internal/testplugin.TestIssue24351 [SKIP] (log)
=== RUN TestIssue24351 ( 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 issue24351.so ./issue24351/plugin.go ) ( 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 issue24351.exe ./issue24351/main.go ) SIGQUIT: quit PC=0x140bc m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344c40 [idle]: internal/runtime/syscall/linux.Syscall6(0x138, 0x6, 0x3ffe307df8c, 0x80, 0x2bba0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/linux/asm_linux_s390x.s:17 +0x2c fp=0x3ffe307dee0 sp=0x3ffe307dee0 pc=0x140bc internal/runtime/syscall/linux.EpollWait(0x6, {0x3ffe307df8c, 0x80, 0x80}, 0x80, 0x2bba0) ... r0 0x3ffe307df8c r1 0x138 r2 0xfffffffffffffffc r3 0x3ffe307df8c r4 0x80 r5 0x2bba0 r6 0x0 r7 0x0 r8 0x5b594ff3c038 r9 0x5b594ff4ec08 r10 0xaee83ad84 r11 0x0 r12 0x3 r13 0x343e40 r14 0x13e64 r15 0x3ffe307dee0 pc 0x140bc link 0x13e64 *** Test killed with quit: ran too long (10m0s).2025-09-23 18:49 gotip-linux-s390x go@74cc463f cmd/cgo/internal/testshared.TestThreeGopathShlibs [SKIP] (log)
=== RUN TestThreeGopathShlibs shared_test.go:89: go install -buildmode=shared -linkshared ./depBase shared_test.go:89: go install -buildmode=shared -linkshared ./dep2 shared_test.go:89: go install -buildmode=shared -linkshared ./dep3 SIGQUIT: quit PC=0xade78 m=0 sigcode=0 goroutine 0 gp=0x4271e0 m=0 mp=0x4283e0 [idle]: runtime.futex(0x428530, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fff4e7e808 sp=0x3fff4e7e808 pc=0xade78 ... r0 0x0 r1 0xee r2 0x428530 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x1 r13 0x4271e0 r14 0x5cda2 r15 0x3fff4e7e808 pc 0xade78 link 0x5cda2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-23 18:49 gotip-linux-s390x-race go@902dc27a cmd/go.TestScript/vet_commandline (log)
=== RUN TestScript/vet_commandline === PAUSE TestScript/vet_commandline === CONT TestScript/vet_commandline script_test.go:139: 2025-09-24T00:00:58Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1305344743/tmpdir1463313661/vet_commandline1347553805 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1305344743/tmpdir1463313661/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 0x1 r3 0x22808 r4 0xc00004a970 r5 0x1000004 r6 0x0 r7 0x0 r8 0x2688240 r9 0x2686540 r10 0x0 r11 0x3ff98f76730 r12 0xc00004a7a0 r13 0xc0000041c0 r14 0x10f583e r15 0xc00004a7f8 pc 0x1019cba link 0x10f583e script_test.go:163: FAIL: testdata/script/vet_commandline.txt:16: go vet -n -json example.com/m: exit status 2 --- FAIL: TestScript/vet_commandline (20.52s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-23 18:49 gotip-linux-s390x go@902dc27a cmd/cgo/internal/testplugin.TestIssue44956 [SKIP] (log)
=== RUN TestIssue44956 ( 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 issue44956p1.so ./issue44956/plugin1.go ) ( 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 issue44956p2.so ./issue44956/plugin2.go ) ( 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 issue44956.exe ./issue44956/main.go ) SIGQUIT: quit PC=0xad988 m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344c40 [idle]: runtime.futex(0x344d90, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffeeffe5f8 sp=0x3ffeeffe5f8 pc=0xad988 ... r0 0x0 r1 0xee r2 0x344d90 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x6 r13 0x343e40 r14 0x5c8b2 r15 0x3ffeeffe5f8 pc 0xad988 link 0x5c8b2 *** Test killed with quit: ran too long (10m0s).2025-09-23 18:49 gotip-linux-s390x go@902dc27a cmd/go.TestScript/mod_all (log)
=== RUN TestScript/mod_all === PAUSE TestScript/mod_all === CONT TestScript/mod_all script_test.go:139: 2025-09-24T01:47:05Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2048570016/tmpdir2704615729/mod_all4278986412 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2048570016/tmpdir2704615729/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 0xffffffffffffff92 r3 0x80 r4 0x0 r5 0x3ffdd2fe4f8 r6 0x0 r7 0x0 r8 0x1021d12 r9 0x3ffa997e4f4 r10 0x68db r11 0x0 r12 0x0 r13 0x201a300 r14 0x1055fbc r15 0x3ffdd2fe4c0 pc 0x10ab29a link 0x1055fbc script_test.go:163: FAIL: testdata/script/mod_all.txt:257: go list -test -deps -f '{{if .Module}}{{.ImportPath}}{{end}}' all: exit status 2 --- FAIL: TestScript/mod_all (71.84s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-23 18:48 gotip-linux-s390x-race go@61bf26a9 os.TestProcessLiteral (log)
=== RUN TestProcessLiteral exec_test.go:37: timeout waiting for signal --- FAIL: TestProcessLiteral (2.33s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-23 18:47 x_tools-gotip-linux-s390x tools@7ba8f32e go@371c1d2f x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope4046461306/001", ValidAt: s"2025-09-24 10:28:34.301860899 -0400 EDT m=+0.836799010", 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.32s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-24 04:34 gotip-linux-s390x-race go@411c250d runtime/race.TestRace (log)
=== RUN TestRace race_test.go:50: Failed to run tests: not all tests ran ================== WARNING: DATA RACE Read at 0x00c0000103e8 by goroutine 9: 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 0x00c0000103e8 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:2607 +0x1ac fp=0xc000276fb8 sp=0xc000276e20 pc=0x51af3c net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1958 +0x4e fp=0xc000276fd8 sp=0xc000276fb8 pc=0x51511e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc000276fd8 sp=0xc000276fd8 pc=0xee452 created by net/http.(*Transport).dialConn in goroutine 4505 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1958 +0x2f34 FAIL command-line-arguments 11.315s FAIL --- FAIL: TestRace (17.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-23 18:43 gotip-linux-s390x go@a5866ebe cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0x140bc m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344c40 [idle]: internal/runtime/syscall/linux.Syscall6(0x138, 0x6, 0x3ffd777d9dc, 0x80, 0x46, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/linux/asm_linux_s390x.s:17 +0x2c fp=0x3ffd777d930 sp=0x3ffd777d930 pc=0x140bc ... r0 0x3ffd777d9dc r1 0x138 r2 0x0 r3 0x3ffd777d9dc r4 0x80 r5 0x46 r6 0x0 r7 0x0 r8 0x18f807ff6038 r9 0x18f808008c08 r10 0x11b2257 r11 0x0 r12 0x28 r13 0x343e40 r14 0x13e64 r15 0x3ffd777d930 pc 0x140bc link 0x13e64 *** Test killed with quit: ran too long (10m0s).2025-09-23 18:43 gotip-linux-s390x go@a5866ebe cmd/go.TestScript/goauth_netrc (log)
=== RUN TestScript/goauth_netrc === PAUSE TestScript/goauth_netrc === CONT TestScript/goauth_netrc script_test.go:139: 2025-09-24T18:59:13Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1188728560/tmpdir2071669644/goauth_netrc2047597805 2025/09/24 14:59:13 serving /auth/or401?go-get=1 2025/09/24 14:59:13 or401.txt: > handle auth > modzip vcs-test.golang.org/auth/or401/@v/v0.0.0-20190405155051-52df474c8a8b.zip vcs-test.golang.org/auth/or401@v0.0.0-20190405155051-52df474c8a8b .moddir ... r2 0x2 r3 0x3ffe58fe644 r4 0x80 r5 0x270f r6 0x0 r7 0x0 r8 0x1eea1f1b6038 r9 0x1eea1f1c8c08 r10 0x9c3e2b6b r11 0x0 r12 0x0 r13 0x201a300 r14 0x1008c54 r15 0x3ffe58fe598 pc 0x1008eac link 0x1008c54 script_test.go:163: FAIL: testdata/script/goauth_netrc.txt:18: go get vcs-test.golang.org/auth/or401: exit status 2 --- FAIL: TestScript/goauth_netrc (0.59s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-23 18:36 gotip-linux-s390x go@a27261c4 cmd/internal/testdir:4_10.Test/nosplit.go [SKIP] (log)
=== RUN Test/nosplit.go === PAUSE Test/nosplit.go === CONT Test/nosplit.goComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-23 23:36 gotip-linux-s390x go@d7a38adf cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xadad8 m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344d60 [idle]: runtime.futex(0x344eb0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd95fda78 sp=0x3ffd95fda78 pc=0xadad8 ... r0 0x0 r1 0xee r2 0x344eb0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x8 r13 0x343e40 r14 0x5c8c2 r15 0x3ffd95fda78 pc 0xadad8 link 0x5c8c2 *** Test killed with quit: ran too long (10m0s).2025-09-23 23:36 gotip-linux-s390x go@d7a38adf cmd/go.TestScript/build_ignoredirective (log)
=== RUN TestScript/build_ignoredirective === PAUSE TestScript/build_ignoredirective === CONT TestScript/build_ignoredirective script_test.go:139: 2025-09-24T03:34:39Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-747954955/tmpdir4282293879/build_ignoredirective1026308078 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-747954955/tmpdir4282293879/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 0x1 r3 0x44980 r4 0x5587637f7568 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0x558763719450 r10 0x0 r11 0x3ff85d76730 r12 0x5587637f74d0 r13 0x558763ad2000 r14 0x10ce29e r15 0x5587637f73f8 pc 0x1008eaa link 0x10ce29e script_test.go:163: FAIL: testdata/script/build_ignoredirective.txt:56: go build -x ./...: exit status 2 --- FAIL: TestScript/build_ignoredirective (21.00s)2025-09-24 04:34 gotip-linux-s390x go@411c250d cmd/cgo/internal/testplugin.TestIssue22295 [SKIP] (log)
=== RUN TestIssue22295 ( 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 issue.22295.so ./issue22295.pkg ) ( 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 issue22295.exe ./issue22295.pkg/main.go ) SIGQUIT: quit PC=0x140ba m=0 sigcode=0 goroutine 76 gp=0x12dea1cc8000 m=0 mp=0x344d60 [syscall]: syscall.Syscall6(0x119, 0x1, 0x1083e, 0x12dea1c1db20, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x12dea1c1da78 sp=0x12dea1c1da08 pc=0xc0c78 internal/syscall/unix.Waitid(0x1, 0x1083e, 0x12dea1c1db20, 0x1000004, 0x0) ... r0 0x344d60 r1 0x119 r2 0x1 r3 0x1083e r4 0x12dea1c1db20 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0xb690d59e6934fe53 r12 0x12dea1c1da88 r13 0x12dea1cc8000 r14 0xc0b7e r15 0x12dea1c1d9b0 pc 0x140ba link 0xc0b7e *** Test killed with quit: ran too long (10m0s).2025-09-24 04:34 gotip-linux-s390x go@411c250d cmd/cgo/internal/testshared.TestThreeGopathShlibs [SKIP] (log)
=== RUN TestThreeGopathShlibs shared_test.go:89: go install -buildmode=shared -linkshared ./depBase shared_test.go:89: go install -buildmode=shared -linkshared ./dep2 shared_test.go:89: go install -buildmode=shared -linkshared ./dep3 SIGQUIT: quit PC=0xadfc8 m=0 sigcode=0 goroutine 0 gp=0x4271e0 m=0 mp=0x428500 [idle]: runtime.futex(0x428650, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffe1f7e3e8 sp=0x3ffe1f7e3e8 pc=0xadfc8 ... r0 0x0 r1 0xee r2 0x428650 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xb r13 0x4271e0 r14 0x5cdb2 r15 0x3ffe1f7e3e8 pc 0xadfc8 link 0x5cdb2 *** Test killed with quit: ran too long (10m0s).2025-09-24 04:34 gotip-linux-s390x go@411c250d cmd/go.TestScript/mod_get_upgrade (log)
=== RUN TestScript/mod_get_upgrade === PAUSE TestScript/mod_get_upgrade === CONT TestScript/mod_get_upgrade script_test.go:139: 2025-09-24T09:38:30Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2858723825/tmpdir1126039960/mod_get_upgrade2999098304 go proxy: no archive example.net/a v0.2.1: file does not exist go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.net_a_v0.1.1.txt: no such file or directory go proxy: no archive example.net/a v0.1.1: file does not exist go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.net_b_v0.2.0.txt: no such file or directory go proxy: no archive example.net/b v0.2.0: file does not exist ... r2 0x0 r3 0x0 r4 0x4e20 r5 0x0 r6 0xff r7 0xff r8 0x1 r9 0xff r10 0x14 r11 0x0 r12 0x0 r13 0x5aec19ca6a80 r14 0x106dcc4 r15 0x3ff498fee10 pc 0x10aae2a link 0x106dcc4 script_test.go:163: FAIL: testdata/script/mod_get_upgrade.txt:3: go get rsc.io/quote@v1.5.1: exit status 2 --- FAIL: TestScript/mod_get_upgrade (5.82s)2025-09-24 13:21 gotip-linux-s390x go@371c1d2f cmd/go.TestScript/install_backslash (log)
=== RUN TestScript/install_backslash === PAUSE TestScript/install_backslash === CONT TestScript/install_backslash script_test.go:139: 2025-09-24T15:07:59Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-254806005/tmpdir2940010303/install_backslash2919472862 go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.com_depends_on_v1.0.0.txt: no such file or directory go proxy: no archive example.com/depends/on v1.0.0: file does not exist go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.com_depends_v1.0.0.txt: no such file or directory go proxy: no archive example.com/depends v1.0.0: file does not exist script_test.go:163: ... r2 0x201d270 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x0 r13 0x201b300 r14 0x1055f42 r15 0x3ffccefe938 pc 0x10ab3e8 link 0x1055f42 script_test.go:163: FAIL: testdata/script/install_backslash.txt:8: go get rsc.io\fortune: exit status 2 --- FAIL: TestScript/install_backslash (40.95s)2025-09-24 22:24 gotip-linux-s390x go@f15cd63e 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 9 5 6 6 6 7 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 9 7 8] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 8 7 9] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 3 2 4 5 6 8 6 6 7 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.60s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-24 23:28 x_tools-go1.25-linux-s390x-race tools@4df13e31 release-branch.go1.25@f75bcffa x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:154: closing MCP connection: signal: terminated mcp_test.go:167: Logs: 2025/09/24 21:36:34 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (23.70s)2025-09-24 23:28 x_tools-gotip-linux-s390x tools@4df13e31 go@fbba9302 x/tools/gopls/internal/test/integration/misc.TestGOMODCACHE/default (log)
=== RUN TestGOMODCACHE/default imports_test.go:258: 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 completed work "diagnosing saved files" at least 1 time must have: no diagnostics for file "main.go" reason: ... [Trace - 11:08:49.180 AM] Received notification 'textDocument/publishDiagnostics'. Params: {"uri":"file:///home/swarming/.swarming/w/ir/x/t/gopls-test-4165775978/TestGOMODCACHE/default/work/main.go","version":1,"diagnostics":[{"range":{"start":{"line":4,"character":16},"end":{"line":4,"character":17}},"severity":1,"code":"UndeclaredName","codeDescription":{"href":"https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#UndeclaredName"},"source":"compiler","message":"undefined: y"}]} [Trace - 11:08:49.192 AM] Received notification '$/progress'. Params: {"token":"1489975253334952852","value":{"kind":"end","message":"Done."}} #### End Gopls Test Logs for "TestGOMODCACHE/default" --- FAIL: TestGOMODCACHE/default (0.11s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-25 15:56 x_tools-go1.24-linux-s390x-race tools@c892d0bc release-branch.go1.24@0e3c8891 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope175402260/001", ValidAt: s"2025-09-25 13:45:38.009536306 -0400 EDT m=+0.044048893", 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.07s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-25 16:19 x_tools-go1.25-linux-s390x tools@517957c5 release-branch.go1.25@f75bcffa x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope607787438/001", ValidAt: s"2025-09-25 15:44:39.00231201 -0400 EDT m=+0.003460847", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-16 18:04 go1.24-linux-s390x release-branch.go1.24@8ac346df 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 4 7 5 6 6 6 9 8] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 3 1 1 2 9 4 5 6 6 6 7 8] 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 3 2 4 6 5 6 6 7 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 3 2 4 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=func (5.54s)2025-09-22 15:35 go1.24-linux-s390x release-branch.go1.24@0e3c8891 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 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 2 3 4 9 5 6 6 6 7 8] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 2 5 3 4 6 6 6 7 8 9] sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 2 3 4 6 6 6 5 7 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 5 4 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 5 4 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.61s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-25 19:14 go1.24-linux-s390x release-branch.go1.24@c78ec927 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0x1b84a m=0 sigcode=0 goroutine 262 gp=0xc0002aea80 m=0 mp=0x321160 [syscall]: syscall.Syscall6(0x119, 0x1, 0x1bd3c, 0xc00010bcf0, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:95 +0x18 fp=0xc00010bc48 sp=0xc00010bbd8 pc=0xb8a78 ... r0 0x321160 r1 0x119 r2 0x1 r3 0x1bd3c r4 0xc00010bcf0 r5 0x1000004 r6 0x0 r7 0x0 r8 0xfffffffffffff001 r9 0xc00029f880 r10 0x0 r11 0x859c0c4c35094373 r12 0xc00010bc68 r13 0xc0002aea80 r14 0xb897e r15 0xc00010bb80 pc 0x1b84a link 0xb897e *** Test killed with quit: ran too long (10m0s).2025-09-25 19:14 go1.24-linux-s390x release-branch.go1.24@c78ec927 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-25 20:05 x_tools-go1.24-linux-s390x-race tools@cb8ba861 release-branch.go1.24@bcdc53bc x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-25 20:05 x_tools-go1.24-linux-s390x-race tools@cb8ba861 release-branch.go1.24@bcdc53bc x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope2465261494/001", ValidAt: s"2025-09-26 07:28:18.013779141 -0400 EDT m=+0.055528488", 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.93s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-25 21:00 x_tools-gotip-linux-s390x tools@d239ca08 go@e8a4f508 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio 2025/09/26 06:33:17 warning: while diagnosing orphaned files: session is shut down mcp_test.go:67: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (15.35s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-25 21:00 x_tools-go1.25-linux-s390x tools@d239ca08 release-branch.go1.25@f75bcffa x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope4127347754/001", ValidAt: s"2025-09-25 21:30:15.002358687 -0400 EDT m=+2.574213051", 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.18s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-26 07:30 gotip-linux-s390x go@45d6bc76 cmd/cgo/internal/testplugin.TestMethod2 [SKIP] (log)
=== RUN TestMethod2 ( 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 method2.so ./method2/plugin.go ) SIGQUIT: quit PC=0xadaf8 m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344d60 [idle]: runtime.futex(0x344eb0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffff5fe4c8 sp=0x3ffff5fe4c8 pc=0xadaf8 runtime.futexsleep(0x344eb0, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:73 +0x52 fp=0x3ffff5fe510 sp=0x3ffff5fe4c8 pc=0x5c8c2 ... r0 0x0 r1 0xee r2 0x344eb0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x1d r13 0x343e40 r14 0x5c8c2 r15 0x3ffff5fe4c8 pc 0xadaf8 link 0x5c8c2 *** Test killed with quit: ran too long (10m0s).2025-09-26 07:30 gotip-linux-s390x go@45d6bc76 cmd/cgo/internal/testshared.TestRebuilding/newsource [SKIP] (log)
=== RUN TestRebuilding/newsource SIGQUIT: quit PC=0x1411a m=0 sigcode=0 goroutine 123 gp=0x6c9e3071ca80 m=0 mp=0x428520 [syscall]: syscall.Syscall6(0x119, 0x1, 0x144ec, 0x6c9e30425b68, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x6c9e30425ac0 sp=0x6c9e30425a50 pc=0xc1588 internal/syscall/unix.Waitid(0x1, 0x144ec, 0x6c9e30425b68, 0x1000004, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/unix/waitid_linux.go:18 +0x6c fp=0x6c9e30425b28 sp=0x6c9e30425ac0 pc=0xd890c os.(*Process).blockUntilWaitable.func1(...) ... r0 0x428520 r1 0x119 r2 0x1 r3 0x144ec r4 0x6c9e30425b68 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0xf4c7f003b2f2e2a7 r12 0x6c9e30425ad0 r13 0x6c9e3071ca80 r14 0xc148e r15 0x6c9e304259f8 pc 0x1411a link 0xc148e *** Test killed with quit: ran too long (10m0s).2025-09-26 07:30 gotip-linux-s390x go@45d6bc76 cmd/go.TestScript/list_export_e (log)
=== RUN TestScript/list_export_e === PAUSE TestScript/list_export_e === CONT TestScript/list_export_e script_test.go:139: 2025-09-26T12:47:56Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3730087327/tmpdir1591875343/list_export_e2658907183 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3730087327/tmpdir1591875343/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 ... r4 0x0 r5 0x3ffdc27ee78 r6 0x0 r7 0x0 r8 0x1021e02 r9 0x3ffbaa7e4f4 r10 0x68db r11 0x0 r12 0x0 r13 0x2019300 r14 0x10560bc r15 0x3ffdc27ee40 pc 0x10ab4fa link 0x10560bc [exit status 2] script_test.go:163: FAIL: testdata/script/list_export_e.txt:1: context deadline exceeded --- FAIL: TestScript/list_export_e (2.12s)2025-09-26 16:04 gotip-linux-s390x-race go@41cba31e runtime/race.TestRace (log)
=== RUN TestRace race_test.go:50: Failed to run tests: not all tests ran ================== WARNING: DATA RACE Read at 0x00c0000103e8 by goroutine 9: 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 0x00c0000103e8 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:2607 +0x1ac fp=0xc0000ebfb8 sp=0xc0000ebe20 pc=0x51b08c net/http.(*Transport).dialConn.gowrap3() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1958 +0x4e fp=0xc0000ebfd8 sp=0xc0000ebfb8 pc=0x51526e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc0000ebfd8 sp=0xc0000ebfd8 pc=0xee512 created by net/http.(*Transport).dialConn in goroutine 4500 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1958 +0x2f34 FAIL command-line-arguments 6.844s FAIL --- FAIL: TestRace (10.70s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-26 17:12 x_tools-go1.24-linux-s390x tools@c3c093d8 release-branch.go1.24@bcdc53bc x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-26 17:12 x_tools-go1.24-linux-s390x tools@c3c093d8 release-branch.go1.24@bcdc53bc x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope187269590/001", ValidAt: s"2025-09-27 05:24:49.123681651 -0400 EDT m=+0.002618463", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-26 19:11 gotip-linux-s390x go@3e4540b4 cmd/cgo/internal/testplugin.TestIssue25756pie [SKIP] (log)
=== RUN TestIssue25756pie ( 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 life.so ./issue25756/plugin ) ( 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=pie -o issue25756pie.exe ./issue25756/main.go ) SIGQUIT: quit PC=0x140bc m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344d60 [idle]: internal/runtime/syscall/linux.Syscall6(0x138, 0x6, 0x3fff4d7d2ec, 0x80, 0x1d0ce, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/linux/asm_linux_s390x.s:17 +0x2c fp=0x3fff4d7d240 sp=0x3fff4d7d240 pc=0x140bc internal/runtime/syscall/linux.EpollWait(0x6, {0x3fff4d7d2ec, 0x80, 0x80}, 0x80, 0x1d0ce) ... r0 0x3fff4d7d2ec r1 0x138 r2 0xfffffffffffffffc r3 0x3fff4d7d2ec r4 0x80 r5 0x1d0ce r6 0x0 r7 0x0 r8 0xae968394038 r9 0xae9683a6c08 r10 0x7433b4ce7 r11 0x0 r12 0x3 r13 0x343e40 r14 0x13e64 r15 0x3fff4d7d240 pc 0x140bc link 0x13e64 *** Test killed with quit: ran too long (10m0s).2025-09-26 19:11 gotip-linux-s390x go@3e4540b4 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgo2025-09-27 00:13 gotip-linux-s390x go@53009b26 cmd/cgo/internal/testplugin.TestIssue44956 [SKIP] (log)
=== RUN TestIssue44956 ( 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 issue44956p1.so ./issue44956/plugin1.go ) SIGQUIT: quit PC=0x140ba m=0 sigcode=0 goroutine 155 gp=0x4e314a79b340 m=0 mp=0x344d60 [syscall]: syscall.Syscall6(0x119, 0x1, 0x1112f, 0x4e314a733b20, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x4e314a733a78 sp=0x4e314a733a08 pc=0xc0c98 internal/syscall/unix.Waitid(0x1, 0x1112f, 0x4e314a733b20, 0x1000004, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/unix/waitid_linux.go:18 +0x6c fp=0x4e314a733ae0 sp=0x4e314a733a78 pc=0xd3f2c ... r0 0x344d60 r1 0x119 r2 0x1 r3 0x1112f r4 0x4e314a733b20 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x4e88b175d47af3a3 r12 0x4e314a733a88 r13 0x4e314a79b340 r14 0xc0b9e r15 0x4e314a7339b0 pc 0x140ba link 0xc0b9e *** Test killed with quit: ran too long (10m0s).2025-09-27 00:13 gotip-linux-s390x go@53009b26 cmd/cgo/internal/testshared.TestRebuilding/newsource [SKIP] (log)
=== RUN TestRebuilding/newsource shared_test.go:89: go install -linkshared ./exe SIGQUIT: quit PC=0xadfe8 m=0 sigcode=0 goroutine 0 gp=0x427200 m=0 mp=0x428520 [idle]: runtime.futex(0x428670, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffdbffe428 sp=0x3ffdbffe428 pc=0xadfe8 runtime.futexsleep(0x428670, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:73 +0x52 fp=0x3ffdbffe470 sp=0x3ffdbffe428 pc=0x5cdb2 ... r0 0x0 r1 0xee r2 0x428670 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x0 r13 0x427200 r14 0x5cdb2 r15 0x3ffdbffe428 pc 0xadfe8 link 0x5cdb2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-26 14:49 gotip-linux-s390x go@dd1d597c 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-09-27T20:57:06Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-160914995/tmpdir2923257777/list_empty_importpath397963216 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-160914995/tmpdir2923257777/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 ... PWD=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-160914995/tmpdir2923257777/list_empty_importpath397963216/gopath/src > ! go list all [stderr] no errors [exit status 1] > ! stderr 'panic' > stderr 'invalid import path' script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:3: stderr 'invalid import path': no match for `(?m)invalid import path` in stderr --- FAIL: TestScript/list_empty_importpath (4.42s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-26 20:06 x_tools-gotip-linux-s390x-race tools@44ce4e29 go@6d51f932 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1998626822/001", ValidAt: s"2025-09-29 10:30:07.013377426 -0400 EDT m=+0.025246816", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-29 14:16 gotip-linux-s390x-race go@6d51f932 go/printer.TestFiles/declarations.input (log)
=== RUN TestFiles/declarations.input === PAUSE TestFiles/declarations.input === CONT TestFiles/declarations.input printer_test.go:160: testdata/declarations.input: running too slowly --- FAIL: TestFiles/declarations.input (10.07s)2025-09-29 14:48 x_tools-go1.25-linux-s390x tools@b9cfdb87 release-branch.go1.25@b816c796 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-29 14:48 x_tools-go1.25-linux-s390x tools@b9cfdb87 release-branch.go1.25@b816c796 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1843988991/001", ValidAt: s"2025-09-29 12:22:51.041056573 -0400 EDT m=+0.002831731", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-29 21:04 gotip-linux-s390x-race go@db3cb3fd cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xea10e m=12 sigcode=0 goroutine 284 gp=0xc0000db340 m=12 mp=0xc0001c0008 [running]: runtime.rtsigprocmask(0x2, 0xc0000cb770, 0x0, 0x8) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:393 +0x1e fp=0xc0000cb748 sp=0xc0000cb748 pc=0xea10e ... r0 0xc0000cb770 r1 0xaf r2 0x0 r3 0xc0000cb770 r4 0x0 r5 0x8 r6 0xffffffffffffffff r7 0x1 r8 0xfffffffffffff001 r9 0x0 r10 0x0 r11 0x9 r12 0x3 r13 0xc0000db340 r14 0xe164e r15 0xc0000cb748 pc 0xea10e link 0xe164e *** Test killed with quit: ran too long (19m48s).2025-09-29 21:05 x_tools-gotip-linux-s390x-race tools@7d52b1b4 go@75c87df5 x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:154: closing MCP connection: signal: terminated mcp_test.go:167: Logs: 2025/09/30 02:30:34 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (18.86s)2025-09-29 21:05 x_tools-gotip-linux-s390x-race tools@7d52b1b4 go@75c87df5 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:67: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (23.38s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-29 18:56 gotip-linux-s390x go@4b777335 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0x140ba m=0 sigcode=0 goroutine 261 gp=0x195d62b46c40 m=0 mp=0x344d60 [syscall]: syscall.Syscall6(0x119, 0x1, 0x1be60, 0x195d6299bb28, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x195d6299ba80 sp=0x195d6299ba10 pc=0xc0c98 ... r0 0x344d60 r1 0x119 r2 0x1 r3 0x1be60 r4 0x195d6299bb28 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x3d31fbdd1a3145a7 r12 0x195d6299ba90 r13 0x195d62b46c40 r14 0xc0b9e r15 0x195d6299b9b8 pc 0x140ba link 0xc0b9e *** Test killed with quit: ran too long (10m0s).2025-09-29 18:56 gotip-linux-s390x go@4b777335 cmd/go.TestScript/mod_lazy_test_of_test_dep (log)
=== RUN TestScript/mod_lazy_test_of_test_dep === PAUSE TestScript/mod_lazy_test_of_test_dep === CONT TestScript/mod_lazy_test_of_test_dep script_test.go:139: 2025-09-30T07:16:02Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1681383077/tmpdir828634089/mod_lazy_test_of_test_dep1094303094 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1681383077/tmpdir828634089/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 0x0 r3 0x80 r4 0x0 r5 0x3fffe2feeb8 r6 0x0 r7 0x0 r8 0x1021e02 r9 0x3ffbdc7e4f4 r10 0x68db r11 0x0 r12 0x0 r13 0x200adc0 r14 0x10560bc r15 0x3fffe2fee80 pc 0x10ab4fa link 0x10560bc script_test.go:163: FAIL: testdata/script/mod_lazy_test_of_test_dep.txt:43: go list -test -deps example.com/b: exit status 2 --- FAIL: TestScript/mod_lazy_test_of_test_dep (4.09s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-29 21:04 gotip-linux-s390x go@db3cb3fd cmd/cgo/internal/testplugin.TestMethod2 [SKIP] (log)
=== RUN TestMethod2 ( 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 method2.so ./method2/plugin.go ) SIGQUIT: quit PC=0x140ba m=0 sigcode=0 goroutine 226 gp=0x4b0f7f482540 m=0 mp=0x344d60 [syscall]: syscall.Syscall6(0x119, 0x1, 0x13a07, 0x4b0f7f50cb20, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x4b0f7f50ca78 sp=0x4b0f7f50ca08 pc=0xc0c98 internal/syscall/unix.Waitid(0x1, 0x13a07, 0x4b0f7f50cb20, 0x1000004, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/unix/waitid_linux.go:18 +0x6c fp=0x4b0f7f50cae0 sp=0x4b0f7f50ca78 pc=0xd3f2c ... r0 0x344d60 r1 0x119 r2 0x1 r3 0x13a07 r4 0x4b0f7f50cb20 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x828cc59d21cd8edf r12 0x4b0f7f50ca88 r13 0x4b0f7f482540 r14 0xc0b9e r15 0x4b0f7f50c9b0 pc 0x140ba link 0xc0b9e *** Test killed with quit: ran too long (10m0s).2025-09-29 21:04 gotip-linux-s390x go@db3cb3fd cmd/cgo/internal/testshared.TestRebuilding [SKIP] (log)
=== RUN TestRebuilding shared_test.go:89: go install -buildmode=shared -linkshared ./depBase SIGQUIT: quit PC=0x1411a m=0 sigcode=0 goroutine 116 gp=0x1440c39341c0 m=0 mp=0x428520 [syscall]: syscall.Syscall6(0x119, 0x1, 0x13904, 0x1440c3605ae0, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x1440c3605a38 sp=0x1440c36059c8 pc=0xc1588 internal/syscall/unix.Waitid(0x1, 0x13904, 0x1440c3605ae0, 0x1000004, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/unix/waitid_linux.go:18 +0x6c fp=0x1440c3605aa0 sp=0x1440c3605a38 pc=0xd890c ... r0 0x428520 r1 0x119 r2 0x1 r3 0x13904 r4 0x1440c3605ae0 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0x1440c34cf648 r10 0x0 r11 0x795edbd8b2758e43 r12 0x1440c3605a48 r13 0x1440c39341c0 r14 0xc148e r15 0x1440c3605970 pc 0x1411a link 0xc148e *** Test killed with quit: ran too long (10m0s).2025-09-29 21:04 gotip-linux-s390x go@db3cb3fd cmd/go.TestScript/mod_get_exec_toolchain (log)
=== RUN TestScript/mod_get_exec_toolchain === PAUSE TestScript/mod_get_exec_toolchain === CONT TestScript/mod_get_exec_toolchain script_test.go:139: 2025-09-30T04:56:12Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2210980816/tmpdir3103065389/mod_get_exec_toolchain3859014772 go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/rsc.io_v2.0.0.txt: no such file or directory go proxy: no archive rsc.io v2.0.0: file does not exist go proxy: no archive example.com v0.1.0: file does not exist go proxy: no archive example.com/c v0.1.0: file does not exist go proxy: no archive example.net/b v0.1.0: file does not exist ... r4 0x80042 r5 0x1b6 r6 0x0 r7 0x0 r8 0x200cbe0 r9 0x1 r10 0x0 r11 0x2666666666442309 r12 0x6f70832c2ee8 r13 0x6f70831f6540 r14 0x10ce3ae r15 0x6f70832c3080 pc 0x1008f9c link 0x10ce3ae [exit status 2] script_test.go:163: FAIL: testdata/script/mod_get_exec_toolchain.txt:115: context deadline exceeded --- FAIL: TestScript/mod_get_exec_toolchain (81.35s)2025-09-29 21:04 gotip-linux-s390x go@db4fade7 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xadaf8 m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344d60 [idle]: runtime.futex(0x344eb0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd417e168 sp=0x3ffd417e168 pc=0xadaf8 ... r0 0x0 r1 0xee r2 0x344eb0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x5 r13 0x343e40 r14 0x5c8c2 r15 0x3ffd417e168 pc 0xadaf8 link 0x5c8c2 *** Test killed with quit: ran too long (10m0s).2025-09-29 21:06 gotip-linux-s390x go@fc88e18b cmd/cgo/internal/testplugin.TestIssue22295 [SKIP] (log)
=== RUN TestIssue22295 ( 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 issue.22295.so ./issue22295.pkg ) SIGQUIT: quit PC=0x140ba m=0 sigcode=0 goroutine 114 gp=0x5a848fa7e000 m=0 mp=0x345020 [syscall]: syscall.Syscall6(0x119, 0x1, 0x6d99e, 0x5a848fa8ab20, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x5a848fa8aa78 sp=0x5a848fa8aa08 pc=0xc0788 internal/syscall/unix.Waitid(0x1, 0x6d99e, 0x5a848fa8ab20, 0x1000004, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/unix/waitid_linux.go:18 +0x6c fp=0x5a848fa8aae0 sp=0x5a848fa8aa78 pc=0xd37fc ... r0 0x345020 r1 0x119 r2 0x1 r3 0x6d99e r4 0x5a848fa8ab20 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x56b17e6873c5e3b3 r12 0x5a848fa8aa88 r13 0x5a848fa7e000 r14 0xc068e r15 0x5a848fa8a9b0 pc 0x140ba link 0xc068e *** Test killed with quit: ran too long (10m0s).2025-09-29 21:06 gotip-linux-s390x go@fc88e18b cmd/cgo/internal/testshared.TestThreeGopathShlibs [SKIP] (log)
=== RUN TestThreeGopathShlibs shared_test.go:89: go install -buildmode=shared -linkshared ./depBase shared_test.go:89: go install -buildmode=shared -linkshared ./dep2 SIGQUIT: quit PC=0xadad8 m=0 sigcode=0 goroutine 0 gp=0x4274a0 m=0 mp=0x4287c0 [idle]: runtime.futex(0x428910, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fffb87de78 sp=0x3fffb87de78 pc=0xadad8 runtime.futexsleep(0x428910, 0x0, 0xffffffffffffffff) ... r0 0x0 r1 0xee r2 0x428910 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x0 r13 0x4274a0 r14 0x5cdb2 r15 0x3fffb87de78 pc 0xadad8 link 0x5cdb2 *** Test killed with quit: ran too long (10m0s).2025-09-30 05:07 gotip-linux-s390x go@75c87df5 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (log)
=== RUN TestForkExec === PAUSE TestForkExec2025-09-30 05:07 gotip-linux-s390x go@75c87df5 cmd/cgo/internal/testplugin.TestIssue75102 [SKIP] (log)
=== RUN TestIssue75102 ( GOPATH=$TMPDIR PWD=$TMPDIR/src/testplugin LD_LIBRARY_PATH=$TMPDIR/src/testplugin /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -gcflags '' '-gcflags=all=-N -l' -buildmode=plugin -o issue75102.so ./issue75102/plugin.go ) ( 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 issue75102.exe ./issue75102/main.go ) SIGQUIT: quit PC=0xad5e8 m=0 sigcode=0 goroutine 0 gp=0x344100 m=0 mp=0x345020 [idle]: runtime.futex(0x345170, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffddbfe290 sp=0x3ffddbfe290 pc=0xad5e8 runtime.futexsleep(0x345170, 0x0, 0xffffffffffffffff) ... r0 0x0 r1 0xee r2 0x345170 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x1 r13 0x344100 r14 0x5c8c2 r15 0x3ffddbfe290 pc 0xad5e8 link 0x5c8c2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-30 07:16 gotip-linux-s390x go@db10db6b cmd/cgo/internal/testplugin.TestIssue44956 [SKIP] (log)
=== RUN TestIssue44956 ( 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 issue44956p1.so ./issue44956/plugin1.go ) ( 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 issue44956p2.so ./issue44956/plugin2.go ) ( 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 issue44956.exe ./issue44956/main.go ) SIGQUIT: quit PC=0x140bc m=0 sigcode=0 goroutine 0 gp=0x344100 m=0 mp=0x345020 [idle]: internal/runtime/syscall/linux.Syscall6(0x138, 0x6, 0x3fff687dc6c, 0x80, 0x8a98, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/linux/asm_linux_s390x.s:17 +0x2c fp=0x3fff687dbc0 sp=0x3fff687dbc0 pc=0x140bc ... r0 0x3fff687dc6c r1 0x138 r2 0xfffffffffffffffc r3 0x3fff687dc6c r4 0x80 r5 0x8a98 r6 0x0 r7 0x0 r8 0x2a011dd74038 r9 0x2a011dd86c08 r10 0x22a60d139 r11 0x0 r12 0x10 r13 0x344100 r14 0x13e64 r15 0x3fff687dbc0 pc 0x140bc link 0x13e64 *** Test killed with quit: ran too long (10m0s).2025-09-30 07:16 gotip-linux-s390x go@db10db6b 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-09-30T10:35:12Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1371421155/tmpdir688613482/mod_get_workspace_incomplete2487041707 go proxy: no archive rsc.io v1.5.1: file does not exist go proxy: no archive example.com/a v1.0.1: file does not exist go proxy: no archive example.com v1.0.1: file does not exist script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1371421155/tmpdir688613482/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 0x2 r3 0x3ffe237df04 r4 0x80 r5 0xffffffffffffffff r6 0x0 r7 0x0 r8 0x11b200cc2038 r9 0x11b200cd4c08 r10 0x0 r11 0x1 r12 0x2 r13 0x200d080 r14 0x1008d44 r15 0x3ffe237de58 pc 0x1008f9c link 0x1008d44 script_test.go:163: FAIL: testdata/script/mod_get_workspace_incomplete.txt:26: go get work: exit status 2 --- FAIL: TestScript/mod_get_workspace_incomplete (14.23s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-29 14:53 gotip-linux-s390x go@d42d56b7 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xadaf8 m=0 sigcode=0 goroutine 0 gp=0x343e40 m=0 mp=0x344d60 [idle]: runtime.futex(0x344eb0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffec5fe8c0 sp=0x3ffec5fe8c0 pc=0xadaf8 ... r0 0x0 r1 0xee r2 0x344eb0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x1 r13 0x343e40 r14 0x5c8c2 r15 0x3ffec5fe8c0 pc 0xadaf8 link 0x5c8c2 *** Test killed with quit: ran too long (10m0s).2025-09-29 14:53 gotip-linux-s390x go@d42d56b7 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-29 21:40 x_tools-go1.25-linux-s390x-race tools@95a2413a release-branch.go1.25@b816c796 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-29 21:40 x_tools-go1.25-linux-s390x-race tools@95a2413a release-branch.go1.25@b816c796 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope374274864/001", ValidAt: s"2025-09-29 22:02:55.403462406 -0400 EDT m=+0.013030180", 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.14s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-30 13:37 gotip-linux-s390x-race go@742f9206 cmd/go.TestScript/cgo_suspect_flag_force_external (log)
=== RUN TestScript/cgo_suspect_flag_force_external === PAUSE TestScript/cgo_suspect_flag_force_external === CONT TestScript/cgo_suspect_flag_force_external script_test.go:139: 2025-09-30T15:53:09Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3553895789/tmpdir1377858366/cgo_suspect_flag_force_external4034910597 go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.com_b_v0.2.0.txt: no such file or directory go proxy: no archive example.com/b v0.2.0: file does not exist go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.com_c_v0.2.0.txt: no such file or directory go proxy: no archive example.com/c v0.2.0: file does not exist go proxy: no archive example.net/cmd v0.0.0-00010101000000-000000000000: file does not exist ... r2 0x2676230 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x0 r13 0x26742c0 r14 0x1068252 r15 0x3ffedafe040 pc 0x10c0658 link 0x1068252 script_test.go:163: FAIL: testdata/script/cgo_suspect_flag_force_external.txt:72: go build -x -n -o dummy.exe ./usesInternalCgo: exit status 2 --- FAIL: TestScript/cgo_suspect_flag_force_external (79.48s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-29 21:40 x_tools-go1.25-linux-s390x tools@95a2413a release-branch.go1.25@b816c796 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1427869625/001", ValidAt: s"2025-09-29 21:13:03.001146925 -0400 EDT m=+0.009766977", 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.00s)2025-09-30 14:56 x_tools-go1.25-linux-s390x tools@24b5a14b release-branch.go1.25@b816c796 x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-30 14:56 x_tools-go1.25-linux-s390x tools@24b5a14b release-branch.go1.25@b816c796 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope3277131888/001", ValidAt: s"2025-09-30 13:45:41.344966381 -0400 EDT m=+0.003199787", 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.01s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-30 20:40 gotip-linux-s390x-race go@08afc50b cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xe9f08 m=0 sigcode=0 goroutine 0 gp=0x46a780 m=0 mp=0x46b6a0 [idle]: runtime.futex(0x46b7f0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffdd97dae8 sp=0x3ffdd97dae8 pc=0xe9f08 ... r0 0x0 r1 0xee r2 0x46b7f0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x8 r13 0x46a780 r14 0x95fc2 r15 0x3ffdd97dae8 pc 0xe9f08 link 0x95fc2 *** Test killed with quit: ran too long (19m48s).2025-09-30 20:40 gotip-linux-s390x-race go@08afc50b cmd/go.TestScript/mod_get_main (log)
=== RUN TestScript/mod_get_main === PAUSE TestScript/mod_get_main === CONT TestScript/mod_get_main script_test.go:139: 2025-10-01T00:12:04Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3342100761/tmpdir1541345053/mod_get_main172288562 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3342100761/tmpdir1541345053/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 0x2675230 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x2023410 r13 0x26732c0 r14 0x1068242 r15 0x3ffed7fde78 pc 0x10c0718 link 0x1068242 script_test.go:163: FAIL: testdata/script/mod_get_main.txt:16: go get rsc.io/x: exit status 2 --- FAIL: TestScript/mod_get_main (2.15s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-30 20:47 x_tools-go1.25-linux-s390x-race tools@433eba33 release-branch.go1.25@b816c796 x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:154: closing MCP connection: signal: terminated mcp_test.go:167: Logs: 2025/09/30 18:54:02 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (18.00s)2025-09-30 20:47 x_tools-go1.25-linux-s390x-race tools@433eba33 release-branch.go1.25@b816c796 x/tools/gopls/internal/cmd.TestMCPCommandStdio (log)
=== RUN TestMCPCommandStdio mcp_test.go:67: closing MCP connection: signal: terminated --- FAIL: TestMCPCommandStdio (16.57s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-30 21:47 x_tools-go1.24-linux-s390x tools@2aea3dc5 release-branch.go1.24@bcdc53bc x/tools/internal/modindex.TestIncremental (log)
=== RUN TestIncremental dir_test.go:97: updated index is not larger:2025-09-30 21:47 x_tools-go1.24-linux-s390x tools@2aea3dc5 release-branch.go1.24@bcdc53bc x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope4096894134/001", ValidAt: s"2025-10-01 00:40:16.172605244 -0400 EDT m=+0.008904264", 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.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-30 21:47 x_tools-go1.25-linux-s390x-race tools@2aea3dc5 release-branch.go1.25@b816c796 x/tools/gopls/internal/cmd.TestMCPCommandLogging/notrace.log (log)
=== RUN TestMCPCommandLogging/notrace.log mcp_test.go:154: closing MCP connection: os: process already finished mcp_test.go:167: Logs: 2025/10/01 01:45:07 Listening for MCP messages on stdin... --- FAIL: TestMCPCommandLogging/notrace.log (20.13s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-30 20:40 gotip-linux-s390x go@19cc1022 cmd/cgo/internal/testplugin.TestIssue22295 [SKIP] (log)
=== RUN TestIssue22295 ( 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 issue.22295.so ./issue22295.pkg ) ( 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 issue22295.exe ./issue22295.pkg/main.go ) SIGQUIT: quit PC=0x140ba m=0 sigcode=0 goroutine 79 gp=0x3b43e7ccefc0 m=0 mp=0x345020 [syscall]: syscall.Syscall6(0x119, 0x1, 0xee10, 0x3b43e7b55b20, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x3b43e7b55a78 sp=0x3b43e7b55a08 pc=0xc07f8 internal/syscall/unix.Waitid(0x1, 0xee10, 0x3b43e7b55b20, 0x1000004, 0x0) ... r0 0x345020 r1 0x119 r2 0x1 r3 0xee10 r4 0x3b43e7b55b20 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0xa7445a4e9db976ff r12 0x3b43e7b55a88 r13 0x3b43e7ccefc0 r14 0xc06fe r15 0x3b43e7b559b0 pc 0x140ba link 0xc06fe *** Test killed with quit: ran too long (10m0s).2025-09-30 20:40 gotip-linux-s390x go@19cc1022 cmd/cgo/internal/testshared.TestThreeGopathShlibs [SKIP] (log)
=== RUN TestThreeGopathShlibs shared_test.go:89: go install -buildmode=shared -linkshared ./depBase shared_test.go:89: go install -buildmode=shared -linkshared ./dep2 SIGQUIT: quit PC=0xadb98 m=0 sigcode=0 goroutine 0 gp=0x4274a0 m=0 mp=0x4287c0 [idle]: runtime.futex(0x428910, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffcca7e438 sp=0x3ffcca7e438 pc=0xadb98 runtime.futexsleep(0x428910, 0x0, 0xffffffffffffffff) ... r0 0x0 r1 0xee r2 0x428910 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x8 r13 0x4274a0 r14 0x5cda2 r15 0x3ffcca7e438 pc 0xadb98 link 0x5cda2 *** Test killed with quit: ran too long (10m0s).2025-09-30 21:48 gotip-linux-s390x go@fcb893fc cmd/cgo/internal/testplugin.TestIssue44956 [SKIP] (log)
=== RUN TestIssue44956 ( 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 issue44956p1.so ./issue44956/plugin1.go ) ( 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 issue44956p2.so ./issue44956/plugin2.go ) SIGQUIT: quit PC=0xad6a8 m=0 sigcode=0 goroutine 0 gp=0x344100 m=0 mp=0x345020 [idle]: runtime.futex(0x345170, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd707da68 sp=0x3ffd707da68 pc=0xad6a8 runtime.futexsleep(0x345170, 0x0, 0xffffffffffffffff) ... r0 0x0 r1 0xee r2 0x345170 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x4 r13 0x344100 r14 0x5c8b2 r15 0x3ffd707da68 pc 0xad6a8 link 0x5c8b2 *** Test killed with quit: ran too long (10m0s).2025-09-30 21:48 gotip-linux-s390x go@fcb893fc cmd/go.TestScript/cgo_suspect_flag_force_external (log)
=== RUN TestScript/cgo_suspect_flag_force_external === PAUSE TestScript/cgo_suspect_flag_force_external === CONT TestScript/cgo_suspect_flag_force_external script_test.go:139: 2025-10-01T08:52:00Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1677127135/tmpdir1700042814/cgo_suspect_flag_force_external291749495 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1677127135/tmpdir1700042814/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 0x200f090 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x9 r13 0x200d120 r14 0x1056022 r15 0x3ffd277e788 pc 0x10ab5b8 link 0x1056022 script_test.go:163: FAIL: testdata/script/cgo_suspect_flag_force_external.txt:47: go build -x -n -o dummy.exe ./usesInternalCgo: exit status 2 --- FAIL: TestScript/cgo_suspect_flag_force_external (7.94s)2025-09-30 21:49 gotip-linux-s390x go@4ff8a457 cmd/cgo/internal/testplugin.TestMethod [SKIP] (log)
=== RUN TestMethod ( 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 plugin.so ./method/plugin.go ) ( 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 method.exe ./method/main.go ) SIGQUIT: quit PC=0xad6a8 m=0 sigcode=0 goroutine 0 gp=0x344100 m=0 mp=0x345020 [idle]: runtime.futex(0x345170, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffee4fdc38 sp=0x3ffee4fdc38 pc=0xad6a8 runtime.futexsleep(0x345170, 0x0, 0xffffffffffffffff) ... r0 0x0 r1 0xee r2 0x345170 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x1 r13 0x344100 r14 0x5c8b2 r15 0x3ffee4fdc38 pc 0xad6a8 link 0x5c8b2 *** Test killed with quit: ran too long (10m0s).2025-09-30 21:49 gotip-linux-s390x go@4ff8a457 cmd/go.TestScript/build_ignoredirective (log)
=== RUN TestScript/build_ignoredirective === PAUSE TestScript/build_ignoredirective === CONT TestScript/build_ignoredirective script_test.go:139: 2025-10-01T05:37:46Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1233013996/tmpdir1932921786/build_ignoredirective4233126986 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1233013996/tmpdir1932921786/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 0x200f090 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x0 r13 0x200d120 r14 0x1056022 r15 0x3ffc127e548 pc 0x10ab5b8 link 0x1056022 script_test.go:163: FAIL: testdata/script/build_ignoredirective.txt:63: go build -x ./...: exit status 2 --- FAIL: TestScript/build_ignoredirective (174.35s)2025-09-30 21:49 gotip-linux-s390x go@c9257151 cmd/cgo/internal/testplugin.TestMethod3 [SKIP] (log)
=== RUN TestMethod3 ( 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 method3.so ./method3/plugin.go ) ( 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 method3.exe ./method3/main.go ) SIGQUIT: quit PC=0xad6a8 m=0 sigcode=0 goroutine 0 gp=0x344100 m=0 mp=0x345020 [idle]: runtime.futex(0x345170, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffc6cfde48 sp=0x3ffc6cfde48 pc=0xad6a8 runtime.futexsleep(0x345170, 0x0, 0xffffffffffffffff) ... r0 0x0 r1 0xee r2 0x345170 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x2 r13 0x344100 r14 0x5c8b2 r15 0x3ffc6cfde48 pc 0xad6a8 link 0x5c8b2 *** Test killed with quit: ran too long (10m0s).2025-09-30 21:49 gotip-linux-s390x go@c9257151 cmd/go.TestScript/fipssnap (log)
=== RUN TestScript/fipssnap === PAUSE TestScript/fipssnap === CONT TestScript/fipssnap script_test.go:139: 2025-10-01T02:24:54Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-484182055/tmpdir1602912755/fipssnap2627807433 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-484182055/tmpdir1602912755/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 ... ], "TestGoFiles": [ "x_test.go" ], "TestImports": [ "testing" ] } script_test.go:163: FAIL: testdata/script/fipssnap.txt:39: go list -json -test: context deadline exceeded --- FAIL: TestScript/fipssnap (12.31s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-01 06:52 gotip-linux-s390x go@eb1c7f6e cmd/cgo/internal/testplugin.TestMethod2 [SKIP] (log)
=== RUN TestMethod2 ( 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 method2.so ./method2/plugin.go ) SIGQUIT: quit PC=0xad6a8 m=0 sigcode=0 goroutine 0 gp=0x344100 m=0 mp=0x345020 [idle]: runtime.futex(0x345170, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffec2fdcc0 sp=0x3ffec2fdcc0 pc=0xad6a8 runtime.futexsleep(0x345170, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:73 +0x52 fp=0x3ffec2fdd08 sp=0x3ffec2fdcc0 pc=0x5c8b2 ... r0 0x0 r1 0xee r2 0x345170 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x4 r13 0x344100 r14 0x5c8b2 r15 0x3ffec2fdcc0 pc 0xad6a8 link 0x5c8b2 *** Test killed with quit: ran too long (10m0s).2025-10-01 06:52 gotip-linux-s390x go@eb1c7f6e cmd/go.TestScript/mod_cache_rw (log)
=== RUN TestScript/mod_cache_rw === PAUSE TestScript/mod_cache_rw === CONT TestScript/mod_cache_rw script_test.go:139: 2025-10-01T12:01:24Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2396683425/tmpdir4055825706/mod_cache_rw45989660 go proxy: no archive rsc.io v1.5.2: file does not exist script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2396683425/tmpdir4055825706/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 ... r2 0xffffffffffffff92 r3 0x80 r4 0x0 r5 0x3ffdaa7ed88 r6 0x0 r7 0x0 r8 0x1021df2 r9 0x3ff91c7e4f4 r10 0x68db r11 0x0 r12 0x0 r13 0x200d120 r14 0x10560ac r15 0x3ffdaa7ed50 pc 0x10ab5ba link 0x10560ac script_test.go:163: FAIL: testdata/script/mod_cache_rw.txt:8: go get -modcacherw rsc.io/quote@v1.5.2: exit status 2 --- FAIL: TestScript/mod_cache_rw (14.46s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-30 21:49 gotip-linux-s390x-race go@4ff8a457 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xe9f08 m=0 sigcode=0 goroutine 0 gp=0x46a780 m=0 mp=0x46b6a0 [idle]: runtime.futex(0x46b7f0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffc057de38 sp=0x3ffc057de38 pc=0xe9f08 ... r0 0x0 r1 0xee r2 0x46b7f0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x3a r13 0x46a780 r14 0x95fc2 r15 0x3ffc057de38 pc 0xe9f08 link 0x95fc2 *** Test killed with quit: ran too long (19m48s).2025-09-30 21:49 gotip-linux-s390x-race go@4ff8a457 cmd/go.TestScript/gopath_std_vendor (log)
=== RUN TestScript/gopath_std_vendor === PAUSE TestScript/gopath_std_vendor === CONT TestScript/gopath_std_vendor script_test.go:139: 2025-10-01T07:22:08Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2782236109/tmpdir1333932085/gopath_std_vendor1574474391 go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.22.linux-s390x.txt: no such file or directory go proxy: no archive golang.org/toolchain v0.0.1-go1.22.linux-s390x: file does not exist script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2782236109/tmpdir1333932085/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 ... r2 0x0 r3 0x2677aa0 r4 0x101 r5 0x1 r6 0x0 r7 0xff r8 0x0 r9 0x4 r10 0x0 r11 0x0 r12 0x1 r13 0xc0001021c0 r14 0x10349b0 r15 0x3ff5519bcf0 pc 0x10c0806 link 0x10349b0 script_test.go:163: FAIL: testdata/script/gopath_std_vendor.txt:11: go list -deps -f '{{.ImportPath}} {{.Dir}}': exit status 2 --- FAIL: TestScript/gopath_std_vendor (2.00s)2025-09-30 21:49 gotip-linux-s390x-race go@c9257151 internal/trace.TestMMU [SKIP] (log)
=== RUN TestMMU === PAUSE TestMMU2025-10-01 06:52 gotip-linux-s390x-race go@eb1c7f6e cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xe9cfe m=4 sigcode=0 goroutine 234 gp=0xc00020ea80 m=4 mp=0xc000057808 [running]: runtime.rtsigprocmask(0x2, 0xc000145770, 0x0, 0x8) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:393 +0x1e fp=0xc000145748 sp=0xc000145748 pc=0xe9cfe ... r0 0xc000145770 r1 0xaf r2 0x0 r3 0xc000145770 r4 0x0 r5 0x8 r6 0xffffffffffffffff r7 0x1 r8 0xfffffffffffff001 r9 0x0 r10 0x0 r11 0x9 r12 0x3 r13 0xc00020ea80 r14 0xe132e r15 0xc000145748 pc 0xe9cfe link 0xe132e *** Test killed with quit: ran too long (19m48s).2025-10-01 06:52 gotip-linux-s390x-race go@eb1c7f6e cmd/go.TestScript/mod_get_patch (log)
=== RUN TestScript/mod_get_patch === PAUSE TestScript/mod_get_patch === CONT TestScript/mod_get_patch script_test.go:139: 2025-10-01T10:42:53Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-736186104/tmpdir2369973087/mod_get_patch2578027161 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-736186104/tmpdir2369973087/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 0x26752b0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x8 r13 0x2673340 r14 0x1068242 r15 0x3fffe77eb78 pc 0x10c0718 link 0x1068242 script_test.go:163: FAIL: testdata/script/mod_get_patch.txt:30: go get -u=patch example.net/a@v0.2.0: exit status 2 --- FAIL: TestScript/mod_get_patch (6.68s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-01 14:21 gotip-linux-s390x go@be0fed8a cmd/go.TestScript/build_ignoredirective (log)
=== RUN TestScript/build_ignoredirective === PAUSE TestScript/build_ignoredirective === CONT TestScript/build_ignoredirective script_test.go:139: 2025-10-01T15:59:03Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3792103489/tmpdir771778070/build_ignoredirective231303460 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3792103489/tmpdir771778070/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 0x3ffdb97d734 r4 0x80 r5 0xffffffffffffffff r6 0x0 r7 0x0 r8 0x973e4818078 r9 0x973e4846c08 r10 0x0 r11 0x1 r12 0x7 r13 0x200d120 r14 0x1008d44 r15 0x3ffdb97d688 pc 0x1008f9c link 0x1008d44 script_test.go:163: FAIL: testdata/script/build_ignoredirective.txt:63: go build -x ./...: exit status 2 --- FAIL: TestScript/build_ignoredirective (44.44s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-01 14:21 gotip-linux-s390x-race go@be0fed8a 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 (11.05s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-01 20:00 gotip-linux-s390x go@8ad27fb6 cmd/cgo/internal/testplugin.TestIssue25756 [SKIP] (log)
=== RUN TestIssue25756 ( 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 life.so ./issue25756/plugin ) SIGQUIT: quit PC=0xad6a8 m=0 sigcode=0 goroutine 0 gp=0x344100 m=0 mp=0x345020 [idle]: runtime.futex(0x345170, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd717e1a8 sp=0x3ffd717e1a8 pc=0xad6a8 runtime.futexsleep(0x345170, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:73 +0x52 fp=0x3ffd717e1f0 sp=0x3ffd717e1a8 pc=0x5c8b2 ... r0 0x0 r1 0xee r2 0x345170 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x2 r13 0x344100 r14 0x5c8b2 r15 0x3ffd717e1a8 pc 0xad6a8 link 0x5c8b2 *** Test killed with quit: ran too long (10m0s).2025-10-01 20:00 gotip-linux-s390x go@8ad27fb6 cmd/cgo/internal/testshared.TestThreeGopathShlibs [SKIP] (log)
=== RUN TestThreeGopathShlibs shared_test.go:89: go install -buildmode=shared -linkshared ./depBase shared_test.go:89: go install -buildmode=shared -linkshared ./dep2 SIGQUIT: quit PC=0xadb98 m=0 sigcode=0 goroutine 0 gp=0x4274a0 m=0 mp=0x4287c0 [idle]: runtime.futex(0x428910, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fff6d7de68 sp=0x3fff6d7de68 pc=0xadb98 runtime.futexsleep(0x428910, 0x0, 0xffffffffffffffff) ... r0 0x0 r1 0xee r2 0x428910 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xa r13 0x4274a0 r14 0x5cda2 r15 0x3fff6d7de68 pc 0xadb98 link 0x5cda2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-01 15:06 go1.25-linux-s390x release-branch.go1.25@79c3081b cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0x1400c m=0 sigcode=0 goroutine 0 gp=0x343e00 m=0 mp=0x344c00 [idle]: internal/runtime/syscall.Syscall6(0x138, 0x6, 0x3fffb6fdfec, 0x80, 0x11dce, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/runtime/syscall/asm_linux_s390x.s:17 +0x2c fp=0x3fffb6fdf40 sp=0x3fffb6fdf40 pc=0x1400c ... r0 0x3fffb6fdfec r1 0x138 r2 0xfffffffffffffffc r3 0x3fffb6fdfec r4 0x80 r5 0x11dce r6 0x0 r7 0x0 r8 0x7 r9 0xc000042c08 r10 0x4773bbeb4 r11 0x0 r12 0x1 r13 0x343e00 r14 0x13db4 r15 0x3fffb6fdf40 pc 0x1400c link 0x13db4 *** Test killed with quit: ran too long (10m0s).2025-10-01 15:06 go1.25-linux-s390x release-branch.go1.25@79c3081b runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgo2025-10-01 16:40 go1.25-linux-s390x release-branch.go1.25@16fdaac4 cmd/cgo/internal/testplugin.TestMethod [SKIP] (log)
=== RUN TestMethod ( 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 plugin.so ./method/plugin.go ) SIGQUIT: quit PC=0xae068 m=0 sigcode=0 goroutine 0 gp=0x343e00 m=0 mp=0x344c00 [idle]: runtime.futex(0x344d50, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fff3f7dd28 sp=0x3fff3f7dd28 pc=0xae068 runtime.futexsleep(0x344d50, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:76 +0x52 fp=0x3fff3f7dd70 sp=0x3fff3f7dd28 pc=0x5bfd2 ... r0 0x0 r1 0xee r2 0x344d50 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x343e00 r14 0x5bfd2 r15 0x3fff3f7dd28 pc 0xae068 link 0x5bfd2 *** Test killed with quit: ran too long (10m0s).2025-10-01 16:40 go1.25-linux-s390x release-branch.go1.25@16fdaac4 cmd/cgo/internal/testshared.TestThreeGopathShlibs [SKIP] (log)
=== RUN TestThreeGopathShlibs shared_test.go:89: go install -buildmode=shared -linkshared ./depBase shared_test.go:89: go install -buildmode=shared -linkshared ./dep2 shared_test.go:89: go install -buildmode=shared -linkshared ./dep3 shared_test.go:89: go install -linkshared ./exe3 SIGQUIT: quit PC=0xae558 m=0 sigcode=0 goroutine 0 gp=0x4271a0 m=0 mp=0x4283a0 [idle]: runtime.futex(0x4284f0, 0x80, 0x0, 0x0, 0x0, 0x0) ... r0 0x0 r1 0xee r2 0x4284f0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x80 r12 0x1 r13 0x4271a0 r14 0x5c4c2 r15 0x3ffdc77e638 pc 0xae558 link 0x5c4c2 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-01 16:13 gotip-linux-s390x go@3f451f2c cmd/cgo/internal/testplugin.TestIssue44956 [SKIP] (log)
=== RUN TestIssue44956 ( 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 issue44956p1.so ./issue44956/plugin1.go ) ( 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 issue44956p2.so ./issue44956/plugin2.go ) ( 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 issue44956.exe ./issue44956/main.go ) SIGQUIT: quit PC=0xad6a8 m=0 sigcode=0 goroutine 0 gp=0x344100 m=0 mp=0x345020 [idle]: runtime.futex(0x345170, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd687e390 sp=0x3ffd687e390 pc=0xad6a8 ... r0 0x0 r1 0xee r2 0x345170 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x3 r13 0x344100 r14 0x5c8b2 r15 0x3ffd687e390 pc 0xad6a8 link 0x5c8b2 *** Test killed with quit: ran too long (10m0s).2025-10-01 16:13 gotip-linux-s390x go@3f451f2c cmd/cgo/internal/testshared.TestRebuilding/newarchive [SKIP] (log)
=== RUN TestRebuilding/newarchive shared_test.go:89: go list -linkshared -f={{.ImportPath}} {{.Stale}} {{.StaleReason}} {{.Target}} ./depBase shared_test.go:89: go install -v -linkshared ./exe shared_test.go:91: testshared/exe SIGQUIT: quit PC=0x1411a m=0 sigcode=0 goroutine 55 gp=0x4bc41ca2d500 m=0 mp=0x4287c0 [syscall]: syscall.Syscall6(0x119, 0x1, 0x13d99, 0x4bc41c793ad8, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x4bc41c793a30 sp=0x4bc41c7939c0 pc=0xc10e8 ... r0 0x4287c0 r1 0x119 r2 0x1 r3 0x13d99 r4 0x4bc41c793ad8 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0xbbaa598eb2289f07 r12 0x4bc41c793a40 r13 0x4bc41ca2d500 r14 0xc0fee r15 0x4bc41c793968 pc 0x1411a link 0xc0fee *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-09-30 21:49 x_tools-go1.24-linux-s390x tools@1605eae0 release-branch.go1.24@9b28db77 x/tools/internal/modindex.TestIncrementalNope (log)
=== RUN TestIncrementalNope dir_test.go:161: mismatching indexes (-updated +cleared): &modindex.Index{ Version: 0, GOMODCACHE: "/home/swarming/.swarming/w/ir/x/t/TestIncrementalNope1524391696/001", ValidAt: s"2025-10-02 12:14:59.00190791 -0400 EDT m=+0.007944192", 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.00s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-01 18:37 go1.25-linux-s390x-race release-branch.go1.25@205d0865 runtime.TestCgoCallbackPprof (log)
=== RUN TestCgoCallbackPprof === PAUSE TestCgoCallbackPprof === CONT TestCgoCallbackPprof crash_cgo_test.go:100: /home/swarming/.swarming/w/ir/x/t/go-build1025407548/testprogcgo.exe CgoCallbackPprof: exit status 1 crash_cgo_test.go:102: expected "OK\n", but got: Missing main.go_callback1_callee sample in profile PeriodType: cpu nanoseconds Period: 10000000 Time: 2025-10-02 17:48:26.119487856 -0400 EDT Duration: 1.019569157s Samples: samples/count cpu/nanoseconds 1 10000000: 1 2 3 4 5 Locations 1: 0x10badb0 M=1 runtime.asyncPreempt /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/preempt_s390x.s:7 s=6 2: 0x12463aa M=1 main.go_callback1_callee /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/testdata/testprogcgo/callback_pprof.go:132 s=128 main.go_callback1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/testdata/testprogcgo/callback_pprof.go:125 s=122 _cgoexp_eaff08b9e815_go_callback1 _cgo_gotypes.go:763 s=761 3: 0x10279ed M=1 runtime.cgocallbackg1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:446 s=382 4: 0x1027625 M=1 runtime.cgocallbackg /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/cgocall.go:350 s=301 5: 0x10ba3fb M=1 runtime.cgocallback /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:670 s=585 Mappings 1: 0x1000000/0x1433000/0x0 /home/swarming/.swarming/w/ir/x/t/go-build1025407548/testprogcgo.exe 3ca80856f304d240c1b0d908b04b31986e167d48 [FN] 2: 0x3ff7e780000/0x3ff7e91b000/0x0 /usr/lib64/libc-2.28.so d030ce109f95c566f63258ceedccb0e11816b5c7 3: 0x3ff7e980000/0x3ff7e996000/0x0 /usr/lib64/libresolv-2.28.so 4b148845329e0a5c703111ca309918b990667eac 4: 0x3ff7ea00000/0x3ff7ea1c000/0x0 /usr/lib64/libpthread-2.28.so e6234e5155eb5e761df1011f542a6a75859cea0a 5: 0x3ff7eb00000/0x3ff7eb29000/0x0 /usr/lib64/ld-2.28.so 8550232c2e718a81e0a91e458a94a560ad40de15 6: 0x3ff7eb7e000/0x3ff7eb80000/0x0 [vdso] --- FAIL: TestCgoCallbackPprof (1.64s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-02 06:02 gotip-linux-s390x-race go@633dd1d4 crypto/internal/fips140test.TestFIPS140/RSA_KeyGen (log)
=== RUN TestFIPS140/RSA_KeyGen ================== WARNING: DATA RACE Read at 0x00000164be80 by goroutine 143: crypto/internal/fips140/entropy.(*source).Sample() /home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140/entropy/entropy.go:126 +0x99 crypto/internal/fips140/entropy.Samples() /home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140/entropy/entropy.go:86 +0x137 crypto/internal/fips140/entropy.Seed() /home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140/entropy/entropy.go:39 +0x7f ... /home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/internal/fips140test/entropy_test.go:241 +0x4f testing.tRunner() /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1936 +0x243 testing.(*T).Run.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1999 +0x5f ================== fips_test.go:245: RSA key generated fips_test.go:451: Service indicator is set testing.go:1619: race detected during execution of test --- FAIL: TestFIPS140/RSA_KeyGen (0.33s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-02 19:33 gotip-linux-s390x go@0e4e2e68 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 3 2 8 4 5 6 6 6 7 9] sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 3 2 4 5 7 6 6 6 8 9] sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 4 2 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 3 5 4 6 6 6 7 8 9] sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9] sleep_test.go:441: After calls returned out of order: [0 1 1 2 4 3 5 6 6 6 7 8 9] --- FAIL: TestAfterQueuing/impl=chan (5.60s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-02 19:52 gotip-linux-s390x go@bbdff9e8 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (log)
=== RUN TestForkExec === PAUSE TestForkExec2025-10-02 19:52 gotip-linux-s390x go@bbdff9e8 cmd/go.TestScript/install_backslash (log)
=== RUN TestScript/install_backslash === PAUSE TestScript/install_backslash === CONT TestScript/install_backslash script_test.go:139: 2025-10-03T05:56:32Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-429886470/tmpdir1717001064/install_backslash3935157299 go proxy: no archive rsc.io v1.0.0: file does not exist script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-429886470/tmpdir1717001064/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 ... r2 0x20120b0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x7 r13 0x2010140 r14 0x1056cb2 r15 0x3fffacfeb58 pc 0x10ac7c8 link 0x1056cb2 script_test.go:163: FAIL: testdata/script/install_backslash.txt:11: go install -n rsc.io\fortune@v1.0.0: exit status 2 --- FAIL: TestScript/install_backslash (29.46s)2025-10-02 19:53 gotip-linux-s390x go@53845004 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xae7d8 m=0 sigcode=0 goroutine 0 gp=0x344120 m=0 mp=0x345040 [idle]: runtime.futex(0x345190, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fff277e9f8 sp=0x3fff277e9f8 pc=0xae7d8 ... r0 0x0 r1 0xee r2 0x345190 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xa r13 0x344120 r14 0x5d542 r15 0x3fff277e9f8 pc 0xae7d8 link 0x5d542 *** Test killed with quit: ran too long (10m0s).Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-02 18:02 gotip-linux-s390x go@84db201a cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0xad6a8 m=0 sigcode=0 goroutine 0 gp=0x344100 m=0 mp=0x345020 [idle]: runtime.futex(0x345170, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffe8f7dca8 sp=0x3ffe8f7dca8 pc=0xad6a8 ... r0 0x0 r1 0xee r2 0x345170 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0xb r13 0x344100 r14 0x5c8b2 r15 0x3ffe8f7dca8 pc 0xad6a8 link 0x5c8b2 *** Test killed with quit: ran too long (10m0s).2025-10-02 18:06 gotip-linux-s390x-race go@8c68a1c1 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-03 19:31 gotip-linux-s390x go@38b26f29 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (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=0x140ba m=0 sigcode=0 goroutine 274 gp=0x45c69933880 m=0 mp=0x367080 [syscall]: syscall.Syscall6(0x119, 0x1, 0x1eb96, 0x45c699b6b28, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x45c699b6a80 sp=0x45c699b6a10 pc=0xd4f38 ... r0 0x367080 r1 0x119 r2 0x1 r3 0x1eb96 r4 0x45c699b6b28 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x24b79644ee40dbab r12 0x45c699b6a90 r13 0x45c69933880 r14 0xd4e3e r15 0x45c699b69b8 pc 0x140ba link 0xd4e3e *** Test killed with quit: ran too long (10m0s).2025-10-03 19:31 gotip-linux-s390x go@38b26f29 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-10-04T04:37:51Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1040582911/tmpdir3719898929/list_empty_importpath3676334520 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1040582911/tmpdir3719898929/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 ... PWD=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1040582911/tmpdir3719898929/list_empty_importpath3676334520/gopath/src > ! go list all [stderr] no errors [exit status 1] > ! stderr 'panic' > stderr 'invalid import path' script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:3: stderr 'invalid import path': no match for `(?m)invalid import path` in stderr --- FAIL: TestScript/list_empty_importpath (3.92s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-03 19:31 gotip-linux-s390x go@003b5ce1 cmd/cgo/internal/testplugin.TestMethod3 [SKIP] (log)
=== RUN TestMethod3 ( 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 method3.so ./method3/plugin.go ) ( 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 method3.exe ./method3/main.go ) SIGQUIT: quit PC=0xc1de8 m=0 sigcode=0 goroutine 0 gp=0x366160 m=0 mp=0x367080 [idle]: runtime.futex(0x3671d0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd187e870 sp=0x3ffd187e870 pc=0xc1de8 runtime.futexsleep(0x3671d0, 0x0, 0xffffffffffffffff) ... r0 0x0 r1 0xee r2 0x3671d0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x2 r13 0x366160 r14 0x70d52 r15 0x3ffd187e870 pc 0xc1de8 link 0x70d52 *** Test killed with quit: ran too long (10m0s).2025-10-03 19:31 gotip-linux-s390x go@003b5ce1 cmd/go.TestScript/ldflag (log)
=== RUN TestScript/ldflag === PAUSE TestScript/ldflag === CONT TestScript/ldflag script_test.go:139: 2025-10-04T06:41:29Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2216072685/tmpdir4188365302/ldflag926941409 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2216072685/tmpdir4188365302/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 0x202e0f0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x3 r13 0x202c180 r14 0x106a4c2 r15 0x3ffcc2fe878 pc 0x10bfdd8 link 0x106a4c2 script_test.go:163: FAIL: testdata/script/ldflag.txt:13: go build: exit status 2 --- FAIL: TestScript/ldflag (6.39s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-03 19:31 gotip-linux-s390x go@d91148c7 cmd/cgo/internal/testplugin.TestIssue53989 [SKIP] (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 ) ( 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 issue53989.exe ./issue53989/main.go ) SIGQUIT: quit PC=0xc1de8 m=0 sigcode=0 goroutine 0 gp=0x366160 m=0 mp=0x367080 [idle]: runtime.futex(0x3671d0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3fff9bfe618 sp=0x3fff9bfe618 pc=0xc1de8 runtime.futexsleep(0x3671d0, 0x0, 0xffffffffffffffff) ... r0 0x0 r1 0xee r2 0x3671d0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x1e r13 0x366160 r14 0x70d52 r15 0x3fff9bfe618 pc 0xc1de8 link 0x70d52 *** Test killed with quit: ran too long (10m0s).2025-10-03 19:31 gotip-linux-s390x go@d91148c7 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgo2025-10-03 19:31 gotip-linux-s390x-race go@d91148c7 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-10-04T08:44:49Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2728233324/tmpdir3149366797/list_empty_importpath3884508958 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2728233324/tmpdir3149366797/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 ... PWD=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2728233324/tmpdir3149366797/list_empty_importpath3884508958/gopath/src > ! go list all [stderr] no errors [exit status 1] > ! stderr 'panic' > stderr 'invalid import path' script_test.go:163: FAIL: testdata/script/list_empty_importpath.txt:3: stderr 'invalid import path': no match for `(?m)invalid import path` in stderr --- FAIL: TestScript/list_empty_importpath (3.03s)2025-10-03 19:31 gotip-linux-s390x-race go@d91148c7 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-03 19:30 gotip-linux-s390x go@ec70d190 cmd/cgo/internal/testplugin.TestIssue24351 [SKIP] (log)
=== RUN TestIssue24351 ( 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 issue24351.so ./issue24351/plugin.go ) SIGQUIT: quit PC=0x140bc m=3 sigcode=0 goroutine 103 gp=0x46b61de87340 m=3 mp=0x46b61ded9008 [syscall]: syscall.Syscall6(0x119, 0x1, 0xf6fa, 0x46b61df27b20, 0x1000004, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/syscall/syscall_linux.go:96 +0x18 fp=0x46b61df27a78 sp=0x46b61df27a08 pc=0xd4f38 internal/syscall/unix.Waitid(0x1, 0xf6fa, 0x46b61df27b20, 0x1000004, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/internal/syscall/unix/waitid_linux.go:18 +0x6c fp=0x46b61df27ae0 sp=0x46b61df27a78 pc=0xe7fac ... r0 0x46b61ded9008 r1 0x119 r2 0x0 r3 0xf6fa r4 0x46b61df27b20 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x3d31ff68c1d593b3 r12 0x46b61df27a88 r13 0x46b61de87340 r14 0xd4e3e r15 0x46b61df279b0 pc 0x140bc link 0xd4e3e *** Test killed with quit: ran too long (10m0s).2025-10-03 19:30 gotip-linux-s390x go@ec70d190 cmd/go.TestScript/build_ignoredirective (log)
=== RUN TestScript/build_ignoredirective === PAUSE TestScript/build_ignoredirective === CONT TestScript/build_ignoredirective script_test.go:139: 2025-10-04T15:20:30Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1085301279/tmpdir1655919978/build_ignoredirective1981454843 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1085301279/tmpdir1655919978/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 0x3ff466fedc0 r6 0x0 r7 0x0 r8 0x1021f12 r9 0x3ff8d4fe4f4 r10 0x3c0000000 r11 0x0 r12 0x0 r13 0x25eb006dea80 r14 0x106a54c r15 0x3ff466fed88 pc 0x10bfdda link 0x106a54c script_test.go:163: FAIL: testdata/script/build_ignoredirective.txt:56: go build -x ./...: exit status 2 --- FAIL: TestScript/build_ignoredirective (142.59s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-03 19:30 gotip-linux-s390x go@10e79688 cmd/cgo/internal/testplugin.TestForkExec [SKIP] (log)
=== RUN TestForkExec === PAUSE TestForkExec2025-10-03 19:30 gotip-linux-s390x go@10e79688 cmd/go.TestScript/mod_install_pkg_version (log)
=== RUN TestScript/mod_install_pkg_version === PAUSE TestScript/mod_install_pkg_version === CONT TestScript/mod_install_pkg_version script_test.go:139: 2025-10-04T17:19:24Z script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3809555350/tmpdir3665219702/mod_install_pkg_version471588884 script_test.go:163: PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3809555350/tmpdir3665219702/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 0x1 r3 0x1a7cf r4 0x5eba45c05568 r5 0x1000004 r6 0x0 r7 0x0 r8 0x1 r9 0x5eba450ae1e0 r10 0x0 r11 0x3ffa9ef6730 r12 0x5eba45c054d0 r13 0x5eba45203a40 r14 0x10e2fbe r15 0x5eba45c053f8 pc 0x1008f9a link 0x10e2fbe script_test.go:163: FAIL: testdata/script/mod_install_pkg_version.txt:34: go install example.com/cmd/a@latest: exit status 2 --- FAIL: TestScript/mod_install_pkg_version (78.02s)2025-10-03 19:30 gotip-linux-s390x-race go@ec70d190 runtime.TestAbortInCgo [SKIP] (log)
=== RUN TestAbortInCgo === PAUSE TestAbortInCgoComment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)
2025-10-03 19:30 gotip-linux-s390x go@ab043953 cmd/cgo/internal/testplugin.TestMethod3 [SKIP] (log)
=== RUN TestMethod3 ( 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 method3.so ./method3/plugin.go ) SIGQUIT: quit PC=0xc2058 m=0 sigcode=0 goroutine 0 gp=0x366160 m=0 mp=0x367080 [idle]: runtime.futex(0x3671d0, 0x80, 0x0, 0x0, 0x0, 0x0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/sys_linux_s390x.s:497 +0x28 fp=0x3ffd167e0b8 sp=0x3ffd167e0b8 pc=0xc2058 runtime.futexsleep(0x3671d0, 0x0, 0xffffffffffffffff) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/os_linux.go:73 +0x52 fp=0x3ffd167e100 sp=0x3ffd167e0b8 pc=0x70d52 ... r0 0x0 r1 0xee r2 0x3671d0 r3 0x80 r4 0x0 r5 0x0 r6 0x0 r7 0x0 r8 0x1 r9 0xff r10 0x0 r11 0x1 r12 0x0 r13 0x366160 r14 0x70d52 r15 0x3ffd167e0b8 pc 0xc2058 link 0x70d52 *** Test killed with quit: ran too long (10m0s).2025-10-03 19:30 gotip-linux-s390x-race go@10e79688 runtime/race.TestRace (log)
=== RUN TestRace race_test.go:50: Failed to run tests: not all tests ran ================== WARNING: DATA RACE Read at 0x00c0000123e8 by goroutine 9: 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 0x00c0000123e8 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:2405 +0x16d6 fp=0xc00012ffb8 sp=0xc00012fc08 pc=0x51a176 net/http.(*Transport).dialConn.gowrap2() /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1957 +0x4e fp=0xc00012ffd8 sp=0xc00012ffb8 pc=0x51641e runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_s390x.s:790 +0x2 fp=0xc00012ffd8 sp=0xc00012ffd8 pc=0xef7f2 created by net/http.(*Transport).dialConn in goroutine 4505 /home/swarming/.swarming/w/ir/x/w/goroot/src/net/http/transport.go:1957 +0x2e8e FAIL command-line-arguments 34.862s FAIL --- FAIL: TestRace (59.35s)Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsite`)