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: jepsen/bank-multitable/majority-ring failed #51050

Closed
cockroach-teamcity opened this issue Jul 7, 2020 · 6 comments
Closed

roachtest: jepsen/bank-multitable/majority-ring failed #51050

cockroach-teamcity opened this issue Jul 7, 2020 · 6 comments
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.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

(roachtest).jepsen/bank-multitable/majority-ring failed on master@9304ecd70e9f3ba4cb16b5443a10b4e17d7baee0:

		  | main.runJepsen.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/jepsen.go:159
		  | main.runJepsen.func3
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/jepsen.go:180
		  | runtime.goexit
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1373
		Wraps: (2) 2 safe details enclosed
		Wraps: (3) output in run_090351.878_n6_bash
		Wraps: (4) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2068260-1594103442-42-n6cpu4:6 -- bash -e -c "\
		  | cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \
		  |  ~/lein run test \
		  |    --tarball file://${PWD}/cockroach.tgz \
		  |    --username ${USER} \
		  |    --ssh-private-key ~/.ssh/id_rsa \
		  |    --os ubuntu \
		  |    --time-limit 300 \
		  |    --concurrency 30 \
		  |    --recovery-time 25 \
		  |    --test-count 1 \
		  |    -n 10.128.1.83 -n 10.128.1.52 -n 10.128.1.84 -n 10.128.1.50 -n 10.128.1.53 \
		  |    --test bank-multitable --nemesis majority-ring \
		  | > invoke.log 2>&1 \
		  | " returned
		  | stderr:
		  | Error: SSH_PROBLEM: exit status 255
		  | (1) SSH_PROBLEM
		  | Wraps: (2) Node 6. Command with error:
		  |   | ```
		  |   | bash -e -c "\
		  |   | cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \
		  |   |  ~/lein run test \
		  |   |    --tarball file://${PWD}/cockroach.tgz \
		  |   |    --username ${USER} \
		  |   |    --ssh-private-key ~/.ssh/id_rsa \
		  |   |    --os ubuntu \
		  |   |    --time-limit 300 \
		  |   |    --concurrency 30 \
		  |   |    --recovery-time 25 \
		  |   |    --test-count 1 \
		  |   |    -n 10.128.1.83 -n 10.128.1.52 -n 10.128.1.84 -n 10.128.1.50 -n 10.128.1.53 \
		  |   |    --test bank-multitable --nemesis majority-ring \
		  |   | > invoke.log 2>&1 \
		  |   | "
		  |   | ```
		  | Wraps: (3) exit status 255
		  | Error types: (1) errors.SSH (2) *hintdetail.withDetail (3) *exec.ExitError
		  |
		  | stdout:
		Wraps: (5) exit status 10
		Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *main.withCommandDetails (5) *exec.ExitError

More

Artifacts: /jepsen/bank-multitable/majority-ring
Related:

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

@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 Jul 7, 2020
@cockroach-teamcity cockroach-teamcity added this to the 20.2 milestone Jul 7, 2020
@darinpp
Copy link
Contributor

darinpp commented Jul 7, 2020

Similar to #51052
Seems like an issue with an import.

@darinpp darinpp assigned dt and unassigned andreimatei Jul 7, 2020
@dt
Copy link
Member

dt commented Jul 13, 2020

I didn't think Jepsen tests used IMPORT?

@knz
Copy link
Contributor

knz commented Jul 21, 2020

This was mis-triaged. The Jepsen command runs an apt-get command on the VMs to install tooling, and the apt-get fails:

Caused by: java.lang.RuntimeException: sudo -S -u root bash -x -c "cd /; env DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes ntpdate faketime unzip" returned non-zero exit status -1 on 10.128.1.83. STDOUT:

The exact cause of the failure is unclear; it's possible that the repository is presenting an invalid package.

@knz knz unassigned dt Jul 21, 2020
@cockroach-teamcity
Copy link
Member Author

(roachtest).jepsen/bank-multitable/majority-ring failed on master@e9a4f83e3eee59510f97db2c6e0df9b57cf6b944:

		  | main.runJepsen.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/jepsen.go:159
		  | main.runJepsen.func3
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/jepsen.go:180
		  | runtime.goexit
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1373
		Wraps: (2) 2 safe details enclosed
		Wraps: (3) output in run_080056.491_n6_bash
		Wraps: (4) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2107908-1595398673-44-n6cpu4:6 -- bash -e -c "\
		  | cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \
		  |  ~/lein run test \
		  |    --tarball file://${PWD}/cockroach.tgz \
		  |    --username ${USER} \
		  |    --ssh-private-key ~/.ssh/id_rsa \
		  |    --os ubuntu \
		  |    --time-limit 300 \
		  |    --concurrency 30 \
		  |    --recovery-time 25 \
		  |    --test-count 1 \
		  |    -n 10.128.0.90 -n 10.128.0.88 -n 10.128.0.114 -n 10.128.0.95 -n 10.128.0.68 \
		  |    --test bank-multitable --nemesis majority-ring \
		  | > invoke.log 2>&1 \
		  | " returned
		  | stderr:
		  | Error: SSH_PROBLEM: exit status 255
		  | (1) SSH_PROBLEM
		  | Wraps: (2) Node 6. Command with error:
		  |   | ```
		  |   | bash -e -c "\
		  |   | cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \
		  |   |  ~/lein run test \
		  |   |    --tarball file://${PWD}/cockroach.tgz \
		  |   |    --username ${USER} \
		  |   |    --ssh-private-key ~/.ssh/id_rsa \
		  |   |    --os ubuntu \
		  |   |    --time-limit 300 \
		  |   |    --concurrency 30 \
		  |   |    --recovery-time 25 \
		  |   |    --test-count 1 \
		  |   |    -n 10.128.0.90 -n 10.128.0.88 -n 10.128.0.114 -n 10.128.0.95 -n 10.128.0.68 \
		  |   |    --test bank-multitable --nemesis majority-ring \
		  |   | > invoke.log 2>&1 \
		  |   | "
		  |   | ```
		  | Wraps: (3) exit status 255
		  | Error types: (1) errors.SSH (2) *hintdetail.withDetail (3) *exec.ExitError
		  |
		  | stdout:
		Wraps: (5) exit status 10
		Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *main.withCommandDetails (5) *exec.ExitError

More

Artifacts: /jepsen/bank-multitable/majority-ring
Related:

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

@knz
Copy link
Contributor

knz commented Jul 22, 2020

Last failure is different and caused by #51739

irfansharif added a commit to irfansharif/jepsen that referenced this issue Jul 23, 2020
irfansharif added a commit to irfansharif/jepsen that referenced this issue Jul 23, 2020
@irfansharif
Copy link
Contributor

Fixed by cockroachdb/jepsen#24.

aliher1911 pushed a commit to aliher1911/jepsen that referenced this issue Dec 24, 2021
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

6 participants