Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

x/build: LUCI windows-amd64-longtest TryBot is slow #64764

Open
bcmills opened this issue Dec 15, 2023 · 21 comments
Open

x/build: LUCI windows-amd64-longtest TryBot is slow #64764

bcmills opened this issue Dec 15, 2023 · 21 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Dec 15, 2023

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")

Go version

5647578230cab57e3befb9a736b045063e0156b5

What operating system and processor architecture are you using (go env)?

N/A

What did you do?

Add a gotip-windows-amd64-longtest LUCI Trybot on https://go.dev/cl/550237.

What did you expect to see?

Test results in 15 minutes or less, per #37439 (comment).

What did you see instead?

Testing on gotip-windows-amd64-longtest took 26½ minutes (http://ci.chromium.org/b/8761608988288421329).

Perhaps the builder sharding needs to be adjusted? (Maybe there are differences in machine speed or load that cause the LUCI builders to be slower than the legacy TryBots?)

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Dec 15, 2023
@gopherbot gopherbot added this to the Unreleased milestone Dec 15, 2023
@thanm thanm added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Dec 18, 2023
@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-01-18 22:58 x_tools-go1.21-windows-amd64-longtest tools@3458e0c5 release-branch.go1.21@2540b143 x/tools/gopls/internal/test/integration/misc.TestSignatureHelpInNonWorkspacePackage/forwarded [ABORT] (log)
=== RUN   TestSignatureHelpInNonWorkspacePackage/forwarded
    runner.go:253: waiting on:
        Unmet: completed work "diagnosing initial workspace load" 1 times
        
        err:context deadline exceeded
        
        state:
        #### log messages (see RPC logs for full text):
        	Info: "2024/01/18 15:21:12 Handshake session update\n\tup...
        	Info: "2024/01/18 15:21:12 go info for C:\\b\\s\\w\\ir\\x...
...
panic: test timed out after 10m0s
running tests:
	TestSignatureHelpInNonWorkspacePackage (2s)
	TestSignatureHelpInNonWorkspacePackage/forwarded (1s)

goroutine 139922 [running]:
testing.(*M).startAlarm.func1()
	C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:2259 +0x3b9
created by time.goFunc
	C:/b/s/w/ir/x/w/goroot/src/time/sleep.go:176 +0x2d
...
golang.org/x/tools/gopls/internal/lsp/lsprpc.(*StreamServer).ServeStream.ServerHandler.func3({0x1af54c0, 0xc001244750}, 0xc0014aa150, {0x1af5680, 0xc001244600})
	C:/b/s/w/ir/x/w/targetrepo3818468283/gopls/internal/lsp/protocol/protocol.go:158 +0x85
golang.org/x/tools/gopls/internal/lsp/lsprpc.(*StreamServer).ServeStream.handshaker.func4({0x1af54c0, 0xc001244750}, 0xc0014aa150, {0x1af5680?, 0xc001244600?})
	C:/b/s/w/ir/x/w/targetrepo3818468283/gopls/internal/lsp/lsprpc/lsprpc.go:521 +0x923
golang.org/x/tools/gopls/internal/lsp/protocol.Handlers.MustReplyHandler.func1({0x1af54c0, 0xc001244750}, 0xc004484ff0, {0x1af5680?, 0xc001244600?})
	C:/b/s/w/ir/x/w/targetrepo3818468283/internal/jsonrpc2/handler.go:35 +0xe5
golang.org/x/tools/gopls/internal/lsp/protocol.Handlers.AsyncHandler.func2.2()
	C:/b/s/w/ir/x/w/targetrepo3818468283/internal/jsonrpc2/handler.go:103 +0x96
created by golang.org/x/tools/gopls/internal/lsp/protocol.Handlers.AsyncHandler.func2 in goroutine 139712
	C:/b/s/w/ir/x/w/targetrepo3818468283/internal/jsonrpc2/handler.go:100 +0x1ed
2024-01-19 23:15 x_tools-gotip-windows-amd64-longtest tools@e1555a36 go@29cea658 x/tools/gopls/internal/test/integration/diagnostics.TestExpandWorkspaceToModule/experimental#01 [ABORT] (log)
=== RUN   TestExpandWorkspaceToModule/experimental#01
    runner.go:253: waiting on:
        Unmet: completed work "diagnosing initial workspace load" 1 times
        
        err:context deadline exceeded
        
        state:
        #### log messages (see RPC logs for full text):
        	Info: "2024/01/22 09:27:20 go info for C:\\b\\s\\w\\ir\\x...
        
...
panic: test timed out after 10m0s
running tests:
	TestExpandWorkspaceToModule (5s)
	TestExpandWorkspaceToModule/experimental#01 (1s)

goroutine 99617 [running]:
testing.(*M).startAlarm.func1()
	C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:2366 +0x385
created by time.goFunc
	C:/b/s/w/ir/x/w/goroot/src/time/sleep.go:177 +0x2d
...
golang.org/x/tools/gopls/internal/lsp/cache.(*Snapshot).WorkspaceMetadata(0xc00746fd40, {0x1104088?, 0xc0065d3d70?})
	C:/b/s/w/ir/x/w/targetrepo1202350692/gopls/internal/lsp/cache/snapshot.go:1082 +0x5e
golang.org/x/tools/gopls/internal/server.(*server).diagnose(0xc002d10200, {0x1104088, 0xc0065d3bf0}, 0xc00746fd40)
	C:/b/s/w/ir/x/w/targetrepo1202350692/gopls/internal/server/diagnostics.go:366 +0x5d8
golang.org/x/tools/gopls/internal/server.(*server).diagnoseSnapshot(0xc002d10200, 0xc00746fd40, {0x0, 0x0, 0x0}, 0x0)
	C:/b/s/w/ir/x/w/targetrepo1202350692/gopls/internal/server/diagnostics.go:223 +0x61f
golang.org/x/tools/gopls/internal/server.(*server).addFolders.func3()
	C:/b/s/w/ir/x/w/targetrepo1202350692/gopls/internal/server/general.go:328 +0x45
created by golang.org/x/tools/gopls/internal/server.(*server).addFolders in goroutine 99580
	C:/b/s/w/ir/x/w/targetrepo1202350692/gopls/internal/server/general.go:327 +0x6a9
2024-01-19 23:15 x_tools-gotip-windows-amd64-longtest tools@e1555a36 go@29cea658 x/tools/gopls/internal/test/integration/misc.TestStdlibReferences/forwarded [ABORT] (log)
=== RUN   TestStdlibReferences/forwarded
    runner.go:253: waiting on:
        Unmet: completed work "diagnosing initial workspace load" 1 times
        
        err:context deadline exceeded
        
        state:
        #### log messages (see RPC logs for full text):
        	Info: "2024/01/22 09:27:28 Handshake session update\n\tup...
        	Info: "2024/01/22 09:27:28 go info for C:\\b\\s\\w\\ir\\x...
...
panic: test timed out after 10m0s
running tests:
	TestStdlibReferences (1s)
	TestStdlibReferences/forwarded (0s)

goroutine 103923 [running]:
testing.(*M).startAlarm.func1()
	C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:2366 +0x385
created by time.goFunc
	C:/b/s/w/ir/x/w/goroot/src/time/sleep.go:177 +0x2d
...
io.copyBuffer({0x1f97e20, 0xc0047bb830}, {0x1f97a40, 0xc002adc428}, {0x0, 0x0, 0x0})
	C:/b/s/w/ir/x/w/goroot/src/io/io.go:411 +0x9d
io.Copy(...)
	C:/b/s/w/ir/x/w/goroot/src/io/io.go:388
os/exec.(*Cmd).writerDescriptor.func1()
	C:/b/s/w/ir/x/w/goroot/src/os/exec/exec.go:577 +0x34
os/exec.(*Cmd).Start.func2(0x0?)
	C:/b/s/w/ir/x/w/goroot/src/os/exec/exec.go:724 +0x2c
created by os/exec.(*Cmd).Start in goroutine 103743
	C:/b/s/w/ir/x/w/goroot/src/os/exec/exec.go:723 +0xa2b

watchflakes

@cherrymui
Copy link
Member

I made the issue to include post-submit timeouts as well. Thanks.

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-02-02 22:08 gotip-windows-amd64-longtest go@9819d826 internal/poll.TestRead/SpecialFile [ABORT] (log)
=== RUN   TestRead/SpecialFile
unexpected signal during runtime execution
[signal 0xc0000005 code=0x0 addr=0x11 pc=0xf1629e]

runtime stack:
runtime.throw({0x1040305?, 0x7ffc00000000?})
	C:/b/s/w/ir/x/w/goroot/src/runtime/panic.go:1011 +0x65 fp=0x7ece9fedd0 sp=0x7ece9feda0 pc=0xf1b505
runtime.sigpanic()
	C:/b/s/w/ir/x/w/goroot/src/runtime/signal_windows.go:395 +0x265 fp=0x7ece9fee18 sp=0x7ece9fedd0 pc=0xf32825
runtime/internal/atomic.(*Uintptr).Load(...)
...
created by testing.(*T).Run in goroutine 1
	C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1742 +0x390

goroutine 50 gp=0xc000084380 m=nil [runnable]:
testing.(*T).Run.gowrap1()
	C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1742 fp=0xc00013ffe0 sp=0xc00013ffd8 pc=0xfbbca0
runtime.goexit({})
	C:/b/s/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00013ffe8 sp=0xc00013ffe0 pc=0xf535a1
created by testing.(*T).Run in goroutine 16
	C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1742 +0x390
2024-02-02 23:11 x_tools-go1.21-windows-amd64-longtest tools@3403ce10 release-branch.go1.21@2fdad8af x/tools/gopls/internal/test/integration/misc.TestWorkspaceSymbolMissingMetadata/experimental [ABORT] (log)
=== RUN   TestWorkspaceSymbolMissingMetadata/experimental
    runner.go:253: waiting on:
        Unmet: completed work "diagnosing initial workspace load" 1 times
        
        err:context deadline exceeded
        
        state:
        #### log messages (see RPC logs for full text):
        	Info: "2024/02/02 15:31:43 go info for C:\\b\\s\\w\\ir\\x...
        
...
panic: test timed out after 10m0s
running tests:
	TestWorkspaceSymbolMissingMetadata (2s)
	TestWorkspaceSymbolMissingMetadata/experimental (0s)

goroutine 155146 [running]:
testing.(*M).startAlarm.func1()
	C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:2259 +0x3b9
created by time.goFunc
	C:/b/s/w/ir/x/w/goroot/src/time/sleep.go:176 +0x2d
...
golang.org/x/tools/gopls/internal/debug.(*Instance).Serve.func1()
	C:/b/s/w/ir/x/w/targetrepo555460451/gopls/internal/debug/serve.go:483 +0xb85
created by golang.org/x/tools/gopls/internal/debug.(*Instance).Serve in goroutine 9944
	C:/b/s/w/ir/x/w/targetrepo555460451/gopls/internal/debug/serve.go:444 +0x45b

goroutine 155142 [chan send]:
golang.org/x/tools/go/packages.goListDriver.func1()
	C:/b/s/w/ir/x/w/targetrepo555460451/go/packages/golist.go:155 +0x1d0
created by golang.org/x/tools/go/packages.goListDriver in goroutine 155154
	C:/b/s/w/ir/x/w/targetrepo555460451/go/packages/golist.go:151 +0x2ea

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-03-11 18:35 gotip-windows-amd64-longtest go@edbb5a13 runtime:mayMoreStackPreempt.TestNetpollDeadlock (log)
=== RUN   TestNetpollDeadlock
=== PAUSE TestNetpollDeadlock
=== CONT  TestNetpollDeadlock
    exec.go:193: test timed out while running command: C:\b\s\w\ir\x\t\go-build2767286069\testprognet.exe NetpollDeadlock
    crash_test.go:506: C:\b\s\w\ir\x\t\go-build2767286069\testprognet.exe NetpollDeadlock: exit status 1
    crash_test.go:509: output does not start with "done\n":
        dialing
--- FAIL: TestNetpollDeadlock (2586.49s)
2024-03-12 17:04 gotip-windows-amd64-longtest go@5eb87c39 runtime:mayMoreStackPreempt.TestNetpollDeadlock (log)
=== RUN   TestNetpollDeadlock
=== PAUSE TestNetpollDeadlock
=== CONT  TestNetpollDeadlock
    crash_test.go:170: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build1475190012\testprognet.exe
    crash_test.go:176: built testprognet in 2.1601831s
    exec.go:193: test timed out while running command: C:\b\s\w\ir\x\t\go-build1475190012\testprognet.exe NetpollDeadlock
    crash_test.go:506: C:\b\s\w\ir\x\t\go-build1475190012\testprognet.exe NetpollDeadlock: exit status 1
    crash_test.go:509: output does not start with "done\n":
        dialing
--- FAIL: TestNetpollDeadlock (2590.73s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-03-13 18:22 gotip-windows-amd64-longtest go@38723f2b runtime:mayMoreStackPreempt.TestNetpollDeadlock (log)
=== RUN   TestNetpollDeadlock
=== PAUSE TestNetpollDeadlock
=== CONT  TestNetpollDeadlock
    exec.go:193: test timed out while running command: C:\b\s\w\ir\x\t\go-build1389385579\testprognet.exe NetpollDeadlock
    crash_test.go:506: C:\b\s\w\ir\x\t\go-build1389385579\testprognet.exe NetpollDeadlock: exit status 1
    crash_test.go:509: output does not start with "done\n":
        dialing
--- FAIL: TestNetpollDeadlock (2590.85s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-05-15 18:27 x_vuln-gotip-windows-amd64-longtest vuln@d837ff86 go@bf0b605d x/vuln/cmd/govulncheck.TestCommand [ABORT] (log)
=== RUN   TestCommand

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-05-21 17:17 gotip-windows-amd64-longtest go@d881ed63 net/http.TestCmdGoNoHTTPServer [ABORT] (log)
=== RUN   TestCmdGoNoHTTPServer
=== PAUSE TestCmdGoNoHTTPServer

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-08-07 19:48 gotip-windows-amd64-longtest go@5eeba95b runtime/pprof.TestEmptyCallStack [ABORT] (log)
=== RUN   TestEmptyCallStack
=== PAUSE TestEmptyCallStack
2024-08-07 19:48 gotip-windows-amd64-longtest go@5eeba95b runtime/pprof.TestProfilerStackDepth/heap [ABORT] (log)
=== RUN   TestProfilerStackDepth/heap
panic: test timed out after 45m0s
	running tests:
		TestProfilerStackDepth (43m24s)
		TestProfilerStackDepth/heap (43m24s)

goroutine 1307363 gp=0xc0001af180 m=12 mp=0xc00036a808 [running]:
panic({0x36a920?, 0xc000108280?})
	C:/b/s/w/ir/x/w/goroot/src/runtime/panic.go:804 +0x168 fp=0xc00149bf10 sp=0xc00149be60 pc=0x21fc48
testing.(*M).startAlarm.func1()
...
runtime/pprof.goroutineDeep(0x33a2da?, 0xc000102460?)
	C:/b/s/w/ir/x/w/goroot/src/runtime/pprof/pprof_test.go:2560 +0x96 fp=0xc000027f98 sp=0xc000027f70 pc=0x33f036
runtime/pprof.produceProfileEvents(0xc00031a000, 0x80)
	C:/b/s/w/ir/x/w/goroot/src/runtime/pprof/pprof_test.go:2580 +0x9a fp=0xc000027fc0 sp=0xc000027f98 pc=0x33f13a
runtime/pprof.TestProfilerStackDepth.gowrap1()
	C:/b/s/w/ir/x/w/goroot/src/runtime/pprof/pprof_test.go:2456 +0x25 fp=0xc000027fe0 sp=0xc000027fc0 pc=0x33ebc5
runtime.goexit({})
	C:/b/s/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000027fe8 sp=0xc000027fe0 pc=0x228401
created by runtime/pprof.TestProfilerStackDepth in goroutine 1165681
	C:/b/s/w/ir/x/w/goroot/src/runtime/pprof/pprof_test.go:2456 +0xe5

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-11-19 19:40 gotip-windows-amd64-longtest go@d90ce588 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3595597725\testsynctest.exe
    crash_test.go:191: built testsynctest in 409.0081ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3595597725\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3595597725\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2436.12s)
2024-11-19 19:46 gotip-windows-amd64-longtest go@d9de8ba8 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build86281576\testsynctest.exe
    crash_test.go:191: built testsynctest in 446.7479ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build86281576\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build86281576\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2431.71s)
2024-11-19 19:47 gotip-windows-amd64-longtest go@5fdadffe runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3676434297\testsynctest.exe
    crash_test.go:191: built testsynctest in 430.0742ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3676434297\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3676434297\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2434.58s)
