go icon indicating copy to clipboard operation
go copied to clipboard

x/tools/gopls/internal/test/integration/modfile: TestTempModfileUnchanged/default failures

Open gopherbot opened this issue 2 weeks ago • 1 comments

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/integration/modfile" && test == "TestTempModfileUnchanged/default"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTempModfileUnchanged/default
goroutine profile: total 5
1 @ 0x4e1ec11 0x4e60edd 0x50ffa8a 0x50ff866 0x50faea4 0x63632b7 0x6362d47 0x4fbae5d 0x4e6aba1
#	0x50ffa89	runtime/pprof.writeRuntimeProfile+0xc9						/Volumes/Work/s/w/ir/x/w/goroot/src/runtime/pprof/pprof.go:852
#	0x50ff865	runtime/pprof.writeGoroutine+0x85						/Volumes/Work/s/w/ir/x/w/goroot/src/runtime/pprof/pprof.go:785
#	0x50faea3	runtime/pprof.(*Profile).WriteTo+0x1a3						/Volumes/Work/s/w/ir/x/w/goroot/src/runtime/pprof/pprof.go:409
#	0x63632b6	golang.org/x/tools/gopls/internal/test/integration.(*Runner).Run.func1.1+0xb6	/Volumes/Work/s/w/ir/x/w/targetrepo581029747/gopls/internal/test/integration/runner.go:197
#	0x6362d46	golang.org/x/tools/gopls/internal/test/integration.(*Runner).Run.func1+0xfe6	/Volumes/Work/s/w/ir/x/w/targetrepo581029747/gopls/internal/test/integration/runner.go:239
#	0x4fbae5c	testing.tRunner+0x21c								/Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:2036

...

1 @ 0x4e6210e 0x4df010f 0x4defcb2 0x54d2e5e 0x4e6aba1
#	0x54d2e5d	golang.org/x/tools/gopls/internal/protocol.LogEvent.func1.1+0x5d	/Volumes/Work/s/w/ir/x/w/targetrepo581029747/gopls/internal/protocol/context.go:47

1 @ 0x4e6210e 0x4e66ce5 0x57f8e98 0x4e6aba1
#	0x4e66ce4	time.Sleep+0x164					/Volumes/Work/s/w/ir/x/w/goroot/src/runtime/time.go:363
#	0x57f8e97	golang.org/x/tools/gopls/internal/filecache.gc+0x1b7	/Volumes/Work/s/w/ir/x/w/targetrepo581029747/gopls/internal/filecache/filecache.go:457

    runner.go:198: closing the sandbox: error(s) cleaning sandbox: cleaning modcache: go command failed (stdout: ) (stderr: ): signal: segmentation fault; removing files: <nil>
--- FAIL: TestTempModfileUnchanged/default (0.65s)

watchflakes

gopherbot avatar Dec 09 '25 01:12 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/integration/modfile" && test == "TestTempModfileUnchanged/default"
2025-12-08 22:22 x_tools-go1.26-darwin-amd64-race tools@36bb3456 release-branch.go1.26@6b694d01 x/tools/gopls/internal/test/integration/modfile.TestTempModfileUnchanged/default (log)
=== RUN   TestTempModfileUnchanged/default
goroutine profile: total 5
1 @ 0x4e1ec11 0x4e60edd 0x50ffa8a 0x50ff866 0x50faea4 0x63632b7 0x6362d47 0x4fbae5d 0x4e6aba1
#	0x50ffa89	runtime/pprof.writeRuntimeProfile+0xc9						/Volumes/Work/s/w/ir/x/w/goroot/src/runtime/pprof/pprof.go:852
#	0x50ff865	runtime/pprof.writeGoroutine+0x85						/Volumes/Work/s/w/ir/x/w/goroot/src/runtime/pprof/pprof.go:785
#	0x50faea3	runtime/pprof.(*Profile).WriteTo+0x1a3						/Volumes/Work/s/w/ir/x/w/goroot/src/runtime/pprof/pprof.go:409
#	0x63632b6	golang.org/x/tools/gopls/internal/test/integration.(*Runner).Run.func1.1+0xb6	/Volumes/Work/s/w/ir/x/w/targetrepo581029747/gopls/internal/test/integration/runner.go:197
#	0x6362d46	golang.org/x/tools/gopls/internal/test/integration.(*Runner).Run.func1+0xfe6	/Volumes/Work/s/w/ir/x/w/targetrepo581029747/gopls/internal/test/integration/runner.go:239
#	0x4fbae5c	testing.tRunner+0x21c								/Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:2036

...

1 @ 0x4e6210e 0x4df010f 0x4defcb2 0x54d2e5e 0x4e6aba1
#	0x54d2e5d	golang.org/x/tools/gopls/internal/protocol.LogEvent.func1.1+0x5d	/Volumes/Work/s/w/ir/x/w/targetrepo581029747/gopls/internal/protocol/context.go:47

1 @ 0x4e6210e 0x4e66ce5 0x57f8e98 0x4e6aba1
#	0x4e66ce4	time.Sleep+0x164					/Volumes/Work/s/w/ir/x/w/goroot/src/runtime/time.go:363
#	0x57f8e97	golang.org/x/tools/gopls/internal/filecache.gc+0x1b7	/Volumes/Work/s/w/ir/x/w/targetrepo581029747/gopls/internal/filecache/filecache.go:457

    runner.go:198: closing the sandbox: error(s) cleaning sandbox: cleaning modcache: go command failed (stdout: ) (stderr: ): signal: segmentation fault; removing files: <nil>
--- FAIL: TestTempModfileUnchanged/default (0.65s)

watchflakes

gopherbot avatar Dec 09 '25 01:12 gopherbot

Ack, investigate this.

h9jiang avatar Dec 18 '25 20:12 h9jiang