Skip to content

roachtest: cdc/bank failed #41177

@cockroach-teamcity

Description

@cockroach-teamcity

SHA: https://github.com/cockroachdb/cockroach/commits/250f4c36de2b88eff443cf9be9cd5d2759312c88

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=cdc/bank PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1512280&tab=artifacts#/cdc/bank

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190928-1512280/cdc/bank/run_1
	cluster.go:1764,cdc.go:639,cdc.go:248,cdc.go:607,test_runner.go:689: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1569647447-15-n4cpu4:4 -- yes | sudo apt-get -q install default-jre 2>&1 > logs/apt-get-install.log returned:
		stderr:
		
		stdout:
		debconf: unable to initialize frontend: Dialog
		debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
		debconf: falling back to frontend: Readline
		debconf: unable to initialize frontend: Readline
		debconf: (This frontend requires a controlling tty.)
		debconf: falling back to frontend: Teletype
		dpkg-preconfigure: unable to re-open stdin: 
		Error:  exit status 255
		: exit status 1

Metadata

Metadata

Assignees

Labels

C-test-failureBroken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions