Skip to content

x/tools/internal/imports: TestModReplace2 failures #69067

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

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

x/tools/internal/imports: TestModReplace2 failures #69067

gopherbot opened this issue Aug 26, 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/internal/imports" && test == "TestModReplace2"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestModReplace2
SIGSEGV: segmentation violation
PC=0x54520 m=12 sigcode=1 addr=0xc0

goroutine 0 gp=0x3f504421c0 m=12 mp=0x3f50526708 [idle]:
runtime.preemptone(0x3f504421c0?)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:6297 +0x38 fp=0x3f5043ff28 sp=0x3f5043ff10 pc=0x54520
runtime.preemptall()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:6275 +0x60 fp=0x3f5043ff50 sp=0x3f5043ff28 pc=0x544c0
runtime.forEachPInternal(0x2fa878)
...
a3  0x223abf02	a4  0x3f98bb8000
a5  0x31a7d99	a6  0x29ab75fd
a7  0x1187f0	s2  0x3f5043fed0
s3  0x3f50526708	s4  0x3f50474000
s5  0x3f50241500	s6  0xffffffff
s7  0x4	s8  0x3f50038688
s9  0x3f5043fdc8	s10 0x2fa878
s11 0x3f504421c0	t3  0x2eb2a46908caf
t4  0xffffffffffffffff	t5  0x1913e15049b3
t6  0x3f50038408	pc  0x54520

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/internal/imports" && test == "TestModReplace2"
2024-08-13 17:00 x_tools-go1.23-linux-riscv64 tools@c1241b9c release-branch.go1.23@6885bad7 x/tools/internal/imports.TestModReplace2 [ABORT] (log)
=== RUN   TestModReplace2
SIGSEGV: segmentation violation
PC=0x54520 m=12 sigcode=1 addr=0xc0

goroutine 0 gp=0x3f504421c0 m=12 mp=0x3f50526708 [idle]:
runtime.preemptone(0x3f504421c0?)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:6297 +0x38 fp=0x3f5043ff28 sp=0x3f5043ff10 pc=0x54520
runtime.preemptall()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:6275 +0x60 fp=0x3f5043ff50 sp=0x3f5043ff28 pc=0x544c0
runtime.forEachPInternal(0x2fa878)
...
a3  0x223abf02	a4  0x3f98bb8000
a5  0x31a7d99	a6  0x29ab75fd
a7  0x1187f0	s2  0x3f5043fed0
s3  0x3f50526708	s4  0x3f50474000
s5  0x3f50241500	s6  0xffffffff
s7  0x4	s8  0x3f50038688
s9  0x3f5043fdc8	s10 0x2fa878
s11 0x3f504421c0	t3  0x2eb2a46908caf
t4  0xffffffffffffffff	t5  0x1913e15049b3
t6  0x3f50038408	pc  0x54520

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

4 participants
@mengzhuo @gopherbot and others