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: sequelize failed #74852

Closed
cockroach-teamcity opened this issue Jan 14, 2022 · 1 comment
Closed

roachtest: sequelize failed #74852

cockroach-teamcity opened this issue Jan 14, 2022 · 1 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.

Comments

@cockroach-teamcity
Copy link
Member

roachtest.sequelize failed with artifacts on master @ d6b99e92bf55b6f4a0d79800d67924e04d0b2a6d:

		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:1779
		  | [...repeated from below...]
		Wraps: (4) cluster.GitClone
		Wraps: (5) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2031
		  | main.(*clusterImpl).GitClone
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:1779
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.repeatGitCloneE
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/canary.go:193
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerSequelize.func1
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/sequelize.go:125
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerSequelize.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/sequelize.go:161
		  | main.(*testRunner).runTest.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:780
		  | runtime.goexit
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1581
		Wraps: (6) output in run_143512.633659805_n1_bash
		Wraps: (7) bash -e -c '
		  | 		if ! test -d /mnt/data1/sequelize; then
		  | 			git clone -b v6.0.5 --depth 1 https://github.com/cockroachdb/sequelize-cockroachdb.git /mnt/data1/sequelize
		  |   		else
		  | 			cd /mnt/data1/sequelize
		  | 		git fetch origin
		  | 		git checkout origin/v6.0.5
		  |   		fi
		  |   		' returned
		  | stderr:
		  | Cloning into '/mnt/data1/sequelize'...
		  | warning: Could not find remote branch v6.0.5 to clone.
		  | fatal: Remote branch v6.0.5 not found in upstream origin
		  |
		  | stdout:
		Wraps: (8) COMMAND_PROBLEM
		Wraps: (9) Node 1. Command with error:
		  | ``````
		  | bash -e -c '
		  | 		if ! test -d /mnt/data1/sequelize; then
		  | 			git clone -b v6.0.5 --depth 1 https://github.com/cockroachdb/sequelize-cockroachdb.git /mnt/data1/sequelize
		  |   		else
		  | 			cd /mnt/data1/sequelize
		  | 		git fetch origin
		  | 		git checkout origin/v6.0.5
		  |   		fi
		  |   		'
		  | ``````
		Wraps: (10) exit status 128
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.withPrefix (7) *cluster.WithCommandDetails (8) errors.Cmd (9) *hintdetail.withDetail (10) *exec.ExitError
Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

/cc @cockroachdb/sql-experience

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 Jan 14, 2022
@rafiss
Copy link
Collaborator

rafiss commented Jan 14, 2022

forgot to push the tags; this should work next run

@rafiss rafiss closed this as completed Jan 14, 2022
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

2 participants