2024-11-19 20:40 gotip-windows-amd64-longtest go@e82308c1 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3583294179\testsynctest.exe
    crash_test.go:191: built testsynctest in 402.0714ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3583294179\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3583294179\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2439.89s)
2024-11-19 20:43 gotip-windows-amd64-longtest go@ed413f3f runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build1102850659\testsynctest.exe
    crash_test.go:191: built testsynctest in 423.9079ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build1102850659\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build1102850659\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2434.16s)
2024-11-19 20:43 gotip-windows-amd64-longtest go@791d9827 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3783012244\testsynctest.exe
    crash_test.go:191: built testsynctest in 424.693ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3783012244\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3783012244\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2430.39s)
2024-11-19 20:43 gotip-windows-amd64-longtest go@8f9a420a runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build2144302512\testsynctest.exe
    crash_test.go:191: built testsynctest in 434.3803ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build2144302512\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build2144302512\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2436.77s)
2024-11-19 20:47 gotip-windows-amd64-longtest go@2e607475 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build1857435843\testsynctest.exe
    crash_test.go:191: built testsynctest in 418.9412ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build1857435843\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build1857435843\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2447.66s)
2024-11-19 21:15 gotip-windows-amd64-longtest go@d13e6d0b runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build2457876717\testsynctest.exe
    crash_test.go:191: built testsynctest in 415.0173ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build2457876717\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build2457876717\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2456.04s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-11-19 21:15 gotip-windows-amd64-longtest go@253a9933 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3365629304\testsynctest.exe
    crash_test.go:191: built testsynctest in 421.4882ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3365629304\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3365629304\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2422.81s)
