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: acceptance/version-upgrade failed #47632

Closed
cockroach-teamcity opened this issue Apr 17, 2020 · 0 comments
Closed

roachtest: acceptance/version-upgrade failed #47632

cockroach-teamcity opened this issue Apr 17, 2020 · 0 comments
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).acceptance/version-upgrade failed on provisional_202004171855_v20.1.0-rc.2@c0f00d2a156295a1cb79ed960940c167cb03ccbc:

The test failed on branch=provisional_202004171855_v20.1.0-rc.2, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/version-upgrade/run_1
	cluster.go:1766,versionupgrade.go:225,versionupgrade.go:304,versionupgrade.go:166,versionupgrade.go:155,acceptance.go:55,acceptance.go:91,test_runner.go:753: cluster.Put: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod put teamcity-1883216-1587163471-15-n4cpu4:1-4 /home/agent/temp/buildTmp/cockroach-v19.2.6.linux-amd64 ./cockroach-19.2.6 returned: exit status 1
		(1) attached stack trace
		  | main.(*cluster).PutE
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:1781
		  | main.(*cluster).Put
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:1765
		  | main.(*versionUpgradeTest).uploadVersion
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/versionupgrade.go:225
		  | main.binaryUpgradeStep.func1
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/versionupgrade.go:304
		  | main.(*versionUpgradeTest).run
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/versionupgrade.go:166
		  | main.runVersionUpgrade
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/versionupgrade.go:155
		  | main.registerAcceptance.func1
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/acceptance.go:55
		  | main.registerAcceptance.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/acceptance.go:91
		  | main.(*testRunner).runTest.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:753
		  | runtime.goexit
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1357
		Wraps: (2) cluster.Put
		Wraps: (3) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod put teamcity-1883216-1587163471-15-n4cpu4:1-4 /home/agent/temp/buildTmp/cockroach-v19.2.6.linux-amd64 ./cockroach-19.2.6 returned
		  | stderr:
		  |
		  | stdout:
		  | teamcity-1883216-1587163471-15-n4cpu4: putting (dist) /home/agent/temp/buildTmp/cockroach-v19.2.6.linux-amd64 ./cockroach-19.2.6
		  | ...
		  |    1: ~ scp -r -C -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa -i /root/.ssh/google_compute_engine /home/agent/temp/buildTmp/cockroach-v19.2.6.linux-amd64 ubuntu@35.226.222.224:./cockroach-19.2.6
		  | scp: ./cockroach-19.2.6: Text file busy
		  | : exit status 1
		  |    2: ~ scp -r -C -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa -i /root/.ssh/google_compute_engine /home/agent/temp/buildTmp/cockroach-v19.2.6.linux-amd64 ubuntu@35.239.123.244:./cockroach-19.2.6
		  | scp: ./cockroach-19.2.6: Text file busy
		  | : exit status 1
		  |    3: ~ scp -r -C -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa -i /root/.ssh/google_compute_engine /home/agent/temp/buildTmp/cockroach-v19.2.6.linux-amd64 ubuntu@34.68.37.109:./cockroach-19.2.6
		  | scp: ./cockroach-19.2.6: Text file busy
		  | : exit status 1
		  |    4: ~ scp -r -C -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa -i /root/.ssh/google_compute_engine /home/agent/temp/buildTmp/cockroach-v19.2.6.linux-amd64 ubuntu@34.69.191.173:./cockroach-19.2.6
		  | scp: ./cockroach-19.2.6: Text file busy
		  | : exit status 1
		  | I200417 22:47:48.102356 1 cluster_synced.go:1178  put /home/agent/temp/buildTmp/cockroach-v19.2.6.linux-amd64 failed
		Wraps: (4) exit status 1
		Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *main.withCommandDetails (4) *exec.ExitError

More

Artifacts: /acceptance/version-upgrade
Related:

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

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