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

x/build: LUCI builders fail with rdb-stream flag parsing error #65465

Closed
cherrymui opened this issue Feb 2, 2024 · 2 comments
Closed

x/build: LUCI builders fail with rdb-stream flag parsing error #65465

cherrymui opened this issue Feb 2, 2024 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards)
Milestone

Comments

@cherrymui
Copy link
Member

#!watchflakes
post <- mode == "build" && `rdb-stream` && `panic: flag "-v" begins with -`
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Feb 2, 2024
@gopherbot gopherbot added this to the Unreleased milestone Feb 2, 2024
@cherrymui
Copy link
Member Author

Probably already fixed.

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- mode == "build" && `rdb-stream` && `panic: flag "-v" begins with -`
2024-01-16 17:27 x_website-go1.21-darwin-amd64_10.15 website@542fc10f release-branch.go1.21@2540b143 [build] (log)
[I2024-01-16T09:33:59.196468-08:00 21003 0 sink.go:276] SinkServer: warm-up started
[I2024-01-16T09:33:59.196509-08:00 21003 0 sink.go:346] SinkServer: starting HTTP server...
[I2024-01-16T09:33:59.201195-08:00 21003 0 sink.go:281] SinkServer: warm-up ended
[I2024-01-16T09:33:59.201459-08:00 21003 0 cmd_stream.go:473] rdb-stream: starting the test command - ["/opt/s/w/ir/cache/tools/bin/result_adapter" "go" "--" "/opt/s/w/ir/x/w/goroot/bin/go" "test" "-json" "-short" "./..."]
flag "-v" begins with -
panic: flag "-v" begins with -

goroutine 1 [running]:
flag.(*FlagSet).Var(0xc0001c40f0, {0x1881818?, 0xc0001c41d8?}, {0x179b506?, 0x0?}, {0xc00002e000?, 0x0?})
	flag/flag.go:1013 +0x4f4
flag.(*FlagSet).BoolVar(...)
	flag/flag.go:749
main.cmdGo.func1()
	infra/tools/result_adapter/cmd_go.go:44 +0x9c
github.com/maruel/subcommands.Run({0x1885388, 0xc000520640}, {0xc0003356c0?, 0x7, 0x7})
	github.com/maruel/subcommands@v1.1.1/subcommands.go:372 +0xfa
main.main()
	infra/tools/result_adapter/main.go:44 +0x2d0
[I2024-01-16T09:33:59.374335-08:00 21003 0 cmd_stream.go:469] rdb-stream: the test process terminated
[I2024-01-16T09:33:59.374586-08:00 21003 0 sink.go:371] SinkServer: shutdown started
[I2024-01-16T09:33:59.374657-08:00 21003 0 sink.go:349] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-01-16T09:33:59.374674-08:00 21003 0 sink_server.go:95] SinkServer: draining TestResult channel started
[I2024-01-16T09:33:59.374703-08:00 21003 0 sink_server.go:97] SinkServer: draining TestResult channel ended
[I2024-01-16T09:33:59.374716-08:00 21003 0 sink_server.go:99] SinkServer: draining Artifact channel started
[I2024-01-16T09:33:59.374777-08:00 21003 0 sink_server.go:101] SinkServer: draining Artifact channel ended
[I2024-01-16T09:33:59.374835-08:00 21003 0 sink.go:374] SinkServer: shutdown completed successfully
[I2024-01-16T09:33:59.374864-08:00 21003 0 cmd_stream.go:401] rdb-stream: exiting with 2
2024-01-16 17:27 x_website-go1.21-darwin-amd64_11 website@542fc10f release-branch.go1.21@2540b143 [build] (log)
[I2024-01-16T09:31:47.243139-08:00 89445 0 sink.go:276] SinkServer: warm-up started
[I2024-01-16T09:31:47.243178-08:00 89445 0 sink.go:346] SinkServer: starting HTTP server...
[I2024-01-16T09:31:47.244443-08:00 89445 0 sink.go:281] SinkServer: warm-up ended
[I2024-01-16T09:31:47.244753-08:00 89445 0 cmd_stream.go:473] rdb-stream: starting the test command - ["/opt/s/w/ir/cache/tools/bin/result_adapter" "go" "--" "/opt/s/w/ir/x/w/goroot/bin/go" "test" "-json" "-short" "./..."]
flag "-v" begins with -
panic: flag "-v" begins with -

