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: scaledata/filesystem-simulator/nodes=3 failed #51821

Closed
cockroach-teamcity opened this issue Jul 23, 2020 · 2 comments
Closed

roachtest: scaledata/filesystem-simulator/nodes=3 failed #51821

cockroach-teamcity opened this issue Jul 23, 2020 · 2 comments
Assignees
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.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

(roachtest).scaledata/filesystem-simulator/nodes=3 failed on master@b8a50cc4d062293915969cdc83e3ec4d057cede5:

		  | main.(*monitor).WaitE
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2541
		  | main.(*monitor).Wait
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2549
		  | main.runSqlapp
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/scaledata.go:119
		  | main.registerScaleData.func1
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/scaledata.go:49
		  | main.(*testRunner).runTest.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:757
		Wraps: (2) monitor failure
		Wraps: (3) attached stack trace
		  | main.(*monitor).wait.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2597
		Wraps: (4) monitor task failed
		Wraps: (5) attached stack trace
		  | main.(*cluster).RunE
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2201
		  | main.runSqlapp.func1
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/scaledata.go:115
		  | main.(*monitor).Go.func1
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2531
		  | golang.org/x/sync/errgroup.(*Group).Go.func1
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup/errgroup.go:57
		  | runtime.goexit
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1373
		Wraps: (6) 2 safe details enclosed
		Wraps: (7) output in run_060432.064_n4_filesystemsimulator_
		Wraps: (8) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2111252-1595484018-03-n4cpu4:4 -- ./filesystem-simulator  --duration_secs=600 --num_workers=16 --cockroach_ip_addresses_csv='10.128.0.71:26257,10.128.0.131:26257,10.128.0.116:26257'  returned
		  | stderr:
		  | 09f52 and parent /default
		  | 2020/07/23 06:08:51 RobustDB.RandomDB chose DB at index 1
		  | 2020/07/23 06:08:51 ExecuteTx retry attempt 1 failed, started at 2020-07-23 06:08:51.063913132 +0000 UTC m=+258.289623107, now = 2020-07-23 06:08:51.36434795 +0000 UTC m=+258.590057977, took 300.43487ms
		  | 2020/07/23 06:08:51 pq error - Error code : 57014, Error class : 57
		  | 2020/07/23 06:08:51 pq error - Error code : 57014, Error class : 57
		  | 2020/07/23 06:08:51 Aborting Retries because this error of type *pq.Error is not retryable : pq: query execution canceled
		  | 2020/07/23 06:08:51 postgres error code is 57014 and class is 57
		  | 2020/07/23 06:08:51 pq: query execution canceled
		  | Error: COMMAND_PROBLEM: exit status 1
		  | (1) COMMAND_PROBLEM
		  | Wraps: (2) Node 4. Command with error:
		  |   | ```
		  |   | ./filesystem-simulator  --duration_secs=600 --num_workers=16 --cockroach_ip_addresses_csv='10.128.0.71:26257,10.128.0.131:26257,10.128.0.116:26257'
		  |   | ```
		  | Wraps: (3) exit status 1
		  | Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
		  |
		  | stdout:
		Wraps: (9) exit status 20
		Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *safedetails.withSafeDetails (7) *errutil.withMessage (8) *main.withCommandDetails (9) *exec.ExitError

More

Artifacts: /scaledata/filesystem-simulator/nodes=3
Related:

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

@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 Jul 23, 2020
@cockroach-teamcity cockroach-teamcity added this to the 20.2 milestone Jul 23, 2020
@irfansharif
Copy link
Contributor

Duplicate of #51215.

@irfansharif
Copy link
Contributor

Fixed in #51772.

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.
Projects
None yet
Development

No branches or pull requests

5 participants