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

runtime:cpu4: TestGdbAutotmpTypes failures #69759

Open
gopherbot opened this issue Oct 3, 2024 · 7 comments
Open

runtime:cpu4: TestGdbAutotmpTypes failures #69759

gopherbot opened this issue Oct 3, 2024 · 7 comments
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 == "runtime:cpu4" && test == "TestGdbAutotmpTypes"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestGdbAutotmpTypes
=== PAUSE TestGdbAutotmpTypes
=== CONT  TestGdbAutotmpTypes
    runtime-gdb_test.go:78: gdb version 15.0

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime:cpu4" && test == "TestGdbAutotmpTypes"
2024-10-02 20:14 gotip-linux-riscv64 go@95936844 runtime:cpu4.TestGdbAutotmpTypes [ABORT] (log)
=== RUN   TestGdbAutotmpTypes
=== PAUSE TestGdbAutotmpTypes
=== CONT  TestGdbAutotmpTypes
    runtime-gdb_test.go:78: gdb version 15.0

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Oct 3, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime:cpu4" && test == "TestGdbAutotmpTypes"
2024-10-07 15:33 gotip-linux-riscv64 go@a62566fb runtime:cpu4.TestGdbAutotmpTypes [ABORT] (log)
=== RUN   TestGdbAutotmpTypes
=== PAUSE TestGdbAutotmpTypes
=== CONT  TestGdbAutotmpTypes
    runtime-gdb_test.go:78: gdb version 15.0

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime:cpu4" && test == "TestGdbAutotmpTypes"
2024-10-07 15:34 gotip-linux-riscv64 go@311372c5 runtime:cpu4.TestGdbAutotmpTypes [ABORT] (log)
=== RUN   TestGdbAutotmpTypes
=== PAUSE TestGdbAutotmpTypes
=== CONT  TestGdbAutotmpTypes
    runtime-gdb_test.go:78: gdb version 15.0

watchflakes

@dr2chase
Copy link
Contributor

@golang/riscv64 ping?

@mengzhuo
Copy link
Contributor

    runtime-gdb_test.go:78: gdb version 15.0
FAIL	runtime	600.059s

A quick look it appears timeouted on TestGdbAutotmpTypes test, but I haven't upgrade any linux builders in the farm since last GdbAutotmpTypes related issue #69527 been fixed.

I'll check it out.

@mengzhuo
Copy link
Contributor

There are 50% performance regression (K1: 384.585s vs 578.661s), mostly are CoroLockOSThread and Smhasher related test, makes it timeout on runtime tests.

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime:cpu4" && test == "TestGdbAutotmpTypes"
2024-12-12 15:43 go1.24-linux-riscv64 release-branch.go1.24@91180600 runtime:cpu4.TestGdbAutotmpTypes [ABORT] (log)
=== RUN   TestGdbAutotmpTypes
=== PAUSE TestGdbAutotmpTypes
=== CONT  TestGdbAutotmpTypes
    runtime-gdb_test.go:79: gdb version 15.0

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

3 participants