goroutine 1 [running]:
flag.(*FlagSet).Var(0xc0007aa000, {0x1881818?, 0xc0007aa0e8?}, {0x179b506?, 0x0?}, {0xc0007ac000?, 0x0?})
	flag/flag.go:1013 +0x4f4
flag.(*FlagSet).BoolVar(...)
	flag/flag.go:749
main.cmdGo.func1()
	infra/tools/result_adapter/cmd_go.go:44 +0x9c
github.com/maruel/subcommands.Run({0x1885388, 0xc000548550}, {0xc000791f80?, 0x7, 0x7})
	github.com/maruel/subcommands@v1.1.1/subcommands.go:372 +0xfa
main.main()
	infra/tools/result_adapter/main.go:44 +0x2d0
[I2024-01-16T09:31:47.444533-08:00 89445 0 cmd_stream.go:469] rdb-stream: the test process terminated
[I2024-01-16T09:31:47.444904-08:00 89445 0 sink.go:371] SinkServer: shutdown started
[I2024-01-16T09:31:47.445006-08:00 89445 0 sink.go:349] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-01-16T09:31:47.445060-08:00 89445 0 sink_server.go:95] SinkServer: draining TestResult channel started
[I2024-01-16T09:31:47.445115-08:00 89445 0 sink_server.go:97] SinkServer: draining TestResult channel ended
[I2024-01-16T09:31:47.445136-08:00 89445 0 sink_server.go:99] SinkServer: draining Artifact channel started
[I2024-01-16T09:31:47.445206-08:00 89445 0 sink_server.go:101] SinkServer: draining Artifact channel ended
[I2024-01-16T09:31:47.445255-08:00 89445 0 sink.go:374] SinkServer: shutdown completed successfully
[I2024-01-16T09:31:47.445277-08:00 89445 0 cmd_stream.go:401] rdb-stream: exiting with 2
2024-01-16 17:27 x_website-go1.22-darwin-amd64_10.15 website@542fc10f release-branch.go1.22@66f8e1e8 [build] (log)
[I2024-01-16T09:36:42.274954-08:00 641 0 sink.go:276] SinkServer: warm-up started
[I2024-01-16T09:36:42.275015-08:00 641 0 sink.go:346] SinkServer: starting HTTP server...
[I2024-01-16T09:36:42.279821-08:00 641 0 sink.go:281] SinkServer: warm-up ended
[I2024-01-16T09:36:42.280100-08:00 641 0 cmd_stream.go:473] rdb-stream: starting the test command - ["/opt/s/w/ir/cache/tools/bin/result_adapter" "go" "--" "/opt/s/w/ir/x/w/goroot/bin/go" "test" "-json" "-short" "./..."]
flag "-v" begins with -
panic: flag "-v" begins with -

goroutine 1 [running]:
flag.(*FlagSet).Var(0xc0001c40f0, {0x1881818?, 0xc0001c41d8?}, {0x179b506?, 0x0?}, {0xc0004a8000?, 0x0?})
	flag/flag.go:1013 +0x4f4
flag.(*FlagSet).BoolVar(...)
	flag/flag.go:749
main.cmdGo.func1()
	infra/tools/result_adapter/cmd_go.go:44 +0x9c
github.com/maruel/subcommands.Run({0x1885388, 0xc00007e460}, {0xc0000f4930?, 0x7, 0x7})
	github.com/maruel/subcommands@v1.1.1/subcommands.go:372 +0xfa
main.main()
	infra/tools/result_adapter/main.go:44 +0x2d0
