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: scrub/all-checks/tpcc/w=100 failed #69755

Closed
cockroach-teamcity opened this issue Sep 2, 2021 · 0 comments · Fixed by #69747
Closed

roachtest: scrub/all-checks/tpcc/w=100 failed #69755

cockroach-teamcity opened this issue Sep 2, 2021 · 0 comments · Fixed by #69747
Labels
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. T-sql-queries SQL Queries Team

Comments

@cockroach-teamcity
Copy link
Member

roachtest.scrub/all-checks/tpcc/w=100 failed with artifacts on master @ 63679e7bf4a0244c6e46381751543cfe3f32388c:

		  | 	/usr/local/go/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc000e99fd8 sp=0xc000e99fd0 pc=0x4c5cc1
		  | created by golang.org/x/sync/errgroup.(*Group).Go
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
		  |
		  | goroutine 3154 [runnable]:
		  | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc001ddd860, 0xc0029c60c0)
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 fp=0xc00347cfd0 sp=0xc00347cfc8 pc=0x12dd3e0
		  | runtime.goexit()
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc00347cfd8 sp=0xc00347cfd0 pc=0x4c5cc1
		  | created by golang.org/x/sync/errgroup.(*Group).Go
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
		  |
		  | goroutine 3099 [runnable]:
		  | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc001ddd860, 0xc003032c00)
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 fp=0xc00347ffd0 sp=0xc00347ffc8 pc=0x12dd3e0
		  | runtime.goexit()
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc00347ffd8 sp=0xc00347ffd0 pc=0x4c5cc1
		  | created by golang.org/x/sync/errgroup.(*Group).Go
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
		  |
		  | goroutine 3127 [runnable]:
		  | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc001ddd860, 0xc003033680)
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 fp=0xc0034797d0 sp=0xc0034797c8 pc=0x12dd3e0
		  | runtime.goexit()
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc0034797d8 sp=0xc0034797d0 pc=0x4c5cc1
		  | created by golang.org/x/sync/errgroup.(*Group).Go
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
		  |
		  | goroutine 3158 [runnable]:
		  | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc001ddd860, 0xc0029c6240)
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 fp=0xc003479fd0 sp=0xc003479fc8 pc=0x12dd3e0
		  | runtime.goexit()
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc003479fd8 sp=0xc003479fd0 pc=0x4c5cc1
		  | created by golang.org/x/sync/errgroup.(*Group).Go
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
		  | Error: SSH_PROBLEM: exit status 255
		  | (1) SSH_PROBLEM
		  | Wraps: (2) Node 5. Command with error:
		  |   | ``````
		  |   | ./cockroach workload run tpcc --warehouses=100 --histograms=perf/stats.json --wait=false --tolerate-errors --ramp=5m0s --duration=30m0s --prometheus-port=2112 --pprofport=33333  {pgurl:1-4}
		  |   | ``````
		  | Wraps: (3) exit status 255
		  | Error types: (1) errors.SSH (2) *hintdetail.withDetail (3) *exec.ExitError
		  |
		  | stdout:
		  | Initializing 1000 connections...
		  | Initializing 0 idle connections...
		  | Initializing 1000 workers and preparing statements...
		Wraps: (8) exit status 10
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.withPrefix (7) *cluster.WithCommandDetails (8) *exec.ExitError
Reproduce

See: roachtest README

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

@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 Sep 2, 2021
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Sep 2, 2021
@craig craig bot closed this as completed in #69747 Sep 2, 2021
@craig craig bot closed this as completed in a46e3a2 Sep 2, 2021
@mgartner mgartner moved this to Done in SQL Queries Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant