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: TestTraceCPUProfile/Default failures #71110

Open
gopherbot opened this issue Jan 3, 2025 · 1 comment
Open

internal/trace: TestTraceCPUProfile/Default failures #71110

gopherbot opened this issue Jan 3, 2025 · 1 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.

Comments

@gopherbot
Copy link
Contributor

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTraceCPUProfile/Default
    reader_test.go:112: unexpected error while reading the trace: inconsistent status for proc 1: old Syscall vs. new Running
    trace_test.go:627: found bad trace; dumping to test log...
    trace_test.go:638: Trace Go1.23
        EventBatch gen=1 m=28747 time=2687627497990 size=65459
        ProcStart dt=365 p=2 p_seq=1
        GoStart dt=223 g=1 g_seq=1
        HeapAlloc dt=839 heapalloc_value=4194304
        GoStop dt=301 reason_string=16 stack=8
        ProcStop dt=54
...
        String id=138
        	data="runtime.traceStartReadCPU.func1"
        String id=139
        	data="/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/tracecpu.go"
        String id=140
        	data="runtime.traceLocker.ProcStart"
        String id=141
        	data="runtime.acquirep"
        
--- FAIL: TestTraceCPUProfile/Default (18.13s)

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 Jan 3, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "internal/trace" && test == "TestTraceCPUProfile/Default"
2025-01-03 00:10 gotip-netbsd-arm64 go@4b652e9f internal/trace.TestTraceCPUProfile/Default (log)
=== RUN   TestTraceCPUProfile/Default
    reader_test.go:112: unexpected error while reading the trace: inconsistent status for proc 1: old Syscall vs. new Running
    trace_test.go:627: found bad trace; dumping to test log...
    trace_test.go:638: Trace Go1.23
        EventBatch gen=1 m=28747 time=2687627497990 size=65459
        ProcStart dt=365 p=2 p_seq=1
        GoStart dt=223 g=1 g_seq=1
        HeapAlloc dt=839 heapalloc_value=4194304
        GoStop dt=301 reason_string=16 stack=8
        ProcStop dt=54
...
        String id=138
        	data="runtime.traceStartReadCPU.func1"
        String id=139
        	data="/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/tracecpu.go"
        String id=140
        	data="runtime.traceLocker.ProcStart"
        String id=141
        	data="runtime.acquirep"
        
--- FAIL: TestTraceCPUProfile/Default (18.13s)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jan 3, 2025
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

1 participant