2024-11-19 21:15 gotip-windows-amd64-longtest go@c14fc500 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build1797148993\testsynctest.exe
    crash_test.go:191: built testsynctest in 394.8469ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build1797148993\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build1797148993\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2423.23s)
2024-11-19 21:52 gotip-windows-amd64-longtest go@9935dd99 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build1331122654\testsynctest.exe
    crash_test.go:191: built testsynctest in 416.0612ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build1331122654\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build1331122654\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2441.11s)
2024-11-19 21:52 gotip-windows-amd64-longtest go@e33f7c42 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3783447116\testsynctest.exe
    crash_test.go:191: built testsynctest in 401.9852ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3783447116\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3783447116\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2428.71s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-11-19 22:30 gotip-windows-amd64-longtest go@e75e5246 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3059303438\testsynctest.exe
    crash_test.go:191: built testsynctest in 406.3837ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3059303438\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3059303438\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2428.33s)
2024-11-19 22:30 gotip-windows-amd64-longtest go@245f9ba3 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build4093700959\testsynctest.exe
    crash_test.go:191: built testsynctest in 377.6577ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build4093700959\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build4093700959\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2442.50s)
2024-11-19 22:30 gotip-windows-amd64-longtest go@e46eefde runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build1834345327\testsynctest.exe
    crash_test.go:191: built testsynctest in 486.656ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build1834345327\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build1834345327\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2437.91s)
2024-11-19 22:30 gotip-windows-amd64-longtest go@8c2a04f1 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build171390071\testsynctest.exe
    crash_test.go:191: built testsynctest in 486.7603ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build171390071\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build171390071\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2432.45s)
2024-11-19 22:30 gotip-windows-amd64-longtest go@17bf224a runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3001331529\testsynctest.exe
    crash_test.go:191: built testsynctest in 476.1468ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3001331529\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3001331529\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2422.77s)
2024-11-19 23:03 gotip-windows-amd64-longtest go@a3326896 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3384389948\testsynctest.exe
    crash_test.go:191: built testsynctest in 412.9014ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3384389948\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3384389948\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2437.07s)
2024-11-19 23:24 gotip-windows-amd64-longtest go@fb7f4f97 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3472403073\testsynctest.exe
    crash_test.go:191: built testsynctest in 397.3172ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3472403073\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3472403073\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2432.42s)
2024-11-19 23:24 gotip-windows-amd64-longtest go@a3c068c5 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build4111317362\testsynctest.exe
    crash_test.go:191: built testsynctest in 436.8944ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build4111317362\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build4111317362\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2434.87s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-11-19 23:02 gotip-windows-amd64-longtest go@5321fc26 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build4144086841\testsynctest.exe
    crash_test.go:191: built testsynctest in 457.6176ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build4144086841\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build4144086841\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2428.05s)
2024-11-19 23:02 gotip-windows-amd64-longtest go@9776d028 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build1873290678\testsynctest.exe
    crash_test.go:191: built testsynctest in 401.1984ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build1873290678\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build1873290678\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2419.45s)
2024-11-19 23:02 gotip-windows-amd64-longtest go@931700a9 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build560158507\testsynctest.exe
    crash_test.go:191: built testsynctest in 1.3052632s
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build560158507\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build560158507\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2455.22s)
2024-11-19 23:02 gotip-windows-amd64-longtest go@7e1af3bf runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build4103463954\testsynctest.exe
    crash_test.go:191: built testsynctest in 416.2781ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build4103463954\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build4103463954\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2433.86s)
2024-11-19 23:03 gotip-windows-amd64-longtest go@7eb10ca6 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build1386262132\testsynctest.exe
    crash_test.go:191: built testsynctest in 469.5888ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build1386262132\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build1386262132\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2438.69s)
2024-11-19 23:03 gotip-windows-amd64-longtest go@1e1c0a7e runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3846249104\testsynctest.exe
    crash_test.go:191: built testsynctest in 412.3ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3846249104\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3846249104\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2433.86s)
2024-11-19 23:03 gotip-windows-amd64-longtest go@ad072b3a runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3254097222\testsynctest.exe
    crash_test.go:191: built testsynctest in 416.3865ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3254097222\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3254097222\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2438.34s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-11-19 23:01 gotip-windows-amd64-longtest go@e24eb3ab runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3908142361\testsynctest.exe
    crash_test.go:191: built testsynctest in 418.5965ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3908142361\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3908142361\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2435.75s)