[I2024-01-16T09:36:42.350867-08:00 641 0 cmd_stream.go:469] rdb-stream: the test process terminated
[I2024-01-16T09:36:42.351066-08:00 641 0 sink.go:371] SinkServer: shutdown started
[I2024-01-16T09:36:42.351151-08:00 641 0 sink.go:349] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-01-16T09:36:42.351176-08:00 641 0 sink_server.go:95] SinkServer: draining TestResult channel started
[I2024-01-16T09:36:42.351201-08:00 641 0 sink_server.go:97] SinkServer: draining TestResult channel ended
[I2024-01-16T09:36:42.351224-08:00 641 0 sink_server.go:99] SinkServer: draining Artifact channel started
[I2024-01-16T09:36:42.351260-08:00 641 0 sink_server.go:101] SinkServer: draining Artifact channel ended
[I2024-01-16T09:36:42.351294-08:00 641 0 sink.go:374] SinkServer: shutdown completed successfully
[I2024-01-16T09:36:42.351312-08:00 641 0 cmd_stream.go:401] rdb-stream: exiting with 2
2024-01-16 17:27 x_website-go1.22-darwin-amd64_11 website@542fc10f release-branch.go1.22@66f8e1e8 [build] (log)
[I2024-01-16T09:33:27.134972-08:00 661 0 sink.go:276] SinkServer: warm-up started
[I2024-01-16T09:33:27.135007-08:00 661 0 sink.go:346] SinkServer: starting HTTP server...
[I2024-01-16T09:33:27.139872-08:00 661 0 sink.go:281] SinkServer: warm-up ended
[I2024-01-16T09:33:27.140155-08:00 661 0 cmd_stream.go:473] rdb-stream: starting the test command - ["/opt/s/w/ir/cache/tools/bin/result_adapter" "go" "--" "/opt/s/w/ir/x/w/goroot/bin/go" "test" "-json" "-short" "./..."]
flag "-v" begins with -
panic: flag "-v" begins with -

goroutine 1 [running]:
flag.(*FlagSet).Var(0xc0001c40f0, {0x1881818?, 0xc0001c41d8?}, {0x179b506?, 0x0?}, {0xc000016000?, 0x0?})
	flag/flag.go:1013 +0x4f4
flag.(*FlagSet).BoolVar(...)
	flag/flag.go:749
main.cmdGo.func1()
	infra/tools/result_adapter/cmd_go.go:44 +0x9c
github.com/maruel/subcommands.Run({0x1885388, 0xc0005204b0}, {0xc0000f4930?, 0x7, 0x7})
	github.com/maruel/subcommands@v1.1.1/subcommands.go:372 +0xfa
main.main()
	infra/tools/result_adapter/main.go:44 +0x2d0
[I2024-01-16T09:33:27.215474-08:00 661 0 cmd_stream.go:469] rdb-stream: the test process terminated
[I2024-01-16T09:33:27.215689-08:00 661 0 sink.go:371] SinkServer: shutdown started
[I2024-01-16T09:33:27.215773-08:00 661 0 sink.go:349] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-01-16T09:33:27.215792-08:00 661 0 sink_server.go:95] SinkServer: draining TestResult channel started
[I2024-01-16T09:33:27.215822-08:00 661 0 sink_server.go:97] SinkServer: draining TestResult channel ended
[I2024-01-16T09:33:27.215839-08:00 661 0 sink_server.go:99] SinkServer: draining Artifact channel started
[I2024-01-16T09:33:27.215893-08:00 661 0 sink_server.go:101] SinkServer: draining Artifact channel ended
[I2024-01-16T09:33:27.215943-08:00 661 0 sink.go:374] SinkServer: shutdown completed successfully
[I2024-01-16T09:33:27.215974-08:00 661 0 cmd_stream.go:401] rdb-stream: exiting with 2

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards)
Projects
Archived in project
Development

No branches or pull requests

2 participants