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

build: build failure on gotip-netbsd-arm #70613

Open
gopherbot opened this issue Nov 29, 2024 · 1 comment
Open

build: build failure on gotip-netbsd-arm #70613

gopherbot opened this issue Nov 29, 2024 · 1 comment
Labels
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 <- builder == "gotip-netbsd-arm" && repo == "go" && mode == "build"

Issue created automatically to collect these failures.

Example (log):

[I2024-11-28T22:16:19.152630Z 10154 0 sink.go:277] SinkServer: warm-up started
[I2024-11-28T22:16:19.152959Z 10154 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-28T22:16:19.165678Z 10154 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-28T22:16:19.168201Z 10154 0 cmd_stream.go:492] rdb-stream: starting the test command - ["/home/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/home/swarming/.swarming/w/ir/x/w/dist.testjson" "--" "/home/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json"]
cmd/compile/internal/ssa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/vet: signal: segmentation fault (core dumped)
go tool dist: Failed: exit status 1
ok  	archive/tar	2.052s
ok  	archive/zip	8.381s
ok  	bufio	0.808s
ok  	bytes	4.393s
...
[I2024-11-28T23:33:00.489825Z 10154 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-28T23:33:00.490031Z 10154 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-28T23:33:01.635177Z 10154 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-28T23:33:01.635505Z 10154 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-28T23:33:01.986535Z 10154 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-28T23:33:01.987526Z 10154 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-28T23:33:01.992109Z 10154 0 cmd_stream.go:445] Caught InterruptEvent
[I2024-11-28T23:33:01.992466Z 10154 0 terminate_unix.go:32] Sending syscall.SIGTERM to subprocess
[W2024-11-28T23:33:01.996632Z 10154 0 cmd_stream.go:451] Could not terminate subprocess (os: process already finished), cancelling its context
[I2024-11-28T23:33:01.996923Z 10154 0 cmd_stream.go:420] rdb-stream: exiting with 1

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

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "gotip-netbsd-arm" && repo == "go" && mode == "build"
2024-11-28 00:07 gotip-netbsd-arm go@797141e9 [build] (log)
[I2024-11-28T22:16:19.152630Z 10154 0 sink.go:277] SinkServer: warm-up started
[I2024-11-28T22:16:19.152959Z 10154 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-28T22:16:19.165678Z 10154 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-28T22:16:19.168201Z 10154 0 cmd_stream.go:492] rdb-stream: starting the test command - ["/home/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/home/swarming/.swarming/w/ir/x/w/dist.testjson" "--" "/home/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json"]
cmd/compile/internal/ssa: /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/vet: signal: segmentation fault (core dumped)
go tool dist: Failed: exit status 1
ok  	archive/tar	2.052s
ok  	archive/zip	8.381s
ok  	bufio	0.808s
ok  	bytes	4.393s
...
[I2024-11-28T23:33:00.489825Z 10154 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-28T23:33:00.490031Z 10154 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-28T23:33:01.635177Z 10154 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-28T23:33:01.635505Z 10154 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-28T23:33:01.986535Z 10154 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-28T23:33:01.987526Z 10154 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-28T23:33:01.992109Z 10154 0 cmd_stream.go:445] Caught InterruptEvent
[I2024-11-28T23:33:01.992466Z 10154 0 terminate_unix.go:32] Sending syscall.SIGTERM to subprocess
[W2024-11-28T23:33:01.996632Z 10154 0 cmd_stream.go:451] Could not terminate subprocess (os: process already finished), cancelling its context
[I2024-11-28T23:33:01.996923Z 10154 0 cmd_stream.go:420] rdb-stream: exiting with 1

watchflakes

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.
Projects
Status: No status
Development

No branches or pull requests

1 participant