2024-11-19 23:01 gotip-windows-amd64-longtest go@6f519476 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build578756278\testsynctest.exe
    crash_test.go:191: built testsynctest in 440.4234ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build578756278\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build578756278\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2436.92s)
2024-11-19 23:01 gotip-windows-amd64-longtest go@03f075b5 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build170788897\testsynctest.exe
    crash_test.go:191: built testsynctest in 445.6876ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build170788897\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build170788897\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2428.27s)
2024-11-19 23:01 gotip-windows-amd64-longtest go@b22c585c runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build4142709312\testsynctest.exe
    crash_test.go:191: built testsynctest in 413.8648ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build4142709312\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build4142709312\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2429.17s)
2024-11-19 23:02 gotip-windows-amd64-longtest go@45c6cc30 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3859802373\testsynctest.exe
    crash_test.go:191: built testsynctest in 561.2581ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3859802373\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3859802373\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2428.19s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-11-19 22:29 gotip-windows-amd64-longtest go@a794fa5f runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build341012269\testsynctest.exe
    crash_test.go:191: built testsynctest in 435.1771ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build341012269\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build341012269\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2432.21s)
2024-11-19 22:30 gotip-windows-amd64-longtest go@298defcb runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3334106426\testsynctest.exe
    crash_test.go:191: built testsynctest in 450.6245ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3334106426\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3334106426\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2428.15s)
2024-11-19 22:30 gotip-windows-amd64-longtest go@5610e059 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build350588186\testsynctest.exe
    crash_test.go:191: built testsynctest in 422.7928ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build350588186\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build350588186\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2432.62s)
2024-11-19 23:01 gotip-windows-amd64-longtest go@2f35e137 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build573488244\testsynctest.exe
    crash_test.go:191: built testsynctest in 405.1878ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build573488244\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build573488244\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2427.19s)
2024-11-19 23:01 gotip-windows-amd64-longtest go@566cf1c1 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build1480440558\testsynctest.exe
    crash_test.go:191: built testsynctest in 4.5125906s
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build1480440558\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build1480440558\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2436.87s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-11-19 22:07 gotip-windows-amd64-longtest go@382b20a0 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3890517497\testsynctest.exe
    crash_test.go:191: built testsynctest in 413.038ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3890517497\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3890517497\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2420.91s)
