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/index-only/tpcc/w=100 failed #51342

Closed
cockroach-teamcity opened this issue Jul 11, 2020 · 1 comment
Closed

roachtest: scrub/index-only/tpcc/w=100 failed #51342

cockroach-teamcity opened this issue Jul 11, 2020 · 1 comment
Assignees
Labels
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.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

(roachtest).scrub/index-only/tpcc/w=100 failed on provisional_202007081918_v20.2.0-alpha.2@cf051c8c91d5e1d5196e6d2fdc9382364e1d44e8:

The test failed on branch=provisional_202007081918_v20.2.0-alpha.2, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/scrub/index-only/tpcc/w=100/run_1
	test_runner.go:804: test timed out (10h0m0s)

	cluster.go:2044,tpcc.go:147,tpcc.go:157,tpcc.go:168,scrub.go:54,test_runner.go:757: output in run_034536.104_n5_workload_fixtures_load_tpcc: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2080704-1594412253-84-n5cpu4:5 -- ./workload fixtures load tpcc --warehouses=100  {pgurl:1} returned: context canceled
		(1) attached stack trace
		  | main.(*cluster).RunE
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2119
		  | main.(*cluster).Run
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2042
		  | main.setupTPCC.func1
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tpcc.go:147
		  | main.setupTPCC
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tpcc.go:157
		  | main.runTPCC
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tpcc.go:168
		  | main.makeScrubTPCCTest.func1
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/scrub.go:54
		  | main.(*testRunner).runTest.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:757
		  | runtime.goexit
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1373
		Wraps: (2) 2 safe details enclosed
		Wraps: (3) output in run_034536.104_n5_workload_fixtures_load_tpcc
		Wraps: (4) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2080704-1594412253-84-n5cpu4:5 -- ./workload fixtures load tpcc --warehouses=100  {pgurl:1} returned
		  | stderr:
		  | l/workloadccl/fixture.go:586  loaded 11 MiB table new_order in 1.541532326s (900000 rows, 0 index entries, 7.2 MiB)
		  | I200711 03:45:41.868111 69 ccl/workloadccl/fixture.go:586  loaded 7.8 MiB table item in 3.878324923s (100000 rows, 0 index entries, 2.0 MiB)
		  | I200711 03:47:19.388894 67 ccl/workloadccl/fixture.go:586  loaded 126 MiB table order in 1m41.39889337s (3000000 rows, 3000000 index entries, 1.2 MiB)
		  | I200711 03:47:36.247536 16 ccl/workloadccl/fixture.go:586  loaded 1.7 GiB table customer in 1m58.257659704s (3000000 rows, 3000000 index entries, 15 MiB)
		  | I200711 03:48:05.229129 66 ccl/workloadccl/fixture.go:586  loaded 421 MiB table history in 2m27.23938298s (3000000 rows, 6000000 index entries, 2.9 MiB)
		  | I200711 03:48:46.247516 70 ccl/workloadccl/fixture.go:586  loaded 3.1 GiB table stock in 3m8.25763989s (10000000 rows, 10000000 index entries, 17 MiB)
		  | I200711 03:48:48.771816 71 ccl/workloadccl/fixture.go:586  loaded 2.1 GiB table order_line in 3m10.782104481s (30005985 rows, 30005985 index entries, 11 MiB)
		  |
		  | stdout:
		Wraps: (5) secondary error attachment
		  | signal: killed
		  | (1) signal: killed
		  | Error types: (1) *exec.ExitError
		Wraps: (6) context canceled
		Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *main.withCommandDetails (5) *secondary.withSecondaryError (6) *errors.errorString

More

Artifacts: /scrub/index-only/tpcc/w=100
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity cockroach-teamcity added branch-provisional_202007081918_v20.2.0-alpha.2 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 Jul 11, 2020
@cockroach-teamcity cockroach-teamcity added this to the 20.2 milestone Jul 11, 2020
@dt
Copy link
Member

dt commented Sep 3, 2020

Inactive. Logs are long gone.

@dt dt closed this as completed Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Projects
None yet
Development

No branches or pull requests

3 participants