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-darwin-amd64_14 [consistent failure] #70405

Closed
gopherbot opened this issue Nov 17, 2024 · 3 comments
Closed

build: build failure on gotip-darwin-amd64_14 [consistent failure] #70405

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_14" && repo == "go" && mode == "build"

Issue created automatically to collect these failures.

Example (log):

[I2024-11-17T08:38:12.724505-08:00 28053 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T08:38:12.724686-08:00 28053 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T08:38:12.729617-08:00 28053 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T08:38:12.729988-08:00 28053 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.199s
ok  	archive/zip	0.633s
ok  	bufio	0.091s
ok  	bytes	0.468s
ok  	cmp	0.033s
ok  	compress/bzip2	0.137s
...
[W2024-11-17T09:07:31.771536-08:00 28053 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T09:07:31.771756-08:00 28053 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T09:07:31.771985-08:00 28053 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T09:07:31.772126-08:00 28053 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T09:07:31.772143-08:00 28053 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T09:07:31.772193-08:00 28053 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T09:07:31.772208-08:00 28053 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T09:07:31.772345-08:00 28053 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T09:07:31.772398-08:00 28053 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T09:07:31.772440-08:00 28053 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_14" && repo == "go" && mode == "build"
2024-11-17 14:32 gotip-darwin-amd64_14 go@f9a95b1b [build] (log)
[I2024-11-17T08:38:12.724505-08:00 28053 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T08:38:12.724686-08:00 28053 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T08:38:12.729617-08:00 28053 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T08:38:12.729988-08:00 28053 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.199s
ok  	archive/zip	0.633s
ok  	bufio	0.091s
ok  	bytes	0.468s
ok  	cmp	0.033s
ok  	compress/bzip2	0.137s
...
[W2024-11-17T09:07:31.771536-08:00 28053 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T09:07:31.771756-08:00 28053 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T09:07:31.771985-08:00 28053 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T09:07:31.772126-08:00 28053 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T09:07:31.772143-08:00 28053 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T09:07:31.772193-08:00 28053 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T09:07:31.772208-08:00 28053 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T09:07:31.772345-08:00 28053 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T09:07:31.772398-08:00 28053 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T09:07:31.772440-08:00 28053 0 cmd_stream.go:420] rdb-stream: exiting with 123
2024-11-17 14:32 gotip-darwin-amd64_14 go@44d4b699 [build] (log)
[I2024-11-17T07:45:16.499751-08:00 26566 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T07:45:16.500074-08:00 26566 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T07:45:16.506376-08:00 26566 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T07:45:16.506794-08:00 26566 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.201s
ok  	archive/zip	0.591s
ok  	bufio	0.084s
ok  	bytes	0.481s
ok  	cmp	0.031s
ok  	compress/bzip2	0.096s
...
[W2024-11-17T08:10:20.559098-08:00 26566 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T08:10:20.559155-08:00 26566 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T08:10:20.559420-08:00 26566 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T08:10:20.559532-08:00 26566 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T08:10:20.559550-08:00 26566 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T08:10:20.559577-08:00 26566 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T08:10:20.559589-08:00 26566 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T08:10:20.559621-08:00 26566 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T08:10:20.559737-08:00 26566 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T08:10:20.559899-08:00 26566 0 cmd_stream.go:420] rdb-stream: exiting with 123
2024-11-17 20:17 gotip-darwin-amd64_14 go@63f762bc [build] (log)
[I2024-11-17T12:36:39.917419-08:00 85972 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T12:36:39.917659-08:00 85972 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T12:36:39.921367-08:00 85972 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T12:36:39.922785-08:00 85972 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.166s
ok  	archive/zip	0.743s
ok  	bufio	0.090s
ok  	bytes	0.388s
ok  	cmp	0.023s
ok  	compress/bzip2	0.101s
...
[W2024-11-17T12:59:28.225210-08:00 85972 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T12:59:28.225402-08:00 85972 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T12:59:28.225640-08:00 85972 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T12:59:28.225787-08:00 85972 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T12:59:28.225805-08:00 85972 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T12:59:28.225856-08:00 85972 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T12:59:28.225868-08:00 85972 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T12:59:28.225903-08:00 85972 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T12:59:28.225924-08:00 85972 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T12:59:28.225959-08:00 85972 0 cmd_stream.go:420] rdb-stream: exiting with 123
2024-11-17 20:21 gotip-darwin-amd64_14 go@a867e5e5 [build] (log)
[I2024-11-17T13:21:47.522597-08:00 14109 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T13:21:47.522845-08:00 14109 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T13:21:47.527885-08:00 14109 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T13:21:47.528256-08:00 14109 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.152s
ok  	archive/zip	0.589s
ok  	bufio	0.062s
ok  	bytes	0.487s
ok  	cmp	0.034s
ok  	compress/bzip2	0.096s
...
[W2024-11-17T13:44:46.339385-08:00 14109 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T13:44:46.339436-08:00 14109 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T13:44:46.339616-08:00 14109 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T13:44:46.339685-08:00 14109 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T13:44:46.339702-08:00 14109 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T13:44:46.339728-08:00 14109 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T13:44:46.339740-08:00 14109 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T13:44:46.339875-08:00 14109 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T13:44:46.339926-08:00 14109 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T13:44:46.339978-08:00 14109 0 cmd_stream.go:420] rdb-stream: exiting with 123
2024-11-17 21:09 gotip-darwin-amd64_14 go@01e1e5c2 [build] (log)
[I2024-11-17T14:08:36.822623-08:00 3979 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T14:08:36.822856-08:00 3979 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T14:08:36.828181-08:00 3979 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T14:08:36.829586-08:00 3979 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.221s
ok  	archive/zip	0.493s
ok  	bufio	0.093s
ok  	bytes	0.514s
ok  	cmp	0.021s
ok  	compress/bzip2	0.118s
...
[W2024-11-17T14:33:19.677230-08:00 3979 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T14:33:19.677578-08:00 3979 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T14:33:19.677809-08:00 3979 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T14:33:19.677934-08:00 3979 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T14:33:19.677955-08:00 3979 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T14:33:19.678006-08:00 3979 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T14:33:19.678019-08:00 3979 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T14:33:19.678069-08:00 3979 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T14:33:19.678138-08:00 3979 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T14:33:19.678457-08:00 3979 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_14" && repo == "go" && mode == "build"
2024-11-17 20:16 gotip-darwin-amd64_14 go@04807d3a [build] (log)
[I2024-11-17T14:34:25.326508-08:00 65932 0 sink.go:277] SinkServer: warm-up started
[I2024-11-17T14:34:25.326752-08:00 65932 0 sink.go:350] SinkServer: starting HTTP server...
[I2024-11-17T14:34:25.331574-08:00 65932 0 sink.go:282] SinkServer: warm-up ended
[I2024-11-17T14:34:25.332107-08:00 65932 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.211s
ok  	archive/zip	0.568s
ok  	bufio	0.074s
ok  	bytes	0.509s
ok  	cmp	0.037s
ok  	compress/bzip2	0.108s
...
[W2024-11-17T15:00:29.337762-08:00 65932 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 123
[I2024-11-17T15:00:29.337819-08:00 65932 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2024-11-17T15:00:29.337976-08:00 65932 0 sink.go:375] SinkServer: shutdown started
[I2024-11-17T15:00:29.338043-08:00 65932 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-11-17T15:00:29.338061-08:00 65932 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-11-17T15:00:29.338088-08:00 65932 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-11-17T15:00:29.338100-08:00 65932 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-11-17T15:00:29.338132-08:00 65932 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-11-17T15:00:29.338162-08:00 65932 0 sink.go:378] SinkServer: shutdown completed successfully
[I2024-11-17T15:00:29.338208-08:00 65932 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