2024-11-19 22:29 gotip-windows-amd64-longtest go@349d7d92 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build431016721\testsynctest.exe
    crash_test.go:191: built testsynctest in 406.7594ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build431016721\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build431016721\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2438.75s)
2024-11-20 02:58 gotip-windows-amd64-longtest go@fe7d97d0 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build682673045\testsynctest.exe
    crash_test.go:191: built testsynctest in 474.5132ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build682673045\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build682673045\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2437.35s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-11-20 11:12 gotip-windows-amd64-longtest go@606a0bd9 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3720992336\testsynctest.exe
    crash_test.go:191: built testsynctest in 461.3533ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3720992336\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3720992336\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2435.86s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2024-11-20 12:49 gotip-windows-amd64-longtest go@01103d7a runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3359956877\testsynctest.exe
    crash_test.go:191: built testsynctest in 491.4656ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3359956877\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3359956877\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2426.33s)
2024-11-20 12:50 gotip-windows-amd64-longtest go@5e1726b7 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build1786398240\testsynctest.exe
    crash_test.go:191: built testsynctest in 426.1094ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build1786398240\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build1786398240\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2431.11s)
2024-11-20 13:07 gotip-windows-amd64-longtest go@5d2cc566 runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3123870232\testsynctest.exe
    crash_test.go:191: built testsynctest in 489.157ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3123870232\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3123870232\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2440.78s)
2024-11-20 13:07 gotip-windows-amd64-longtest go@a311754d runtime:mayMoreStackMove.TestSynctest (log)
=== RUN   TestSynctest
    crash_test.go:169: running C:\b\s\w\ir\x\w\goroot\bin\go.exe build -o C:\b\s\w\ir\x\t\go-build3594427367\testsynctest.exe
    crash_test.go:191: built testsynctest in 360.0165ms
    exec.go:213: test timed out while running command: C:\b\s\w\ir\x\t\go-build3594427367\testsynctest.exe 
    synctest_test.go:12: C:\b\s\w\ir\x\t\go-build3594427367\testsynctest.exe : exit status 1
    synctest_test.go:15: output:
        
        
        wanted:
        success
