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/tools/go/analysis/passes/printf: Test failures #69112

Closed
gopherbot opened this issue Aug 28, 2024 · 2 comments
Closed

x/tools/go/analysis/passes/printf: Test failures #69112

gopherbot opened this issue Aug 28, 2024 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/tools/go/analysis/passes/printf" && test == "Test"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test
    analysistest.go:354: loading [a b nofmt typeparams issue68744]: err: exit status 2: stderr: SIGSEGV: segmentation violation
        PC=0x564d0 m=7 sigcode=1 addr=0xc0
        
        goroutine 0 gp=0x3f3c115500 m=7 mp=0x3f3c164e08 [idle]:
        runtime.preemptone(0x3f3c115500?)
        	runtime/proc.go:6297 +0x38 fp=0x3f3c24ff28 sp=0x3f3c24ff10 pc=0x564d0
        runtime.preemptall()
        	runtime/proc.go:6275 +0x60 fp=0x3f3c24ff50 sp=0x3f3c24ff28 pc=0x56470
        runtime.forEachPInternal(0x6c85b0)
...
        a5  0x27efe0f7	a6  0x29aacd2b
        a7  0x83	s2  0x3f3c24fed0
        s3  0x3f3c164e08	s4  0x3f3c23e000
        s5  0x3f3c1059e0	s6  0xf348f3da
        s7  0x11eabcfd196ed0a2	s8  0x3f3c03f788
        s9  0x3f3c24fdc8	s10 0x6c85b0
        s11 0x3f3c115500	t3  0x27aed8f896d2df
        t4  0xffffffffffffffff	t5  0xd703b07e97
        t6  0x0	pc  0x564d0
--- FAIL: Test (17.69s)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/go/analysis/passes/printf" && test == "Test"
2024-08-27 21:22 x_tools-go1.23-linux-riscv64 tools@adb7301a release-branch.go1.23@80028457 x/tools/go/analysis/passes/printf.Test (log)
=== RUN   Test
    analysistest.go:354: loading [a b nofmt typeparams issue68744]: err: exit status 2: stderr: SIGSEGV: segmentation violation
        PC=0x564d0 m=7 sigcode=1 addr=0xc0
        
        goroutine 0 gp=0x3f3c115500 m=7 mp=0x3f3c164e08 [idle]:
        runtime.preemptone(0x3f3c115500?)
        	runtime/proc.go:6297 +0x38 fp=0x3f3c24ff28 sp=0x3f3c24ff10 pc=0x564d0
        runtime.preemptall()
        	runtime/proc.go:6275 +0x60 fp=0x3f3c24ff50 sp=0x3f3c24ff28 pc=0x56470
        runtime.forEachPInternal(0x6c85b0)
...
        a5  0x27efe0f7	a6  0x29aacd2b
        a7  0x83	s2  0x3f3c24fed0
        s3  0x3f3c164e08	s4  0x3f3c23e000
        s5  0x3f3c1059e0	s6  0xf348f3da
        s7  0x11eabcfd196ed0a2	s8  0x3f3c03f788
        s9  0x3f3c24fdc8	s10 0x6c85b0
        s11 0x3f3c115500	t3  0x27aed8f896d2df
        t4  0xffffffffffffffff	t5  0xd703b07e97
        t6  0x0	pc  0x564d0
--- FAIL: Test (17.69s)

watchflakes

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Aug 28, 2024
@gopherbot gopherbot added this to the Unreleased milestone Aug 28, 2024
@adonovan
Copy link
Member

Dup of #68862

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Archived in project
Development

No branches or pull requests

2 participants