Skip to content

Instantly share code, notes, and snippets.

@jefferai
Created January 7, 2015 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jefferai/e89578f795bf5737f65f to your computer and use it in GitHub Desktop.
Save jefferai/e89578f795bf5737f65f to your computer and use it in GitHub Desktop.
Consul "go test" fail
~/gocode/src/github.com/hashicorp/consul$ go get -u github.com/hashicorp/consul
~/gocode/src/github.com/hashicorp/consul$ go install github.com/hashicorp/consul
~/gocode/src/github.com/hashicorp/consul$ cd consul
~/gocode/src/github.com/hashicorp/consul/consul$ go test
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15000 127.0.0.1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15001 [Follower] entering Follower state
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15000.dc1 127.0.0.1
2015/01/07 18:53:31 [INFO] consul: adding server Node 15000 (Addr: 127.0.0.1:15001) (DC: dc1)
2015/01/07 18:53:31 [INFO] consul: adding server Node 15000.dc1 (Addr: 127.0.0.1:15001) (DC: dc1)
2015/01/07 18:53:31 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15001 [Candidate] entering Candidate state
2015/01/07 18:53:31 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:31 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15001 [Leader] entering Leader state
2015/01/07 18:53:31 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:31 [INFO] consul: New leader elected: Node 15000
2015/01/07 18:53:31 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:31 [DEBUG] raft: Node 127.0.0.1:15001 updated peer set (2): [127.0.0.1:15001]
2015/01/07 18:53:31 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:31 [INFO] consul: member 'Node 15000' joined, marking health alive
2015/01/07 18:53:31 [INFO] consul: shutting down server
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15004 127.0.0.1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15005 [Follower] entering Follower state
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15004.dc1 127.0.0.1
2015/01/07 18:53:31 [INFO] consul: adding server Node 15004 (Addr: 127.0.0.1:15005) (DC: dc1)
2015/01/07 18:53:31 [INFO] consul: adding server Node 15004.dc1 (Addr: 127.0.0.1:15005) (DC: dc1)
2015/01/07 18:53:31 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15005 [Candidate] entering Candidate state
2015/01/07 18:53:31 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:31 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15005 [Leader] entering Leader state
2015/01/07 18:53:31 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:31 [INFO] consul: New leader elected: Node 15004
2015/01/07 18:53:31 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:31 [DEBUG] raft: Node 127.0.0.1:15005 updated peer set (2): [127.0.0.1:15005]
2015/01/07 18:53:31 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:31 [INFO] consul: member 'Node 15004' joined, marking health alive
2015/01/07 18:53:31 [INFO] consul: shutting down server
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15008 127.0.0.1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15009 [Follower] entering Follower state
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15008.dc1 127.0.0.1
2015/01/07 18:53:31 [INFO] consul: adding server Node 15008 (Addr: 127.0.0.1:15009) (DC: dc1)
2015/01/07 18:53:31 [INFO] consul: adding server Node 15008.dc1 (Addr: 127.0.0.1:15009) (DC: dc1)
2015/01/07 18:53:31 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15009 [Candidate] entering Candidate state
2015/01/07 18:53:31 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:31 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15009 [Leader] entering Leader state
2015/01/07 18:53:31 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:31 [INFO] consul: New leader elected: Node 15008
2015/01/07 18:53:31 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:31 [DEBUG] raft: Node 127.0.0.1:15009 updated peer set (2): [127.0.0.1:15009]
2015/01/07 18:53:31 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:31 [INFO] consul: member 'Node 15008' joined, marking health alive
2015/01/07 18:53:31 [INFO] consul: shutting down server
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15012 127.0.0.1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15013 [Follower] entering Follower state
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15012.dc1 127.0.0.1
2015/01/07 18:53:31 [INFO] consul: adding server Node 15012 (Addr: 127.0.0.1:15013) (DC: dc1)
2015/01/07 18:53:31 [INFO] consul: adding server Node 15012.dc1 (Addr: 127.0.0.1:15013) (DC: dc1)
2015/01/07 18:53:31 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15013 [Candidate] entering Candidate state
2015/01/07 18:53:31 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:31 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15013 [Leader] entering Leader state
2015/01/07 18:53:31 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:31 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:31 [DEBUG] raft: Node 127.0.0.1:15013 updated peer set (2): [127.0.0.1:15013]
2015/01/07 18:53:31 [INFO] consul: New leader elected: Node 15012
2015/01/07 18:53:31 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:31 [INFO] consul: member 'Node 15012' joined, marking health alive
2015/01/07 18:53:31 [INFO] consul: shutting down server
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15016 127.0.0.1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15017 [Follower] entering Follower state
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15016.dc1 127.0.0.1
2015/01/07 18:53:31 [INFO] consul: adding server Node 15016 (Addr: 127.0.0.1:15017) (DC: dc1)
2015/01/07 18:53:31 [INFO] consul: adding server Node 15016.dc1 (Addr: 127.0.0.1:15017) (DC: dc1)
2015/01/07 18:53:31 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15017 [Candidate] entering Candidate state
2015/01/07 18:53:31 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:31 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15017 [Leader] entering Leader state
2015/01/07 18:53:31 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:31 [INFO] consul: New leader elected: Node 15016
2015/01/07 18:53:31 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:31 [DEBUG] raft: Node 127.0.0.1:15017 updated peer set (2): [127.0.0.1:15017]
2015/01/07 18:53:31 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:31 [INFO] consul: member 'Node 15016' joined, marking health alive
2015/01/07 18:53:31 [INFO] consul: shutting down server
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15020 127.0.0.1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15021 [Follower] entering Follower state
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15020.dc1 127.0.0.1
2015/01/07 18:53:31 [INFO] consul: adding server Node 15020 (Addr: 127.0.0.1:15021) (DC: dc1)
2015/01/07 18:53:31 [INFO] consul: adding server Node 15020.dc1 (Addr: 127.0.0.1:15021) (DC: dc1)
2015/01/07 18:53:31 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15021 [Candidate] entering Candidate state
2015/01/07 18:53:31 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:31 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15021 [Leader] entering Leader state
2015/01/07 18:53:31 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:31 [INFO] consul: New leader elected: Node 15020
2015/01/07 18:53:31 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:31 [DEBUG] raft: Node 127.0.0.1:15021 updated peer set (2): [127.0.0.1:15021]
2015/01/07 18:53:31 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:31 [INFO] consul: member 'Node 15020' joined, marking health alive
2015/01/07 18:53:31 [INFO] consul: shutting down server
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15024 127.0.0.1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15025 [Follower] entering Follower state
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15024.dc1 127.0.0.1
2015/01/07 18:53:31 [INFO] consul: adding server Node 15024 (Addr: 127.0.0.1:15025) (DC: dc1)
2015/01/07 18:53:31 [INFO] consul: adding server Node 15024.dc1 (Addr: 127.0.0.1:15025) (DC: dc1)
2015/01/07 18:53:31 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15025 [Candidate] entering Candidate state
2015/01/07 18:53:31 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:31 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15025 [Leader] entering Leader state
2015/01/07 18:53:31 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:31 [INFO] consul: New leader elected: Node 15024
2015/01/07 18:53:31 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:31 [DEBUG] raft: Node 127.0.0.1:15025 updated peer set (2): [127.0.0.1:15025]
2015/01/07 18:53:31 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:31 [INFO] consul: member 'Node 15024' joined, marking health alive
2015/01/07 18:53:31 [INFO] consul: shutting down server
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15028 127.0.0.1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15029 [Follower] entering Follower state
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15028.dc1 127.0.0.1
2015/01/07 18:53:31 [INFO] consul: adding server Node 15028 (Addr: 127.0.0.1:15029) (DC: dc1)
2015/01/07 18:53:31 [INFO] consul: adding server Node 15028.dc1 (Addr: 127.0.0.1:15029) (DC: dc1)
2015/01/07 18:53:31 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15029 [Candidate] entering Candidate state
2015/01/07 18:53:31 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:31 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15029 [Leader] entering Leader state
2015/01/07 18:53:31 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:31 [INFO] consul: New leader elected: Node 15028
2015/01/07 18:53:31 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:31 [DEBUG] raft: Node 127.0.0.1:15029 updated peer set (2): [127.0.0.1:15029]
2015/01/07 18:53:31 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:31 [INFO] consul: member 'Node 15028' joined, marking health alive
2015/01/07 18:53:31 [INFO] consul: shutting down server
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15032 127.0.0.1
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15032.dc1 127.0.0.1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15033 [Follower] entering Follower state
2015/01/07 18:53:31 [INFO] consul: adding server Node 15032 (Addr: 127.0.0.1:15033) (DC: dc1)
2015/01/07 18:53:31 [INFO] consul: adding server Node 15032.dc1 (Addr: 127.0.0.1:15033) (DC: dc1)
2015/01/07 18:53:31 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15033 [Candidate] entering Candidate state
2015/01/07 18:53:31 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:31 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15033 [Leader] entering Leader state
2015/01/07 18:53:31 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:31 [INFO] consul: New leader elected: Node 15032
2015/01/07 18:53:31 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:31 [DEBUG] raft: Node 127.0.0.1:15033 updated peer set (2): [127.0.0.1:15033]
2015/01/07 18:53:31 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:31 [INFO] consul: member 'Node 15032' joined, marking health alive
2015/01/07 18:53:31 [INFO] consul: shutting down server
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15036 127.0.0.1
2015/01/07 18:53:31 [INFO] raft: Node at 127.0.0.1:15037 [Follower] entering Follower state
2015/01/07 18:53:31 [INFO] serf: EventMemberJoin: Node 15036.dc1 127.0.0.1
2015/01/07 18:53:31 [INFO] consul: adding server Node 15036 (Addr: 127.0.0.1:15037) (DC: dc1)
2015/01/07 18:53:31 [INFO] consul: adding server Node 15036.dc1 (Addr: 127.0.0.1:15037) (DC: dc1)
2015/01/07 18:53:32 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15037 [Candidate] entering Candidate state
2015/01/07 18:53:32 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:32 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15037 [Leader] entering Leader state
2015/01/07 18:53:32 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:32 [INFO] consul: New leader elected: Node 15036
2015/01/07 18:53:32 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:32 [DEBUG] raft: Node 127.0.0.1:15037 updated peer set (2): [127.0.0.1:15037]
2015/01/07 18:53:32 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:32 [INFO] consul: member 'Node 15036' joined, marking health alive
2015/01/07 18:53:32 [INFO] consul: shutting down server
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15040 127.0.0.1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15041 [Follower] entering Follower state
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15040.dc1 127.0.0.1
2015/01/07 18:53:32 [INFO] consul: adding server Node 15040 (Addr: 127.0.0.1:15041) (DC: dc1)
2015/01/07 18:53:32 [INFO] consul: shutting down server
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [INFO] consul: adding server Node 15040.dc1 (Addr: 127.0.0.1:15041) (DC: dc1)
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15044 127.0.0.1
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15044.dc1 127.0.0.1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15045 [Follower] entering Follower state
2015/01/07 18:53:32 [INFO] consul: adding server Node 15044 (Addr: 127.0.0.1:15045) (DC: dc1)
2015/01/07 18:53:32 [INFO] consul: adding server Node 15044.dc1 (Addr: 127.0.0.1:15045) (DC: dc1)
2015/01/07 18:53:32 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15045 [Candidate] entering Candidate state
2015/01/07 18:53:32 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:32 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15045 [Leader] entering Leader state
2015/01/07 18:53:32 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:32 [INFO] consul: New leader elected: Node 15044
2015/01/07 18:53:32 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:32 [DEBUG] raft: Node 127.0.0.1:15045 updated peer set (2): [127.0.0.1:15045]
2015/01/07 18:53:32 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:32 [INFO] consul: member 'Node 15044' joined, marking health alive
2015/01/07 18:53:32 [INFO] consul: shutting down server
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15048 127.0.0.1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15049 [Follower] entering Follower state
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15048.dc1 127.0.0.1
2015/01/07 18:53:32 [INFO] consul: adding server Node 15048 (Addr: 127.0.0.1:15049) (DC: dc1)
2015/01/07 18:53:32 [INFO] consul: adding server Node 15048.dc1 (Addr: 127.0.0.1:15049) (DC: dc1)
2015/01/07 18:53:32 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15049 [Candidate] entering Candidate state
2015/01/07 18:53:32 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:32 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15049 [Leader] entering Leader state
2015/01/07 18:53:32 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:32 [INFO] consul: New leader elected: Node 15048
2015/01/07 18:53:32 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:32 [DEBUG] raft: Node 127.0.0.1:15049 updated peer set (2): [127.0.0.1:15049]
2015/01/07 18:53:32 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:32 [INFO] consul: member 'Node 15048' joined, marking health alive
2015/01/07 18:53:32 [INFO] consul: shutting down server
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15052 127.0.0.1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15053 [Follower] entering Follower state
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15052.dc1 127.0.0.1
2015/01/07 18:53:32 [INFO] consul: adding server Node 15052 (Addr: 127.0.0.1:15053) (DC: dc1)
2015/01/07 18:53:32 [INFO] consul: adding server Node 15052.dc1 (Addr: 127.0.0.1:15053) (DC: dc1)
2015/01/07 18:53:32 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15053 [Candidate] entering Candidate state
2015/01/07 18:53:32 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:32 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15053 [Leader] entering Leader state
2015/01/07 18:53:32 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:32 [INFO] consul: New leader elected: Node 15052
2015/01/07 18:53:32 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:32 [DEBUG] raft: Node 127.0.0.1:15053 updated peer set (2): [127.0.0.1:15053]
2015/01/07 18:53:32 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:32 [INFO] consul: member 'Node 15052' joined, marking health alive
2015/01/07 18:53:32 [INFO] consul: shutting down server
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15056 127.0.0.1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15057 [Follower] entering Follower state
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15056.dc1 127.0.0.1
2015/01/07 18:53:32 [INFO] consul: adding server Node 15056 (Addr: 127.0.0.1:15057) (DC: dc1)
2015/01/07 18:53:32 [INFO] consul: adding server Node 15056.dc1 (Addr: 127.0.0.1:15057) (DC: dc1)
2015/01/07 18:53:32 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15057 [Candidate] entering Candidate state
2015/01/07 18:53:32 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:32 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15057 [Leader] entering Leader state
2015/01/07 18:53:32 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:32 [INFO] consul: New leader elected: Node 15056
2015/01/07 18:53:32 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:32 [DEBUG] raft: Node 127.0.0.1:15057 updated peer set (2): [127.0.0.1:15057]
2015/01/07 18:53:32 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:32 [INFO] consul: member 'Node 15056' joined, marking health alive
2015/01/07 18:53:32 [INFO] consul: shutting down server
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15060 127.0.0.1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15061 [Follower] entering Follower state
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15060.dc1 127.0.0.1
2015/01/07 18:53:32 [INFO] consul: adding server Node 15060 (Addr: 127.0.0.1:15061) (DC: dc1)
2015/01/07 18:53:32 [INFO] consul: adding server Node 15060.dc1 (Addr: 127.0.0.1:15061) (DC: dc1)
2015/01/07 18:53:32 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15061 [Candidate] entering Candidate state
2015/01/07 18:53:32 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:32 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15061 [Leader] entering Leader state
2015/01/07 18:53:32 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:32 [INFO] consul: New leader elected: Node 15060
2015/01/07 18:53:32 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:32 [DEBUG] raft: Node 127.0.0.1:15061 updated peer set (2): [127.0.0.1:15061]
2015/01/07 18:53:32 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:32 [INFO] consul: member 'Node 15060' joined, marking health alive
2015/01/07 18:53:32 [INFO] consul: shutting down server
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15064 127.0.0.1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15065 [Follower] entering Follower state
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15064.dc1 127.0.0.1
2015/01/07 18:53:32 [INFO] consul: adding server Node 15064 (Addr: 127.0.0.1:15065) (DC: dc1)
2015/01/07 18:53:32 [INFO] consul: adding server Node 15064.dc1 (Addr: 127.0.0.1:15065) (DC: dc1)
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15068 127.0.0.1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15069 [Follower] entering Follower state
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15068.dc1 127.0.0.1
2015/01/07 18:53:32 [INFO] consul: adding server Node 15068 (Addr: 127.0.0.1:15069) (DC: dc1)
2015/01/07 18:53:32 [INFO] consul: adding server Node 15068.dc1 (Addr: 127.0.0.1:15069) (DC: dc1)
2015/01/07 18:53:32 [DEBUG] memberlist: Responding to push/pull sync with: 127.0.0.1:60509
2015/01/07 18:53:32 [DEBUG] memberlist: Initiating push/pull sync with: 127.0.0.1:15066
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15068 127.0.0.1
2015/01/07 18:53:32 [INFO] consul: adding server Node 15068 (Addr: 127.0.0.1:15069) (DC: dc1)
2015/01/07 18:53:32 [INFO] serf: EventMemberJoin: Node 15064 127.0.0.1
2015/01/07 18:53:32 [INFO] consul: adding server Node 15064 (Addr: 127.0.0.1:15065) (DC: dc1)
2015/01/07 18:53:32 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15065 [Candidate] entering Candidate state
2015/01/07 18:53:32 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:32 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:32 [INFO] raft: Node at 127.0.0.1:15065 [Leader] entering Leader state
2015/01/07 18:53:32 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:32 [INFO] consul: New leader elected: Node 15064
2015/01/07 18:53:32 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:32 [DEBUG] raft: Node 127.0.0.1:15065 updated peer set (2): [127.0.0.1:15065]
2015/01/07 18:53:32 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:32 [INFO] consul: member 'Node 15064' joined, marking health alive
2015/01/07 18:53:32 [DEBUG] raft: Node 127.0.0.1:15065 updated peer set (2): [127.0.0.1:15069 127.0.0.1:15065]
2015/01/07 18:53:32 [INFO] raft: Added peer 127.0.0.1:15069, starting replication
2015/01/07 18:53:32 [DEBUG] raft-net: 127.0.0.1:15069 accepted connection from: 127.0.0.1:57572
2015/01/07 18:53:32 [WARN] raft: Failed to get previous log: 4 log not found (last: 0)
2015/01/07 18:53:32 [WARN] raft: AppendEntries to 127.0.0.1:15069 rejected, sending older logs (next: 1)
2015/01/07 18:53:32 [INFO] consul: shutting down server
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [ERR] raft-net: Failed to decode incoming command: transport shutdown
2015/01/07 18:53:32 [ERR] raft: Failed to AppendEntries to 127.0.0.1:15069: EOF
2015/01/07 18:53:32 [DEBUG] raft: Node 127.0.0.1:15069 updated peer set (2): [127.0.0.1:15065]
2015/01/07 18:53:32 [INFO] consul: shutting down server
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:32 [ERR] raft: Failed to AppendEntries to 127.0.0.1:15069: dial tcp 127.0.0.1:15069: connection refused
2015/01/07 18:53:32 [ERR] consul: failed to add raft peer: leadership lost while committing log
2015/01/07 18:53:32 [ERR] consul: failed to reconcile member: {Node 15068 127.0.0.1 15070 map[build: port:15069 role:consul dc:dc1 vsn:2 vsn_min:1 vsn_max:2] alive 1 2 2 2 4 4}: leadership lost while committing log
2015/01/07 18:53:32 [ERR] consul: failed to reconcile: leadership lost while committing log
2015/01/07 18:53:32 [INFO] memberlist: Suspect Node 15068 has failed, no acks received
2015/01/07 18:53:33 [INFO] memberlist: Marking Node 15068 as failed, suspect timeout reached
2015/01/07 18:53:33 [INFO] serf: EventMemberFailed: Node 15068 127.0.0.1
2015/01/07 18:53:42 [ERR] raft: Failed to heartbeat to 127.0.0.1:15069: read tcp 127.0.0.1:15069: i/o timeout
2015/01/07 18:53:42 [INFO] serf: EventMemberJoin: Node 15072 127.0.0.1
2015/01/07 18:53:42 [INFO] raft: Node at 127.0.0.1:15073 [Follower] entering Follower state
2015/01/07 18:53:42 [INFO] serf: EventMemberJoin: Node 15072.dc1 127.0.0.1
2015/01/07 18:53:42 [INFO] consul: adding server Node 15072 (Addr: 127.0.0.1:15073) (DC: dc1)
2015/01/07 18:53:42 [INFO] consul: adding server Node 15072.dc1 (Addr: 127.0.0.1:15073) (DC: dc1)
2015/01/07 18:53:42 [INFO] serf: EventMemberJoin: Node 15076 127.0.0.1
2015/01/07 18:53:42 [INFO] raft: Node at 127.0.0.1:15077 [Follower] entering Follower state
2015/01/07 18:53:42 [INFO] serf: EventMemberJoin: Node 15076.dc1 127.0.0.1
2015/01/07 18:53:42 [INFO] consul: adding server Node 15076 (Addr: 127.0.0.1:15077) (DC: dc1)
2015/01/07 18:53:42 [INFO] consul: adding server Node 15076.dc1 (Addr: 127.0.0.1:15077) (DC: dc1)
2015/01/07 18:53:42 [DEBUG] memberlist: Responding to push/pull sync with: 127.0.0.1:49831
2015/01/07 18:53:42 [DEBUG] memberlist: Initiating push/pull sync with: 127.0.0.1:15074
2015/01/07 18:53:42 [INFO] serf: EventMemberJoin: Node 15076 127.0.0.1
2015/01/07 18:53:42 [INFO] consul: adding server Node 15076 (Addr: 127.0.0.1:15077) (DC: dc1)
2015/01/07 18:53:42 [INFO] serf: EventMemberJoin: Node 15072 127.0.0.1
2015/01/07 18:53:42 [INFO] consul: adding server Node 15072 (Addr: 127.0.0.1:15073) (DC: dc1)
2015/01/07 18:53:42 [WARN] raft: EnableSingleNode disabled, and no known peers. Aborting election.
2015/01/07 18:53:42 [WARN] raft: Heartbeat timeout reached, starting election
2015/01/07 18:53:42 [INFO] raft: Node at 127.0.0.1:15073 [Candidate] entering Candidate state
2015/01/07 18:53:42 [DEBUG] raft: Votes needed: 1
2015/01/07 18:53:42 [DEBUG] raft: Vote granted. Tally: 1
2015/01/07 18:53:42 [INFO] raft: Election won. Tally: 1
2015/01/07 18:53:42 [INFO] raft: Node at 127.0.0.1:15073 [Leader] entering Leader state
2015/01/07 18:53:42 [INFO] consul: cluster leadership acquired
2015/01/07 18:53:42 [INFO] consul: New leader elected: Node 15072
2015/01/07 18:53:42 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2015/01/07 18:53:42 [DEBUG] raft: Node 127.0.0.1:15073 updated peer set (2): [127.0.0.1:15073]
2015/01/07 18:53:42 [DEBUG] consul: reset tombstone GC to index 2
2015/01/07 18:53:42 [INFO] consul: member 'Node 15072' joined, marking health alive
2015/01/07 18:53:42 [DEBUG] raft: Node 127.0.0.1:15073 updated peer set (2): [127.0.0.1:15077 127.0.0.1:15073]
2015/01/07 18:53:42 [DEBUG] serf: messageUserEventType: consul:new-leader
2015/01/07 18:53:42 [DEBUG] serf: messageJoinType: Node 15076
2015/01/07 18:53:42 [DEBUG] serf: messageUserEventType: consul:new-leader
2015/01/07 18:53:42 [INFO] consul: New leader elected: Node 15072
2015/01/07 18:53:42 [INFO] raft: Added peer 127.0.0.1:15077, starting replication
2015/01/07 18:53:42 [DEBUG] raft-net: 127.0.0.1:15077 accepted connection from: 127.0.0.1:58184
2015/01/07 18:53:42 [DEBUG] raft-net: 127.0.0.1:15077 accepted connection from: 127.0.0.1:58185
2015/01/07 18:53:42 [WARN] raft: Failed to get previous log: 5 log not found (last: 0)
2015/01/07 18:53:42 [WARN] raft: AppendEntries to 127.0.0.1:15077 rejected, sending older logs (next: 1)
2015/01/07 18:53:42 [DEBUG] serf: messageJoinType: Node 15076
2015/01/07 18:53:42 [DEBUG] serf: messageJoinType: Node 15076
2015/01/07 18:53:42 [DEBUG] serf: messageUserEventType: consul:new-leader
2015/01/07 18:53:42 [DEBUG] serf: messageUserEventType: consul:new-leader
2015/01/07 18:53:42 [DEBUG] serf: messageJoinType: Node 15076
2015/01/07 18:53:42 [DEBUG] serf: messageUserEventType: consul:new-leader
2015/01/07 18:53:42 [DEBUG] raft: Node 127.0.0.1:15077 updated peer set (2): [127.0.0.1:15073]
2015/01/07 18:53:42 [INFO] raft: pipelining replication to peer 127.0.0.1:15077
2015/01/07 18:53:42 [DEBUG] raft: Node 127.0.0.1:15073 updated peer set (2): [127.0.0.1:15077 127.0.0.1:15073]
2015/01/07 18:53:42 [INFO] consul: member 'Node 15076' joined, marking health alive
2015/01/07 18:53:42 [INFO] consul: shutting down server
2015/01/07 18:53:42 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:42 [WARN] serf: Shutdown without a Leave
2015/01/07 18:53:42 [DEBUG] raft: Node 127.0.0.1:15077 updated peer set (2): [127.0.0.1:15077 127.0.0.1:15073]
2015/01/07 18:53:42 [INFO] consul: shutting down server
2015/01/07 18:53:42 [WARN] serf: Shutdown without a Leave
fatal error: unexpected signal during runtime execution
2015/01/07 18:53:42 [WARN] serf: Shutdown without a Leave
[signal 0xb code=2015/01/07 18:53:42 [INFO] raft: aborting pipeline replication to peer 127.0.0.1:15077
0x1 addr=0x70 pc=0x40d136]
runtime stack:
runtime: unexpected return pc for runtime.sigpanic called from 0x40d136
runtime.throw(0xeef9a5)
/usr/local/go/src/pkg/runtime/panic.c:520 +0x69
runtime: unexpected return pc for runtime.sigpanic called from 0x40d136
runtime.sigpanic()
/usr/local/go/src/pkg/runtime/os_linux.c:222 +0x3d
goroutine 834 [syscall]:
runtime.cgocall(0x403be0, 0x7f69905c4778)
/usr/local/go/src/pkg/runtime/cgocall.c:143 +0xe5 fp=0x7f69905c4760 sp=0x7f69905c4718
github.com/armon/gomdb._Cfunc_mdb_txn_commit(0x7f5f78c154e0, 0x0)
github.com/armon/gomdb/_obj/_cgo_defun.c:349 +0x31 fp=0x7f69905c4778 sp=0x7f69905c4760
github.com/armon/gomdb.(*Txn).Commit(0xc20803a928, 0x0, 0x0)
/home/pomluser/gocode/src/github.com/armon/gomdb/txn.go:66 +0x3c fp=0x7f69905c47b0 sp=0x7f69905c4778
github.com/hashicorp/raft-mdb.(*MDBStore).Set(0xc20804d6a0, 0xee8aa0, 0xb, 0xb, 0xc208149d78, 0x8, 0x8, 0x0, 0x0)
/home/pomluser/gocode/src/github.com/hashicorp/raft-mdb/mdb_store.go:315 +0x1d9 fp=0x7f69905c4878 sp=0x7f69905c47b0
github.com/hashicorp/raft-mdb.(*MDBStore).SetUint64(0xc20804d6a0, 0xee8aa0, 0xb, 0xb, 0x1, 0x0, 0x0)
/home/pomluser/gocode/src/github.com/hashicorp/raft-mdb/mdb_store.go:337 +0xa3 fp=0x7f69905c48e0 sp=0x7f69905c4878
github.com/hashicorp/raft.(*Raft).setCurrentTerm(0xc2080bc000, 0x1)
/home/pomluser/gocode/src/github.com/hashicorp/raft/raft.go:1538 +0x89 fp=0x7f69905c4980 sp=0x7f69905c48e0
github.com/hashicorp/raft.(*Raft).appendEntries(0xc2080bc000, 0x84b080, 0xc20813f6d0, 0x0, 0x0, 0xc20814a380, 0xc20813f6d0)
/home/pomluser/gocode/src/github.com/hashicorp/raft/raft.go:1203 +0xc54 fp=0x7f69905c4b50 sp=0x7f69905c4980
github.com/hashicorp/raft.(*Raft).processRPC(0xc2080bc000, 0x84b080, 0xc20813f6d0, 0x0, 0x0, 0xc20814a380)
/home/pomluser/gocode/src/github.com/hashicorp/raft/raft.go:1170 +0x1aa fp=0x7f69905c4c30 sp=0x7f69905c4b50
github.com/hashicorp/raft.*Raft.(github.com/hashicorp/raft.processRPC)·fm(0x84b080, 0xc20813f6d0, 0x0, 0x0, 0xc20814a380)
/home/pomluser/gocode/src/github.com/hashicorp/raft/raft.go:233 +0x38 fp=0x7f69905c4c68 sp=0x7f69905c4c30
github.com/hashicorp/raft.(*NetworkTransport).handleCommand(0xc2082dd420, 0xc2081d69c0, 0xc2081d6a20, 0xc2081c50a0, 0x0, 0x0)
/home/pomluser/gocode/src/github.com/hashicorp/raft/net_transport.go:444 +0x258 fp=0x7f69905c4e90 sp=0x7f69905c4c68
github.com/hashicorp/raft.(*NetworkTransport).handleConn(0xc2082dd420, 0x7f6992f4c720, 0xc20803a168)
/home/pomluser/gocode/src/github.com/hashicorp/raft/net_transport.go:375 +0x273 fp=0x7f69905c4f90 sp=0x7f69905c4e90
runtime.goexit()
/usr/local/go/src/pkg/runtime/proc.c:1445 fp=0x7f69905c4f98 sp=0x7f69905c4f90
created by github.com/hashicorp/raft.(*NetworkTransport).listen
/home/pomluser/gocode/src/github.com/hashicorp/raft/net_transport.go:362 +0x2dc
goroutine 16 [chan receive]:
testing.RunTests(0xb23278, 0xef4440, 0xbe, 0xbe, 0xc208023801)
/usr/local/go/src/pkg/testing/testing.go:505 +0x923
testing.Main(0xb23278, 0xef4440, 0xbe, 0xbe, 0xeed8e0, 0x3, 0x3, 0xf0e0a0, 0x0, 0x0)
/usr/local/go/src/pkg/testing/testing.go:435 +0x84
main.main()
github.com/hashicorp/consul/consul/_test/_testmain.go:431 +0x9c
goroutine 19 [finalizer wait]:
runtime.park(0x421d20, 0xf07ff8, 0xef27c9)
/usr/local/go/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0xf07ff8, 0xef27c9)
/usr/local/go/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
/usr/local/go/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
/usr/local/go/src/pkg/runtime/proc.c:1445
goroutine 21 [syscall]:
os/signal.loop()
/usr/local/go/src/pkg/os/signal/signal_unix.go:21 +0x1e
created by os/signal.init·1
/usr/local/go/src/pkg/os/signal/signal_unix.go:27 +0x32
goroutine 754 [sleep]:
time.Sleep(0x4c4b40)
/usr/local/go/src/pkg/runtime/time.goc:39 +0x31
github.com/hashicorp/raft.(*shutdownFuture).Error(0xc20803a958, 0x0, 0x0)
/home/pomluser/gocode/src/github.com/hashicorp/raft/future.go:93 +0x59
github.com/hashicorp/consul/consul.(*Server).Shutdown(0xc2080842c0, 0x0, 0x0)
/home/pomluser/gocode/src/github.com/hashicorp/consul/consul/server.go:481 +0x1ea
github.com/hashicorp/consul/consul.TestACL_NonAuthority_Found(0xc2081ee480)
/home/pomluser/gocode/src/github.com/hashicorp/consul/consul/acl_test.go:324 +0x813
testing.tRunner(0xc2081ee480, 0xef45d8)
/usr/local/go/src/pkg/testing/testing.go:422 +0x8b
created by testing.RunTests
/usr/local/go/src/pkg/testing/testing.go:504 +0x8db
goroutine 17 [syscall]:
runtime.goexit()
/usr/local/go/src/pkg/runtime/proc.c:1445
goroutine 755 [select]:
github.com/hashicorp/consul/consul.(*ConnPool).reap(0xc2080198b0)
/home/pomluser/gocode/src/github.com/hashicorp/consul/consul/pool.go:364 +0x463
created by github.com/hashicorp/consul/consul.NewPool
/home/pomluser/gocode/src/github.com/hashicorp/consul/consul/pool.go:156 +0xda
goroutine 789 [IO wait]:
net.runtime_pollWait(0x7f6992f4bb88, 0x72, 0x0)
/usr/local/go/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2082dc4c0, 0x72, 0x0, 0x0)
/usr/local/go/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2082dc4c0, 0x0, 0x0)
/usr/local/go/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).accept(0xc2082dc460, 0xb233a8, 0x0, 0x7f6992f4a640, 0xb)
/usr/local/go/src/pkg/net/fd_unix.go:419 +0x343
net.(*TCPListener).AcceptTCP(0xc20803a8a8, 0x59c8a4, 0x0, 0x0)
/usr/local/go/src/pkg/net/tcpsock_posix.go:234 +0x5d
net.(*TCPListener).Accept(0xc20803a8a8, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/pkg/net/tcpsock_posix.go:244 +0x4b
github.com/hashicorp/consul/consul.(*Server).listen(0xc2080842c0)
/home/pomluser/gocode/src/github.com/hashicorp/consul/consul/rpc.go:48 +0x55
created by github.com/hashicorp/consul/consul.NewServer
/home/pomluser/gocode/src/github.com/hashicorp/consul/consul/server.go:270 +0xe97
goroutine 832 [IO wait]:
net.runtime_pollWait(0x7f6992f4b818, 0x72, 0x0)
/usr/local/go/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2081c4f40, 0x72, 0x0, 0x0)
/usr/local/go/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2081c4f40, 0x0, 0x0)
/usr/local/go/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).Read(0xc2081c4ee0, 0xc20833b000, 0x1000, 0x1000, 0x0, 0x7f6992f4a640, 0xb)
/usr/local/go/src/pkg/net/fd_unix.go:242 +0x34c
net.(*conn).Read(0xc20803a170, 0xc20833b000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/pkg/net/net.go:122 +0xe7
bufio.(*Reader).fill(0xc2081d6840)
/usr/local/go/src/pkg/bufio/bufio.go:97 +0x1b3
bufio.(*Reader).ReadByte(0xc2081d6840, 0x0, 0x0, 0x0)
/usr/local/go/src/pkg/bufio/bufio.go:199 +0x7e
github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn1(0xc2082e6600, 0x7f69905c6a00)
/home/pomluser/gocode/src/github.com/hashicorp/go-msgpack/codec/decode.go:90 +0x44
github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).initReadNext(0xc2081c0a40)
/home/pomluser/gocode/src/github.com/hashicorp/go-msgpack/codec/msgpack.go:540 +0x48
github.com/hashicorp/go-msgpack/codec.(*Decoder).decode(0xc2081d68a0, 0x853d20, 0xc208149cf0)
/home/pomluser/gocode/src/github.com/hashicorp/go-msgpack/codec/decode.go:635 +0x58
github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode(0xc2081d68a0, 0x853d20, 0xc208149cf0, 0x0, 0x0)
/home/pomluser/gocode/src/github.com/hashicorp/go-msgpack/codec/decode.go:630 +0x7c
github.com/hashicorp/raft.decodeResponse(0xc2081d0ec0, 0x84b0e0, 0xc2081c09a0, 0xc208218a00, 0x0, 0x0)
/home/pomluser/gocode/src/github.com/hashicorp/raft/net_transport.go:483 +0x73
github.com/hashicorp/raft.(*NetworkTransport).genericRPC(0xc2082dc540, 0x7f6992f4bc38, 0xc208134360, 0x0, 0x84b080, 0xc208218a00, 0x84b0e0, 0xc2081c09a0, 0x0, 0x0)
/home/pomluser/gocode/src/github.com/hashicorp/raft/net_transport.go:288 +0x1f7
github.com/hashicorp/raft.(*NetworkTransport).AppendEntries(0xc2082dc540, 0x7f6992f4bc38, 0xc208134360, 0xc208218a00, 0xc2081c09a0, 0x0, 0x0)
/home/pomluser/gocode/src/github.com/hashicorp/raft/net_transport.go:261 +0x95
github.com/hashicorp/raft.(*Raft).heartbeat(0xc2080bc8c0, 0xc20803e6e0, 0xc2081d6720)
/home/pomluser/gocode/src/github.com/hashicorp/raft/replication.go:304 +0x242
github.com/hashicorp/raft.func·006()
/home/pomluser/gocode/src/github.com/hashicorp/raft/replication.go:93 +0x42
github.com/hashicorp/raft.func·008()
/home/pomluser/gocode/src/github.com/hashicorp/raft/state.go:152 +0x4e
created by github.com/hashicorp/raft.(*raftState).goFunc
/home/pomluser/gocode/src/github.com/hashicorp/raft/state.go:153 +0x9c
exit status 2
FAIL github.com/hashicorp/consul/consul 12.034s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment