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

Test failure in CI build 1242 #600

Closed
tbg opened this issue Apr 8, 2015 · 1 comment
Closed

Test failure in CI build 1242 #600

tbg opened this issue Apr 8, 2015 · 1 comment
Labels
C-test-failure Broken test (automatically or manually discovered).

Comments

@tbg
Copy link
Member

tbg commented Apr 8, 2015

The following test appears to have failed:

#1242:

I0408 21:56:05.529283     277 multiraft.go:638] HardState updated: {Term:6 Vote:257 Commit:35 XXX_unrecognized:[]}
I0408 21:56:05.530706     277 multiraft.go:641] New Entry[0]: 6/35 EntryNormal 13d3289dea46165c65157426e50ec28b: raft_id:1 cmd:<end_transaction:<header:<timestamp:<wall_time:0 logical:31 > cmd_id:<wall_time:1428530165512017500 random:7283855682742174347 > key:"b
I0408 21:56:05.532049     277 multiraft.go:644] Committed Entry[0]: 6/35 EntryNormal 13d3289dea46165c65157426e50ec28b: raft_id:1 cmd:<end_transaction:<header:<timestamp:<wall_time:0 logical:31 > cmd_id:<wall_time:1428530165512017500 random:7283855682742174347 > key:"b
I0408 21:56:05.539919     277 raft.go:390] raft: 101 became follower at term 5
I0408 21:56:05.540233     277 raft.go:207] raft: newRaft 101 [peers: [101], term: 5, commit: 10, applied: 10, lastindex: 10, lastterm: 5]
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x10 pc=0xb0ad76]

goroutine 1677 [running]:
github.com/cockroachdb/cockroach/multiraft.(*state).propose(0xc2080a0b70, 0xc208658db0)
    /go/src/github.com/cockroachdb/cockroach/multiraft/multiraft.go:625 +0xc6
github.com/cockroachdb/cockroach/multiraft.(*state).start(0xc2080a0b70)
    /go/src/github.com/cockroachdb/cockroach/multiraft/multiraft.go:477 +0x1ad7
created by github.com/cockroachdb/cockroach/multiraft.(*MultiRaft).Start
    /go/src/github.com/cockroachdb/cockroach/multiraft/multiraft.go:149 +0x60

--
goroutine 1678 [select]:
github.com/cockroachdb/cockroach/storage.(*Store).processRaft(0xc2083bc160)
    /go/src/github.com/cockroachdb/cockroach/storage/store.go:1121 +0xee6
created by github.com/cockroachdb/cockroach/storage.(*Store).Start
    /go/src/github.com/cockroachdb/cockroach/storage/store.go:477 +0xc07
FAIL    github.com/cockroachdb/cockroach/storage    3.441s
=== RUN TestBatchBasics
--- PASS: TestBatchBasics (0.00s)
=== RUN TestBatchGet
--- PASS: TestBatchGet (0.00s)
=== RUN TestBatchMerge
--- PASS: TestBatchMerge (0.00s)
=== RUN TestBatchProto
--- PASS: TestBatchProto (0.00s)
=== RUN TestBatchScan
--- PASS: TestBatchScan (0.00s)
I0408 21:56:05.529283     277 multiraft.go:638] HardState updated: {Term:6 Vote:257 Commit:35 XXX_unrecognized:[]}
I0408 21:56:05.530706     277 multiraft.go:641] New Entry[0]: 6/35 EntryNormal 13d3289dea46165c65157426e50ec28b: raft_id:1 cmd:<end_transaction:<header:<timestamp:<wall_time:0 logical:31 > cmd_id:<wall_time:1428530165512017500 random:7283855682742174347 > key:"b
I0408 21:56:05.532049     277 multiraft.go:644] Committed Entry[0]: 6/35 EntryNormal 13d3289dea46165c65157426e50ec28b: raft_id:1 cmd:<end_transaction:<header:<timestamp:<wall_time:0 logical:31 > cmd_id:<wall_time:1428530165512017500 random:7283855682742174347 > key:"b
I0408 21:56:05.539919     277 raft.go:390] raft: 101 became follower at term 5
I0408 21:56:05.540233     277 raft.go:207] raft: newRaft 101 [peers: [101], term: 5, commit: 10, applied: 10, lastindex: 10, lastterm: 5]
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x10 pc=0xb0ad76]

goroutine 1677 [running]:
github.com/cockroachdb/cockroach/multiraft.(*state).propose(0xc2080a0b70, 0xc208658db0)
    /go/src/github.com/cockroachdb/cockroach/multiraft/multiraft.go:625 +0xc6
github.com/cockroachdb/cockroach/multiraft.(*state).start(0xc2080a0b70)
    /go/src/github.com/cockroachdb/cockroach/multiraft/multiraft.go:477 +0x1ad7
created by github.com/cockroachdb/cockroach/multiraft.(*MultiRaft).Start
    /go/src/github.com/cockroachdb/cockroach/multiraft/multiraft.go:149 +0x60

--
goroutine 1678 [select]:
github.com/cockroachdb/cockroach/storage.(*Store).processRaft(0xc2083bc160)
    /go/src/github.com/cockroachdb/cockroach/storage/store.go:1121 +0xee6
created by github.com/cockroachdb/cockroach/storage.(*Store).Start
    /go/src/github.com/cockroachdb/cockroach/storage/store.go:477 +0xc07
FAIL    github.com/cockroachdb/cockroach/storage    3.441s
=== RUN TestBatchBasics
--- PASS: TestBatchBasics (0.00s)
=== RUN TestBatchGet
--- PASS: TestBatchGet (0.00s)
=== RUN TestBatchMerge
--- PASS: TestBatchMerge (0.00s)
=== RUN TestBatchProto
--- PASS: TestBatchProto (0.00s)
=== RUN TestBatchScan
--- PASS: TestBatchScan (0.00s)

Please assign, take a look and update the issue accordingly.

@tbg tbg added the C-test-failure Broken test (automatically or manually discovered). label Apr 8, 2015
@bdarnell
Copy link
Contributor

bdarnell commented Apr 8, 2015

Duplicate of #597

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).
Projects
None yet
Development

No branches or pull requests

2 participants