Skip to content

build: build failure on gotip-darwin-amd64_13 [consistent failure] #70403

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 Nov 17, 2024 · 3 comments
Closed

build: build failure on gotip-darwin-amd64_13 [consistent failure] #70403

gopherbot opened this issue Nov 17, 2024 · 3 comments
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-darwin-amd64_13" && repo == "go" && mode == "build"

Issue created automatically to collect these failures.

Example (log):

[I2024-11-17T07:38:15.504478-08:00 57221 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T07:38:15.504585-08:00 57221 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T07:38:15.507567-08:00 57221 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T07:38:15.508069-08:00 57221 0 cmd_stream.go:492] rdb-stream: starting the test command - ["/Users/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/Users/swarming/.swarming/w/ir/x/w/dist.testjson" "--" "/Users/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json"]
ok  	archive/tar	0.227s
ok  	archive/zip	0.561s
ok  	bufio	0.104s
ok  	bytes	0.723s
ok  	cmp	0.036s
ok  	compress/bzip2	0.140s
...
[W2024-11-17T08:08:36.902062-08:00 57221 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T08:08:36.902143-08:00 57221 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T08:08:36.902297-08:00 57221 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T08:08:36.902402-08:00 57221 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T08:08:36.902420-08:00 57221 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T08:08:36.902455-08:00 57221 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T08:08:36.902467-08:00 57221 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T08:08:36.902512-08:00 57221 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T08:08:36.902557-08:00 57221 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T08:08:36.902625-08:00 57221 0 cmd_stream.go:420] rdb-stream: exiting with 123

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

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "gotip-darwin-amd64_13" && repo == "go" && mode == "build"
2024-11-17 14:32 gotip-darwin-amd64_13 go@f9a95b1b [build] (log)
[I2024-11-17T07:38:15.504478-08:00 57221 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T07:38:15.504585-08:00 57221 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T07:38:15.507567-08:00 57221 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T07:38:15.508069-08:00 57221 0 cmd_stream.go:492] rdb-stream: starting the test command - ["/Users/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/Users/swarming/.swarming/w/ir/x/w/dist.testjson" "--" "/Users/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json"]
ok  	archive/tar	0.227s
ok  	archive/zip	0.561s
ok  	bufio	0.104s
ok  	bytes	0.723s
ok  	cmp	0.036s
ok  	compress/bzip2	0.140s
...
[W2024-11-17T08:08:36.902062-08:00 57221 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T08:08:36.902143-08:00 57221 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T08:08:36.902297-08:00 57221 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T08:08:36.902402-08:00 57221 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T08:08:36.902420-08:00 57221 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T08:08:36.902455-08:00 57221 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T08:08:36.902467-08:00 57221 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T08:08:36.902512-08:00 57221 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T08:08:36.902557-08:00 57221 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T08:08:36.902625-08:00 57221 0 cmd_stream.go:420] rdb-stream: exiting with 123
2024-11-17 14:32 gotip-darwin-amd64_13 go@44d4b699 [build] (log)
[I2024-11-17T07:11:50.562796-08:00 74249 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T07:11:50.563405-08:00 74249 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T07:11:50.568107-08:00 74249 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T07:11:50.568463-08:00 74249 0 cmd_stream.go:492] rdb-stream: starting the test command - ["/Users/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/Users/swarming/.swarming/w/ir/x/w/dist.testjson" "--" "/Users/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json"]
ok  	archive/tar	0.269s
ok  	archive/zip	0.639s
ok  	bufio	0.076s
ok  	bytes	0.381s
ok  	cmp	0.028s
ok  	compress/bzip2	0.106s
...
[W2024-11-17T07:37:05.821685-08:00 74249 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T07:37:05.821970-08:00 74249 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T07:37:05.822405-08:00 74249 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T07:37:05.822564-08:00 74249 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T07:37:05.822589-08:00 74249 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T07:37:05.822658-08:00 74249 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T07:37:05.822681-08:00 74249 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T07:37:05.822947-08:00 74249 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T07:37:05.823333-08:00 74249 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T07:37:05.823395-08:00 74249 0 cmd_stream.go:420] rdb-stream: exiting with 123
2024-11-17 20:17 gotip-darwin-amd64_13 go@63f762bc [build] (log)
[I2024-11-17T12:27:31.088434-08:00 11006 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T12:27:31.088661-08:00 11006 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T12:27:31.091259-08:00 11006 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T12:27:31.091597-08:00 11006 0 cmd_stream.go:492] rdb-stream: starting the test command - ["/Users/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/Users/swarming/.swarming/w/ir/x/w/dist.testjson" "--" "/Users/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json"]
ok  	archive/tar	0.310s
ok  	archive/zip	0.613s
ok  	bufio	0.070s
ok  	bytes	0.376s
ok  	cmp	0.022s
ok  	compress/bzip2	0.122s
...
[W2024-11-17T12:57:28.387618-08:00 11006 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T12:57:28.387769-08:00 11006 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T12:57:28.388026-08:00 11006 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T12:57:28.388285-08:00 11006 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T12:57:28.388307-08:00 11006 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T12:57:28.388358-08:00 11006 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T12:57:28.388370-08:00 11006 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T12:57:28.388404-08:00 11006 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T12:57:28.388451-08:00 11006 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T12:57:28.388514-08:00 11006 0 cmd_stream.go:420] rdb-stream: exiting with 123
2024-11-17 20:21 gotip-darwin-amd64_13 go@a867e5e5 [build] (log)
[I2024-11-17T12:58:18.164924-08:00 28966 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T12:58:18.165170-08:00 28966 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T12:58:18.169636-08:00 28966 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T12:58:18.169959-08:00 28966 0 cmd_stream.go:492] rdb-stream: starting the test command - ["/Users/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/Users/swarming/.swarming/w/ir/x/w/dist.testjson" "--" "/Users/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json"]
ok  	archive/tar	0.256s
ok  	archive/zip	0.679s
ok  	bufio	0.073s
ok  	bytes	0.386s
ok  	cmp	0.030s
ok  	compress/bzip2	0.129s
...
[W2024-11-17T13:26:44.664693-08:00 28966 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T13:26:44.664870-08:00 28966 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T13:26:44.665105-08:00 28966 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T13:26:44.665218-08:00 28966 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T13:26:44.665236-08:00 28966 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T13:26:44.665294-08:00 28966 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T13:26:44.665306-08:00 28966 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T13:26:44.665364-08:00 28966 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T13:26:44.665509-08:00 28966 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T13:26:44.665609-08:00 28966 0 cmd_stream.go:420] rdb-stream: exiting with 123

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "gotip-darwin-amd64_13" && repo == "go" && mode == "build"
2024-11-17 20:16 gotip-darwin-amd64_13 go@04807d3a [build] (log)
[I2024-11-17T13:52:35.174215-08:00 6216 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T13:52:35.174335-08:00 6216 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T13:52:35.179461-08:00 6216 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T13:52:35.180047-08:00 6216 0 cmd_stream.go:492] rdb-stream: starting the test command - ["/Users/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/Users/swarming/.swarming/w/ir/x/w/dist.testjson" "--" "/Users/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json"]
ok  	archive/tar	0.190s
ok  	archive/zip	0.631s
ok  	bufio	0.096s
ok  	bytes	0.473s
ok  	cmp	0.037s
ok  	compress/bzip2	0.108s
...
[W2024-11-17T14:21:42.429265-08:00 6216 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T14:21:42.429345-08:00 6216 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T14:21:42.429521-08:00 6216 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T14:21:42.429616-08:00 6216 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T14:21:42.429636-08:00 6216 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T14:21:42.429665-08:00 6216 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T14:21:42.429677-08:00 6216 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T14:21:42.429731-08:00 6216 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T14:21:42.429753-08:00 6216 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T14:21:42.429785-08:00 6216 0 cmd_stream.go:420] rdb-stream: exiting with 123
2024-11-17 21:09 gotip-darwin-amd64_13 go@01e1e5c2 [build] (log)
[I2024-11-17T13:27:42.250320-08:00 19491 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T13:27:42.250625-08:00 19491 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T13:27:42.253397-08:00 19491 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T13:27:42.253783-08:00 19491 0 cmd_stream.go:492] rdb-stream: starting the test command - ["/Users/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/Users/swarming/.swarming/w/ir/x/w/dist.testjson" "--" "/Users/swarming/.swarming/w/ir/x/w/goroot/bin/go" "tool" "dist" "test" "-json"]
ok  	archive/tar	0.206s
ok  	archive/zip	0.620s
ok  	bufio	0.152s
ok  	bytes	0.550s
ok  	cmp	0.026s
ok  	compress/bzip2	0.121s
...
[W2024-11-17T13:51:41.374994-08:00 19491 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T13:51:41.375056-08:00 19491 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T13:51:41.375342-08:00 19491 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T13:51:41.375579-08:00 19491 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T13:51:41.375621-08:00 19491 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T13:51:41.375730-08:00 19491 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T13:51:41.375743-08:00 19491 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T13:51:41.375779-08:00 19491 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T13:51:41.375848-08:00 19491 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T13:51:41.376256-08:00 19491 0 cmd_stream.go:420] rdb-stream: exiting with 123

watchflakes

@cherrymui
Copy link
Member

Dup of #70402

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2024
@cherrymui cherrymui removed this from Test Flakes Nov 18, 2024
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
None yet
Development

No branches or pull requests

2 participants