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

roachtest: restart/down-for-2m failed #80029

Closed
cockroach-teamcity opened this issue Apr 16, 2022 · 1 comment
Closed

roachtest: restart/down-for-2m failed #80029

cockroach-teamcity opened this issue Apr 16, 2022 · 1 comment
Assignees
Labels
A-kv Anything in KV that doesn't belong in a more specific category. branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-kv KV Team

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 16, 2022

roachtest.restart/down-for-2m failed with artifacts on master @ 771432d1099e516dbc11827c5458886c176e73e3:

		  | database/sql.OpenDB·dwrap·10()
		  | 	GOROOT/src/database/sql/sql.go:794 +0x2e fp=0xc000c2ffe0 sp=0xc000c2ffb8 pc=0xd2d74e
		  | runtime.goexit()
		  | 	GOROOT/src/runtime/asm_amd64.s:1581 +0x1 fp=0xc000c2ffe8 sp=0xc000c2ffe0 pc=0x4bf181
		  | created by database/sql.OpenDB
		  | 	GOROOT/src/database/sql/sql.go:794 +0x188
		  |
		  | goroutine 16 [IO wait]:
		  | runtime.gopark(0x460ed4, 0xc0004ae100, 0xd0, 0x0, 0xc000506bf0)
		  | 	GOROOT/src/runtime/proc.go:366 +0xd6 fp=0xc000506b80 sp=0xc000506b60 pc=0x48d676
		  | runtime.netpollblock(0xd0, 0xd0, 0x0)
		  | 	GOROOT/src/runtime/netpoll.go:454 +0xf3 fp=0xc000506bb8 sp=0xc000506b80 pc=0x485ef3
		  | internal/poll.runtime_pollWait(0x7fb30d764908, 0x72)
		  | 	GOROOT/src/runtime/netpoll.go:234 +0x89 fp=0xc000506bd8 sp=0xc000506bb8 pc=0x4b9649
		  | internal/poll.(*pollDesc).wait(0xc000dd0380, 0x2, 0x0)
		  | 	GOROOT/src/internal/poll/fd_poll_runtime.go:84 +0x32 fp=0xc000506c00 sp=0xc000506bd8 pc=0x5298f2
		  | internal/poll.(*pollDesc).waitRead(...)
		  | 	GOROOT/src/internal/poll/fd_poll_runtime.go:89
		  | internal/poll.(*FD).Accept(0xc000dd0380)
		  | 	GOROOT/src/internal/poll/fd_unix.go:402 +0x22c fp=0xc000506c98 sp=0xc000506c00 pc=0x52cc4c
		  | net.(*netFD).accept(0xc000dd0380)
		  | 	GOROOT/src/net/fd_unix.go:173 +0x35 fp=0xc000506d50 sp=0xc000506c98 pc=0x78ac55
		  | net.(*TCPListener).accept(0xc000110198)
		  | 	GOROOT/src/net/tcpsock_posix.go:140 +0x28 fp=0xc000506d80 sp=0xc000506d50 pc=0x7a5c08
		  | net.(*TCPListener).Accept(0xc000110198)
		  | 	GOROOT/src/net/tcpsock.go:262 +0x3d fp=0xc000506db0 sp=0xc000506d80 pc=0x7a4ddd
		  | net/http.(*onceCloseListener).Accept(0xc0017ac1e0)
		  | 	<autogenerated>:1 +0x2f fp=0xc000506dc8 sp=0xc000506db0 pc=0x8b52ef
		  | net/http.(*Server).Serve(0xc0008bc000, {0x6277c00, 0xc000110198})
		  | 	GOROOT/src/net/http/server.go:3002 +0x394 fp=0xc000506f00 sp=0xc000506dc8 pc=0x895514
		  | net/http.(*Server).ListenAndServe(0xc0008bc000)
		  | 	GOROOT/src/net/http/server.go:2931 +0x7d fp=0xc000506f30 sp=0xc000506f00 pc=0x89513d
		  | net/http.ListenAndServe(...)
		  | 	GOROOT/src/net/http/server.go:3185
		  | github.com/cockroachdb/cockroach/pkg/workload/cli.runRun.func1()
		  | 	github.com/cockroachdb/cockroach/pkg/workload/cli/run.go:404 +0x145 fp=0xc000506fe0 sp=0xc000506f30 pc=0x3e5c0e5
		  | runtime.goexit()
		  | 	GOROOT/src/runtime/asm_amd64.s:1581 +0x1 fp=0xc000506fe8 sp=0xc000506fe0 pc=0x4bf181
		  | created by github.com/cockroachdb/cockroach/pkg/workload/cli.runRun
		  | 	github.com/cockroachdb/cockroach/pkg/workload/cli/run.go:403 +0x445
		  |
		  | stdout:
		  | Initializing 1000 connections...
		Wraps: (4) SSH_PROBLEM
		Wraps: (5) Node 1. Command with error:
		  | ``````
		  | ./cockroach workload run tpcc --warehouses=100 --tolerate-errors --wait=false --duration=2m0s
		  | ``````
		Wraps: (6) exit status 255
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) errors.SSH (5) *hintdetail.withDetail (6) *exec.ExitError
Help

See: roachtest README

See: How To Investigate (internal)

/cc @cockroachdb/kv-triage

This test on roachdash | Improve this report!

Jira issue: CRDB-15671

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Apr 16, 2022
@blathers-crl blathers-crl bot added the T-kv KV Team label Apr 16, 2022
@kvoli kvoli added A-kv Anything in KV that doesn't belong in a more specific category. and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Apr 16, 2022
@kvoli kvoli self-assigned this Apr 16, 2022
@kvoli
Copy link
Collaborator

kvoli commented Apr 16, 2022

tracking issue #80072, caused by #76609. Resolved in #80071.

@kvoli kvoli closed this as completed Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-kv Anything in KV that doesn't belong in a more specific category. branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-kv KV Team
Projects
None yet
Development

No branches or pull requests

3 participants