--- FAIL: TestSynctest (2455.33s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2025-03-04 11:10 gotip-windows-amd64-longtest go@4f45b2b7 math/big.TestLinkerGC [ABORT] (log)
=== RUN   TestLinkerGC
=== PAUSE TestLinkerGC

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2025-03-05 20:18 x_tools-gotip-windows-amd64-longtest tools@6a5b66be go@1cf6b502 x/tools/go/loader.TestLoad1 [ABORT] (log)
=== RUN   TestLoad1
=== PAUSE TestLoad1
2025-03-05 20:18 x_tools-gotip-windows-amd64-longtest tools@6a5b66be go@1cf6b502 x/tools/go/loader.TestLoad2 [ABORT] (log)
=== RUN   TestLoad2
=== PAUSE TestLoad2
2025-03-06 18:34 x_tools-gotip-windows-amd64-longtest tools@b08c7a26 go@d43c0f80 x/tools/go/loader.TestLoad1 [ABORT] (log)
=== RUN   TestLoad1
=== PAUSE TestLoad1
2025-03-06 18:34 x_tools-gotip-windows-amd64-longtest tools@b08c7a26 go@d43c0f80 x/tools/go/loader.TestLoad2 [ABORT] (log)
=== RUN   TestLoad2
=== PAUSE TestLoad2

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2025-03-10 15:11 gotip-windows-amd64-longtest go@c3950f84 cmd/go.TestScript/test_fuzz_deadline (log)
=== RUN   TestScript/test_fuzz_deadline
=== PAUSE TestScript/test_fuzz_deadline
=== CONT  TestScript/test_fuzz_deadline
    script_test.go:139: 2025-03-10T15:32:51Z
    script_test.go:141: $WORK=C:\b\s\w\ir\x\t\cmd-go-test-1469476140\tmpdir157185551\test_fuzz_deadline1819635732
    script_test.go:163: 
        PATH=C:\b\s\w\ir\x\t\cmd-go-test-1469476140\tmpdir157185551\testbin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\cache\tools\bin;C:\b\s\w\ir\bbagent_utility_packages;C:\b\s\w\ir\bbagent_utility_packages\bin;C:\b\s\w\ir\cipd_bin_packages;C:\b\s\w\ir\cipd_bin_packages\bin;C:\b\s\w\ir\cache\cipd_client;C:\b\s\w\ir\cache\cipd_client\bin;C:\b\s\cipd_cache\bin;C:\Program Files\OpenSSH\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Puppet Labs\Puppet\bin;C:\Users\chrome-bot\AppData\Local\Microsoft\WindowsApps;C:\b\s\w\ir\cache\tools\cc\windows\gcc64\bin
        USERPROFILE=/no-home
        CCACHE_DISABLE=1
        GOARCH=amd64
...
        --- FAIL: FuzzDeadline (0.00s)
            --- FAIL: FuzzDeadline/seed#0 (0.00s)
                fuzz_deadline_test.go:14: function got true; want false
        FAIL
        exit status 1
        FAIL	fuzz	0.043s
        [exit status 1]
        > go test -run=FuzzDeadline -timeout=1s -wantdeadline=true
        [stdout]
        PASS
...
        fuzz: elapsed: 0s, gathering baseline coverage: 0/1 completed
        fuzz: elapsed: 0s, gathering baseline coverage: 1/1 completed, now fuzzing with 2 workers
        fuzz: elapsed: 2s, execs: 44192 (26820/sec), new interesting: 0 (total: 1)
        --- FAIL: FuzzDeadline (1.65s)
            context deadline exceeded
        FAIL
        exit status 1
        FAIL	fuzz	1.692s
    script_test.go:163: FAIL: testdata\script\test_fuzz_deadline.txt:22: go test -fuzz=FuzzDeadline -timeout=0 -fuzztime=1s -wantdeadline=false: exit status 1
--- FAIL: TestScript/test_fuzz_deadline (108.22s)

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || status == "ABORT")
2025-03-13 20:32 gotip-windows-amd64-longtest go@59afdd3e cmd/go.TestScript/test_fuzz_fuzztime (log)
=== RUN   TestScript/test_fuzz_fuzztime
=== PAUSE TestScript/test_fuzz_fuzztime
=== CONT  TestScript/test_fuzz_fuzztime
    script_test.go:139: 2025-03-13T20:49:53Z
    script_test.go:141: $WORK=C:\b\s\w\ir\x\t\cmd-go-test-3749366478\tmpdir4051445928\test_fuzz_fuzztime732913070
    script_test.go:163: 
        PATH=C:\b\s\w\ir\x\t\cmd-go-test-3749366478\tmpdir4051445928\testbin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\cache\tools\bin;C:\b\s\w\ir\bbagent_utility_packages;C:\b\s\w\ir\bbagent_utility_packages\bin;C:\b\s\w\ir\cipd_bin_packages;C:\b\s\w\ir\cipd_bin_packages\bin;C:\b\s\w\ir\cache\cipd_client;C:\b\s\w\ir\cache\cipd_client\bin;C:\b\s\cipd_cache\bin;C:\Program Files\OpenSSH\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Puppet Labs\Puppet\bin;C:\Users\chrome-bot\AppData\Local\Microsoft\WindowsApps;C:\b\s\w\ir\cache\tools\cc\windows\gcc64\bin
        USERPROFILE=/no-home
        CCACHE_DISABLE=1
        GOARCH=amd64
...
        --- FAIL: FuzzFast (5.10s)
            context deadline exceeded
        FAIL
        [stderr]
        warning: the test binary was not built with coverage instrumentation, so fuzzing will run without coverage guidance and may be inefficient
        warning: starting with empty corpus
        fuzz: elapsed: 0s, execs: 0 (0/sec)
        fuzz: elapsed: 3s, execs: 156188 (51981/sec)
        fuzz: elapsed: 5s, execs: 277372 (58001/sec)
    script_test.go:163: FAIL: testdata\script\test_fuzz_fuzztime.txt:20: exec ./fuzz.test.exe -test.timeout=3s -test.fuzz=FuzzFast -test.fuzztime=5s -test.parallel=1 -test.fuzzcachedir=C:\b\s\w\ir\x\t\cmd-go-test-3749366478\tmpdir4051445928\test_fuzz_fuzztime732913070/cache: exit status 1
--- FAIL: TestScript/test_fuzz_fuzztime (135.71s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Projects
Status: No status
Development

No branches or pull requests

5 participants