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/refactor/importgraph: TestBuild failures #69034

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

x/tools/refactor/importgraph: TestBuild failures #69034

gopherbot opened this issue Aug 23, 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/refactor/importgraph" && test == "TestBuild"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestBuild
    graph_test.go:68: GOPACKAGESDRIVER=off
    graph_test.go:68: GO111MODULE=off
    graph_test.go:68: GOPATH=/home/swarming/.swarming/w/ir/x/t/TestBuild2546583115/importgraph
SIGSEGV: segmentation violation
PC=0x54af8 m=6 sigcode=1 addr=0xc0

goroutine 0 gp=0x3f641061c0 m=6 mp=0x3f64102008 [idle]:
runtime.preemptone(0x3f641061c0?)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:6310 +0x38 fp=0x3f64119f28 sp=0x3f64119f10 pc=0x54af8
...
a3  0x505ee6	a4  0x3fad8e6000
a5  0x295fb81d	a6  0x29aaf873
a7  0x2a9a	s2  0x3f64119ed0
s3  0x3f64102008	s4  0x3f64108000
s5  0x73	s6  0x73
s7  0x4	s8  0x3f64031788
s9  0x3f64119fa0	s10 0x2377a8
s11 0x3f641061c0	t3  0x2906f2b1dbcd0f
t4  0xffffffffffffffff	t5  0x3cf673ee49
t6  0x1	pc  0x54af8

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/refactor/importgraph" && test == "TestBuild"
2024-08-22 00:06 x_tools-gotip-linux-riscv64 tools@e5e8aa84 go@64a5d1d7 x/tools/refactor/importgraph.TestBuild [ABORT] (log)
=== RUN   TestBuild
    graph_test.go:68: GOPACKAGESDRIVER=off
    graph_test.go:68: GO111MODULE=off
    graph_test.go:68: GOPATH=/home/swarming/.swarming/w/ir/x/t/TestBuild2546583115/importgraph
SIGSEGV: segmentation violation
PC=0x54af8 m=6 sigcode=1 addr=0xc0

goroutine 0 gp=0x3f641061c0 m=6 mp=0x3f64102008 [idle]:
runtime.preemptone(0x3f641061c0?)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:6310 +0x38 fp=0x3f64119f28 sp=0x3f64119f10 pc=0x54af8
...
a3  0x505ee6	a4  0x3fad8e6000
a5  0x295fb81d	a6  0x29aaf873
a7  0x2a9a	s2  0x3f64119ed0
s3  0x3f64102008	s4  0x3f64108000
s5  0x73	s6  0x73
s7  0x4	s8  0x3f64031788
s9  0x3f64119fa0	s10 0x2377a8
s11 0x3f641061c0	t3  0x2906f2b1dbcd0f
t4  0xffffffffffffffff	t5  0x3cf673ee49
t6  0x1	pc  0x54af8

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 23, 2024
@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Aug 23, 2024
@gopherbot gopherbot added this to the Unreleased milestone Aug 23, 2024
@mengzhuo
Copy link
Contributor

Related to #68862 , closed

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