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

internal/trace: TestTraceStressStartStop/Default failures #70211

Open
gopherbot opened this issue Nov 5, 2024 · 2 comments
Open

internal/trace: TestTraceStressStartStop/Default failures #70211

gopherbot opened this issue Nov 5, 2024 · 2 comments
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "internal/trace" && test == "TestTraceStressStartStop/Default"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTraceStressStartStop/Default
    reader_test.go:112: unexpected error while reading the trace: broken trace: failed to advance: frontier:
        [gen=5]
        
        M 3764 [ProcStart time=16122150543994 p=4 p_seq=22]
        M 12168 [GoUnblock time=16122151264173 g=22 g_seq=2 stack=0]
        
        G 4 [status=Waiting seq=2 (gen=5)]
        G 5 [status=Waiting seq=0 (gen=5)]
        G 57 [status=Waiting seq=0 (gen=5)]
...
        String id=193
        	data="C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/net/tcpsockopt_posix.go"
        String id=194
        	data="net.setKeepAlive"
        String id=195
        	data="C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/net/sockopt_posix.go"
        String id=196
        	data="runtime.forcegchelper"
        
--- FAIL: TestTraceStressStartStop/Default (3.36s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 5, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "internal/trace" && test == "TestTraceStressStartStop/Default"
2024-11-05 19:52 gotip-windows-arm64 go@3b94c357 internal/trace.TestTraceStressStartStop/Default (log)
=== RUN   TestTraceStressStartStop/Default
    reader_test.go:112: unexpected error while reading the trace: broken trace: failed to advance: frontier:
        [gen=5]
        
        M 3764 [ProcStart time=16122150543994 p=4 p_seq=22]
        M 12168 [GoUnblock time=16122151264173 g=22 g_seq=2 stack=0]
        
        G 4 [status=Waiting seq=2 (gen=5)]
        G 5 [status=Waiting seq=0 (gen=5)]
        G 57 [status=Waiting seq=0 (gen=5)]
...
        String id=193
        	data="C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/net/tcpsockopt_posix.go"
        String id=194
        	data="net.setKeepAlive"
        String id=195
        	data="C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/net/sockopt_posix.go"
        String id=196
        	data="runtime.forcegchelper"
        
--- FAIL: TestTraceStressStartStop/Default (3.36s)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Nov 5, 2024
@mknyszek mknyszek self-assigned this Nov 6, 2024
@mknyszek mknyszek added this to the Backlog milestone Nov 6, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "internal/trace" && test == "TestTraceStressStartStop/Default"
2025-02-07 01:10 gotip-windows-arm64 go@637c235b internal/trace.TestTraceStressStartStop/Default (log)
=== RUN   TestTraceStressStartStop/Default
    reader_test.go:112: unexpected error while reading the trace: broken trace: failed to advance: frontier:
        [gen=5]
        
        M 23592 [ProcStart time=6363207916491623 p=1 p_seq=1]
        
        G 7 [status=Waiting seq=2 (gen=5)]
        G 11 [status=Syscall seq=0 (gen=5)]
        G 35 [status=Waiting seq=0 (gen=5)]
        G 36 [status=Waiting seq=0 (gen=5)]
...
        String id=115
        	data="runtime.bgsweep"
        String id=116
        	data="C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgcsweep.go"
        String id=117
        	data="runtime.chanrecv"
        String id=118
        	data="runtime.unique_runtime_registerUniqueMapCleanup.func2"
        
--- FAIL: TestTraceStressStartStop/Default (3.22s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

2 participants