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: import/tpch/nodes=8 failed #92037

Closed
cockroach-teamcity opened this issue Nov 17, 2022 · 4 comments
Closed

roachtest: import/tpch/nodes=8 failed #92037

cockroach-teamcity opened this issue Nov 17, 2022 · 4 comments
Labels
branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-testeng TestEng Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 17, 2022

roachtest.import/tpch/nodes=8 failed with artifacts on release-22.1 @ d3b519c2b635a6e82be32c44f96df085ee9c7044:

The test failed on branch=release-22.1, cloud=gce:
test artifacts and logs in: /artifacts/import/tpch/nodes=8/run_1
	cluster.go:1604,import.go:215,test_runner.go:883: cluster.PutE: put /go/src/github.com/cockroachdb/cockroach/bin/cockroach failed: ~ scp -r -C -o StrictHostKeyChecking=no -i /home/roach/.ssh/id_rsa -i /home/roach/.ssh/google_compute_engine ubuntu@34.139.207.70:./cockroach ubuntu@34.148.160.129:./cockroach: exit status 1
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).PutE
		  | 	main/pkg/cmd/roachtest/cluster.go:1618
		  | main.(*clusterImpl).Put
		  | 	main/pkg/cmd/roachtest/cluster.go:1603
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerImportTPCH.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/import.go:215
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:883
		Wraps: (2) cluster.PutE
		Wraps: (3) attached stack trace
		  -- stack trace:
		  | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).Put
		  | 	github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:1595
		  | github.com/cockroachdb/cockroach/pkg/roachprod.Put
		  | 	github.com/cockroachdb/cockroach/pkg/roachprod/roachprod.go:818
		  | main.(*clusterImpl).PutE
		  | 	main/pkg/cmd/roachtest/cluster.go:1618
		  | main.(*clusterImpl).Put
		  | 	main/pkg/cmd/roachtest/cluster.go:1603
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerImportTPCH.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/import.go:215
		  | [...repeated from below...]
		Wraps: (4) put /go/src/github.com/cockroachdb/cockroach/bin/cockroach failed
		Wraps: (5) attached stack trace
		  -- stack trace:
		  | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).scp
		  | 	github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:2062
		  | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).Put.func3
		  | 	github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:1504
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1581
		Wraps: (6) ~ scp -r -C -o StrictHostKeyChecking=no -i /home/roach/.ssh/id_rsa -i /home/roach/.ssh/google_compute_engine ubuntu@34.139.207.70:./cockroach ubuntu@34.148.160.129:./cockroach
		  | client_loop: send disconnect: Broken pipe
		  | lost connection
		Wraps: (7) exit status 1
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.withPrefix (7) *exec.ExitError
Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

/cc @cockroachdb/disaster-recovery

This test on roachdash | Improve this report!

Jira issue: CRDB-21531

@cockroach-teamcity cockroach-teamcity added branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 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 Nov 17, 2022
@cockroach-teamcity cockroach-teamcity added this to the 22.1 milestone Nov 17, 2022
@msbutler msbutler added T-testeng TestEng Team and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-disaster-recovery labels Nov 18, 2022
@blathers-crl
Copy link

blathers-crl bot commented Nov 18, 2022

cc @cockroachdb/test-eng

@msbutler
Copy link
Collaborator

this looks like a test infra flake. the actual roachtest never started. Start up failed on cluster.Pute, which i believe is used to put some stuff onto the roachprod cluster before the test begins.

@msbutler
Copy link
Collaborator

this is potentially an instance of #91771, but i'll let test-eng triage.

@smg260
Copy link
Contributor

smg260 commented Nov 18, 2022

Yes, looks like a flake which will be mitigated somewhat by SCP retries

@smg260 smg260 closed this as completed Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-testeng TestEng Team
Projects
Archived in project
Development

No branches or pull requests

3 participants