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: kv95/encrypt=false/nodes=3 failed #33401

Closed
cockroach-teamcity opened this issue Dec 29, 2018 · 1 comment
Closed

roachtest: kv95/encrypt=false/nodes=3 failed #33401

cockroach-teamcity opened this issue Dec 29, 2018 · 1 comment
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

SHA: https://github.com/cockroachdb/cockroach/commits/32734be7ac6413035c487f114deccabb5621e8d8

Parameters:

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=kv95/encrypt=false/nodes=3 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1072742&tab=buildLog

The test failed on master:
	test.go:703,test.go:715: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod create teamcity-1072742-kv95-encrypt-false-nodes-3 -n 4 --clouds=aws --aws-machine-type-ssd=c5d.2xlarge returned:
		stderr:
		Error:  not all nodes booted successfully
		
		stdout:
		-false-nodes-3 with 4 nodes
		OK
		teamcity-1072742-kv95-encrypt-false-nodes-3: [aws] 12h53m47s remaining
		  teamcity-1072742-kv95-encrypt-false-nodes-3-0001	ip-172-31-33-64.us-east-2.compute.internal	172.31.33.64	
		  teamcity-1072742-kv95-encrypt-false-nodes-3-0002	ip-172-31-32-220.us-east-2.compute.internal	172.31.32.220	
		  teamcity-1072742-kv95-encrypt-false-nodes-3-0003	ip-172-31-33-85.us-east-2.compute.internal	172.31.33.85	
		  teamcity-1072742-kv95-encrypt-false-nodes-3-0004	ip-172-31-36-247.us-east-2.compute.internal	172.31.36.247	
		Syncing...
		teamcity-1072742-kv95-encrypt-false-nodes-3: waiting for nodes to start...............................................................................................................................................................................................................................................................................................................
		   1: timed out after 5m
		   2: timed out after 5m
		   3: timed out after 5m
		   4: timed out after 5m
		: exit status 1

@cockroach-teamcity cockroach-teamcity added this to the 2.2 milestone Dec 29, 2018
@cockroach-teamcity cockroach-teamcity added C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Dec 29, 2018
@petermattis
Copy link
Collaborator

Failure during cluster creation. Closing in favor of #33377.

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-robot Originated from a bot.
Projects
None yet
Development

No branches or pull requests

3 participants