Skip to content

Instantly share code, notes, and snippets.

@choppedpork
Created March 6, 2018 13:32
Show Gist options
  • Save choppedpork/9f64a2929a9ddaa3de6ba3c0e045021d to your computer and use it in GitHub Desktop.
Save choppedpork/9f64a2929a9ddaa3de6ba3c0e045021d to your computer and use it in GitHub Desktop.
consul memory leak heap profiles and goroutine info
goroutine profile: total 107
32 @ 0x42d65c 0x42879a 0x427d97 0x497dae 0x497e2d 0x498bca 0x5b77d2 0x5ca13d 0x6b3265 0x56ce2a 0x56dcdc 0x56df44 0x636860 0x63666b 0x6ad489 0x6b456c 0x6b836e 0x45cd91
# 0x427d96 internal/poll.runtime_pollWait+0x56 /goroot/src/runtime/netpoll.go:173
# 0x497dad internal/poll.(*pollDesc).wait+0xad /goroot/src/internal/poll/fd_poll_runtime.go:85
# 0x497e2c internal/poll.(*pollDesc).waitRead+0x3c /goroot/src/internal/poll/fd_poll_runtime.go:90
# 0x498bc9 internal/poll.(*FD).Read+0x189 /goroot/src/internal/poll/fd_unix.go:125
# 0x5b77d1 net.(*netFD).Read+0x51 /goroot/src/net/fd_unix.go:202
# 0x5ca13c net.(*conn).Read+0x6c /goroot/src/net/net.go:176
# 0x6b3264 net/http.(*connReader).Read+0x104 /goroot/src/net/http/server.go:753
# 0x56ce29 bufio.(*Reader).fill+0x119 /goroot/src/bufio/bufio.go:97
# 0x56dcdb bufio.(*Reader).ReadSlice+0x2b /goroot/src/bufio/bufio.go:338
# 0x56df43 bufio.(*Reader).ReadLine+0x33 /goroot/src/bufio/bufio.go:367
# 0x63685f net/textproto.(*Reader).readLineSlice+0x6f /goroot/src/net/textproto/reader.go:55
# 0x63666a net/textproto.(*Reader).ReadLine+0x2a /goroot/src/net/textproto/reader.go:36
# 0x6ad488 net/http.readRequest+0x98 /goroot/src/net/http/request.go:925
# 0x6b456b net/http.(*conn).readRequest+0x17b /goroot/src/net/http/server.go:933
# 0x6b836d net/http.(*conn).serve+0x50d /goroot/src/net/http/server.go:1739
19 @ 0x42d65c 0x43dae8 0xe4e8a2 0x45cd91
# 0xe4e8a1 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x211 /gopath/src/github.com/hashicorp/consul/agent/check.go:358
9 @ 0x42d65c 0x42879a 0x427d97 0x497dae 0x497e2d 0x498bca 0x5b77d2 0x5ca13d 0x6b2d62 0x45cd91
# 0x427d96 internal/poll.runtime_pollWait+0x56 /goroot/src/runtime/netpoll.go:173
# 0x497dad internal/poll.(*pollDesc).wait+0xad /goroot/src/internal/poll/fd_poll_runtime.go:85
# 0x497e2c internal/poll.(*pollDesc).waitRead+0x3c /goroot/src/internal/poll/fd_poll_runtime.go:90
# 0x498bc9 internal/poll.(*FD).Read+0x189 /goroot/src/internal/poll/fd_unix.go:125
# 0x5b77d1 net.(*netFD).Read+0x51 /goroot/src/net/fd_unix.go:202
# 0x5ca13c net.(*conn).Read+0x6c /goroot/src/net/net.go:176
# 0x6b2d61 net/http.(*connReader).backgroundRead+0x61 /goroot/src/net/http/server.go:660
7 @ 0x42d65c 0x43dae8 0x968a64 0x56ce2a 0x56d869 0x7c2a9a 0x7d3405 0x7c5d59 0x7c5cdb 0x963017 0x962c71 0x96210d 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x968a63 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Read+0x2b3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:130
# 0x56ce29 bufio.(*Reader).fill+0x119 /goroot/src/bufio/bufio.go:97
# 0x56d868 bufio.(*Reader).ReadByte+0x38 /goroot/src/bufio/bufio.go:239
# 0x7c2a99 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn1+0x79 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:90
# 0x7d3404 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).initReadNext+0x44 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:540
# 0x7c5d58 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x48 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:635
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962c70 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseHeader+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:74
# 0x96210c github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x10c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:29
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
3 @ 0x42d65c 0x43dae8 0x8ee268 0x45cd91
# 0x8ee267 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth+0x107 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1523
2 @ 0x42d65c 0x42879a 0x427d97 0x497dae 0x497e2d 0x498bca 0x5b77d2 0x5ca13d 0x56d5fb 0x4743f6 0x474568 0x966b1c 0x9669eb 0x45cd91
# 0x427d96 internal/poll.runtime_pollWait+0x56 /goroot/src/runtime/netpoll.go:173
# 0x497dad internal/poll.(*pollDesc).wait+0xad /goroot/src/internal/poll/fd_poll_runtime.go:85
# 0x497e2c internal/poll.(*pollDesc).waitRead+0x3c /goroot/src/internal/poll/fd_poll_runtime.go:90
# 0x498bc9 internal/poll.(*FD).Read+0x189 /goroot/src/internal/poll/fd_unix.go:125
# 0x5b77d1 net.(*netFD).Read+0x51 /goroot/src/net/fd_unix.go:202
# 0x5ca13c net.(*conn).Read+0x6c /goroot/src/net/net.go:176
# 0x56d5fa bufio.(*Reader).Read+0x30a /goroot/src/bufio/bufio.go:213
# 0x4743f5 io.ReadAtLeast+0x85 /goroot/src/io/io.go:309
# 0x474567 io.ReadFull+0x57 /goroot/src/io/io.go:327
# 0x966b1b github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).recvLoop+0xfb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:418
# 0x9669ea github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).recv+0x2a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:406
2 @ 0x42d65c 0x43dae8 0x8cf650 0x45cd91
# 0x8cf64f github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x1cf /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:133
2 @ 0x42d65c 0x43dae8 0x965c22 0x45cd91
# 0x965c21 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).keepalive+0x101 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:302
2 @ 0x42d65c 0x43dae8 0x9667fa 0x45cd91
# 0x9667f9 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).send+0x2c9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:368
1 @ 0x40fcf2 0x4437a6 0x50fe62 0x45cd91
# 0x4437a5 os/signal.signal_recv+0xa5 /goroot/src/runtime/sigqueue.go:131
# 0x50fe61 os/signal.loop+0x21 /goroot/src/os/signal/signal_unix.go:22
1 @ 0x42d65c 0x42879a 0x427d97 0x497dae 0x497e2d 0x49900a 0x5b794e 0x5d784a 0x5d5652 0x8ccb88 0x45cd91
# 0x427d96 internal/poll.runtime_pollWait+0x56 /goroot/src/runtime/netpoll.go:173
# 0x497dad internal/poll.(*pollDesc).wait+0xad /goroot/src/internal/poll/fd_poll_runtime.go:85
# 0x497e2c internal/poll.(*pollDesc).waitRead+0x3c /goroot/src/internal/poll/fd_poll_runtime.go:90
# 0x499009 internal/poll.(*FD).ReadFrom+0x199 /goroot/src/internal/poll/fd_unix.go:169
# 0x5b794d net.(*netFD).readFrom+0x5d /goroot/src/net/fd_unix.go:208
# 0x5d7849 net.(*UDPConn).readFrom+0x69 /goroot/src/net/udpsock_posix.go:47
# 0x5d5651 net.(*UDPConn).ReadFrom+0x71 /goroot/src/net/udpsock.go:118
# 0x8ccb87 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).udpListen+0xc7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:247
1 @ 0x42d65c 0x42879a 0x427d97 0x497dae 0x497e2d 0x499382 0x5b7b30 0x5d7b41 0x5d596a 0x87f2d4 0x871d8c 0x86f616 0x870d19 0x86fa70 0xe5f9ca 0xe8f4cd 0x45cd91
# 0x427d96 internal/poll.runtime_pollWait+0x56 /goroot/src/runtime/netpoll.go:173
# 0x497dad internal/poll.(*pollDesc).wait+0xad /goroot/src/internal/poll/fd_poll_runtime.go:85
# 0x497e2c internal/poll.(*pollDesc).waitRead+0x3c /goroot/src/internal/poll/fd_poll_runtime.go:90
# 0x499381 internal/poll.(*FD).ReadMsg+0x221 /goroot/src/internal/poll/fd_unix.go:193
# 0x5b7b2f net.(*netFD).readMsg+0x8f /goroot/src/net/fd_unix.go:214
# 0x5d7b40 net.(*UDPConn).readMsg+0x90 /goroot/src/net/udpsock_posix.go:59
# 0x5d5969 net.(*UDPConn).ReadMsgUDP+0xa9 /goroot/src/net/udpsock.go:139
# 0x87f2d3 github.com/hashicorp/consul/vendor/github.com/miekg/dns.ReadFromSessionUDP+0xb3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/udp.go:47
# 0x871d8b github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).readUDP+0xbb /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:647
# 0x86f615 github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*defaultReader).ReadUDP+0x45 /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:254
# 0x870d18 github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).serveUDP+0x148 /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:520
# 0x86fa6f github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).ListenAndServe+0x3ef /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:371
# 0xe5f9c9 github.com/hashicorp/consul/agent.(*DNSServer).ListenAndServe+0x269 /gopath/src/github.com/hashicorp/consul/agent/dns.go:95
# 0xe8f4cc github.com/hashicorp/consul/agent.(*Agent).listenAndServeDNS.func1+0x10c /gopath/src/github.com/hashicorp/consul/agent/agent.go:368
1 @ 0x42d65c 0x42879a 0x427d97 0x497dae 0x497e2d 0x49a282 0x5b81f2 0x5d464e 0x5d2a29 0x8cc9cf 0x45cd91
# 0x427d96 internal/poll.runtime_pollWait+0x56 /goroot/src/runtime/netpoll.go:173
# 0x497dad internal/poll.(*pollDesc).wait+0xad /goroot/src/internal/poll/fd_poll_runtime.go:85
# 0x497e2c internal/poll.(*pollDesc).waitRead+0x3c /goroot/src/internal/poll/fd_poll_runtime.go:90
# 0x49a281 internal/poll.(*FD).Accept+0x1e1 /goroot/src/internal/poll/fd_unix.go:334
# 0x5b81f1 net.(*netFD).accept+0x41 /goroot/src/net/fd_unix.go:238
# 0x5d464d net.(*TCPListener).accept+0x2d /goroot/src/net/tcpsock_posix.go:136
# 0x5d2a28 net.(*TCPListener).AcceptTCP+0x48 /goroot/src/net/tcpsock.go:234
# 0x8cc9ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).tcpListen+0x5e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:225
1 @ 0x42d65c 0x42879a 0x427d97 0x497dae 0x497e2d 0x49a282 0x5b81f2 0x5d464e 0x5d2a29 0xe2bb5f 0xe9743c 0x6bc762 0xe8f748 0x45cd91
# 0x427d96 internal/poll.runtime_pollWait+0x56 /goroot/src/runtime/netpoll.go:173
# 0x497dad internal/poll.(*pollDesc).wait+0xad /goroot/src/internal/poll/fd_poll_runtime.go:85
# 0x497e2c internal/poll.(*pollDesc).waitRead+0x3c /goroot/src/internal/poll/fd_poll_runtime.go:90
# 0x49a281 internal/poll.(*FD).Accept+0x1e1 /goroot/src/internal/poll/fd_unix.go:334
# 0x5b81f1 net.(*netFD).accept+0x41 /goroot/src/net/fd_unix.go:238
# 0x5d464d net.(*TCPListener).accept+0x2d /goroot/src/net/tcpsock_posix.go:136
# 0x5d2a28 net.(*TCPListener).AcceptTCP+0x48 /goroot/src/net/tcpsock.go:234
# 0xe2bb5e github.com/hashicorp/consul/agent.tcpKeepAliveListener.Accept+0x2e /gopath/src/github.com/hashicorp/consul/agent/agent.go:453
# 0xe9743b github.com/hashicorp/consul/agent.(*tcpKeepAliveListener).Accept+0x3b <autogenerated>:1
# 0x6bc761 net/http.(*Server).Serve+0x1b1 /goroot/src/net/http/server.go:2695
# 0xe8f747 github.com/hashicorp/consul/agent.(*Agent).serveHTTP.func1+0x97 /gopath/src/github.com/hashicorp/consul/agent/agent.go:500
1 @ 0x42d65c 0x42879a 0x427d97 0x497dae 0x497e2d 0x49a282 0x5b81f2 0x5d464e 0x5d2c69 0x870895 0x86f88e 0xe5f9ca 0xe8f4cd 0x45cd91
# 0x427d96 internal/poll.runtime_pollWait+0x56 /goroot/src/runtime/netpoll.go:173
# 0x497dad internal/poll.(*pollDesc).wait+0xad /goroot/src/internal/poll/fd_poll_runtime.go:85
# 0x497e2c internal/poll.(*pollDesc).waitRead+0x3c /goroot/src/internal/poll/fd_poll_runtime.go:90
# 0x49a281 internal/poll.(*FD).Accept+0x1e1 /goroot/src/internal/poll/fd_unix.go:334
# 0x5b81f1 net.(*netFD).accept+0x41 /goroot/src/net/fd_unix.go:238
# 0x5d464d net.(*TCPListener).accept+0x2d /goroot/src/net/tcpsock_posix.go:136
# 0x5d2c68 net.(*TCPListener).Accept+0x48 /goroot/src/net/tcpsock.go:247
# 0x870894 github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).serveTCP+0x134 /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:477
# 0x86f88d github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).ListenAndServe+0x20d /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:335
# 0xe5f9c9 github.com/hashicorp/consul/agent.(*DNSServer).ListenAndServe+0x269 /gopath/src/github.com/hashicorp/consul/agent/dns.go:95
# 0xe8f4cc github.com/hashicorp/consul/agent.(*Agent).listenAndServeDNS.func1+0x10c /gopath/src/github.com/hashicorp/consul/agent/agent.go:368
1 @ 0x42d65c 0x42d74e 0x4403b0 0x470ce0 0x475b86 0x47627c 0x56facf 0xed4028 0x45cd91
# 0x4403af sync.runtime_notifyListWait+0x10f /goroot/src/runtime/sema.go:507
# 0x470cdf sync.(*Cond).Wait+0x7f /goroot/src/sync/cond.go:56
# 0x475b85 io.(*pipe).read+0xc5 /goroot/src/io/pipe.go:47
# 0x47627b io.(*PipeReader).Read+0x4b /goroot/src/io/pipe.go:130
# 0x56face bufio.(*Scanner).Scan+0xae /goroot/src/bufio/scan.go:207
# 0xed4027 github.com/hashicorp/consul/command.(*BaseCommand).NewFlagSet.func2+0x87 /gopath/src/github.com/hashicorp/consul/command/base.go:162
1 @ 0x42d65c 0x42d74e 0x44b440 0x6f2b1f 0x45cd91
# 0x44b43f time.Sleep+0x12f /goroot/src/runtime/time.go:65
# 0x6f2b1e github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x2e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:168
1 @ 0x42d65c 0x43dae8 0x459a60 0x45cd91
# 0x42d65b runtime.gopark+0x12b /goroot/src/runtime/proc.go:277
# 0x43dae7 runtime.selectgo+0x1137 /goroot/src/runtime/select.go:395
# 0x459a5f runtime.ensureSigM.func1+0x21f /goroot/src/runtime/signal_unix.go:511
1 @ 0x42d65c 0x43dae8 0x6eed18 0x45cd91
# 0x6eed17 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSignal).run+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem_signal.go:64
1 @ 0x42d65c 0x43dae8 0x8c2a6e 0x45cd91
# 0x8c2a6d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).streamListen+0x14d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:196
1 @ 0x42d65c 0x43dae8 0x8c40e9 0x45cd91
# 0x8c40e8 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x168 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:289
1 @ 0x42d65c 0x43dae8 0x8c4c9a 0x45cd91
# 0x8c4c99 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetHandler+0x119 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:376
1 @ 0x42d65c 0x43dae8 0x8cf8be 0x45cd91
# 0x8cf8bd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x21d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:160
1 @ 0x42d65c 0x43dae8 0x8de887 0x45cd91
# 0x8de886 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*serfQueries).stream+0xf6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/internal_query.go:80
1 @ 0x42d65c 0x43dae8 0x8ed668 0x45cd91
# 0x8ed667 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).handleReap+0x167 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1406
1 @ 0x42d65c 0x43dae8 0x8ed925 0x45cd91
# 0x8ed924 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).handleReconnect+0x114 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1424
1 @ 0x42d65c 0x43dae8 0x8f14e8 0x45cd91
# 0x8f14e7 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).stream+0x247 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:189
1 @ 0x42d65c 0x43dae8 0x96dc4b 0x45cd91
# 0x96dc4a github.com/hashicorp/consul/agent/pool.(*ConnPool).reap+0x37a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:438
1 @ 0x42d65c 0x43dae8 0x97093c 0x45cd91
# 0x97093b github.com/hashicorp/consul/agent/router.(*Manager).Start+0x10b /gopath/src/github.com/hashicorp/consul/agent/router/manager.go:471
1 @ 0x42d65c 0x43dae8 0x9aef37 0x45cd91
# 0x9aef36 github.com/hashicorp/consul/agent/consul.(*Client).lanEventHandler+0x126 /gopath/src/github.com/hashicorp/consul/agent/consul/client_serf.go:56
1 @ 0x42d65c 0x43dae8 0xe31af4 0x45cd91
# 0xe31af3 github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x193 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1272
1 @ 0x42d65c 0x43dae8 0xe325f7 0x45cd91
# 0xe325f6 github.com/hashicorp/consul/agent.(*Agent).reapServices+0x116 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1351
1 @ 0x42d65c 0x43dae8 0xe6d7a4 0xe98d38 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xe6d7a3 github.com/hashicorp/consul/agent.(*HTTPServer).EventList+0x8b3 /gopath/src/github.com/hashicorp/consul/agent/event_endpoint.go:179
# 0xe98d37 github.com/hashicorp/consul/agent.(*HTTPServer).EventList-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:133
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
1 @ 0x42d65c 0x43dae8 0xe7aa6a 0x45cd91
# 0xe7aa69 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x4f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:429
1 @ 0x42d65c 0x43dae8 0xe8d43c 0x45cd91
# 0xe8d43b github.com/hashicorp/consul/agent.(*Agent).handleEvents+0x12b /gopath/src/github.com/hashicorp/consul/agent/user_event.go:111
1 @ 0x42d65c 0x43dae8 0xea2f04 0x45cd91
# 0xea2f03 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-checkpoint.CheckInterval.func1+0x133 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-checkpoint/checkpoint.go:197
1 @ 0x42d65c 0x43dae8 0xeacfd7 0xeabc40 0x9f9c2b 0xedd2a5 0xedceb2 0x42d1bd 0x45cd91
# 0xeacfd6 github.com/hashicorp/consul/command.(*AgentCommand).run+0x12a6 /gopath/src/github.com/hashicorp/consul/command/agent.go:848
# 0xeabc3f github.com/hashicorp/consul/command.(*AgentCommand).Run+0x4f /gopath/src/github.com/hashicorp/consul/command/agent.go:738
# 0x9f9c2a github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*CLI).Run+0x1ea /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/cli.go:242
# 0xedd2a4 main.realMain+0x3d4 /gopath/src/github.com/hashicorp/consul/main.go:50
# 0xedceb1 main.main+0x21 /gopath/src/github.com/hashicorp/consul/main.go:19
# 0x42d1bc runtime.main+0x20c /goroot/src/runtime/proc.go:185
1 @ 0xa1de42 0xa1dc40 0xa1a79b 0xa268d8 0xa26bdb 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xa1de41 runtime/pprof.writeRuntimeProfile+0xa1 /goroot/src/runtime/pprof/pprof.go:637
# 0xa1dc3f runtime/pprof.writeGoroutine+0x9f /goroot/src/runtime/pprof/pprof.go:599
# 0xa1a79a runtime/pprof.(*Profile).WriteTo+0x3aa /goroot/src/runtime/pprof/pprof.go:310
# 0xa268d7 net/http/pprof.handler.ServeHTTP+0x1b7 /goroot/src/net/http/pprof/pprof.go:237
# 0xa26bda net/http/pprof.Index+0x1da /goroot/src/net/http/pprof/pprof.go:248
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
This file has been truncated, but you can view the full file.
HTTP/1.1 200 OK
Content-Type: text/plain; charset=utf-8
Date: Tue, 06 Mar 2018 12:47:19 GMT
Transfer-Encoding: chunked
heap profile: 16: 1553632 [131171: 3254155448] @ heap/1048576
1: 1392640 [1: 1392640] @ 0x40a275 0x40a433 0x40caa2 0xe7dfe0 0xe6d948 0xe98d38 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xe7dfdf github.com/hashicorp/consul/agent.(*NotifyGroup).Wait+0x8f /gopath/src/github.com/hashicorp/consul/agent/notify.go:37
# 0xe6d947 github.com/hashicorp/consul/agent.(*HTTPServer).EventList+0xa57 /gopath/src/github.com/hashicorp/consul/agent/event_endpoint.go:132
# 0xe98d37 github.com/hashicorp/consul/agent.(*HTTPServer).EventList-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:133
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
1: 155648 [1: 155648] @ 0x5938ff 0x472ebe 0x593f4b 0x592525 0x58cb55 0x629062 0x61443d 0x6131bb 0x611a0f 0x6d4db2 0x45cd91
# 0x5938fe crypto/elliptic.initTable+0x3e /goroot/src/crypto/elliptic/p256_amd64.go:382
# 0x472ebd sync.(*Once).Do+0xbd /goroot/src/sync/once.go:44
# 0x593f4a crypto/elliptic.(*p256Point).p256BaseMult+0x4a /goroot/src/crypto/elliptic/p256_amd64.go:426
# 0x592524 crypto/elliptic.p256Curve.ScalarBaseMult+0xc4 /goroot/src/crypto/elliptic/p256_amd64.go:240
# 0x58cb54 crypto/elliptic.GenerateKey+0x2a4 /goroot/src/crypto/elliptic/elliptic.go:299
# 0x629061 crypto/tls.(*ecdheKeyAgreement).generateClientKeyExchange+0x421 /goroot/src/crypto/tls/key_agreement.go:455
# 0x61443c crypto/tls.(*clientHandshakeState).doFullHandshake+0x95c /goroot/src/crypto/tls/handshake_client.go:412
# 0x6131ba crypto/tls.(*Conn).clientHandshake+0xf9a /goroot/src/crypto/tls/handshake_client.go:228
# 0x611a0e crypto/tls.(*Conn).Handshake+0x18e /goroot/src/crypto/tls/conn.go:1307
# 0x6d4db1 net/http.(*Transport).dialConn.func3+0x41 /goroot/src/net/http/transport.go:1151
1: 4096 [43: 176128] @ 0x6b389d 0x6b82f1 0x45cd91
# 0x6b389c bufio.NewWriterSize+0x9c /goroot/src/bufio/bufio.go:541
# 0x6b389c net/http.newBufioWriterSize+0x9c /goroot/src/net/http/server.go:815
# 0x6b82f0 net/http.(*conn).serve+0x490 /goroot/src/net/http/server.go:1736
13: 1248 [13: 1248] @ 0xe6d918 0xe98d38 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xe6d917 github.com/hashicorp/consul/agent.(*HTTPServer).EventList+0xa27 /gopath/src/github.com/hashicorp/consul/agent/event_endpoint.go:131
# 0xe98d37 github.com/hashicorp/consul/agent.(*HTTPServer).EventList-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:133
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [0: 0] @ 0xa1bf9f 0xa1a79b 0xa268d8 0xa26bdb 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xa1bf9e runtime/pprof.writeHeap+0x8e /goroot/src/runtime/pprof/pprof.go:491
# 0xa1a79a runtime/pprof.(*Profile).WriteTo+0x3aa /goroot/src/runtime/pprof/pprof.go:310
# 0xa268d7 net/http/pprof.handler.ServeHTTP+0x1b7 /goroot/src/net/http/pprof/pprof.go:237
# 0xa26bda net/http/pprof.Index+0x1da /goroot/src/net/http/pprof/pprof.go:248
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7cd861 0x7cc25a 0x7cc10b 0x8d5eef 0x8c6ac2 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7cd860 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x480 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:894
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 512] @ 0x4ddff7 0x4ddf31 0x474b3b 0x474748 0x8d72c1 0x8c9aec 0x8c84b7 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4ddf30 bytes.(*Buffer).ReadFrom+0x290 /goroot/src/bytes/buffer.go:203
# 0x474b3a io.copyBuffer+0x2ba /goroot/src/io/io.go:386
# 0x474747 io.Copy+0x67 /goroot/src/io/io.go:362
# 0x8d72c0 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decompressBuffer+0x1b0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:283
# 0x8c9aeb github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readStream+0x33b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:926
# 0x8c84b6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x2f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:743
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 896] @ 0x40d167 0x6ec568 0x6f0d6a 0x6f0a10 0x6f3f23 0x8cce5e 0x45cd91
# 0x6ec567 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x2e7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:198
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8cce5d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).udpListen+0x39d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:267
0: 0 [1: 32] @ 0x639071 0x638e22 0x636449 0x6a8203 0xe73ed6 0xe73f5c 0xe6f791 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x639070 net/textproto.canonicalMIMEHeaderKey+0x170 /goroot/src/net/textproto/reader.go:630
# 0x638e21 net/textproto.CanonicalMIMEHeaderKey+0xd1 /goroot/src/net/textproto/reader.go:574
# 0x636448 net/textproto.MIMEHeader.Set+0x38 /goroot/src/net/textproto/header.go:22
# 0x6a8202 net/http.Header.Set+0x52 /goroot/src/net/http/header.go:31
# 0xe73ed5 github.com/hashicorp/consul/agent.setLastContact+0xb5 /gopath/src/github.com/hashicorp/consul/agent/http.go:360
# 0xe73f5b github.com/hashicorp/consul/agent.setMeta+0x6b /gopath/src/github.com/hashicorp/consul/agent/http.go:366
# 0xe6f790 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x720 /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:196
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x4e73e2 0x6ed581 0x6ebdfe 0x6efe47 0x6efae0 0x6f2cd0 0x6f2b2d 0x45cd91
# 0x4e73e1 strings.NewReplacer+0x201 /goroot/src/strings/replace.go:54
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2ccf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x18f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:182
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [1: 16] @ 0x4e971f 0x4e775b 0x6ed972 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe889db 0xe99998 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4e971e strings.(*byteReplacer).WriteString+0x4e /goroot/src/strings/replace.go:438
# 0x4e775a strings.(*Replacer).WriteString+0x5a /goroot/src/strings/replace.go:75
# 0x6ed971 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x491 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:305
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe889da github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader+0x8a /gopath/src/github.com/hashicorp/consul/agent/status_endpoint.go:9
# 0xe99997 github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:155
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x7c6c34 0x7c5433 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x7c6c33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x2a3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:753
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 48] @ 0x96921a 0x968e55 0x56ec4e 0x962f31 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe889db 0xe99998 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x969219 bytes.NewReader+0x329 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:4
# 0x969219 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).write+0x329 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:187
# 0x968e54 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Write+0xe4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:147
# 0x56ec4d bufio.(*Writer).Flush+0x7d /goroot/src/bufio/bufio.go:567
# 0x962f30 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0xb0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:106
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe889da github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader+0x8a /gopath/src/github.com/hashicorp/consul/agent/status_endpoint.go:9
# 0xe99997 github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:155
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7d320c 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962c71 0x96210d 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962c70 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseHeader+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:74
# 0x96210c github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x10c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:29
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7d320c 0x7c44ba 0x7c6c07 0x7c5317 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5316 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x1f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:534
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 80] @ 0x8d5e9d 0x8d6f4d 0x8c7da7 0x8c9025 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x8d5e9c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0x5c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:48
# 0x8d6f4c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x14c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:255
# 0x8c7da6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0x466 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:670
# 0x8c9024 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x5c4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:825
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 80] @ 0x8e1ba1 0x8dcf17 0x8ca9c2 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x8e1ba0 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0x30 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:129
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 48] @ 0x7c6c34 0x7c5eb8 0x7c5cdb 0x8c9ac8 0x8c2cd3 0x45cd91
# 0x7c6c33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x2a3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:753
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8c9ac7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readStream+0x317 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:923
# 0x8c2cd2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x232 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:214
0: 0 [1: 48] @ 0x8e1bbb 0x8dcf17 0x8ca9c2 0x8c37b3 0x45cd91
# 0x8e1bba bytes.NewReader+0x4a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:4
# 0x8e1bba github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0x4a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 80] @ 0x6ec4f9 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6ec4f8 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x278 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:195
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c5433 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x4e971f 0x4e775b 0x6ed628 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x8cce5e 0x45cd91
# 0x4e971e strings.(*byteReplacer).WriteString+0x4e /goroot/src/strings/replace.go:438
# 0x4e775a strings.(*Replacer).WriteString+0x5a /goroot/src/strings/replace.go:75
# 0x6ed627 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x147 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:308
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8cce5d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).udpListen+0x39d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:267
0: 0 [1: 8] @ 0x4112ab 0x4c1219 0x7c54dc 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4c1218 reflect.New+0x48 /goroot/src/reflect/value.go:2144
# 0x7c54db github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x3bb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:531
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 80] @ 0x4ce112 0x4f5023 0xe7bbe1 0xe7aa9d 0x45cd91
# 0x4ce111 fmt.Sprintf+0x91 /goroot/src/fmt/print.go:197
# 0x4f5022 log.(*Logger).Printf+0x52 /goroot/src/log/log.go:183
# 0xe7bbe0 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x220 /gopath/src/github.com/hashicorp/consul/agent/local.go:593
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 144] @ 0x7cad48 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7cad47 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x67 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:460
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962c71 0x96210d 0x96d66f 0x9ad6af 0xe2fd98 0xe31e9b 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962c70 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseHeader+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:74
# 0x96210c github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x10c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:29
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe31e9a github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x53a /gopath/src/github.com/hashicorp/consul/agent/agent.go:1300
0: 0 [1: 96] @ 0x40391c 0x48c58a 0x965e43 0x96930e 0x968e55 0x56ec4e 0x56f3bd 0x7c96ce 0x7d1a17 0x7c9f4f 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x962f0b 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x965e42 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).waitForSendErr+0x62 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:326
# 0x96930d github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).write+0x41d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:191
# 0x968e54 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Write+0xe4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:147
# 0x56ec4d bufio.(*Writer).Flush+0x7d /goroot/src/bufio/bufio.go:567
# 0x56f3bc bufio.(*Writer).WriteString+0x3c /goroot/src/bufio/bufio.go:670
# 0x7c96cd github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writestr+0x4d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:167
# 0x7d1a16 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeString+0x96 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:218
# 0x7c9f4e github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kString+0x6e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:338
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962f0a github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:102
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 112] @ 0x8d7265 0x8c9aec 0x8c2cd3 0x45cd91
# 0x8d7264 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decompressBuffer+0x154 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:282
# 0x8c9aeb github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readStream+0x33b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:926
# 0x8c2cd2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x232 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:214
0: 0 [1: 64] @ 0x7c6db2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e1c45 0x8dcf17 0x8ca9c2 0x8c37b3 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e1c44 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 48] @ 0x7c6c34 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x7c6c33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x2a3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:753
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 64] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x7cd751 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f01 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7cd750 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x370 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:895
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f00 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x4a0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:808
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 96] @ 0x40391c 0x48c58a 0x48c83b 0x8ed86b 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x48c83a time.After+0x2a /goroot/src/time/sleep.go:151
# 0x8ed86a github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).handleReconnect+0x5a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1425
0: 0 [1: 32] @ 0x4112ab 0x4c112d 0x7c7277 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4c112c reflect.Zero+0x7c /goroot/src/reflect/value.go:2133
# 0x7c7276 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x8e6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:718
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x9ad577 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x9ad576 github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x66 /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 2688] @ 0x4ddff7 0x4dd881 0x4de250 0x7c982c 0x7d14f1 0x7d138e 0x7ca0c0 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f75 0x8c3604 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4de24f bytes.(*Buffer).WriteByte+0x8f /goroot/src/bytes/buffer.go:270
# 0x7c982b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writen1+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:177
# 0x7d14f0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeUint+0x150 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:144
# 0x7d138d github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeInt+0x16d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:124
# 0x7ca0bf github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kInt+0x5f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:350
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f74 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x514 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:812
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 32] @ 0x40393e 0x48c58a 0x965e43 0x96930e 0x968e55 0x56ec4e 0x962f31 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x965e42 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).waitForSendErr+0x62 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:326
# 0x96930d github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).write+0x41d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:191
# 0x968e54 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Write+0xe4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:147
# 0x56ec4d bufio.(*Writer).Flush+0x7d /goroot/src/bufio/bufio.go:567
# 0x962f30 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0xb0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:106
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 1152] @ 0x4ddff7 0x4dd881 0x4de250 0x504ad1 0x502b76 0x50df84 0x5040c3 0x50e184 0x503e5c 0x50e104 0x503b61 0x50e084 0x502bf5 0x50df84 0x503e5c 0x50e104 0x503b61 0x50e084 0x500962 0x50064f 0x50001f 0xe737ff 0xe92d71 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4de24f bytes.(*Buffer).WriteByte+0x8f /goroot/src/bytes/buffer.go:270
# 0x504ad0 encoding/json.(*encodeState).string+0x40 /goroot/src/encoding/json/encode.go:876
# 0x502b75 encoding/json.(*structEncoder).encode+0x1d5 /goroot/src/encoding/json/encode.go:634
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x5040c2 encoding/json.(*ptrEncoder).encode+0xe2 /goroot/src/encoding/json/encode.go:778
# 0x50e183 encoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:783
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x500961 encoding/json.(*encodeState).reflectValue+0x81 /goroot/src/encoding/json/encode.go:323
# 0x50064e encoding/json.(*encodeState).marshal+0xae /goroot/src/encoding/json/encode.go:296
# 0x50001e encoding/json.Marshal+0x5e /goroot/src/encoding/json/encode.go:161
# 0xe737fe github.com/hashicorp/consul/agent.(*HTTPServer).marshalJSON+0x21e /gopath/src/github.com/hashicorp/consul/agent/http.go:284
# 0xe92d70 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x6b0 /gopath/src/github.com/hashicorp/consul/agent/http.go:262
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x7cd5d3 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8d5eef 0x8d6f4d 0x8c7da7 0x8c9025 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8d6f4c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x14c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:255
# 0x8c7da6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0x466 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:670
# 0x8c9024 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x5c4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:825
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x7c6db2 0x7c5eb8 0x7c5cdb 0x8e242a 0x8d0a1c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e2429 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).NotifyPingComplete+0x159 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:62
# 0x8d0a1b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xd7b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:308
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 32] @ 0x4c0bfc 0x7c4bef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4c0bfb reflect.MakeSlice+0x7b /goroot/src/reflect/value.go:2061
# 0x7c4bee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x4ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:457
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x737b12 0x8e21cd 0x8c5676 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x737b11 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate.(*Coordinate).Clone+0xf1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/coordinate.go:71
# 0x737b11 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate.(*Client).GetCoordinate+0xf1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/client.go:72
# 0x8e21cc github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).AckPayload+0xcc /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:38
# 0x8c5675 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x3f5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:434
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 48] @ 0x7c59ff 0x8c9a1b 0x8c84b7 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c59fe github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewDecoder+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:563
# 0x8c9a1a github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readStream+0x26a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:918
# 0x8c84b6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x2f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:743
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 32] @ 0x44755f 0x44708a 0x4472f7 0x5c4cdf 0x5d14ba 0x96bf1c 0x96d24b 0x96d548 0x9ad6af 0xe2fd98 0xe31e9b 0x45cd91
# 0x5c4cde net.JoinHostPort+0x11e /goroot/src/net/ipsock.go:232
# 0x5d14b9 net.(*TCPAddr).String+0x169 /goroot/src/net/tcpsock.go:36
# 0x96bf1b github.com/hashicorp/consul/agent/pool.(*ConnPool).acquire+0x4b /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:197
# 0x96d24a github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0x9a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:381
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe31e9a github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x53a /gopath/src/github.com/hashicorp/consul/agent/agent.go:1300
0: 0 [1: 32] @ 0x7cbcfa 0x8c8e7f 0x8c3604 0x45cd91
# 0x7cbcf9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewEncoder+0x89 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:622
# 0x8c8e7e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x41e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:801
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 1792] @ 0x4ddff7 0x4ddf31 0x474b3b 0x474748 0x969ff5 0x96737a 0x96b018 0x966bcc 0x9669eb 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4ddf30 bytes.(*Buffer).ReadFrom+0x290 /goroot/src/bytes/buffer.go:203
# 0x474b3a io.copyBuffer+0x2ba /goroot/src/io/io.go:386
# 0x474747 io.Copy+0x67 /goroot/src/io/io.go:362
# 0x969ff4 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).readData+0x154 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:410
# 0x967379 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).handleStreamMessage+0x319 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:495
# 0x96b017 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).(github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.handleStreamMessage)-fm+0x47 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:434
# 0x966bcb github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).recvLoop+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:446
# 0x9669ea github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).recv+0x2a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:406
0: 0 [1: 48] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7adc4 0xe7a5b3 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7adc3 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x273 /gopath/src/github.com/hashicorp/consul/agent/local.go:459
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 16] @ 0x7cd751 0x7cc25a 0x7cc10b 0x8d5eef 0x8c6ac2 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7cd750 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x370 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:895
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 256] @ 0x47304f 0x6ad366 0x6d3d9f 0x6ad9b2 0x6b456c 0x6b836e 0x45cd91
# 0x47304e sync.(*Pool).Put+0x14e /goroot/src/sync/pool.go:108
# 0x6ad365 net/http.putTextprotoReader+0x55 /goroot/src/net/http/request.go:905
# 0x6d3d9e net/http.readRequest.func1+0x2e /goroot/src/net/http/request.go:929
# 0x6ad9b1 net/http.readRequest+0x5c1 /goroot/src/net/http/request.go:1012
# 0x6b456b net/http.(*conn).readRequest+0x17b /goroot/src/net/http/server.go:933
# 0x6b836d net/http.(*conn).serve+0x50d /goroot/src/net/http/server.go:1739
0: 0 [1: 48] @ 0x95d90f 0x95ce40 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x95d90e github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).String+0x6e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:307
# 0x95ce3f github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x3f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:88
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 32] @ 0x6ed8d7 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6ed8d6 bytes.(*Buffer).String+0x3f6 /goroot/src/bytes/buffer.go:61
# 0x6ed8d6 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x3f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:318
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x7c6c34 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c6c33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x2a3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:753
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 96] @ 0x964a9f 0x9647bf 0x96b77b 0x96d271 0x96d548 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x964a9e github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.newStream+0x26e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:68
# 0x964a9e github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).OpenStream+0x26e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:170
# 0x9647be github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).Open+0x2e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:136
# 0x96b77a github.com/hashicorp/consul/agent/pool.(*Conn).getClient+0x15a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:71
# 0x96d270 github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0xc0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:387
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 32] @ 0x7c6db2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8d5df5 0x8c5308 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8d5df4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decode+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:41
# 0x8c5307 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x87 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:422
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 16] @ 0x4112ab 0x4c1219 0x7c54dc 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e1c45 0x8dcf17 0x8ca9c2 0x8c37b3 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4c1218 reflect.New+0x48 /goroot/src/reflect/value.go:2144
# 0x7c54db github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x3bb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:531
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e1c44 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 896] @ 0x40d167 0x6ec968 0x6f163a 0x6f12e0 0x6f4133 0x8ee330 0x45cd91
# 0x6ec967 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0x2e7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:221
# 0x6f1639 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).AddSampleWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:102
# 0x6f12df github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).AddSample+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:82
# 0x6f4132 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.AddSample+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:112
# 0x8ee32f github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth+0x1cf /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1526
0: 0 [1: 16] @ 0x4e971f 0x4e775b 0x6ed972 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4e971e strings.(*byteReplacer).WriteString+0x4e /goroot/src/strings/replace.go:438
# 0x4e775a strings.(*Replacer).WriteString+0x5a /goroot/src/strings/replace.go:75
# 0x6ed971 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x491 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:305
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 64] @ 0x95c97c 0x95dd92 0x95e8d5 0x9c32c6 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x95c97b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.NewVersion+0xdb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:42
# 0x95dd91 github.com/hashicorp/consul/agent/metadata.Build+0x91 /gopath/src/github.com/hashicorp/consul/agent/metadata/build.go:11
# 0x95e8d4 github.com/hashicorp/consul/agent/metadata.IsConsulServer+0x7f4 /gopath/src/github.com/hashicorp/consul/agent/metadata/server.go:114
# 0x9c32c5 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x2e5 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:64
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x44755f 0x44708a 0x5beb64 0x5bed40 0x5d139d 0x96bf1c 0x96d24b 0x96d548 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x5beb63 net.IP.String+0x533 /goroot/src/net/ip.go:280
# 0x5bed3f net.ipEmptyString+0x5f /goroot/src/net/ip.go:340
# 0x5d139c net.(*TCPAddr).String+0x4c /goroot/src/net/tcpsock.go:32
# 0x96bf1b github.com/hashicorp/consul/agent/pool.(*ConnPool).acquire+0x4b /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:197
# 0x96d24a github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0x9a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:381
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 48] @ 0x96921a 0x968e55 0x56ec4e 0x962f31 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x969219 bytes.NewReader+0x329 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:4
# 0x969219 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).write+0x329 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:187
# 0x968e54 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Write+0xe4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:147
# 0x56ec4d bufio.(*Writer).Flush+0x7d /goroot/src/bufio/bufio.go:567
# 0x962f30 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0xb0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:106
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x63647d 0x6a8203 0xe73d4d 0xe6d6d4 0xe98d38 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x63647c net/textproto.MIMEHeader.Set+0x6c /goroot/src/net/textproto/header.go:22
# 0x6a8202 net/http.Header.Set+0x52 /goroot/src/net/http/header.go:31
# 0xe73d4c github.com/hashicorp/consul/agent.setIndex+0x8c /gopath/src/github.com/hashicorp/consul/agent/http.go:342
# 0xe6d6d3 github.com/hashicorp/consul/agent.(*HTTPServer).EventList+0x7e3 /gopath/src/github.com/hashicorp/consul/agent/event_endpoint.go:173
# 0xe98d37 github.com/hashicorp/consul/agent.(*HTTPServer).EventList-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:133
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 144] @ 0xa014c2 0x47566f 0x4f4d8b 0x4f504e 0xe4f389 0xe4e7d6 0x45cd91
# 0xa014c1 github.com/hashicorp/consul/logger.(*LogWriter).Write+0xf1 /gopath/src/github.com/hashicorp/consul/logger/log_writer.go:76
# 0x47566e io.(*multiWriter).Write+0x8e /goroot/src/io/multi.go:60
# 0x4f4d8a log.(*Logger).Output+0x20a /goroot/src/log/log.go:176
# 0x4f504d log.(*Logger).Printf+0x7d /goroot/src/log/log.go:183
# 0xe4f388 github.com/hashicorp/consul/agent.(*CheckHTTP).check+0xaa8 /gopath/src/github.com/hashicorp/consul/agent/check.go:419
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [1: 64] @ 0x9626e4 0x962413 0x9630fc 0x96b7ca 0x96d271 0x96d548 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x9626e3 bufio.NewWriterSize+0x2b3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:4
# 0x9626e3 bufio.NewWriter+0x2b3 /goroot/src/bufio/bufio.go:548
# 0x9626e3 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodecFromHandle+0x2b3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:51
# 0x962412 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodec+0x52 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:33
# 0x9630fb github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewClientCodec+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/msgpackrpc.go:29
# 0x96b7c9 github.com/hashicorp/consul/agent/pool.(*Conn).getClient+0x1a9 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:77
# 0x96d270 github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0xc0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:387
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7adc4 0xe7a5b3 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7adc3 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x273 /gopath/src/github.com/hashicorp/consul/agent/local.go:459
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 48] @ 0x7cd5d3 0x7cc25a 0x7cc10b 0x8d5eef 0x8d6f4d 0x8c7da7 0x8c9025 0x8c3604 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8d6f4c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x14c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:255
# 0x8c7da6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0x466 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:670
# 0x8c9024 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x5c4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:825
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c3437 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [4: 128] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c5433 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c5317 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5316 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x1f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:534
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 16] @ 0x536a8d 0x5366a3 0x537968 0xe745e3 0xe74ba3 0xe6f1b8 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x536a8c net/url.parseQuery+0x3ac /goroot/src/net/url/url.go:848
# 0x5366a2 net/url.ParseQuery+0x72 /goroot/src/net/url/url.go:815
# 0x537967 net/url.(*URL).Query+0x37 /goroot/src/net/url/url.go:975
# 0xe745e2 net/url.url.Values.Get+0x32 /gopath/src/github.com/hashicorp/consul/agent/http.go:422
# 0xe745e2 github.com/hashicorp/consul/agent.(*HTTPServer).parseDC+0x32 /gopath/src/github.com/hashicorp/consul/agent/http.go:422
# 0xe74ba2 github.com/hashicorp/consul/agent.(*HTTPServer).parse+0x42 /gopath/src/github.com/hashicorp/consul/agent/http.go:476
# 0xe6f1b7 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x147 /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:124
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 192] @ 0x4dceed 0x4731cb 0x4cdaf1 0x4ce0a6 0x8ef747 0x9adf3d 0xe37cbc 0xe3ce4c 0xe97c58 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4dceec fmt.glob..func1+0x2c /goroot/src/fmt/print.go:128
# 0x4731ca sync.(*Pool).Get+0xaa /goroot/src/sync/pool.go:151
# 0x4cdaf0 fmt.newPrinter+0x30 /goroot/src/fmt/print.go:133
# 0x4ce0a5 fmt.Sprintf+0x25 /goroot/src/fmt/print.go:195
# 0x8ef746 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).Stats+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1668
# 0x9adf3c github.com/hashicorp/consul/agent/consul.(*Client).Stats+0xbc /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:317
# 0xe37cbb github.com/hashicorp/consul/agent.(*Agent).Stats+0x4b /gopath/src/github.com/hashicorp/consul/agent/agent.go:1940
# 0xe3ce4b github.com/hashicorp/consul/agent.(*HTTPServer).AgentSelf+0x12b /gopath/src/github.com/hashicorp/consul/agent/agent_endpoint.go:54
# 0xe97c57 github.com/hashicorp/consul/agent.(*HTTPServer).AgentSelf-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:98
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 80] @ 0x6ece53 0x6ed238 0x6ec34a 0x6f0d6a 0x6f0a10 0x6f3f23 0x8c7196 0x8c6f73 0x8c6b39 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x6ece52 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.NewIntervalMetrics+0x1e2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:65
# 0x6ece52 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).createInterval+0x1e2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:262
# 0x6ed237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).getInterval+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:280
# 0x6ec349 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0xc9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:186
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8c7195 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x195 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:660
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 2048] @ 0x40393e 0x964119 0x963e40 0x96cbfb 0x96c2d6 0x96d24b 0x96d548 0x96d885 0x96f461 0x970872 0x45cd91
# 0x964118 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.newSession+0x218 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:98
# 0x963e3f github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.Client+0x8f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/mux.go:86
# 0x96cbfa github.com/hashicorp/consul/agent/pool.(*ConnPool).getNewConn+0x21a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:334
# 0x96c2d5 github.com/hashicorp/consul/agent/pool.(*ConnPool).acquire+0x405 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:225
# 0x96d24a github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0x9a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:381
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x96d884 github.com/hashicorp/consul/agent/pool.(*ConnPool).Ping+0xd4 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:430
# 0x96f460 github.com/hashicorp/consul/agent/router.(*Manager).RebalanceServers+0x170 /gopath/src/github.com/hashicorp/consul/agent/router/manager.go:312
# 0x970871 github.com/hashicorp/consul/agent/router.(*Manager).Start+0x41 /gopath/src/github.com/hashicorp/consul/agent/router/manager.go:473
0: 0 [2: 64] @ 0x7cd751 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8d5eef 0x8c6ac2 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7cd750 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x370 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:895
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 48] @ 0x96921a 0x968e55 0x56ec4e 0x962f31 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x969219 bytes.NewReader+0x329 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:4
# 0x969219 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).write+0x329 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:187
# 0x968e54 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Write+0xe4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:147
# 0x56ec4d bufio.(*Writer).Flush+0x7d /goroot/src/bufio/bufio.go:567
# 0x962f30 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0xb0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:106
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 16] @ 0x44755f 0x44708a 0x4473e7 0x4ec241 0x95da2e 0x95ce65 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x4ec240 strings.Join+0x3c0 /goroot/src/strings/strings.go:477
# 0x95da2d github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).String+0x18d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:313
# 0x95ce64 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x64 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:88
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [2: 64] @ 0x7381c7 0x7388e4 0x8e253d 0x8d0a1c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7381c6 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate.(*Client).latencyFilter+0x156 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/client.go:135
# 0x7388e3 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate.(*Client).Update+0x153 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/client.go:208
# 0x8e253c github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).NotifyPingComplete+0x26c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:69
# 0x8d0a1b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xd7b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:308
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 64] @ 0x95cb74 0x95dd92 0x95e8d5 0x9c32c6 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x95cb73 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.NewVersion+0x2d3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:66
# 0x95dd91 github.com/hashicorp/consul/agent/metadata.Build+0x91 /gopath/src/github.com/hashicorp/consul/agent/metadata/build.go:11
# 0x95e8d4 github.com/hashicorp/consul/agent/metadata.IsConsulServer+0x7f4 /gopath/src/github.com/hashicorp/consul/agent/metadata/server.go:114
# 0x9c32c5 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x2e5 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:64
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 4096] @ 0x9626b6 0x962413 0x9630fc 0x96b7ca 0x96d271 0x96d548 0x96d885 0x96f461 0x970872 0x45cd91
# 0x9626b5 bufio.NewWriterSize+0x285 /goroot/src/bufio/bufio.go:541
# 0x9626b5 bufio.NewWriter+0x285 /goroot/src/bufio/bufio.go:548
# 0x9626b5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodecFromHandle+0x285 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:51
# 0x962412 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodec+0x52 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:33
# 0x9630fb github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewClientCodec+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/msgpackrpc.go:29
# 0x96b7c9 github.com/hashicorp/consul/agent/pool.(*Conn).getClient+0x1a9 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:77
# 0x96d270 github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0xc0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:387
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x96d884 github.com/hashicorp/consul/agent/pool.(*ConnPool).Ping+0xd4 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:430
# 0x96f460 github.com/hashicorp/consul/agent/router.(*Manager).RebalanceServers+0x170 /gopath/src/github.com/hashicorp/consul/agent/router/manager.go:312
# 0x970871 github.com/hashicorp/consul/agent/router.(*Manager).Start+0x41 /gopath/src/github.com/hashicorp/consul/agent/router/manager.go:473
0: 0 [1: 4096] @ 0x9626b6 0x962413 0x9630fc 0x96b7ca 0x96d271 0x96d548 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x9626b5 bufio.NewWriterSize+0x285 /goroot/src/bufio/bufio.go:541
# 0x9626b5 bufio.NewWriter+0x285 /goroot/src/bufio/bufio.go:548
# 0x9626b5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodecFromHandle+0x285 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:51
# 0x962412 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodec+0x52 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:33
# 0x9630fb github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewClientCodec+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/msgpackrpc.go:29
# 0x96b7c9 github.com/hashicorp/consul/agent/pool.(*Conn).getClient+0x1a9 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:77
# 0x96d270 github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0xc0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:387
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x40828e 0x53667c 0x537968 0xe745e3 0xe748a5 0xe6f131 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x53667b net/url.ParseQuery+0x4b /goroot/src/net/url/url.go:814
# 0x537967 net/url.(*URL).Query+0x37 /goroot/src/net/url/url.go:975
# 0xe745e2 net/url.url.Values.Get+0x32 /gopath/src/github.com/hashicorp/consul/agent/http.go:422
# 0xe745e2 github.com/hashicorp/consul/agent.(*HTTPServer).parseDC+0x32 /gopath/src/github.com/hashicorp/consul/agent/http.go:422
# 0xe748a4 github.com/hashicorp/consul/agent.(*HTTPServer).parseSource+0x44 /gopath/src/github.com/hashicorp/consul/agent/http.go:449
# 0xe6f130 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0xc0 /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:122
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x7c6c34 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c3437 0x45cd91
# 0x7c6c33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x2a3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:753
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [1: 16] @ 0x5bff6f 0x5c4f38 0x5a7cd4 0x5a9018 0x6dada3 0x6c7f83 0x6caac2 0x6d4c48 0x45cd91
# 0x5bff6e net.IPv4+0x1be /goroot/src/net/ip.go:46
# 0x5bff6e net.parseIPv4+0x1be /goroot/src/net/ip.go:530
# 0x5c4f37 net.(*Resolver).internetAddrList+0x227 /goroot/src/net/ipsock.go:280
# 0x5a7cd3 net.(*Resolver).resolveAddrList+0x593 /goroot/src/net/dial.go:193
# 0x5a9017 net.(*Dialer).DialContext+0x247 /goroot/src/net/dial.go:375
# 0x6dada2 net.(*Dialer).DialContext-fm+0x72 /goroot/src/net/http/transport.go:46
# 0x6c7f82 net/http.(*Transport).dial+0x222 /goroot/src/net/http/transport.go:884
# 0x6caac1 net/http.(*Transport).dialConn+0x1d61 /goroot/src/net/http/transport.go:1060
# 0x6d4c47 net/http.(*Transport).getConn.func4+0x77 /goroot/src/net/http/transport.go:943
0: 0 [1: 16] @ 0x6a8484 0x6b54b5 0xe7671e 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6a8483 net/http.Header.clone+0x133 /goroot/src/net/http/header.go:65
# 0x6b54b4 net/http.(*response).WriteHeader+0x214 /goroot/src/net/http/server.go:1059
# 0xe7671d github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x3ad /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:76
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 256] @ 0x4ce112 0x4f5023 0xe926a5 0xe92e60 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4ce111 fmt.Sprintf+0x91 /goroot/src/fmt/print.go:197
# 0x4f5022 log.(*Logger).Printf+0x52 /goroot/src/log/log.go:183
# 0xe926a4 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1.2+0x1b4 /gopath/src/github.com/hashicorp/consul/agent/http.go:251
# 0xe92e5f github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x79f /gopath/src/github.com/hashicorp/consul/agent/http.go:269
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x5cd445 0x5beaa5 0x8ced71 0x8cee0d 0x8cff3c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x5cd444 net.uitoa+0xd4 /goroot/src/net/parse.go:204
# 0x5beaa4 net.IP.String+0x474 /goroot/src/net/ip.go:281
# 0x8ced70 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Node).Address+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:40
# 0x8cee0c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*nodeState).Address+0x2c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:59
# 0x8cff3b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x29b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:258
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 32] @ 0x6ed6e1 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x8c7a95 0x8c9025 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x6ed6e0 bytes.(*Buffer).String+0x200 /goroot/src/bytes/buffer.go:61
# 0x6ed6e0 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x200 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:312
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8c7a94 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0x154 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:689
# 0x8c9024 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x5c4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:825
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 64] @ 0x7c6db2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e1c45 0x8dcf17 0x8ca9c2 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e1c44 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 96] @ 0x40391c 0x48c58a 0x48c83b 0xe31a1f 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x48c83a time.After+0x2a /goroot/src/time/sleep.go:151
# 0xe31a1e github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0xbe /gopath/src/github.com/hashicorp/consul/agent/agent.go:1273
0: 0 [2: 288] @ 0x52d4b8 0x95c8f9 0x95dd92 0x95e8d5 0x9c32c6 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x52d4b7 regexp.(*Regexp).FindStringSubmatch+0x137 /goroot/src/regexp/regexp.go:950
# 0x95c8f8 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.NewVersion+0x58 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:37
# 0x95dd91 github.com/hashicorp/consul/agent/metadata.Build+0x91 /gopath/src/github.com/hashicorp/consul/agent/metadata/build.go:11
# 0x95e8d4 github.com/hashicorp/consul/agent/metadata.IsConsulServer+0x7f4 /gopath/src/github.com/hashicorp/consul/agent/metadata/server.go:114
# 0x9c32c5 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x2e5 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:64
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [2: 256] @ 0x4ce112 0x9fe82e 0x9feb9e 0xa00fe6 0x9e9bdb 0x47566f 0x4f4d8b 0x4f504e 0xe7da45 0xe7be8a 0xe7aa9d 0x45cd91
# 0x4ce111 fmt.Sprintf+0x91 /goroot/src/fmt/print.go:197
# 0x9fe82d github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*PrefixedUi).Info+0x12d /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/ui.go:167
# 0x9feb9d github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*UiWriter).Write+0xad /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/ui_writer.go:16
# 0xa00fe5 github.com/hashicorp/consul/logger.(*GatedWriter).Write+0x355 /gopath/src/github.com/hashicorp/consul/logger/gated_writer.go:37
# 0x9e9bda github.com/hashicorp/consul/vendor/github.com/hashicorp/logutils.(*LevelFilter).Write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/logutils/level.go:63
# 0x47566e io.(*multiWriter).Write+0x8e /goroot/src/io/multi.go:60
# 0x4f4d8a log.(*Logger).Output+0x20a /goroot/src/log/log.go:176
# 0x4f504d log.(*Logger).Printf+0x7d /goroot/src/log/log.go:183
# 0xe7da44 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x524 /gopath/src/github.com/hashicorp/consul/agent/local.go:771
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [2: 6912] @ 0x40a275 0x40a433 0x40cf7d 0x6ec968 0x6f1f6f 0x6f1bcf 0x6f4238 0x8f2ac5 0x8f25aa 0x8f235e 0x8f1848 0x45cd91
# 0x6ec967 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0x2e7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:221
# 0x6f1f6e github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSinceWithLabels+0x37e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:129
# 0x6f1bce github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSince+0x8e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:106
# 0x6f4237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.MeasureSince+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:120
# 0x8f2ac4 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).appendLine+0x274 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:353
# 0x8f25a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).tryAppend+0x59 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:314
# 0x8f235d github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).updateCoordinate+0x18d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:287
# 0x8f1847 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).stream+0x5a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:230
0: 0 [2: 64] @ 0x7cbcfa 0x8d5ecd 0x8c6ac2 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7cbcf9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewEncoder+0x89 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:622
# 0x8d5ecc github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0x8c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:49
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 16] @ 0x4112ab 0x4c1219 0x7c53c9 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4c1218 reflect.New+0x48 /goroot/src/reflect/value.go:2144
# 0x7c53c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x2a8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:518
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 288] @ 0x4ddff7 0x4dd881 0x4de250 0x7c982c 0x7d1208 0x7cd4ac 0x7ca526 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c3604 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4de24f bytes.(*Buffer).WriteByte+0x8f /goroot/src/bytes/buffer.go:270
# 0x7c982b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writen1+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:177
# 0x7d1207 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeNil+0x37 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:117
# 0x7cd4ab github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0xcb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:821
# 0x7ca525 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kSlice+0x255 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:409
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 128] @ 0x7c6db2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c3437 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [1: 4096] @ 0x962888 0x962413 0x9630fc 0x96b7ca 0x96d271 0x96d548 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x962887 bufio.NewReaderSize+0x457 /goroot/src/bufio/bufio.go:56
# 0x962887 bufio.NewReader+0x457 /goroot/src/bufio/bufio.go:62
# 0x962887 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodecFromHandle+0x457 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:45
# 0x962412 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodec+0x52 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:33
# 0x9630fb github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewClientCodec+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/msgpackrpc.go:29
# 0x96b7c9 github.com/hashicorp/consul/agent/pool.(*Conn).getClient+0x1a9 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:77
# 0x96d270 github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0xc0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:387
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x8ca04f 0x8c8694 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x8ca04e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:947
# 0x8c8693 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x4d3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:763
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x5cd445 0x5cd344 0x5d148e 0x8be60e 0x8be742 0x8c2af0 0x45cd91
# 0x5cd444 net.uitoa+0xd4 /goroot/src/net/parse.go:204
# 0x5cd343 net.itoa+0x93 /goroot/src/net/parse.go:186
# 0x5d148d net.(*TCPAddr).String+0x13d /goroot/src/net/tcpsock.go:36
# 0x8be60d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.LogAddress+0x3d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/logging.go:13
# 0x8be741 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.LogConn+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/logging.go:21
# 0x8c2aef github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x4f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:208
0: 0 [1: 32] @ 0x6ed6e1 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe31e9b 0x45cd91
# 0x6ed6e0 bytes.(*Buffer).String+0x200 /goroot/src/bytes/buffer.go:61
# 0x6ed6e0 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x200 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:312
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe31e9a github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x53a /gopath/src/github.com/hashicorp/consul/agent/agent.go:1300
0: 0 [1: 16] @ 0x63647d 0x6a8203 0xe73dfb 0xe73f81 0xe764ee 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x63647c net/textproto.MIMEHeader.Set+0x6c /goroot/src/net/textproto/header.go:22
# 0x6a8202 net/http.Header.Set+0x52 /goroot/src/net/http/header.go:31
# 0xe73dfa github.com/hashicorp/consul/agent.setKnownLeader+0x8a /gopath/src/github.com/hashicorp/consul/agent/http.go:351
# 0xe73f80 github.com/hashicorp/consul/agent.setMeta+0x90 /gopath/src/github.com/hashicorp/consul/agent/http.go:367
# 0xe764ed github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x17d /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:72
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 288] @ 0x6f1003 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6f1002 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.insert+0x5d2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:212
# 0x6f1002 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x5d2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:72
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7cd751 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8d5eef 0x8c6ac2 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7cd750 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x370 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:895
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 32] @ 0x6ed8d7 0x6ec711 0x6f1f6f 0x6f1bcf 0x6f4238 0xe91c2d 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6ed8d6 bytes.(*Buffer).String+0x3f6 /goroot/src/bytes/buffer.go:61
# 0x6ed8d6 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x3f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:318
# 0x6ec710 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:208
# 0x6f1f6e github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSinceWithLabels+0x37e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:129
# 0x6f1bce github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSince+0x8e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:106
# 0x6f4237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.MeasureSince+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:120
# 0xe91c2c github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x1dc /gopath/src/github.com/hashicorp/consul/agent/http.go:69
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e1c45 0x8dcf17 0x8ca9c2 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e1c44 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 256] @ 0x7cd861 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f75 0x8c3604 0x45cd91
# 0x7cd860 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x480 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:894
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f74 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x514 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:812
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 48] @ 0x7cd5d3 0x7cb352 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x962f0b 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962f0a github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:102
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [4: 5120] @ 0x8ca0b6 0x8c3437 0x45cd91
# 0x8ca0b5 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0xa5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:953
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [1: 112] @ 0x4ce112 0x4f5023 0xe4f389 0xe4e7d6 0x45cd91
# 0x4ce111 fmt.Sprintf+0x91 /goroot/src/fmt/print.go:197
# 0x4f5022 log.(*Logger).Printf+0x52 /goroot/src/log/log.go:183
# 0xe4f388 github.com/hashicorp/consul/agent.(*CheckHTTP).check+0xaa8 /gopath/src/github.com/hashicorp/consul/agent/check.go:419
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [1: 48] @ 0x7cad48 0x7cd5a6 0x7cc25a 0x7cc10b 0x962ed2 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe889db 0xe99998 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7cad47 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x67 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:460
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962ed1 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:99
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe889da github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader+0x8a /gopath/src/github.com/hashicorp/consul/agent/status_endpoint.go:9
# 0xe99997 github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:155
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x40828e 0x53667c 0x537968 0xe749f6 0xe6f14f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x53667b net/url.ParseQuery+0x4b /goroot/src/net/url/url.go:814
# 0x537967 net/url.(*URL).Query+0x37 /goroot/src/net/url/url.go:975
# 0xe749f5 github.com/hashicorp/consul/agent.(*HTTPServer).parseMetaFilter+0x35 /gopath/src/github.com/hashicorp/consul/agent/http.go:462
# 0xe6f14e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0xde /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:123
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 128] @ 0x7c6db2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e1c45 0x8dcf17 0x8ca9c2 0x8c37b3 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e1c44 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 73728] @ 0x8bc129 0x8d6e5d 0x8c77ea 0x8c6f73 0x8c6b39 0x8c5a8e 0x8c4718 0x8c41f8 0x8c400e 0x45cd91
# 0x8bc128 compress/lzw.NewWriter+0x1e8 /goroot/src/compress/lzw/writer.go:267
# 0x8d6e5c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x5c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:238
# 0x8c77e9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x7e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:611
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8c5a8d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleIndirectPing+0x28d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:474
# 0x8c4717 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0x107 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:347
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [2: 512] @ 0x4e7348 0x6ed581 0x6ec711 0x6f1f6f 0x6f1bcf 0x6f4238 0x8d248a 0x8d2168 0x8cf7e7 0x45cd91
# 0x4e7347 strings.NewReplacer+0x167 /goroot/src/strings/replace.go:43
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ec710 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:208
# 0x6f1f6e github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSinceWithLabels+0x37e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:129
# 0x6f1bce github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSince+0x8e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:106
# 0x6f4237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.MeasureSince+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:120
# 0x8d2489 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1f9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:568
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x4e73e2 0x6ed581 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4e73e1 strings.NewReplacer+0x201 /goroot/src/strings/replace.go:54
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 192] @ 0x40391c 0x9649ea 0x9647bf 0x96b77b 0x96d271 0x96d548 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x9649e9 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.newStream+0x1b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:62
# 0x9649e9 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).OpenStream+0x1b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:170
# 0x9647be github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).Open+0x2e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:136
# 0x96b77a github.com/hashicorp/consul/agent/pool.(*Conn).getClient+0x15a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:71
# 0x96d270 github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0xc0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:387
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 256] @ 0x7c6ec2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c8694 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c6ec1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x531 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:826
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c8693 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x4d3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:763
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 112] @ 0x7cbdd6 0x8c8e7f 0x8c3604 0x45cd91
# 0x7cbdd5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewEncoder+0x165 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:623
# 0x8c8e7e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x41e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:801
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 96] @ 0x40391c 0x48c58a 0x965e43 0x96930e 0x968e55 0x56ec4e 0x962f31 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe31e9b 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x965e42 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).waitForSendErr+0x62 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:326
# 0x96930d github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).write+0x41d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:191
# 0x968e54 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Write+0xe4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:147
# 0x56ec4d bufio.(*Writer).Flush+0x7d /goroot/src/bufio/bufio.go:567
# 0x962f30 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0xb0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:106
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe31e9a github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x53a /gopath/src/github.com/hashicorp/consul/agent/agent.go:1300
0: 0 [2: 96] @ 0x95ea46 0x9c32c6 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x95ea45 github.com/hashicorp/consul/agent/metadata.IsConsulServer+0x965 /gopath/src/github.com/hashicorp/consul/agent/metadata/server.go:145
# 0x9c32c5 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x2e5 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:64
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 16] @ 0x4112ab 0x4b9597 0x4bce39 0x4ad0e5 0x4ad7ce 0x4ae306 0x95cf50 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4b9596 reflect.packEface+0x86 /goroot/src/reflect/value.go:111
# 0x4bce38 reflect.valueInterface+0xe8 /goroot/src/reflect/value.go:955
# 0x4ad0e4 reflect.deepValueEqual+0x364 /goroot/src/reflect/deepequal.go:132
# 0x4ad7cd reflect.deepValueEqual+0xa4d /goroot/src/reflect/deepequal.go:84
# 0x4ae305 reflect.DeepEqual+0x285 /goroot/src/reflect/deepequal.go:196
# 0x95cf4f github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x14f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:96
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 32] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962c71 0x96210d 0x96d66f 0x9ad6af 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962c70 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseHeader+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:74
# 0x96210c github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x10c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:29
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [4: 64] @ 0x639071 0x638678 0x6b0219 0x6cd827 0x6cd45a 0x45cd91
# 0x639070 net/textproto.canonicalMIMEHeaderKey+0x170 /goroot/src/net/textproto/reader.go:630
# 0x638677 net/textproto.(*Reader).ReadMIMEHeader+0xf7 /goroot/src/net/textproto/reader.go:496
# 0x6b0218 net/http.ReadResponse+0x498 /goroot/src/net/http/response.go:179
# 0x6cd826 net/http.(*persistConn).readResponse+0x56 /goroot/src/net/http/transport.go:1704
# 0x6cd459 net/http.(*persistConn).readLoop+0x10f9 /goroot/src/net/http/transport.go:1554
0: 0 [1: 64] @ 0x5a0e2f 0x6b820f 0x45cd91
# 0x5a0e2e context.WithCancel+0x3e /goroot/src/context/context.go:231
# 0x6b820e net/http.(*conn).serve+0x3ae /goroot/src/net/http/server.go:1730
0: 0 [2: 128] @ 0x52aaed 0x52a005 0xe92937 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x52aaec regexp.(*Regexp).replaceAll+0x84c /goroot/src/regexp/regexp.go:569
# 0x52a004 regexp.(*Regexp).ReplaceAllString+0x124 /goroot/src/regexp/regexp.go:484
# 0xe92936 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x276 /gopath/src/github.com/hashicorp/consul/agent/http.go:223
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 112] @ 0x8d6e31 0x8c7da7 0x8c9025 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x8d6e30 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x30 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:237
# 0x8c7da6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0x466 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:670
# 0x8c9024 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x5c4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:825
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 896] @ 0x40a275 0x40a433 0x408f2e 0x40b36f 0x4bf296 0x7c538a 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x40b36e reflect.mapassign+0x3e /goroot/src/runtime/hashmap.go:1228
# 0x4bf295 reflect.Value.SetMapIndex+0x1f5 /goroot/src/reflect/value.go:1493
# 0x7c5389 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x269 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:535
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 96] @ 0x7c5b3b 0x8c9a1b 0x8c84b7 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c5b3a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewDecoder+0x17a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:565
# 0x8c9a1a github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readStream+0x26a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:918
# 0x8c84b6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x2f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:743
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [2: 352] @ 0x7d3350 0x7c4f34 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c3437 0x45cd91
# 0x7d334f github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeBytes+0x11f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:524
# 0x7c4f33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x7f3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:428
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [1: 64] @ 0x50389b 0x502bf5 0x50df84 0x5040c3 0x50e184 0x503e5c 0x50e104 0x503b61 0x50e084 0x500962 0x50064f 0x50001f 0xe737ff 0xe92d71 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x50389a encoding/json.encodeByteSlice+0x13a /goroot/src/encoding/json/encode.go:710
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x5040c2 encoding/json.(*ptrEncoder).encode+0xe2 /goroot/src/encoding/json/encode.go:778
# 0x50e183 encoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:783
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x500961 encoding/json.(*encodeState).reflectValue+0x81 /goroot/src/encoding/json/encode.go:323
# 0x50064e encoding/json.(*encodeState).marshal+0xae /goroot/src/encoding/json/encode.go:296
# 0x50001e encoding/json.Marshal+0x5e /goroot/src/encoding/json/encode.go:161
# 0xe737fe github.com/hashicorp/consul/agent.(*HTTPServer).marshalJSON+0x21e /gopath/src/github.com/hashicorp/consul/agent/http.go:284
# 0xe92d70 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x6b0 /gopath/src/github.com/hashicorp/consul/agent/http.go:262
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [5: 80] @ 0x536a8d 0x5366a3 0xe9278f 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x536a8c net/url.parseQuery+0x3ac /goroot/src/net/url/url.go:848
# 0x5366a2 net/url.ParseQuery+0x72 /goroot/src/net/url/url.go:815
# 0xe9278e github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0xce /gopath/src/github.com/hashicorp/consul/agent/http.go:207
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 64] @ 0x6ed6e1 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x8c7196 0x8c6f73 0x8c6b39 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x6ed6e0 bytes.(*Buffer).String+0x200 /goroot/src/bytes/buffer.go:61
# 0x6ed6e0 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x200 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:312
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8c7195 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x195 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:660
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 48] @ 0x7cad48 0x7cd5a6 0x7cc25a 0x7cc10b 0x962ed2 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x7cad47 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x67 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:460
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962ed1 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:99
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 16] @ 0x95daed 0x95ce65 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x95daec bytes.(*Buffer).String+0x24c /goroot/src/bytes/buffer.go:61
# 0x95daec github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).String+0x24c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:321
# 0x95ce64 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x64 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:88
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 64] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c5433 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [7: 2464] @ 0x40d167 0x636463 0x6a8203 0xe73d4d 0xe73f36 0xe6f791 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x636462 net/textproto.MIMEHeader.Set+0x52 /goroot/src/net/textproto/header.go:22
# 0x6a8202 net/http.Header.Set+0x52 /goroot/src/net/http/header.go:31
# 0xe73d4c github.com/hashicorp/consul/agent.setIndex+0x8c /gopath/src/github.com/hashicorp/consul/agent/http.go:342
# 0xe73f35 github.com/hashicorp/consul/agent.setMeta+0x45 /gopath/src/github.com/hashicorp/consul/agent/http.go:365
# 0xe6f790 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x720 /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:196
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 48] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c3437 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [1: 32] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c5317 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5316 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x1f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:534
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [2: 288] @ 0xa014c2 0x47566f 0x4f4d8b 0x4f504e 0xe926a5 0xe92e76 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xa014c1 github.com/hashicorp/consul/logger.(*LogWriter).Write+0xf1 /gopath/src/github.com/hashicorp/consul/logger/log_writer.go:76
# 0x47566e io.(*multiWriter).Write+0x8e /goroot/src/io/multi.go:60
# 0x4f4d8a log.(*Logger).Output+0x20a /goroot/src/log/log.go:176
# 0x4f504d log.(*Logger).Printf+0x7d /goroot/src/log/log.go:183
# 0xe926a4 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1.2+0x1b4 /gopath/src/github.com/hashicorp/consul/agent/http.go:251
# 0xe92e75 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x7b5 /gopath/src/github.com/hashicorp/consul/agent/http.go:259
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 112] @ 0x9feb7a 0xa00fe6 0x9e9bdb 0x47566f 0x4f4d8b 0x4f504e 0xe7da45 0xe7be8a 0xe7aa9d 0x45cd91
# 0x9feb79 github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*UiWriter).Write+0x89 /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/ui_writer.go:16
# 0xa00fe5 github.com/hashicorp/consul/logger.(*GatedWriter).Write+0x355 /gopath/src/github.com/hashicorp/consul/logger/gated_writer.go:37
# 0x9e9bda github.com/hashicorp/consul/vendor/github.com/hashicorp/logutils.(*LevelFilter).Write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/logutils/level.go:63
# 0x47566e io.(*multiWriter).Write+0x8e /goroot/src/io/multi.go:60
# 0x4f4d8a log.(*Logger).Output+0x20a /goroot/src/log/log.go:176
# 0x4f504d log.(*Logger).Printf+0x7d /goroot/src/log/log.go:183
# 0xe7da44 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x524 /gopath/src/github.com/hashicorp/consul/agent/local.go:771
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 96] @ 0x6f1003 0x6f0a10 0x6f3f23 0x9ad5df 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x6f1002 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.insert+0x5d2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:212
# 0x6f1002 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x5d2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:72
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 512] @ 0x4ddff7 0x4dd881 0x4de250 0x7c982c 0x7d1cea 0x7d19de 0x7d1a94 0x7cb3c6 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f75 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4de24f bytes.(*Buffer).WriteByte+0x8f /goroot/src/bytes/buffer.go:270
# 0x7c982b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writen1+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:177
# 0x7d1ce9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).writeContainerLen+0x159 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:240
# 0x7d19dd github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeString+0x5d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:215
# 0x7d1a93 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeSymbol+0x43 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:223
# 0x7cb3c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x6e5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:498
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f74 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x514 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:812
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 32] @ 0x44755f 0x44708a 0x4472f7 0x5c4cdf 0x5d14ba 0x8be60e 0x8be742 0x8c2af0 0x45cd91
# 0x5c4cde net.JoinHostPort+0x11e /goroot/src/net/ipsock.go:232
# 0x5d14b9 net.(*TCPAddr).String+0x169 /goroot/src/net/tcpsock.go:36
# 0x8be60d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.LogAddress+0x3d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/logging.go:13
# 0x8be741 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.LogConn+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/logging.go:21
# 0x8c2aef github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x4f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:208
0: 0 [2: 64] @ 0x7c6ec2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962c71 0x96210d 0x96d66f 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c6ec1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x531 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:826
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962c70 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseHeader+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:74
# 0x96210c github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x10c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:29
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 336] @ 0x4ce112 0x4f5023 0xe926a5 0xe92e60 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4ce111 fmt.Sprintf+0x91 /goroot/src/fmt/print.go:197
# 0x4f5022 log.(*Logger).Printf+0x52 /goroot/src/log/log.go:183
# 0xe926a4 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1.2+0x1b4 /gopath/src/github.com/hashicorp/consul/agent/http.go:251
# 0xe92e5f github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x79f /gopath/src/github.com/hashicorp/consul/agent/http.go:269
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x7cb46d 0x7cd5a6 0x7cc25a 0x7cc10b 0x962ed2 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe31e9b 0x45cd91
# 0x7cb46c github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x78c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:468
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962ed1 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:99
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe31e9a github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x53a /gopath/src/github.com/hashicorp/consul/agent/agent.go:1300
0: 0 [2: 32] @ 0x7c6db2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8d5df5 0x8c5eb5 0x8c4916 0x8c41f8 0x8c400e 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8d5df4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decode+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:41
# 0x8c5eb4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleAck+0x84 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:496
# 0x8c4915 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0x305 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:349
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 16] @ 0x7c6db2 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x7c6db2 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 48] @ 0x9620e9 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x9620e8 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xe8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:28
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 16] @ 0x44755f 0x44708a 0x5beb64 0x5bed40 0x5d139d 0x96bf1c 0x96d24b 0x96d548 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x5beb63 net.IP.String+0x533 /goroot/src/net/ip.go:280
# 0x5bed3f net.ipEmptyString+0x5f /goroot/src/net/ip.go:340
# 0x5d139c net.(*TCPAddr).String+0x4c /goroot/src/net/tcpsock.go:32
# 0x96bf1b github.com/hashicorp/consul/agent/pool.(*ConnPool).acquire+0x4b /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:197
# 0x96d24a github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0x9a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:381
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x8d6ee3 0x8c77ea 0x8c6f73 0x8c6b39 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x8d6ee2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0xe2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:254
# 0x8c77e9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x7e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:611
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 352] @ 0x407f6f 0x40ac55 0x40a70e 0x4091ab 0x40b36f 0x4bf296 0x7c538a 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x40b36e reflect.mapassign+0x3e /goroot/src/runtime/hashmap.go:1228
# 0x4bf295 reflect.Value.SetMapIndex+0x1f5 /goroot/src/reflect/value.go:1493
# 0x7c5389 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x269 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:535
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x7c6ec2 0x7c5433 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c6ec1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x531 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:826
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0xe925dc 0xe92e76 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xe925db github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1.2+0xeb /gopath/src/github.com/hashicorp/consul/agent/http.go:251
# 0xe92e75 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x7b5 /gopath/src/github.com/hashicorp/consul/agent/http.go:259
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x6f2e99 0x6f2b2d 0x45cd91
# 0x6f2e98 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x358 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:186
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [1: 32] @ 0x96b7ee 0x96d271 0x96d548 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x96b7ed github.com/hashicorp/consul/agent/pool.(*Conn).getClient+0x1cd /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:82
# 0x96d270 github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0xc0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:387
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x4112ab 0x4bd441 0x7cb871 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4bd440 reflect.Value.MapIndex+0x180 /goroot/src/reflect/value.go:1068
# 0x7cb870 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kMap+0x280 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:578
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [2: 64] @ 0x7cb46d 0x7cd5a6 0x7cc25a 0x7cc10b 0x962ed2 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7cb46c github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x78c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:468
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962ed1 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:99
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x9ad577 0xe2fd98 0xe31e9b 0x45cd91
# 0x9ad576 github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x66 /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe31e9a github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x53a /gopath/src/github.com/hashicorp/consul/agent/agent.go:1300
0: 0 [1: 112] @ 0x6ed532 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe889db 0xe99998 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6ed531 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:301
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe889da github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader+0x8a /gopath/src/github.com/hashicorp/consul/agent/status_endpoint.go:9
# 0xe99997 github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:155
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 416] @ 0x4091e5 0x40b36f 0x4bf296 0x7c538a 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e1c45 0x8dcf17 0x8ca9c2 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x40b36e reflect.mapassign+0x3e /goroot/src/runtime/hashmap.go:1228
# 0x4bf295 reflect.Value.SetMapIndex+0x1f5 /goroot/src/reflect/value.go:1493
# 0x7c5389 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x269 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:535
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e1c44 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 64] @ 0x48c8a9 0xe79c3b 0xe4f3dd 0xe4e7d6 0x45cd91
# 0x48c8a8 time.AfterFunc+0x48 /goroot/src/time/sleep.go:159
# 0xe79c3a github.com/hashicorp/consul/agent.(*localState).UpdateCheck+0x3ca /gopath/src/github.com/hashicorp/consul/agent/local.go:319
# 0xe4f3dc github.com/hashicorp/consul/agent.(*CheckHTTP).check+0xafc /gopath/src/github.com/hashicorp/consul/agent/check.go:420
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [1: 32] @ 0x7d320c 0x7c61c8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe889db 0xe99998 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c61c7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x4b7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:646
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe889da github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader+0x8a /gopath/src/github.com/hashicorp/consul/agent/status_endpoint.go:9
# 0xe99997 github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:155
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 64] @ 0x48c5bc 0x965e43 0x9696c5 0x968bc7 0x56ce2a 0x56d869 0x7c2a9a 0x7d3405 0x7c5d59 0x7c5cdb 0x963017 0x962c71 0x96210d 0x96d66f 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x48c5bb time.NewTimer+0x6b /goroot/src/time/sleep.go:87
# 0x965e42 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).waitForSendErr+0x62 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:326
# 0x9696c4 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).sendWindowUpdate+0x164 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:256
# 0x968bc6 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Read+0x416 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:119
# 0x56ce29 bufio.(*Reader).fill+0x119 /goroot/src/bufio/bufio.go:97
# 0x56d868 bufio.(*Reader).ReadByte+0x38 /goroot/src/bufio/bufio.go:239
# 0x7c2a99 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn1+0x79 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:90
# 0x7d3404 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).initReadNext+0x44 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:540
# 0x7c5d58 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x48 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:635
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962c70 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseHeader+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:74
# 0x96210c github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x10c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:29
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 8] @ 0x670e86 0xe4ec1e 0xe4e7d6 0x45cd91
# 0x670e85 net/http.(*Client).Do+0x5e5 /goroot/src/net/http/client.go:599
# 0xe4ec1d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x33d /gopath/src/github.com/hashicorp/consul/agent/check.go:400
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [1: 48] @ 0x40828e 0x95e5c2 0x9c32c6 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x95e5c1 github.com/hashicorp/consul/agent/metadata.IsConsulServer+0x4e1 /gopath/src/github.com/hashicorp/consul/agent/metadata/server.go:96
# 0x9c32c5 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x2e5 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:64
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [3: 16128] @ 0x4ddff7 0x4dd881 0x4ddb3d 0x8c9079 0x8c3604 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddb3c bytes.(*Buffer).Write+0xdc /goroot/src/bytes/buffer.go:163
# 0x8c9078 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x618 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:819
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 80] @ 0x6a8a5f 0x6a8efe 0x6ab2e9 0x6cdd31 0x45cd91
# 0x6a8a5e net/http.Header.sortedKeyValues+0xae /goroot/src/net/http/header.go:132
# 0x6a8efd net/http.Header.WriteSubset+0xbd /goroot/src/net/http/header.go:152
# 0x6ab2e8 net/http.(*Request).write+0x598 /goroot/src/net/http/request.go:573
# 0x6cdd30 net/http.(*persistConn).writeLoop+0x200 /goroot/src/net/http/transport.go:1762
0: 0 [2: 192] @ 0x6f1003 0x6f0a10 0x6f3f23 0x9ad5df 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x6f1002 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.insert+0x5d2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:212
# 0x6f1002 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x5d2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:72
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [3: 48] @ 0x4e73e2 0x6ed581 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x8cce5e 0x45cd91
# 0x4e73e1 strings.NewReplacer+0x201 /goroot/src/strings/replace.go:54
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8cce5d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).udpListen+0x39d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:267
0: 0 [1: 96] @ 0x9656eb 0x965c41 0x45cd91
# 0x9656ea github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).Ping+0x4a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:265
# 0x965c40 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).keepalive+0x120 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:304
0: 0 [1: 48] @ 0x7c59ff 0x8ef2ff 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x7c59fe github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewDecoder+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:563
# 0x8ef2fe github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x1fe /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1645
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 1280] @ 0x4ddff7 0x4ddf31 0x474b3b 0x474748 0x969ff5 0x96737a 0x96b018 0x966bcc 0x9669eb 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4ddf30 bytes.(*Buffer).ReadFrom+0x290 /goroot/src/bytes/buffer.go:203
# 0x474b3a io.copyBuffer+0x2ba /goroot/src/io/io.go:386
# 0x474747 io.Copy+0x67 /goroot/src/io/io.go:362
# 0x969ff4 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).readData+0x154 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:410
# 0x967379 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).handleStreamMessage+0x319 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:495
# 0x96b017 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).(github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.handleStreamMessage)-fm+0x47 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:434
# 0x966bcb github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).recvLoop+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:446
# 0x9669ea github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).recv+0x2a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:406
0: 0 [7: 224] @ 0x7d3c51 0x7cbdb2 0x8d5ecd 0x8c6ac2 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7d3c50 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*MsgpackHandle).newEncDriver+0x30 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:691
# 0x7cbdb1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewEncoder+0x141 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:623
# 0x8d5ecc github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0x8c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:49
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 16] @ 0x6702bd 0x66f7be 0x66f48d 0x670b2d 0xe4ec1e 0xe4e7d6 0x45cd91
# 0x6702bc net/http.setRequestCancel+0x26c /goroot/src/net/http/client.go:317
# 0x66f7bd net/http.send+0x16d /goroot/src/net/http/client.go:247
# 0x66f48c net/http.(*Client).send+0xfc /goroot/src/net/http/client.go:173
# 0x670b2c net/http.(*Client).Do+0x28c /goroot/src/net/http/client.go:602
# 0xe4ec1d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x33d /gopath/src/github.com/hashicorp/consul/agent/check.go:400
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [1: 64] @ 0x48c5bc 0x965e43 0x96930e 0x968e55 0x56ec4e 0x962f31 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x48c5bb time.NewTimer+0x6b /goroot/src/time/sleep.go:87
# 0x965e42 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).waitForSendErr+0x62 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:326
# 0x96930d github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).write+0x41d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:191
# 0x968e54 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Write+0xe4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:147
# 0x56ec4d bufio.(*Writer).Flush+0x7d /goroot/src/bufio/bufio.go:567
# 0x962f30 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0xb0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:106
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0xe766b9 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xe766b8 github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x348 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:89
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x7cd5d3 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [2: 128] @ 0x737ab8 0x8e21cd 0x8c5676 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x737ab7 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate.(*Coordinate).Clone+0x97 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/coordinate.go:65
# 0x737ab7 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate.(*Client).GetCoordinate+0x97 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/client.go:72
# 0x8e21cc github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).AckPayload+0xcc /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:38
# 0x8c5675 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x3f5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:434
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [2: 1152] @ 0x4ddff7 0x4dd881 0x4de250 0x7c982c 0x7d1208 0x7cd4ac 0x7ca526 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4de24f bytes.(*Buffer).WriteByte+0x8f /goroot/src/bytes/buffer.go:270
# 0x7c982b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writen1+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:177
# 0x7d1207 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeNil+0x37 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:117
# 0x7cd4ab github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0xcb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:821
# 0x7ca525 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kSlice+0x255 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:409
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 48] @ 0x40828e 0x6ece01 0x6ed238 0x6ec34a 0x6f0d6a 0x6f0a10 0x6f3f23 0x8c7196 0x8c6f73 0x8c6b39 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x6ece00 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.NewIntervalMetrics+0x190 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:64
# 0x6ece00 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).createInterval+0x190 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:262
# 0x6ed237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).getInterval+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:280
# 0x6ec349 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0xc9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:186
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8c7195 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x195 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:660
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 16] @ 0x40393e 0x6c8eae 0x6d4c48 0x45cd91
# 0x6c8ead net/http.(*Transport).dialConn+0x14d /goroot/src/net/http/transport.go:1026
# 0x6d4c47 net/http.(*Transport).getConn.func4+0x77 /goroot/src/net/http/transport.go:943
0: 0 [1: 48] @ 0x6b8275 0x45cd91
# 0x6b8274 net/http.(*conn).serve+0x414 /goroot/src/net/http/server.go:1734
0: 0 [3: 864] @ 0x407f6f 0x40d0a2 0x8efb40 0x9adf3d 0xe37cbc 0xe3ce4c 0xe97c58 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x8efb3f github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).Stats+0x73f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1668
# 0x9adf3c github.com/hashicorp/consul/agent/consul.(*Client).Stats+0xbc /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:317
# 0xe37cbb github.com/hashicorp/consul/agent.(*Agent).Stats+0x4b /gopath/src/github.com/hashicorp/consul/agent/agent.go:1940
# 0xe3ce4b github.com/hashicorp/consul/agent.(*HTTPServer).AgentSelf+0x12b /gopath/src/github.com/hashicorp/consul/agent/agent_endpoint.go:54
# 0xe97c57 github.com/hashicorp/consul/agent.(*HTTPServer).AgentSelf-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:98
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 96] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x4112ab 0x4b9597 0x4bce39 0x4bcd24 0x7ca718 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x962f0b 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4b9596 reflect.packEface+0x86 /goroot/src/reflect/value.go:111
# 0x4bce38 reflect.valueInterface+0xe8 /goroot/src/reflect/value.go:955
# 0x4bcd23 reflect.Value.Interface+0x43 /goroot/src/reflect/value.go:925
# 0x7ca717 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kSlice+0x447 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:377
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962f0a github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:102
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 16] @ 0x7d320c 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962c71 0x96210d 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962c70 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseHeader+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:74
# 0x96210c github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x10c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:29
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 32] @ 0x7d3d21 0x7c5af3 0x8ef2ff 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x7d3d20 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*MsgpackHandle).newDecDriver+0x30 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:695
# 0x7c5af2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewDecoder+0x132 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:565
# 0x8ef2fe github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x1fe /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1645
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e242a 0x8d0a1c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e2429 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).NotifyPingComplete+0x159 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:62
# 0x8d0a1b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xd7b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:308
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [2: 32] @ 0x4e971f 0x4e775b 0x6ed972 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x8c7196 0x8c6f73 0x8c6b39 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x4e971e strings.(*byteReplacer).WriteString+0x4e /goroot/src/strings/replace.go:438
# 0x4e775a strings.(*Replacer).WriteString+0x5a /goroot/src/strings/replace.go:75
# 0x6ed971 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x491 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:305
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8c7195 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x195 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:660
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [2: 256] @ 0x4d6dd5 0x4ce0e6 0x4f5023 0xe926a5 0xe92e60 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4d6dd4 fmt.(*buffer).WriteString+0x1384 /goroot/src/fmt/print.go:82
# 0x4d6dd4 fmt.(*pp).doPrintf+0x1384 /goroot/src/fmt/print.go:957
# 0x4ce0e5 fmt.Sprintf+0x65 /goroot/src/fmt/print.go:196
# 0x4f5022 log.(*Logger).Printf+0x52 /goroot/src/log/log.go:183
# 0xe926a4 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1.2+0x1b4 /gopath/src/github.com/hashicorp/consul/agent/http.go:251
# 0xe92e5f github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x79f /gopath/src/github.com/hashicorp/consul/agent/http.go:269
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x536a8d 0x5366a3 0x537968 0xe74433 0xe74bf3 0xe4bb83 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x536a8c net/url.parseQuery+0x3ac /goroot/src/net/url/url.go:848
# 0x5366a2 net/url.ParseQuery+0x72 /goroot/src/net/url/url.go:815
# 0x537967 net/url.(*URL).Query+0x37 /goroot/src/net/url/url.go:975
# 0xe74432 github.com/hashicorp/consul/agent.parseConsistency+0x32 /gopath/src/github.com/hashicorp/consul/agent/http.go:405
# 0xe74bf2 github.com/hashicorp/consul/agent.(*HTTPServer).parse+0x92 /gopath/src/github.com/hashicorp/consul/agent/http.go:478
# 0xe4bb82 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0xe2 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:90
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 512] @ 0x4ddff7 0x4dd881 0x4de250 0x7c982c 0x7d1cea 0x7d19de 0x7d1a94 0x7cb3c6 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f75 0x8c3604 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4de24f bytes.(*Buffer).WriteByte+0x8f /goroot/src/bytes/buffer.go:270
# 0x7c982b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writen1+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:177
# 0x7d1ce9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).writeContainerLen+0x159 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:240
# 0x7d19dd github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeString+0x5d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:215
# 0x7d1a93 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeSymbol+0x43 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:223
# 0x7cb3c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x6e5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:498
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f74 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x514 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:812
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 80] @ 0x6ece53 0x6ed238 0x6ec74a 0x6f1f6f 0x6f1bcf 0x6f4238 0x8d1fbc 0x8d89ea 0x8cf59f 0x45cd91
# 0x6ece52 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.NewIntervalMetrics+0x1e2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:65
# 0x6ece52 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).createInterval+0x1e2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:262
# 0x6ed237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).getInterval+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:280
# 0x6ec749 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0xc9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:209
# 0x6f1f6e github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSinceWithLabels+0x37e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:129
# 0x6f1bce github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSince+0x8e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:106
# 0x6f4237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.MeasureSince+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:120
# 0x8d1fbb github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).gossip+0x5cb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:511
# 0x8d89e9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.gossip)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:111
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [2: 704] @ 0x407f6f 0x40af42 0x40a70e 0x4091ab 0x40b36f 0x4bf296 0x7c538a 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x40b36e reflect.mapassign+0x3e /goroot/src/runtime/hashmap.go:1228
# 0x4bf295 reflect.Value.SetMapIndex+0x1f5 /goroot/src/reflect/value.go:1493
# 0x7c5389 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x269 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:535
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x6c82bb 0x6c48c6 0x66f7f9 0x66f48d 0x670b2d 0xe4ec1e 0xe4e7d6 0x45cd91
# 0x6c82ba net/http.(*Transport).getConn+0x2ea /goroot/src/net/http/transport.go:940
# 0x6c48c5 net/http.(*Transport).RoundTrip+0x6a5 /goroot/src/net/http/transport.go:400
# 0x66f7f8 net/http.send+0x1a8 /goroot/src/net/http/client.go:249
# 0x66f48c net/http.(*Client).send+0xfc /goroot/src/net/http/client.go:173
# 0x670b2c net/http.(*Client).Do+0x28c /goroot/src/net/http/client.go:602
# 0xe4ec1d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x33d /gopath/src/github.com/hashicorp/consul/agent/check.go:400
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [3: 48] @ 0x6a8484 0x671aa4 0x6709a2 0xe4ec1e 0xe4e7d6 0x45cd91
# 0x6a8483 net/http.Header.clone+0x133 /goroot/src/net/http/header.go:65
# 0x671aa3 net/http.(*Client).makeHeadersCopier+0x43 /goroot/src/net/http/client.go:631
# 0x6709a1 net/http.(*Client).Do+0x101 /goroot/src/net/http/client.go:500
# 0xe4ec1d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x33d /gopath/src/github.com/hashicorp/consul/agent/check.go:400
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [1: 16] @ 0x7c6ec2 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x7c6ec1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x531 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:826
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 16] @ 0x6ce212 0x6c4bb2 0x66f7f9 0x66f48d 0x670b2d 0xe4ec1e 0xe4e7d6 0x45cd91
# 0x6ce211 net/http.(*persistConn).roundTrip+0x71 /goroot/src/net/http/transport.go:1891
# 0x6c4bb1 net/http.(*Transport).RoundTrip+0x991 /goroot/src/net/http/transport.go:413
# 0x66f7f8 net/http.send+0x1a8 /goroot/src/net/http/client.go:249
# 0x66f48c net/http.(*Client).send+0xfc /goroot/src/net/http/client.go:173
# 0x670b2c net/http.(*Client).Do+0x28c /goroot/src/net/http/client.go:602
# 0xe4ec1d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x33d /gopath/src/github.com/hashicorp/consul/agent/check.go:400
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [1: 64] @ 0x7c6db2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c3437 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [1: 16] @ 0x4e73e2 0x6ed581 0x6ebdfe 0x6efe47 0x6efae0 0x6f2c20 0x6f2b2d 0x45cd91
# 0x4e73e1 strings.NewReplacer+0x201 /goroot/src/strings/replace.go:54
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2c1f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0xdf /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:177
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [1: 144] @ 0x52d4b8 0x95c8f9 0x95dd92 0x95e8d5 0x9c32c6 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x52d4b7 regexp.(*Regexp).FindStringSubmatch+0x137 /goroot/src/regexp/regexp.go:950
# 0x95c8f8 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.NewVersion+0x58 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:37
# 0x95dd91 github.com/hashicorp/consul/agent/metadata.Build+0x91 /gopath/src/github.com/hashicorp/consul/agent/metadata/build.go:11
# 0x95e8d4 github.com/hashicorp/consul/agent/metadata.IsConsulServer+0x7f4 /gopath/src/github.com/hashicorp/consul/agent/metadata/server.go:114
# 0x9c32c5 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x2e5 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:64
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [2: 96] @ 0x87f271 0x871d8c 0x86f616 0x870d19 0x86fa70 0xe5f9ca 0xe8f4cd 0x45cd91
# 0x87f270 github.com/hashicorp/consul/vendor/github.com/miekg/dns.ReadFromSessionUDP+0x50 /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/udp.go:46
# 0x871d8b github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).readUDP+0xbb /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:647
# 0x86f615 github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*defaultReader).ReadUDP+0x45 /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:254
# 0x870d18 github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).serveUDP+0x148 /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:520
# 0x86fa6f github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).ListenAndServe+0x3ef /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:371
# 0xe5f9c9 github.com/hashicorp/consul/agent.(*DNSServer).ListenAndServe+0x269 /gopath/src/github.com/hashicorp/consul/agent/dns.go:95
# 0xe8f4cc github.com/hashicorp/consul/agent.(*Agent).listenAndServeDNS.func1+0x10c /gopath/src/github.com/hashicorp/consul/agent/agent.go:368
0: 0 [1: 16] @ 0x44755f 0x44708a 0x4472f7 0x5c4cdf 0x5d14ba 0x6b7ecb 0x45cd91
# 0x5c4cde net.JoinHostPort+0x11e /goroot/src/net/ipsock.go:232
# 0x5d14b9 net.(*TCPAddr).String+0x169 /goroot/src/net/tcpsock.go:36
# 0x6b7eca net/http.(*conn).serve+0x6a /goroot/src/net/http/server.go:1691
0: 0 [1: 96] @ 0x964a79 0x9647bf 0x96b77b 0x96d271 0x96d548 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x964a78 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.newStream+0x248 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:67
# 0x964a78 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).OpenStream+0x248 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:170
# 0x9647be github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).Open+0x2e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:136
# 0x96b77a github.com/hashicorp/consul/agent/pool.(*Conn).getClient+0x15a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:71
# 0x96d270 github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0xc0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:387
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 832] @ 0x40a275 0x40a433 0x408f2e 0x40b36f 0x4bf296 0x7c538a 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e1c45 0x8dcf17 0x8ca9c2 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x40b36e reflect.mapassign+0x3e /goroot/src/runtime/hashmap.go:1228
# 0x4bf295 reflect.Value.SetMapIndex+0x1f5 /goroot/src/reflect/value.go:1493
# 0x7c5389 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x269 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:535
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e1c44 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x8d2db2 0x8cfef0 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x8d2db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).setProbeChannels+0x71 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:728
# 0x8cfeef github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x24f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:252
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 16] @ 0x4112ab 0x4b9597 0x4bce39 0x4ad09b 0x4ad7ce 0x4ae306 0x8f7de6 0xe7b114 0xe7a5b3 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4b9596 reflect.packEface+0x86 /goroot/src/reflect/value.go:111
# 0x4bce38 reflect.valueInterface+0xe8 /goroot/src/reflect/value.go:955
# 0x4ad09a reflect.deepValueEqual+0x31a /goroot/src/reflect/deepequal.go:132
# 0x4ad7cd reflect.deepValueEqual+0xa4d /goroot/src/reflect/deepequal.go:84
# 0x4ae305 reflect.DeepEqual+0x285 /goroot/src/reflect/deepequal.go:196
# 0x8f7de5 github.com/hashicorp/consul/agent/structs.(*NodeService).IsSame+0x115 /gopath/src/github.com/hashicorp/consul/agent/structs/structs.go:438
# 0xe7b113 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x5c3 /gopath/src/github.com/hashicorp/consul/agent/local.go:508
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [3: 2304] @ 0x8ca2af 0x8c3437 0x45cd91
# 0x8ca2ae github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x29e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:965
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [1: 16] @ 0x5c40f0 0x5c5059 0x5d5024 0x8cc634 0x8c71f1 0x8c6f73 0x8c6b39 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x5c40ef net.filterAddrList+0x1ef /goroot/src/net/ipsock.go:127
# 0x5c5058 net.(*Resolver).internetAddrList+0x348 /goroot/src/net/ipsock.go:306
# 0x5d5023 net.ResolveUDPAddr+0xa3 /goroot/src/net/udpsock.go:79
# 0x8cc633 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).WriteTo+0x53 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:173
# 0x8c71f0 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x1f0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:661
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x6ed6e1 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x6ed6e0 bytes.(*Buffer).String+0x200 /goroot/src/bytes/buffer.go:61
# 0x6ed6e0 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x200 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:312
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 48] @ 0x7c6c34 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c8694 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c6c33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x2a3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:753
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c8693 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x4d3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:763
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 112] @ 0x8d5e71 0x8d6f4d 0x8c7da7 0x8c9025 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x8d5e70 bytes.NewBuffer+0x30 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/keyring.go:4
# 0x8d5e70 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0x30 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:46
# 0x8d6f4c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x14c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:255
# 0x8c7da6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0x466 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:670
# 0x8c9024 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x5c4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:825
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [3: 768] @ 0x4e7348 0x6ed581 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe889db 0xe99998 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4e7347 strings.NewReplacer+0x167 /goroot/src/strings/replace.go:43
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe889da github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader+0x8a /gopath/src/github.com/hashicorp/consul/agent/status_endpoint.go:9
# 0xe99997 github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:155
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x7cd5d3 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c3604 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 16] @ 0x7cd861 0x7cc25a 0x7cc10b 0x8d5eef 0x8c6ac2 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7cd860 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x480 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:894
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [3: 48] @ 0xe4effa 0xe4e7d6 0x45cd91
# 0xe4eff9 github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x719 /gopath/src/github.com/hashicorp/consul/agent/check.go:415
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [4: 128] @ 0x7d3350 0x7c4f34 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7d334f github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeBytes+0x11f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:524
# 0x7c4f33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x7f3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:428
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 96] @ 0x8c5e6f 0x8c4916 0x8c41f8 0x8c400e 0x45cd91
# 0x8c5e6e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleAck+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:495
# 0x8c4915 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0x305 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:349
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 16] @ 0x9fe7e5 0x9feb9e 0xa00fe6 0x9e9bdb 0x47566f 0x4f4d8b 0x4f504e 0xe7da45 0xe7be8a 0xe7aa9d 0x45cd91
# 0x9fe7e4 github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*PrefixedUi).Info+0xe4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/ui.go:167
# 0x9feb9d github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*UiWriter).Write+0xad /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/ui_writer.go:16
# 0xa00fe5 github.com/hashicorp/consul/logger.(*GatedWriter).Write+0x355 /gopath/src/github.com/hashicorp/consul/logger/gated_writer.go:37
# 0x9e9bda github.com/hashicorp/consul/vendor/github.com/hashicorp/logutils.(*LevelFilter).Write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/logutils/level.go:63
# 0x47566e io.(*multiWriter).Write+0x8e /goroot/src/io/multi.go:60
# 0x4f4d8a log.(*Logger).Output+0x20a /goroot/src/log/log.go:176
# 0x4f504d log.(*Logger).Printf+0x7d /goroot/src/log/log.go:183
# 0xe7da44 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x524 /gopath/src/github.com/hashicorp/consul/agent/local.go:771
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 96] @ 0x40391c 0x48c58a 0x48c83b 0xe3253d 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x48c83a time.After+0x2a /goroot/src/time/sleep.go:151
# 0xe3253c github.com/hashicorp/consul/agent.(*Agent).reapServices+0x5c /gopath/src/github.com/hashicorp/consul/agent/agent.go:1352
0: 0 [5: 11520] @ 0x4ddff7 0x4dd881 0x4de250 0x504cc2 0x502624 0x502bf5 0x50df84 0x5040c3 0x50e184 0x503e5c 0x50e104 0x503b61 0x50e084 0x502bf5 0x50df84 0x503e5c 0x50e104 0x503b61 0x50e084 0x500962 0x50064f 0x50001f 0xe737ff 0xe92d71 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4de24f bytes.(*Buffer).WriteByte+0x8f /goroot/src/bytes/buffer.go:270
# 0x504cc1 encoding/json.(*encodeState).string+0x231 /goroot/src/encoding/json/encode.go:889
# 0x502623 encoding/json.stringEncoder+0x213 /goroot/src/encoding/json/encode.go:600
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x5040c2 encoding/json.(*ptrEncoder).encode+0xe2 /goroot/src/encoding/json/encode.go:778
# 0x50e183 encoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:783
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x500961 encoding/json.(*encodeState).reflectValue+0x81 /goroot/src/encoding/json/encode.go:323
# 0x50064e encoding/json.(*encodeState).marshal+0xae /goroot/src/encoding/json/encode.go:296
# 0x50001e encoding/json.Marshal+0x5e /goroot/src/encoding/json/encode.go:161
# 0xe737fe github.com/hashicorp/consul/agent.(*HTTPServer).marshalJSON+0x21e /gopath/src/github.com/hashicorp/consul/agent/http.go:284
# 0xe92d70 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x6b0 /gopath/src/github.com/hashicorp/consul/agent/http.go:262
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 3072] @ 0x4ddff7 0x4ddf31 0x474b3b 0x474748 0x8d72c1 0x8c9aec 0x8c2cd3 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4ddf30 bytes.(*Buffer).ReadFrom+0x290 /goroot/src/bytes/buffer.go:203
# 0x474b3a io.copyBuffer+0x2ba /goroot/src/io/io.go:386
# 0x474747 io.Copy+0x67 /goroot/src/io/io.go:362
# 0x8d72c0 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decompressBuffer+0x1b0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:283
# 0x8c9aeb github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readStream+0x33b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:926
# 0x8c2cd2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x232 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:214
0: 0 [1: 80] @ 0x4ce112 0x4f5023 0x8c837c 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4ce111 fmt.Sprintf+0x91 /goroot/src/fmt/print.go:197
# 0x4f5022 log.(*Logger).Printf+0x52 /goroot/src/log/log.go:183
# 0x8c837b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x1bb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:734
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 73728] @ 0x8bc129 0x8d6e5d 0x8c7da7 0x8caf07 0x8d7eca 0x45cd91
# 0x8bc128 compress/lzw.NewWriter+0x1e8 /goroot/src/compress/lzw/writer.go:267
# 0x8d6e5c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x5c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:238
# 0x8c7da6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0x466 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:670
# 0x8caf06 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendPingAndWaitForAck+0x1f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1078
# 0x8d7ec9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode.func3+0xb9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:366
0: 0 [1: 73728] @ 0x8bc129 0x8d6e5d 0x8c7da7 0x8c3c79 0x45cd91
# 0x8bc128 compress/lzw.NewWriter+0x1e8 /goroot/src/compress/lzw/writer.go:267
# 0x8d6e5c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x5c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:238
# 0x8c7da6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0x466 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:670
# 0x8c3c78 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x11d8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:275
0: 0 [1: 48] @ 0x8c7a2b 0x8c9025 0x8c3604 0x45cd91
# 0x8c7a2a github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0xea /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:689
# 0x8c9024 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x5c4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:825
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 48] @ 0x40828e 0x53667c 0x537968 0xe748b7 0xe6f131 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x53667b net/url.ParseQuery+0x4b /goroot/src/net/url/url.go:814
# 0x537967 net/url.(*URL).Query+0x37 /goroot/src/net/url/url.go:975
# 0xe748b6 net/url.url.Values.Get+0x56 /gopath/src/github.com/hashicorp/consul/agent/http.go:450
# 0xe748b6 github.com/hashicorp/consul/agent.(*HTTPServer).parseSource+0x56 /gopath/src/github.com/hashicorp/consul/agent/http.go:450
# 0xe6f130 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0xc0 /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:122
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x40393e 0x48c58a 0x48c83b 0xe3253d 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x48c83a time.After+0x2a /goroot/src/time/sleep.go:151
# 0xe3253c github.com/hashicorp/consul/agent.(*Agent).reapServices+0x5c /gopath/src/github.com/hashicorp/consul/agent/agent.go:1352
0: 0 [2: 160] @ 0x4113c5 0x4c0c47 0x7c4bef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4113c4 reflect.unsafe_NewArray+0x34 /goroot/src/runtime/malloc.go:858
# 0x4c0c46 reflect.MakeSlice+0xc6 /goroot/src/reflect/value.go:2061
# 0x7c4bee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x4ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:457
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [7: 336] @ 0x7cad48 0x7cd5a6 0x7cc25a 0x7cc10b 0x962ed2 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7cad47 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x67 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:460
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962ed1 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:99
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 4096] @ 0x9626b6 0x962413 0x9630fc 0x96b7ca 0x96d271 0x96d548 0x9ad6af 0xe2fd98 0xe31e9b 0x45cd91
# 0x9626b5 bufio.NewWriterSize+0x285 /goroot/src/bufio/bufio.go:541
# 0x9626b5 bufio.NewWriter+0x285 /goroot/src/bufio/bufio.go:548
# 0x9626b5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodecFromHandle+0x285 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:51
# 0x962412 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodec+0x52 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:33
# 0x9630fb github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewClientCodec+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/msgpackrpc.go:29
# 0x96b7c9 github.com/hashicorp/consul/agent/pool.(*Conn).getClient+0x1a9 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:77
# 0x96d270 github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0xc0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:387
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe31e9a github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x53a /gopath/src/github.com/hashicorp/consul/agent/agent.go:1300
0: 0 [5: 160] @ 0x5c6032 0x5d3dae 0x5cfd03 0x5cf8d5 0x5c5f29 0x5d4259 0x5d4164 0x5aaf52 0x5aa3e7 0x5a94be 0x6dada3 0x6c7f83 0x6caac2 0x6d4c48 0x45cd91
# 0x5c6031 net.ipToSockaddr+0xc1 /goroot/src/net/ipsock_posix.go:154
# 0x5d3dad net.(*TCPAddr).sockaddr+0x6d /goroot/src/net/tcpsock_posix.go:40
# 0x5cfd02 net.(*netFD).dial+0x82 /goroot/src/net/sock_posix.go:139
# 0x5cf8d4 net.socket+0x1a4 /goroot/src/net/sock_posix.go:93
# 0x5c5f28 net.internetSocket+0x128 /goroot/src/net/ipsock_posix.go:141
# 0x5d4258 net.doDialTCP+0xb8 /goroot/src/net/tcpsock_posix.go:62
# 0x5d4163 net.dialTCP+0xe3 /goroot/src/net/tcpsock_posix.go:58
# 0x5aaf51 net.dialSingle+0x3e1 /goroot/src/net/dial.go:547
# 0x5aa3e6 net.dialSerial+0x246 /goroot/src/net/dial.go:515
# 0x5a94bd net.(*Dialer).DialContext+0x6ed /goroot/src/net/dial.go:397
# 0x6dada2 net.(*Dialer).DialContext-fm+0x72 /goroot/src/net/http/transport.go:46
# 0x6c7f82 net/http.(*Transport).dial+0x222 /goroot/src/net/http/transport.go:884
# 0x6caac1 net/http.(*Transport).dialConn+0x1d61 /goroot/src/net/http/transport.go:1060
# 0x6d4c47 net/http.(*Transport).getConn.func4+0x77 /goroot/src/net/http/transport.go:943
0: 0 [3: 1248] @ 0x40a275 0x4082b6 0x8dc926 0x8c9102 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x8dc925 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x165 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:168
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 48] @ 0x7cd5d3 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x962f0b 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962f0a github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:102
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [5: 160] @ 0x6ed8d7 0x6ec711 0x6f1f6f 0x6f1bcf 0x6f4238 0x8d0959 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x6ed8d6 bytes.(*Buffer).String+0x3f6 /goroot/src/bytes/buffer.go:61
# 0x6ed8d6 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x3f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:318
# 0x6ec710 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:208
# 0x6f1f6e github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSinceWithLabels+0x37e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:129
# 0x6f1bce github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSince+0x8e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:106
# 0x6f4237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.MeasureSince+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:120
# 0x8d0958 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xcb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:310
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [2: 160] @ 0x6ec4f9 0x6f0d6a 0x6f0a10 0x6f3f23 0x8cce5e 0x45cd91
# 0x6ec4f8 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x278 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:195
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8cce5d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).udpListen+0x39d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:267
0: 0 [1: 32] @ 0x50389b 0x502bf5 0x50df84 0x5040c3 0x50e184 0x503e5c 0x50e104 0x503b61 0x50e084 0x500962 0x50064f 0x50001f 0xe737ff 0xe92d71 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x50389a encoding/json.encodeByteSlice+0x13a /goroot/src/encoding/json/encode.go:710
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x5040c2 encoding/json.(*ptrEncoder).encode+0xe2 /goroot/src/encoding/json/encode.go:778
# 0x50e183 encoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:783
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x500961 encoding/json.(*encodeState).reflectValue+0x81 /goroot/src/encoding/json/encode.go:323
# 0x50064e encoding/json.(*encodeState).marshal+0xae /goroot/src/encoding/json/encode.go:296
# 0x50001e encoding/json.Marshal+0x5e /goroot/src/encoding/json/encode.go:161
# 0xe737fe github.com/hashicorp/consul/agent.(*HTTPServer).marshalJSON+0x21e /gopath/src/github.com/hashicorp/consul/agent/http.go:284
# 0xe92d70 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x6b0 /gopath/src/github.com/hashicorp/consul/agent/http.go:262
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 96] @ 0xa014c2 0x47566f 0x4f4d8b 0x4f504e 0x8c2ba5 0x45cd91
# 0xa014c1 github.com/hashicorp/consul/logger.(*LogWriter).Write+0xf1 /gopath/src/github.com/hashicorp/consul/logger/log_writer.go:76
# 0x47566e io.(*multiWriter).Write+0x8e /goroot/src/io/multi.go:60
# 0x4f4d8a log.(*Logger).Output+0x20a /goroot/src/log/log.go:176
# 0x4f504d log.(*Logger).Printf+0x7d /goroot/src/log/log.go:183
# 0x8c2ba4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x104 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:208
0: 0 [2: 64] @ 0x5c4dd5 0x5d5024 0x8cc634 0x8c71f1 0x8c6f73 0x8c6b39 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x5c4dd4 net.(*Resolver).internetAddrList+0xc4 /goroot/src/net/ipsock.go:262
# 0x5d5023 net.ResolveUDPAddr+0xa3 /goroot/src/net/udpsock.go:79
# 0x8cc633 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).WriteTo+0x53 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:173
# 0x8c71f0 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x1f0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:661
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 32] @ 0x4ce112 0x4f5023 0xe7bfb7 0xe7aa9d 0x45cd91
# 0x4ce111 fmt.Sprintf+0x91 /goroot/src/fmt/print.go:197
# 0x4f5022 log.(*Logger).Printf+0x52 /goroot/src/log/log.go:183
# 0xe7bfb6 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x5f6 /gopath/src/github.com/hashicorp/consul/agent/local.go:625
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [5: 13440] @ 0x4ddff7 0x4dd881 0x4ddb3d 0x7c956d 0x7d1b51 0x7ca3e6 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f75 0x8c3604 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddb3c bytes.(*Buffer).Write+0xdc /goroot/src/bytes/buffer.go:163
# 0x7c956c github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writeb+0x6c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:157
# 0x7d1b50 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeStringBytes+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:233
# 0x7ca3e5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kSlice+0x115 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:391
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f74 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x514 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:812
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [2: 320] @ 0x6bc799 0xe8f748 0x45cd91
# 0x6bc798 net/http.(*Server).newConn+0x1e8 /goroot/src/net/http/server.go:605
# 0x6bc798 net/http.(*Server).Serve+0x1e8 /goroot/src/net/http/server.go:2718
# 0xe8f747 github.com/hashicorp/consul/agent.(*Agent).serveHTTP.func1+0x97 /gopath/src/github.com/hashicorp/consul/agent/agent.go:500
0: 0 [2: 96] @ 0x4eb06e 0x4eb44b 0x95c94e 0x95dd92 0x9c31ac 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x4eb06d strings.genSplit+0x6d /goroot/src/strings/strings.go:242
# 0x4eb44a strings.Split+0x5a /goroot/src/strings/strings.go:294
# 0x95c94d github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.NewVersion+0xad /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:41
# 0x95dd91 github.com/hashicorp/consul/agent/metadata.Build+0x91 /gopath/src/github.com/hashicorp/consul/agent/metadata/build.go:11
# 0x9c31ab github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x1cb /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:50
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [2: 96] @ 0x8ef263 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x8ef262 bytes.NewReader+0x162 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:4
# 0x8ef262 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x162 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1644
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [5: 80] @ 0x6ab043 0x6cdd31 0x45cd91
# 0x6ab042 net/http.(*Request).write+0x2f2 /goroot/src/net/http/request.go:539
# 0x6cdd30 net/http.(*persistConn).writeLoop+0x200 /goroot/src/net/http/transport.go:1762
0: 0 [3: 144] @ 0x40828e 0x53667c 0x537968 0xe74703 0xe6cfe6 0xe98d38 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x53667b net/url.ParseQuery+0x4b /goroot/src/net/url/url.go:814
# 0x537967 net/url.(*URL).Query+0x37 /goroot/src/net/url/url.go:975
# 0xe74702 net/url.url.Values.Get+0x32 /gopath/src/github.com/hashicorp/consul/agent/http.go:431
# 0xe74702 github.com/hashicorp/consul/agent.(*HTTPServer).parseToken+0x32 /gopath/src/github.com/hashicorp/consul/agent/http.go:431
# 0xe6cfe5 github.com/hashicorp/consul/agent.(*HTTPServer).EventList+0xf5 /gopath/src/github.com/hashicorp/consul/agent/event_endpoint.go:90
# 0xe98d37 github.com/hashicorp/consul/agent.(*HTTPServer).EventList-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:133
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 432] @ 0xa014c2 0x47566f 0x4f4d8b 0x4f504e 0xe926a5 0xe92e60 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xa014c1 github.com/hashicorp/consul/logger.(*LogWriter).Write+0xf1 /gopath/src/github.com/hashicorp/consul/logger/log_writer.go:76
# 0x47566e io.(*multiWriter).Write+0x8e /goroot/src/io/multi.go:60
# 0x4f4d8a log.(*Logger).Output+0x20a /goroot/src/log/log.go:176
# 0x4f504d log.(*Logger).Printf+0x7d /goroot/src/log/log.go:183
# 0xe926a4 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1.2+0x1b4 /gopath/src/github.com/hashicorp/consul/agent/http.go:251
# 0xe92e5f github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x79f /gopath/src/github.com/hashicorp/consul/agent/http.go:269
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [4: 128] @ 0x6ed8d7 0x6ebdfe 0x6efe47 0x6efae0 0x6f2c20 0x6f2b2d 0x45cd91
# 0x6ed8d6 bytes.(*Buffer).String+0x3f6 /goroot/src/bytes/buffer.go:61
# 0x6ed8d6 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x3f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:318
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2c1f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0xdf /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:177
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [4: 64] @ 0x5c40f0 0x5c5059 0x5d5024 0x8cc634 0x8c71f1 0x8c6f73 0x8c6b39 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x5c40ef net.filterAddrList+0x1ef /goroot/src/net/ipsock.go:127
# 0x5c5058 net.(*Resolver).internetAddrList+0x348 /goroot/src/net/ipsock.go:306
# 0x5d5023 net.ResolveUDPAddr+0xa3 /goroot/src/net/udpsock.go:79
# 0x8cc633 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).WriteTo+0x53 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:173
# 0x8c71f0 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x1f0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:661
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [3: 48] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c5433 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 48] @ 0x95d90f 0x95ce65 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x95d90e github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).String+0x6e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:307
# 0x95ce64 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x64 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:88
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [3: 288] @ 0x4ce112 0x4f5023 0xe7bbe1 0xe7aa9d 0x45cd91
# 0x4ce111 fmt.Sprintf+0x91 /goroot/src/fmt/print.go:197
# 0x4f5022 log.(*Logger).Printf+0x52 /goroot/src/log/log.go:183
# 0xe7bbe0 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x220 /gopath/src/github.com/hashicorp/consul/agent/local.go:593
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [2: 64] @ 0x639071 0x638e22 0x636449 0x6a8203 0xe73dfb 0xe73f81 0xe6f791 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x639070 net/textproto.canonicalMIMEHeaderKey+0x170 /goroot/src/net/textproto/reader.go:630
# 0x638e21 net/textproto.CanonicalMIMEHeaderKey+0xd1 /goroot/src/net/textproto/reader.go:574
# 0x636448 net/textproto.MIMEHeader.Set+0x38 /goroot/src/net/textproto/header.go:22
# 0x6a8202 net/http.Header.Set+0x52 /goroot/src/net/http/header.go:31
# 0xe73dfa github.com/hashicorp/consul/agent.setKnownLeader+0x8a /gopath/src/github.com/hashicorp/consul/agent/http.go:351
# 0xe73f80 github.com/hashicorp/consul/agent.setMeta+0x90 /gopath/src/github.com/hashicorp/consul/agent/http.go:367
# 0xe6f790 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x720 /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:196
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 32] @ 0x5bff6f 0x5c4f38 0x5d5024 0x8cc634 0x8c71f1 0x8c6f73 0x8c6b39 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x5bff6e net.IPv4+0x1be /goroot/src/net/ip.go:46
# 0x5bff6e net.parseIPv4+0x1be /goroot/src/net/ip.go:530
# 0x5c4f37 net.(*Resolver).internetAddrList+0x227 /goroot/src/net/ipsock.go:280
# 0x5d5023 net.ResolveUDPAddr+0xa3 /goroot/src/net/udpsock.go:79
# 0x8cc633 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).WriteTo+0x53 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:173
# 0x8c71f0 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x1f0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:661
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [4: 192] @ 0xe7644c 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xe7644b github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0xdb /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:68
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 512] @ 0x473549 0x473456 0x47314f 0x6b396d 0x6b4ba5 0x6b836e 0x45cd91
# 0x473548 sync.(*Pool).pinSlow+0xc8 /goroot/src/sync/pool.go:212
# 0x473455 sync.(*Pool).pin+0x55 /goroot/src/sync/pool.go:191
# 0x47314e sync.(*Pool).Get+0x2e /goroot/src/sync/pool.go:128
# 0x6b396c net/http.newBufioWriterSize+0x16c /goroot/src/net/http/server.go:809
# 0x6b4ba4 net/http.(*conn).readRequest+0x7b4 /goroot/src/net/http/server.go:1003
# 0x6b836d net/http.(*conn).serve+0x50d /goroot/src/net/http/server.go:1739
0: 0 [5: 80] @ 0x5cd445 0x5bea21 0x5bed40 0x5d4d8d 0x8c550a 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x5cd444 net.uitoa+0xd4 /goroot/src/net/parse.go:204
# 0x5bea20 net.IP.String+0x3f0 /goroot/src/net/ip.go:278
# 0x5bed3f net.ipEmptyString+0x5f /goroot/src/net/ip.go:340
# 0x5d4d8c net.(*UDPAddr).String+0x4c /goroot/src/net/udpsock.go:35
# 0x8c5509 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x289 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [3: 48] @ 0x536a8d 0x5366a3 0x537968 0xe74126 0xe74c37 0xe75f6b 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x536a8c net/url.parseQuery+0x3ac /goroot/src/net/url/url.go:848
# 0x5366a2 net/url.ParseQuery+0x72 /goroot/src/net/url/url.go:815
# 0x537967 net/url.(*URL).Query+0x37 /goroot/src/net/url/url.go:975
# 0xe74125 github.com/hashicorp/consul/agent.parseWait+0x35 /gopath/src/github.com/hashicorp/consul/agent/http.go:380
# 0xe74c36 github.com/hashicorp/consul/agent.(*HTTPServer).parse+0xd6 /gopath/src/github.com/hashicorp/consul/agent/http.go:481
# 0xe75f6a github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x7a /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:25
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 2304] @ 0x4ddff7 0x4dd881 0x4ddb3d 0x7c956d 0x7d1b51 0x7ca3e6 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f75 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddb3c bytes.(*Buffer).Write+0xdc /goroot/src/bytes/buffer.go:163
# 0x7c956c github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writeb+0x6c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:157
# 0x7d1b50 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeStringBytes+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:233
# 0x7ca3e5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kSlice+0x115 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:391
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f74 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x514 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:812
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 112] @ 0x7cbdd6 0x8d5ecd 0x8d6f4d 0x8c7da7 0x8c9025 0x8c3604 0x45cd91
# 0x7cbdd5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewEncoder+0x165 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:623
# 0x8d5ecc github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0x8c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:49
# 0x8d6f4c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x14c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:255
# 0x8c7da6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0x466 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:670
# 0x8c9024 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x5c4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:825
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 80] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7adc4 0xe7a5b3 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7adc3 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x273 /gopath/src/github.com/hashicorp/consul/agent/local.go:459
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8d5df5 0x8c5308 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8d5df4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decode+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:41
# 0x8c5307 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x87 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:422
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [3: 96] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x95c97c 0x95dd92 0x9c31ac 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x95c97b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.NewVersion+0xdb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:42
# 0x95dd91 github.com/hashicorp/consul/agent/metadata.Build+0x91 /gopath/src/github.com/hashicorp/consul/agent/metadata/build.go:11
# 0x9c31ab github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x1cb /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:50
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [5: 80] @ 0x7d320c 0x7c44ba 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7adc4 0xe7a5b3 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7adc3 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x273 /gopath/src/github.com/hashicorp/consul/agent/local.go:459
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 48] @ 0x9620e9 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x9620e8 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xe8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:28
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 32] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c5317 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5316 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x1f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:534
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [2: 32] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c5317 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5316 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x1f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:534
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 288] @ 0x4091e5 0x5a10d3 0x5a0f18 0x6b48d8 0x6b836e 0x45cd91
# 0x5a10d2 context.propagateCancel+0xe2 /goroot/src/context/context.go:255
# 0x5a0f17 context.WithCancel+0x127 /goroot/src/context/context.go:232
# 0x6b48d7 net/http.(*conn).readRequest+0x4e7 /goroot/src/net/http/server.go:971
# 0x6b836d net/http.(*conn).serve+0x50d /goroot/src/net/http/server.go:1739
0: 0 [1: 32] @ 0x95cf38 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x95cf37 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x137 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:96
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [2: 576] @ 0x4ddff7 0x4dd881 0x4de250 0x7c982c 0x7d1208 0x7cd4ac 0x7ca526 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4de24f bytes.(*Buffer).WriteByte+0x8f /goroot/src/bytes/buffer.go:270
# 0x7c982b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writen1+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:177
# 0x7d1207 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeNil+0x37 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:117
# 0x7cd4ab github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0xcb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:821
# 0x7ca525 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kSlice+0x255 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:409
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [4: 64] @ 0x4e971f 0x4e775b 0x6ed628 0x6ebdfe 0x6efe47 0x6efae0 0x6f2e89 0x6f2b2d 0x45cd91
# 0x4e971e strings.(*byteReplacer).WriteString+0x4e /goroot/src/strings/replace.go:438
# 0x4e775a strings.(*Replacer).WriteString+0x5a /goroot/src/strings/replace.go:75
# 0x6ed627 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x147 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:308
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2e88 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x348 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:185
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [2: 32] @ 0x4e971f 0x4e775b 0x6ed660 0x6ebdfe 0x6efe47 0x6efae0 0x6f2df6 0x6f2b2d 0x45cd91
# 0x4e971e strings.(*byteReplacer).WriteString+0x4e /goroot/src/strings/replace.go:438
# 0x4e775a strings.(*Replacer).WriteString+0x5a /goroot/src/strings/replace.go:75
# 0x6ed65f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x17f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:309
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2df5 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:184
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [1: 16] @ 0x4112ab 0x4bd736 0x7cb800 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c3604 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4bd735 reflect.Value.MapKeys+0x225 /goroot/src/reflect/value.go:1106
# 0x7cb7ff github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kMap+0x20f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:566
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [9: 432] @ 0x8e2345 0x8d0a1c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x8e2344 bytes.NewReader+0x74 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:4
# 0x8e2344 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).NotifyPingComplete+0x74 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:59
# 0x8d0a1b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xd7b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:308
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [2: 96] @ 0x603682 0x96ba45 0x96d761 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x603681 container/list.(*List).insertValue+0x41 /goroot/src/container/list/list.go:105
# 0x603681 container/list.(*List).PushFront+0x41 /goroot/src/container/list/list.go:133
# 0x96ba44 github.com/hashicorp/consul/agent/pool.(*Conn).returnClient+0xb4 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:93
# 0x96d760 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x2e0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:421
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [3: 96] @ 0x5c6032 0x5d75ee 0x5d7e85 0x5d5f68 0x8cc6a0 0x8c71f1 0x8c6f73 0x8c6b39 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x5c6031 net.ipToSockaddr+0xc1 /goroot/src/net/ipsock_posix.go:154
# 0x5d75ed net.(*UDPAddr).sockaddr+0x6d /goroot/src/net/udpsock_posix.go:38
# 0x5d7e84 net.(*UDPConn).writeTo+0x54 /goroot/src/net/udpsock_posix.go:76
# 0x5d5f67 net.(*UDPConn).WriteTo+0xa7 /goroot/src/net/udpsock.go:167
# 0x8cc69f github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).WriteTo+0xbf /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:182
# 0x8c71f0 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x1f0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:661
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [3: 48] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8d5df5 0x8c5308 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8d5df4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decode+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:41
# 0x8c5307 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x87 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:422
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 48] @ 0x9620e9 0x96d66f 0x9ad6af 0xe2fd98 0xe889db 0xe99998 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x9620e8 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xe8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:28
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe889da github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader+0x8a /gopath/src/github.com/hashicorp/consul/agent/status_endpoint.go:9
# 0xe99997 github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:155
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 112] @ 0x8c8df6 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x8c8df5 bytes.NewBuffer+0x395 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/keyring.go:4
# 0x8c8df5 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x395 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:796
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [3: 192] @ 0x48c5bc 0x965e43 0x96930e 0x968e55 0x56ec4e 0x962f31 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x48c5bb time.NewTimer+0x6b /goroot/src/time/sleep.go:87
# 0x965e42 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).waitForSendErr+0x62 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:326
# 0x96930d github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).write+0x41d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:191
# 0x968e54 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Write+0xe4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:147
# 0x56ec4d bufio.(*Writer).Flush+0x7d /goroot/src/bufio/bufio.go:567
# 0x962f30 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0xb0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:106
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 4096] @ 0x9626b6 0x962413 0x9630fc 0x96b7ca 0x96d271 0x96d548 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x9626b5 bufio.NewWriterSize+0x285 /goroot/src/bufio/bufio.go:541
# 0x9626b5 bufio.NewWriter+0x285 /goroot/src/bufio/bufio.go:548
# 0x9626b5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodecFromHandle+0x285 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:51
# 0x962412 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewCodec+0x52 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:33
# 0x9630fb github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.NewClientCodec+0x3b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/msgpackrpc.go:29
# 0x96b7c9 github.com/hashicorp/consul/agent/pool.(*Conn).getClient+0x1a9 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:77
# 0x96d270 github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0xc0 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:387
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [6: 480] @ 0x5d5a04 0x87f2d4 0x871d8c 0x86f616 0x870d19 0x86fa70 0xe5f9ca 0xe8f4cd 0x45cd91
# 0x5d5a03 net.(*UDPConn).ReadMsgUDP+0x143 /goroot/src/net/udpsock.go:141
# 0x87f2d3 github.com/hashicorp/consul/vendor/github.com/miekg/dns.ReadFromSessionUDP+0xb3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/udp.go:47
# 0x871d8b github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).readUDP+0xbb /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:647
# 0x86f615 github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*defaultReader).ReadUDP+0x45 /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:254
# 0x870d18 github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).serveUDP+0x148 /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:520
# 0x86fa6f github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).ListenAndServe+0x3ef /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:371
# 0xe5f9c9 github.com/hashicorp/consul/agent.(*DNSServer).ListenAndServe+0x269 /gopath/src/github.com/hashicorp/consul/agent/dns.go:95
# 0xe8f4cc github.com/hashicorp/consul/agent.(*Agent).listenAndServeDNS.func1+0x10c /gopath/src/github.com/hashicorp/consul/agent/agent.go:368
0: 0 [6: 288] @ 0x40828e 0x40b297 0x4c0e50 0x4c0dae 0x7c56c9 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x40b296 reflect.makemap+0x46 /goroot/src/runtime/hashmap.go:1213
# 0x4c0e4f reflect.MakeMapWithSize+0x6f /goroot/src/reflect/value.go:2091
# 0x4c0dad reflect.MakeMap+0x3d /goroot/src/reflect/value.go:2082
# 0x7c56c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x5a8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:508
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 192] @ 0x95cb74 0x95dd92 0x9c31ac 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x95cb73 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.NewVersion+0x2d3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:66
# 0x95dd91 github.com/hashicorp/consul/agent/metadata.Build+0x91 /gopath/src/github.com/hashicorp/consul/agent/metadata/build.go:11
# 0x9c31ab github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x1cb /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:50
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [3: 336] @ 0x7cbdd6 0x8e1d1d 0x8dccca 0x8c9102 0x8c3604 0x45cd91
# 0x7cbdd5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewEncoder+0x165 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:623
# 0x8e1d1c github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0x8c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:138
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 16] @ 0x4112ab 0x4bd736 0x7cb800 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4bd735 reflect.Value.MapKeys+0x225 /goroot/src/reflect/value.go:1106
# 0x7cb7ff github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kMap+0x20f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:566
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [2: 64] @ 0x8c9a99 0x8c84b7 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x8c9a98 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readStream+0x2e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:922
# 0x8c84b6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x2f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:743
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [4: 448] @ 0x4ce112 0x9fe82e 0x9feb9e 0xa00fe6 0x9e9bdb 0x47566f 0x4f4d8b 0x4f504e 0xe7da45 0xe7be8a 0xe7aa9d 0x45cd91
# 0x4ce111 fmt.Sprintf+0x91 /goroot/src/fmt/print.go:197
# 0x9fe82d github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*PrefixedUi).Info+0x12d /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/ui.go:167
# 0x9feb9d github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*UiWriter).Write+0xad /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/ui_writer.go:16
# 0xa00fe5 github.com/hashicorp/consul/logger.(*GatedWriter).Write+0x355 /gopath/src/github.com/hashicorp/consul/logger/gated_writer.go:37
# 0x9e9bda github.com/hashicorp/consul/vendor/github.com/hashicorp/logutils.(*LevelFilter).Write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/logutils/level.go:63
# 0x47566e io.(*multiWriter).Write+0x8e /goroot/src/io/multi.go:60
# 0x4f4d8a log.(*Logger).Output+0x20a /goroot/src/log/log.go:176
# 0x4f504d log.(*Logger).Printf+0x7d /goroot/src/log/log.go:183
# 0xe7da44 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x524 /gopath/src/github.com/hashicorp/consul/agent/local.go:771
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [2: 1792] @ 0x8e8132 0x9ad1ff 0xe31744 0xe319de 0x45cd91
# 0x8e8131 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).Members+0xd1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:737
# 0x9ad1fe github.com/hashicorp/consul/agent/consul.(*Client).LANMembers+0x2e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:201
# 0xe31743 github.com/hashicorp/consul/agent.(*Agent).LANMembers+0x33 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1228
# 0xe319dd github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x7d /gopath/src/github.com/hashicorp/consul/agent/agent.go:1269
0: 0 [3: 96] @ 0x6ed8d7 0x6ebdfe 0x6efe47 0x6efae0 0x6f3041 0x6f2b2d 0x45cd91
# 0x6ed8d6 bytes.(*Buffer).String+0x3f6 /goroot/src/bytes/buffer.go:61
# 0x6ed8d6 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x3f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:318
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f3040 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x500 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:188
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [4: 64] @ 0x4e971f 0x4e775b 0x6ed628 0x6ebdfe 0x6efe47 0x6efae0 0x6f2fb5 0x6f2b2d 0x45cd91
# 0x4e971e strings.(*byteReplacer).WriteString+0x4e /goroot/src/strings/replace.go:438
# 0x4e775a strings.(*Replacer).WriteString+0x5a /goroot/src/strings/replace.go:75
# 0x6ed627 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x147 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:308
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2fb4 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x474 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:187
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [2: 96] @ 0x4eb06e 0x4eb44b 0x95c94e 0x95dd92 0x95e8d5 0x9c32c6 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x4eb06d strings.genSplit+0x6d /goroot/src/strings/strings.go:242
# 0x4eb44a strings.Split+0x5a /goroot/src/strings/strings.go:294
# 0x95c94d github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.NewVersion+0xad /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:41
# 0x95dd91 github.com/hashicorp/consul/agent/metadata.Build+0x91 /gopath/src/github.com/hashicorp/consul/agent/metadata/build.go:11
# 0x95e8d4 github.com/hashicorp/consul/agent/metadata.IsConsulServer+0x7f4 /gopath/src/github.com/hashicorp/consul/agent/metadata/server.go:114
# 0x9c32c5 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x2e5 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:64
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 32] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7adc4 0xe7a5b3 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7adc3 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x273 /gopath/src/github.com/hashicorp/consul/agent/local.go:459
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [2: 1280] @ 0x4ddff7 0x4dd881 0x4ddc5d 0x7c96ce 0x7d1a17 0x7d1a94 0x7cb3c6 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f75 0x8c3604 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddc5c bytes.(*Buffer).WriteString+0xdc /goroot/src/bytes/buffer.go:175
# 0x7c96cd github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writestr+0x4d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:167
# 0x7d1a16 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeString+0x96 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:218
# 0x7d1a93 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeSymbol+0x43 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:223
# 0x7cb3c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x6e5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:498
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f74 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x514 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:812
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [4: 192] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x7c6db2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8c9ac8 0x8c84b7 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c6db1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x421 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:827
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8c9ac7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readStream+0x317 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:923
# 0x8c84b6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x2f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:743
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x40393e 0x965d5a 0x96581f 0x965c41 0x45cd91
# 0x965d59 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).waitForSend+0x39 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:318
# 0x96581e github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).Ping+0x17e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:277
# 0x965c40 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).keepalive+0x120 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:304
0: 0 [6: 192] @ 0x7c6ec2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8d5df5 0x8c5eb5 0x8c4916 0x8c41f8 0x8c400e 0x45cd91
# 0x7c6ec1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x531 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:826
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8d5df4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decode+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:41
# 0x8c5eb4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleAck+0x84 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:496
# 0x8c4915 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0x305 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:349
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [2: 32] @ 0x6c1871 0x6c0c92 0x6b0364 0x6cd827 0x6cd45a 0x45cd91
# 0x6c1870 net/http.(*transferReader).fixTransferEncoding+0x150 /goroot/src/net/http/transfer.go:559
# 0x6c0c91 net/http.readTransfer+0x171 /goroot/src/net/http/transfer.go:458
# 0x6b0363 net/http.ReadResponse+0x5e3 /goroot/src/net/http/response.go:190
# 0x6cd826 net/http.(*persistConn).readResponse+0x56 /goroot/src/net/http/transport.go:1704
# 0x6cd459 net/http.(*persistConn).readLoop+0x10f9 /goroot/src/net/http/transport.go:1554
0: 0 [8: 9216] @ 0x4ddff7 0x4dd881 0x4ddc5d 0x504f20 0x502b76 0x50df84 0x5040c3 0x50e184 0x503e5c 0x50e104 0x503b61 0x50e084 0x502bf5 0x50df84 0x503e5c 0x50e104 0x503b61 0x50e084 0x500962 0x50064f 0x50001f 0xe737ff 0xe92d71 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddc5c bytes.(*Buffer).WriteString+0xdc /goroot/src/bytes/buffer.go:175
# 0x504f1f encoding/json.(*encodeState).string+0x48f /goroot/src/encoding/json/encode.go:944
# 0x502b75 encoding/json.(*structEncoder).encode+0x1d5 /goroot/src/encoding/json/encode.go:634
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x5040c2 encoding/json.(*ptrEncoder).encode+0xe2 /goroot/src/encoding/json/encode.go:778
# 0x50e183 encoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:783
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x500961 encoding/json.(*encodeState).reflectValue+0x81 /goroot/src/encoding/json/encode.go:323
# 0x50064e encoding/json.(*encodeState).marshal+0xae /goroot/src/encoding/json/encode.go:296
# 0x50001e encoding/json.Marshal+0x5e /goroot/src/encoding/json/encode.go:161
# 0xe737fe github.com/hashicorp/consul/agent.(*HTTPServer).marshalJSON+0x21e /gopath/src/github.com/hashicorp/consul/agent/http.go:284
# 0xe92d70 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x6b0 /gopath/src/github.com/hashicorp/consul/agent/http.go:262
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 144] @ 0x52aaed 0x52a005 0xe92937 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x52aaec regexp.(*Regexp).replaceAll+0x84c /goroot/src/regexp/regexp.go:569
# 0x52a004 regexp.(*Regexp).ReplaceAllString+0x124 /goroot/src/regexp/regexp.go:484
# 0xe92936 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x276 /gopath/src/github.com/hashicorp/consul/agent/http.go:223
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 48] @ 0x6ab7d0 0x6cdd31 0x45cd91
# 0x6ab7cf net/http.(*Request).write+0xa7f /goroot/src/net/http/request.go:557
# 0x6cdd30 net/http.(*persistConn).writeLoop+0x200 /goroot/src/net/http/transport.go:1762
0: 0 [1: 48] @ 0x7c6c34 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c8694 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c6c33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x2a3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:753
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c8693 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x4d3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:763
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x536a8d 0x5366a3 0x537968 0xe763ea 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x536a8c net/url.parseQuery+0x3ac /goroot/src/net/url/url.go:848
# 0x5366a2 net/url.ParseQuery+0x72 /goroot/src/net/url/url.go:815
# 0x537967 net/url.(*URL).Query+0x37 /goroot/src/net/url/url.go:975
# 0xe763e9 github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x79 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:60
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x9ad577 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x9ad576 github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x66 /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c5433 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e1c45 0x8dcf17 0x8ca9c2 0x8c37b3 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e1c44 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [3: 240] @ 0x8e19ec 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x8e19eb github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x6b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:42
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [3: 48] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c5433 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [2: 64] @ 0x6ed6e1 0x6ebdfe 0x6efe47 0x6efae0 0x6f2df6 0x6f2b2d 0x45cd91
# 0x6ed6e0 bytes.(*Buffer).String+0x200 /goroot/src/bytes/buffer.go:61
# 0x6ed6e0 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x200 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:312
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2df5 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:184
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [1: 16] @ 0x4e73e2 0x6ed581 0x6ec711 0x6f163a 0x6f12e0 0x6f4133 0x8e2744 0x8d0a1c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x4e73e1 strings.NewReplacer+0x201 /goroot/src/strings/replace.go:54
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ec710 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:208
# 0x6f1639 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).AddSampleWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:102
# 0x6f12df github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).AddSample+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:82
# 0x6f4132 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.AddSample+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:112
# 0x8e2743 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).NotifyPingComplete+0x473 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:79
# 0x8d0a1b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xd7b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:308
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [4: 64] @ 0x4eb06e 0x4eb44b 0x6c183c 0x6c0c92 0x6b0364 0x6cd827 0x6cd45a 0x45cd91
# 0x4eb06d strings.genSplit+0x6d /goroot/src/strings/strings.go:242
# 0x4eb44a strings.Split+0x5a /goroot/src/strings/strings.go:294
# 0x6c183b net/http.(*transferReader).fixTransferEncoding+0x11b /goroot/src/net/http/transfer.go:558
# 0x6c0c91 net/http.readTransfer+0x171 /goroot/src/net/http/transfer.go:458
# 0x6b0363 net/http.ReadResponse+0x5e3 /goroot/src/net/http/response.go:190
# 0x6cd826 net/http.(*persistConn).readResponse+0x56 /goroot/src/net/http/transport.go:1704
# 0x6cd459 net/http.(*persistConn).readLoop+0x10f9 /goroot/src/net/http/transport.go:1554
0: 0 [3: 48] @ 0x40393e 0x6ce45d 0x6c4bb2 0x66f7f9 0x66f48d 0x670b2d 0xe4ec1e 0xe4e7d6 0x45cd91
# 0x6ce45c net/http.(*persistConn).roundTrip+0x2bc /goroot/src/net/http/transport.go:1953
# 0x6c4bb1 net/http.(*Transport).RoundTrip+0x991 /goroot/src/net/http/transport.go:413
# 0x66f7f8 net/http.send+0x1a8 /goroot/src/net/http/client.go:249
# 0x66f48c net/http.(*Client).send+0xfc /goroot/src/net/http/client.go:173
# 0x670b2c net/http.(*Client).Do+0x28c /goroot/src/net/http/client.go:602
# 0xe4ec1d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x33d /gopath/src/github.com/hashicorp/consul/agent/check.go:400
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [1: 64] @ 0x48c5bc 0x48c83b 0x965b68 0x45cd91
# 0x48c5bb time.NewTimer+0x6b /goroot/src/time/sleep.go:87
# 0x48c83a time.After+0x2a /goroot/src/time/sleep.go:151
# 0x965b67 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).keepalive+0x47 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:303
0: 0 [5: 1200] @ 0x4113c5 0x4c0c47 0x7c4bef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4113c4 reflect.unsafe_NewArray+0x34 /goroot/src/runtime/malloc.go:858
# 0x4c0c46 reflect.MakeSlice+0xc6 /goroot/src/reflect/value.go:2061
# 0x7c4bee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x4ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:457
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 32] @ 0x6709bf 0xe4ec1e 0xe4e7d6 0x45cd91
# 0x6709be net/http.(*Client).Do+0x11e /goroot/src/net/http/client.go:501
# 0xe4ec1d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x33d /gopath/src/github.com/hashicorp/consul/agent/check.go:400
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [3: 96] @ 0x7d320c 0x7c836b 0x7c4cc7 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c836a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decSliceStr+0x18a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:953
# 0x7c4cc6 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x586 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:447
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [4: 12288] @ 0x4ddff7 0x4dd881 0x4ddb3d 0x7c956d 0x7d1b51 0x7ca3e6 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f75 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddb3c bytes.(*Buffer).Write+0xdc /goroot/src/bytes/buffer.go:163
# 0x7c956c github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writeb+0x6c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:157
# 0x7d1b50 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeStringBytes+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:233
# 0x7ca3e5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kSlice+0x115 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:391
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f74 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x514 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:812
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 48] @ 0x7cd5d3 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8d5eef 0x8d6f4d 0x8c7da7 0x8c9025 0x8c3604 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8d6f4c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x14c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:255
# 0x8c7da6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgStream+0x466 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:670
# 0x8c9024 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x5c4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:825
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [2: 32] @ 0x4e971f 0x4e775b 0x6ed628 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4e971e strings.(*byteReplacer).WriteString+0x4e /goroot/src/strings/replace.go:438
# 0x4e775a strings.(*Replacer).WriteString+0x5a /goroot/src/strings/replace.go:75
# 0x6ed627 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x147 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:308
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 32] @ 0x7d3c51 0x7cbdb2 0x8e1d1d 0x8dccca 0x8c9102 0x8c3604 0x45cd91
# 0x7d3c50 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*MsgpackHandle).newEncDriver+0x30 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:691
# 0x7cbdb1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewEncoder+0x141 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:623
# 0x8e1d1c github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0x8c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:138
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 32] @ 0x95cf0a 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x95cf09 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:96
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [5: 160] @ 0x6ed8d7 0x6ebdfe 0x6efe47 0x6efae0 0x6f2cd0 0x6f2b2d 0x45cd91
# 0x6ed8d6 bytes.(*Buffer).String+0x3f6 /goroot/src/bytes/buffer.go:61
# 0x6ed8d6 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x3f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:318
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2ccf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x18f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:182
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [1: 112] @ 0x6ed532 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x8c2c51 0x45cd91
# 0x6ed531 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:301
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8c2c50 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x1b0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:211
0: 0 [1: 48] @ 0x40828e 0x6ecdc9 0x6ed238 0x6ec34a 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6ecdc8 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.NewIntervalMetrics+0x158 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:63
# 0x6ecdc8 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).createInterval+0x158 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:262
# 0x6ed237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).getInterval+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:280
# 0x6ec349 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0xc9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:186
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 336] @ 0x6ed532 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6ed531 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:301
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 64] @ 0x48c5bc 0x48c83b 0xe3253d 0x45cd91
# 0x48c5bb time.NewTimer+0x6b /goroot/src/time/sleep.go:87
# 0x48c83a time.After+0x2a /goroot/src/time/sleep.go:151
# 0xe3253c github.com/hashicorp/consul/agent.(*Agent).reapServices+0x5c /gopath/src/github.com/hashicorp/consul/agent/agent.go:1352
0: 0 [4: 128] @ 0x7c6ec2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e242a 0x8d0a1c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7c6ec1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x531 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:826
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e2429 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).NotifyPingComplete+0x159 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:62
# 0x8d0a1b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xd7b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:308
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [6: 192] @ 0x6cc800 0x45cd91
# 0x6cc7ff net/http.(*persistConn).readLoop+0x49f /goroot/src/net/http/transport.go:1622
0: 0 [3: 48] @ 0x481744 0x47e0f2 0x5b6925 0x5cfd69 0x5cf8d5 0x5c5f29 0x5d4259 0x5d4164 0x5aaf52 0x5aa3e7 0x5a94be 0x6dada3 0x6c7f83 0x6caac2 0x6d4c48 0x45cd91
# 0x481743 syscall.errnoErr+0xa3 /goroot/src/syscall/syscall_unix.go:142
# 0x481743 syscall.connect+0xa3 /goroot/src/syscall/zsyscall_linux_amd64.go:1576
# 0x47e0f1 syscall.Connect+0x61 /goroot/src/syscall/syscall_unix.go:230
# 0x5b6924 net.(*netFD).connect+0x94 /goroot/src/net/fd_unix.go:70
# 0x5cfd68 net.(*netFD).dial+0xe8 /goroot/src/net/sock_posix.go:142
# 0x5cf8d4 net.socket+0x1a4 /goroot/src/net/sock_posix.go:93
# 0x5c5f28 net.internetSocket+0x128 /goroot/src/net/ipsock_posix.go:141
# 0x5d4258 net.doDialTCP+0xb8 /goroot/src/net/tcpsock_posix.go:62
# 0x5d4163 net.dialTCP+0xe3 /goroot/src/net/tcpsock_posix.go:58
# 0x5aaf51 net.dialSingle+0x3e1 /goroot/src/net/dial.go:547
# 0x5aa3e6 net.dialSerial+0x246 /goroot/src/net/dial.go:515
# 0x5a94bd net.(*Dialer).DialContext+0x6ed /goroot/src/net/dial.go:397
# 0x6dada2 net.(*Dialer).DialContext-fm+0x72 /goroot/src/net/http/transport.go:46
# 0x6c7f82 net/http.(*Transport).dial+0x222 /goroot/src/net/http/transport.go:884
# 0x6caac1 net/http.(*Transport).dialConn+0x1d61 /goroot/src/net/http/transport.go:1060
# 0x6d4c47 net/http.(*Transport).getConn.func4+0x77 /goroot/src/net/http/transport.go:943
0: 0 [1: 48] @ 0x40828e 0x8ef166 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x8ef165 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x65 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1635
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 64] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 96] @ 0x7cb46d 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c3604 0x45cd91
# 0x7cb46c github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x78c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:468
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 256] @ 0x7c6ec2 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c3437 0x45cd91
# 0x7c6ec1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x531 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:826
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [1: 32] @ 0x44755f 0x44708a 0x4472f7 0x5c4cdf 0x6cf3cc 0x6c5ea8 0x6c47fd 0x66f7f9 0x66f48d 0x670b2d 0xe4ec1e 0xe4e7d6 0x45cd91
# 0x5c4cde net.JoinHostPort+0x11e /goroot/src/net/ipsock.go:232
# 0x6cf3cb net/http.canonicalAddr+0xbb /goroot/src/net/http/transport.go:2088
# 0x6c5ea7 net/http.(*Transport).connectMethodForRequest+0xe7 /goroot/src/net/http/transport.go:614
# 0x6c47fc net/http.(*Transport).RoundTrip+0x5dc /goroot/src/net/http/transport.go:390
# 0x66f7f8 net/http.send+0x1a8 /goroot/src/net/http/client.go:249
# 0x66f48c net/http.(*Client).send+0xfc /goroot/src/net/http/client.go:173
# 0x670b2c net/http.(*Client).Do+0x28c /goroot/src/net/http/client.go:602
# 0xe4ec1d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x33d /gopath/src/github.com/hashicorp/consul/agent/check.go:400
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [7: 8960] @ 0x8c8b2c 0x8c3604 0x45cd91
# 0x8c8b2b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0xcb /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:774
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [7: 560] @ 0x6ec8f9 0x6f1f6f 0x6f1bcf 0x6f4238 0xe91c2d 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6ec8f8 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0x278 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:218
# 0x6f1f6e github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSinceWithLabels+0x37e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:129
# 0x6f1bce github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSince+0x8e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:106
# 0x6f4237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.MeasureSince+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:120
# 0xe91c2c github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x1dc /gopath/src/github.com/hashicorp/consul/agent/http.go:69
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c5317 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5316 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x1f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:534
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 128] @ 0x5b8384 0x5d464e 0x5d2a29 0xe2bb5f 0xe9743c 0x6bc762 0xe8f748 0x45cd91
# 0x5b8383 net.newFD+0x1d3 /goroot/src/net/fd_unix.go:40
# 0x5b8383 net.(*netFD).accept+0x1d3 /goroot/src/net/fd_unix.go:246
# 0x5d464d net.(*TCPListener).accept+0x2d /goroot/src/net/tcpsock_posix.go:136
# 0x5d2a28 net.(*TCPListener).AcceptTCP+0x48 /goroot/src/net/tcpsock.go:234
# 0xe2bb5e github.com/hashicorp/consul/agent.tcpKeepAliveListener.Accept+0x2e /gopath/src/github.com/hashicorp/consul/agent/agent.go:453
# 0xe9743b github.com/hashicorp/consul/agent.(*tcpKeepAliveListener).Accept+0x3b <autogenerated>:1
# 0x6bc761 net/http.(*Server).Serve+0x1b1 /goroot/src/net/http/server.go:2695
# 0xe8f747 github.com/hashicorp/consul/agent.(*Agent).serveHTTP.func1+0x97 /gopath/src/github.com/hashicorp/consul/agent/agent.go:500
0: 0 [1: 288] @ 0x4bd605 0x7cb800 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c3604 0x45cd91
# 0x4bd604 reflect.Value.MapKeys+0xf4 /goroot/src/reflect/value.go:1093
# 0x7cb7ff github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kMap+0x20f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:566
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [5: 240] @ 0x7cd5d3 0x7cc25a 0x7cc10b 0x8d5eef 0x8c6ac2 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [3: 48] @ 0x4e971f 0x4e775b 0x6ed972 0x6ebdfe 0x6efe47 0x6efae0 0x6f2c20 0x6f2b2d 0x45cd91
# 0x4e971e strings.(*byteReplacer).WriteString+0x4e /goroot/src/strings/replace.go:438
# 0x4e775a strings.(*Replacer).WriteString+0x5a /goroot/src/strings/replace.go:75
# 0x6ed971 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x491 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:305
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2c1f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0xdf /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:177
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7adc4 0xe7a5b3 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7adc3 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x273 /gopath/src/github.com/hashicorp/consul/agent/local.go:459
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [9: 2592] @ 0x7cad48 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x962f0b 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x7cad47 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x67 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:460
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962f0a github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:102
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c836b 0x7c4cc7 0x7c6c07 0x7c4579 0x7c6c07 0x7c5317 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c836a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decSliceStr+0x18a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:953
# 0x7c4cc6 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x586 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:447
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5316 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x1f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:534
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [2: 64] @ 0x4d6dd5 0x4ce0e6 0x4f5023 0xe926a5 0xe92e60 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4d6dd4 fmt.(*buffer).WriteString+0x1384 /goroot/src/fmt/print.go:82
# 0x4d6dd4 fmt.(*pp).doPrintf+0x1384 /goroot/src/fmt/print.go:957
# 0x4ce0e5 fmt.Sprintf+0x65 /goroot/src/fmt/print.go:196
# 0x4f5022 log.(*Logger).Printf+0x52 /goroot/src/log/log.go:183
# 0xe926a4 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1.2+0x1b4 /gopath/src/github.com/hashicorp/consul/agent/http.go:251
# 0xe92e5f github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x79f /gopath/src/github.com/hashicorp/consul/agent/http.go:269
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 48] @ 0x7cd5d3 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x962f0b 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962f0a github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:102
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [3: 96] @ 0x44755f 0x44708a 0x4472f7 0x5c4cdf 0x5d4eaa 0x8c550a 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x5c4cde net.JoinHostPort+0x11e /goroot/src/net/ipsock.go:232
# 0x5d4ea9 net.(*UDPAddr).String+0x169 /goroot/src/net/udpsock.go:39
# 0x8c5509 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x289 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [5: 160] @ 0x7cbcfa 0x8d5ecd 0x8c6ac2 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7cbcf9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewEncoder+0x89 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:622
# 0x8d5ecc github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0x8c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:49
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [2: 32] @ 0x7cd751 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8d5eef 0x8c6ac2 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7cd750 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x370 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:895
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [7: 1120] @ 0x638bc7 0x6b0219 0x6cd827 0x6cd45a 0x45cd91
# 0x638bc6 net/textproto.(*Reader).ReadMIMEHeader+0x646 /goroot/src/net/textproto/reader.go:475
# 0x6b0218 net/http.ReadResponse+0x498 /goroot/src/net/http/response.go:179
# 0x6cd826 net/http.(*persistConn).readResponse+0x56 /goroot/src/net/http/transport.go:1704
# 0x6cd459 net/http.(*persistConn).readLoop+0x10f9 /goroot/src/net/http/transport.go:1554
0: 0 [2: 32] @ 0xe4f326 0xe4e7d6 0x45cd91
# 0xe4f325 github.com/hashicorp/consul/agent.(*CheckHTTP).check+0xa45 /gopath/src/github.com/hashicorp/consul/agent/check.go:419
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [5: 160] @ 0x8d6ee3 0x8c77ea 0x8c6f73 0x8c6b39 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x8d6ee2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0xe2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:254
# 0x8c77e9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x7e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:611
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 352] @ 0x407f6f 0x40d0a2 0x638a5b 0x6b0219 0x6cd827 0x6cd45a 0x45cd91
# 0x638a5a net/textproto.(*Reader).ReadMIMEHeader+0x4da /goroot/src/net/textproto/reader.go:520
# 0x6b0218 net/http.ReadResponse+0x498 /goroot/src/net/http/response.go:179
# 0x6cd826 net/http.(*persistConn).readResponse+0x56 /goroot/src/net/http/transport.go:1704
# 0x6cd459 net/http.(*persistConn).readLoop+0x10f9 /goroot/src/net/http/transport.go:1554
0: 0 [3: 288] @ 0x63668c 0x6ad489 0x6b456c 0x6b836e 0x45cd91
# 0x63668b net/textproto.(*Reader).ReadLine+0x4b /goroot/src/net/textproto/reader.go:37
# 0x6ad488 net/http.readRequest+0x98 /goroot/src/net/http/request.go:925
# 0x6b456b net/http.(*conn).readRequest+0x17b /goroot/src/net/http/server.go:933
# 0x6b836d net/http.(*conn).serve+0x50d /goroot/src/net/http/server.go:1739
0: 0 [3: 48] @ 0x5cd445 0x5bea21 0x5bedcc 0x5e3822 0x501795 0x502bf5 0x50df84 0x502bf5 0x50df84 0x500962 0x50064f 0x50001f 0xe737ff 0xe92d71 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x5cd444 net.uitoa+0xd4 /goroot/src/net/parse.go:204
# 0x5bea20 net.IP.String+0x3f0 /goroot/src/net/ip.go:278
# 0x5bedcb net.IP.MarshalText+0x5b /goroot/src/net/ip.go:353
# 0x5e3821 net.(*IP).MarshalText+0x51 <autogenerated>:1
# 0x501794 encoding/json.textMarshalerEncoder+0x94 /goroot/src/encoding/json/encode.go:476
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x500961 encoding/json.(*encodeState).reflectValue+0x81 /goroot/src/encoding/json/encode.go:323
# 0x50064e encoding/json.(*encodeState).marshal+0xae /goroot/src/encoding/json/encode.go:296
# 0x50001e encoding/json.Marshal+0x5e /goroot/src/encoding/json/encode.go:161
# 0xe737fe github.com/hashicorp/consul/agent.(*HTTPServer).marshalJSON+0x21e /gopath/src/github.com/hashicorp/consul/agent/http.go:284
# 0xe92d70 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x6b0 /gopath/src/github.com/hashicorp/consul/agent/http.go:262
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7c6ec2 0x7c5eb8 0x7c5cdb 0x8d5df5 0x8c5eb5 0x8c4916 0x8c41f8 0x8c400e 0x45cd91
# 0x7c6ec1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x531 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:826
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8d5df4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decode+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:41
# 0x8c5eb4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleAck+0x84 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:496
# 0x8c4915 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0x305 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:349
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [4: 64] @ 0x4112ab 0x4b9597 0x4bce39 0x4ad09b 0x4ad7ce 0x4ae306 0x95cf50 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x4112aa reflect.unsafe_New+0x2a /goroot/src/runtime/malloc.go:845
# 0x4b9596 reflect.packEface+0x86 /goroot/src/reflect/value.go:111
# 0x4bce38 reflect.valueInterface+0xe8 /goroot/src/reflect/value.go:955
# 0x4ad09a reflect.deepValueEqual+0x31a /goroot/src/reflect/deepequal.go:132
# 0x4ad7cd reflect.deepValueEqual+0xa4d /goroot/src/reflect/deepequal.go:84
# 0x4ae305 reflect.DeepEqual+0x285 /goroot/src/reflect/deepequal.go:196
# 0x95cf4f github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x14f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:96
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 80] @ 0x8c99df 0x8c2cd3 0x45cd91
# 0x8c99de github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readStream+0x22e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:917
# 0x8c2cd2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x232 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:214
0: 0 [1: 16] @ 0x4d6dd5 0x4ce0e6 0xe4f0b7 0xe4e7d6 0x45cd91
# 0x4d6dd4 fmt.(*buffer).WriteString+0x1384 /goroot/src/fmt/print.go:82
# 0x4d6dd4 fmt.(*pp).doPrintf+0x1384 /goroot/src/fmt/print.go:957
# 0x4ce0e5 fmt.Sprintf+0x65 /goroot/src/fmt/print.go:196
# 0xe4f0b6 github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x7d6 /gopath/src/github.com/hashicorp/consul/agent/check.go:415
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [5: 160] @ 0x6ed6e1 0x6ebdfe 0x6efe47 0x6efae0 0x6f2fb5 0x6f2b2d 0x45cd91
# 0x6ed6e0 bytes.(*Buffer).String+0x200 /goroot/src/bytes/buffer.go:61
# 0x6ed6e0 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x200 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:312
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2fb4 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x474 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:187
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [1: 96] @ 0x7cb46d 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7cb46c github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x78c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:468
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 256] @ 0x4e7348 0x6ed581 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe31e9b 0x45cd91
# 0x4e7347 strings.NewReplacer+0x167 /goroot/src/strings/replace.go:43
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe31e9a github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x53a /gopath/src/github.com/hashicorp/consul/agent/agent.go:1300
0: 0 [2: 128] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 32] @ 0x6ab00c 0x6cdd31 0x45cd91
# 0x6ab00b net/http.(*Request).write+0x2bb /goroot/src/net/http/request.go:539
# 0x6cdd30 net/http.(*persistConn).writeLoop+0x200 /goroot/src/net/http/transport.go:1762
0: 0 [5: 80] @ 0xe4f02e 0xe4e7d6 0x45cd91
# 0xe4f02d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x74d /gopath/src/github.com/hashicorp/consul/agent/check.go:415
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [8: 43008] @ 0x4ddff7 0x4dd881 0x4ddb3d 0x8c9079 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddb3c bytes.(*Buffer).Write+0xdc /goroot/src/bytes/buffer.go:163
# 0x8c9078 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x618 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:819
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 96] @ 0x40391c 0x48c58a 0x48c83b 0x965b68 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x48c83a time.After+0x2a /goroot/src/time/sleep.go:151
# 0x965b67 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).keepalive+0x47 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:303
0: 0 [2: 224] @ 0x6ed532 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x6ed531 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:301
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 896] @ 0x40a275 0x4082b6 0xe7b32d 0xe7a5b3 0x45cd91
# 0xe7b32c github.com/hashicorp/consul/agent.(*localState).setSyncState+0x7dc /gopath/src/github.com/hashicorp/consul/agent/local.go:513
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [2: 32] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [7: 336] @ 0x5d3c11 0x5cfe50 0x5cf8d5 0x5c5f29 0x5d4259 0x5d4164 0x5aaf52 0x5aa3e7 0x5a94be 0x6dada3 0x6c7f83 0x6caac2 0x6d4c48 0x45cd91
# 0x5d3c10 net.sockaddrToTCP+0x1b0 /goroot/src/net/tcpsock_posix.go:19
# 0x5cfe4f net.(*netFD).dial+0x1cf /goroot/src/net/sock_posix.go:159
# 0x5cf8d4 net.socket+0x1a4 /goroot/src/net/sock_posix.go:93
# 0x5c5f28 net.internetSocket+0x128 /goroot/src/net/ipsock_posix.go:141
# 0x5d4258 net.doDialTCP+0xb8 /goroot/src/net/tcpsock_posix.go:62
# 0x5d4163 net.dialTCP+0xe3 /goroot/src/net/tcpsock_posix.go:58
# 0x5aaf51 net.dialSingle+0x3e1 /goroot/src/net/dial.go:547
# 0x5aa3e6 net.dialSerial+0x246 /goroot/src/net/dial.go:515
# 0x5a94bd net.(*Dialer).DialContext+0x6ed /goroot/src/net/dial.go:397
# 0x6dada2 net.(*Dialer).DialContext-fm+0x72 /goroot/src/net/http/transport.go:46
# 0x6c7f82 net/http.(*Transport).dial+0x222 /goroot/src/net/http/transport.go:884
# 0x6caac1 net/http.(*Transport).dialConn+0x1d61 /goroot/src/net/http/transport.go:1060
# 0x6d4c47 net/http.(*Transport).getConn.func4+0x77 /goroot/src/net/http/transport.go:943
0: 0 [2: 576] @ 0x4ddff7 0x4dd881 0x4ddc5d 0x504f20 0x502b76 0x50df84 0x5040c3 0x50e184 0x503e5c 0x50e104 0x503b61 0x50e084 0x500962 0x50064f 0x50001f 0xe737ff 0xe92d71 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddc5c bytes.(*Buffer).WriteString+0xdc /goroot/src/bytes/buffer.go:175
# 0x504f1f encoding/json.(*encodeState).string+0x48f /goroot/src/encoding/json/encode.go:944
# 0x502b75 encoding/json.(*structEncoder).encode+0x1d5 /goroot/src/encoding/json/encode.go:634
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x5040c2 encoding/json.(*ptrEncoder).encode+0xe2 /goroot/src/encoding/json/encode.go:778
# 0x50e183 encoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:783
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x500961 encoding/json.(*encodeState).reflectValue+0x81 /goroot/src/encoding/json/encode.go:323
# 0x50064e encoding/json.(*encodeState).marshal+0xae /goroot/src/encoding/json/encode.go:296
# 0x50001e encoding/json.Marshal+0x5e /goroot/src/encoding/json/encode.go:161
# 0xe737fe github.com/hashicorp/consul/agent.(*HTTPServer).marshalJSON+0x21e /gopath/src/github.com/hashicorp/consul/agent/http.go:284
# 0xe92d70 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x6b0 /gopath/src/github.com/hashicorp/consul/agent/http.go:262
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [3: 48] @ 0x4e73e2 0x6ed581 0x6ebdfe 0x6efe47 0x6efae0 0x6f2f1f 0x6f2b2d 0x45cd91
# 0x4e73e1 strings.NewReplacer+0x201 /goroot/src/strings/replace.go:54
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2f1e github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x3de /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:186
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [1: 512] @ 0x7cd861 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x962f0b 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x7cd860 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x480 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:894
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962f0a github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:102
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 32] @ 0x8f8303 0xe7b7d5 0xe7a5b3 0x45cd91
# 0x8f8302 github.com/hashicorp/consul/agent/structs.(*HealthCheck).IsSame+0x2b2 /gopath/src/github.com/hashicorp/consul/agent/structs/structs.go:501
# 0xe7b7d4 github.com/hashicorp/consul/agent.(*localState).setSyncState+0xc84 /gopath/src/github.com/hashicorp/consul/agent/local.go:563
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [9: 576] @ 0x7395c0 0x739121 0x73874d 0x73894f 0x8e253d 0x8d0a1c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7395bf github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate.mul+0x3f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/coordinate.go:163
# 0x739120 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate.(*Coordinate).ApplyForce+0x190 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/coordinate.go:111
# 0x73874c github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate.(*Client).updateGravity+0xec /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/client.go:194
# 0x73894e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate.(*Client).Update+0x1be /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/coordinate/client.go:211
# 0x8e253c github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).NotifyPingComplete+0x26c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:69
# 0x8d0a1b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xd7b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:308
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [2: 128] @ 0x53601b 0xe927d4 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x53601a bytes.(*Buffer).String+0x1ca /goroot/src/bytes/buffer.go:61
# 0x53601a net/url.(*URL).String+0x1ca /goroot/src/net/url/url.go:763
# 0xe927d3 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x113 /gopath/src/github.com/hashicorp/consul/agent/http.go:213
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 16] @ 0x7cd751 0x7cc25a 0x7cc10b 0x8c8f01 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7cd750 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x370 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:895
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f00 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x4a0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:808
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 80] @ 0x6ec8f9 0x6f163a 0x6f12e0 0x6f4133 0x8ee330 0x45cd91
# 0x6ec8f8 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0x278 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:218
# 0x6f1639 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).AddSampleWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:102
# 0x6f12df github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).AddSample+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:82
# 0x6f4132 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.AddSample+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:112
# 0x8ee32f github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth+0x1cf /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1526
0: 0 [3: 48] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c5317 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5316 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x1f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:534
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [6: 288] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [4: 128] @ 0x6ed6e1 0x6ebdfe 0x6efe47 0x6efae0 0x6f2e89 0x6f2b2d 0x45cd91
# 0x6ed6e0 bytes.(*Buffer).String+0x200 /goroot/src/bytes/buffer.go:61
# 0x6ed6e0 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x200 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:312
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2e88 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x348 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:185
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [2: 64] @ 0x4c0bfc 0x7c4bef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4c0bfb reflect.MakeSlice+0x7b /goroot/src/reflect/value.go:2061
# 0x7c4bee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x4ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:457
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [4: 128] @ 0x7cd751 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e21f1 0x8c5676 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7cd750 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x370 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:895
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e21f0 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).AckPayload+0xf0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:38
# 0x8c5675 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x3f5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:434
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 16] @ 0x4e73e2 0x6ed581 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe31e9b 0x45cd91
# 0x4e73e1 strings.NewReplacer+0x201 /goroot/src/strings/replace.go:54
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe31e9a github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x53a /gopath/src/github.com/hashicorp/consul/agent/agent.go:1300
0: 0 [2: 128] @ 0x48c5bc 0x9662f3 0x96a83d 0x45cd91
# 0x48c5bb time.NewTimer+0x6b /goroot/src/time/sleep.go:87
# 0x9662f2 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).sendNoWait+0x62 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:352
# 0x96a83c github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).handlePing.func1+0xbc /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:515
0: 0 [4: 128] @ 0x47c643 0x47e1f0 0x5b6cf5 0x5cfd69 0x5cf8d5 0x5c5f29 0x5d4259 0x5d4164 0x5aaf52 0x5aa3e7 0x5a94be 0x6dada3 0x6c7f83 0x6caac2 0x6d4c48 0x45cd91
# 0x47c642 syscall.anyToSockaddr+0x52 /goroot/src/syscall/syscall_linux.go:412
# 0x47e1ef syscall.Getpeername+0xcf /goroot/src/syscall/syscall_unix.go:239
# 0x5b6cf4 net.(*netFD).connect+0x464 /goroot/src/net/fd_unix.go:172
# 0x5cfd68 net.(*netFD).dial+0xe8 /goroot/src/net/sock_posix.go:142
# 0x5cf8d4 net.socket+0x1a4 /goroot/src/net/sock_posix.go:93
# 0x5c5f28 net.internetSocket+0x128 /goroot/src/net/ipsock_posix.go:141
# 0x5d4258 net.doDialTCP+0xb8 /goroot/src/net/tcpsock_posix.go:62
# 0x5d4163 net.dialTCP+0xe3 /goroot/src/net/tcpsock_posix.go:58
# 0x5aaf51 net.dialSingle+0x3e1 /goroot/src/net/dial.go:547
# 0x5aa3e6 net.dialSerial+0x246 /goroot/src/net/dial.go:515
# 0x5a94bd net.(*Dialer).DialContext+0x6ed /goroot/src/net/dial.go:397
# 0x6dada2 net.(*Dialer).DialContext-fm+0x72 /goroot/src/net/http/transport.go:46
# 0x6c7f82 net/http.(*Transport).dial+0x222 /goroot/src/net/http/transport.go:884
# 0x6caac1 net/http.(*Transport).dialConn+0x1d61 /goroot/src/net/http/transport.go:1060
# 0x6d4c47 net/http.(*Transport).getConn.func4+0x77 /goroot/src/net/http/transport.go:943
0: 0 [9: 720] @ 0x8e19ec 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x8e19eb github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x6b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:42
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [7: 224] @ 0x7d3c51 0x7cbdb2 0x8d5ecd 0x8d6f4d 0x8c77ea 0x8c6f73 0x8c6b39 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7d3c50 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*MsgpackHandle).newEncDriver+0x30 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:691
# 0x7cbdb1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.NewEncoder+0x141 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:623
# 0x8d5ecc github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0x8c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:49
# 0x8d6f4c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x14c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:255
# 0x8c77e9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x7e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:611
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [5: 160] @ 0x6f2d73 0x6f2b2d 0x45cd91
# 0x6f2d72 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x232 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:184
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [5: 240] @ 0x7cd5d3 0x7cc25a 0x7cc10b 0x8d5eef 0x8d6f4d 0x8c77ea 0x8c6f73 0x8c6b39 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8d6f4c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x14c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:255
# 0x8c77e9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x7e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:611
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [1: 696320] @ 0x40a275 0x40a433 0x40caa2 0xe7dfe0 0xe6d948 0xe98d38 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0xe7dfdf github.com/hashicorp/consul/agent.(*NotifyGroup).Wait+0x8f /gopath/src/github.com/hashicorp/consul/agent/notify.go:37
# 0xe6d947 github.com/hashicorp/consul/agent.(*HTTPServer).EventList+0xa57 /gopath/src/github.com/hashicorp/consul/agent/event_endpoint.go:132
# 0xe98d37 github.com/hashicorp/consul/agent.(*HTTPServer).EventList-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:133
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 256] @ 0x7cd861 0x7cc25a 0x7cc10b 0x962f0b 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7cd860 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x480 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:894
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962f0a github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:102
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [4: 1152] @ 0x4ddff7 0x4dd881 0x4de250 0x504ad1 0x5033c7 0x50e004 0x502bf5 0x50df84 0x5040c3 0x50e184 0x502bf5 0x50df84 0x503e5c 0x50e104 0x503b61 0x50e084 0x500962 0x50064f 0x50001f 0xe737ff 0xe92d71 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4de24f bytes.(*Buffer).WriteByte+0x8f /goroot/src/bytes/buffer.go:270
# 0x504ad0 encoding/json.(*encodeState).string+0x40 /goroot/src/encoding/json/encode.go:876
# 0x5033c6 encoding/json.(*mapEncoder).encode+0x406 /goroot/src/encoding/json/encode.go:680
# 0x50e003 encoding/json.(*mapEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:698
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x5040c2 encoding/json.(*ptrEncoder).encode+0xe2 /goroot/src/encoding/json/encode.go:778
# 0x50e183 encoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:783
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x500961 encoding/json.(*encodeState).reflectValue+0x81 /goroot/src/encoding/json/encode.go:323
# 0x50064e encoding/json.(*encodeState).marshal+0xae /goroot/src/encoding/json/encode.go:296
# 0x50001e encoding/json.Marshal+0x5e /goroot/src/encoding/json/encode.go:161
# 0xe737fe github.com/hashicorp/consul/agent.(*HTTPServer).marshalJSON+0x21e /gopath/src/github.com/hashicorp/consul/agent/http.go:284
# 0xe92d70 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x6b0 /gopath/src/github.com/hashicorp/consul/agent/http.go:262
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 128] @ 0x7d3350 0x7c4f34 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c8694 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x7d334f github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeBytes+0x11f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:524
# 0x7c4f33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x7f3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:428
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c8693 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x4d3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:763
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 16] @ 0x7d320c 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962c71 0x96210d 0x96d66f 0x9ad6af 0xe2fd98 0xe31e9b 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962c70 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseHeader+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:74
# 0x96210c github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x10c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:29
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe31e9a github.com/hashicorp/consul/agent.(*Agent).sendCoordinate+0x53a /gopath/src/github.com/hashicorp/consul/agent/agent.go:1300
0: 0 [5: 560] @ 0x8d5588 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x8d5587 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x1d7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1153
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [8: 128] @ 0x4e971f 0x4e775b 0x6ed660 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x8cce5e 0x45cd91
# 0x4e971e strings.(*byteReplacer).WriteString+0x4e /goroot/src/strings/replace.go:438
# 0x4e775a strings.(*Replacer).WriteString+0x5a /goroot/src/strings/replace.go:75
# 0x6ed65f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x17f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:309
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x8cce5d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*NetTransport).udpListen+0x39d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net_transport.go:267
0: 0 [3: 96] @ 0x6370e9 0x6386cc 0x6ad749 0x6b456c 0x6b836e 0x45cd91
# 0x6370e8 net/textproto.(*Reader).readContinuedLineSlice+0x458 /goroot/src/net/textproto/reader.go:144
# 0x6386cb net/textproto.(*Reader).ReadMIMEHeader+0x14b /goroot/src/net/textproto/reader.go:480
# 0x6ad748 net/http.readRequest+0x358 /goroot/src/net/http/request.go:972
# 0x6b456b net/http.(*conn).readRequest+0x17b /goroot/src/net/http/server.go:933
# 0x6b836d net/http.(*conn).serve+0x50d /goroot/src/net/http/server.go:1739
0: 0 [3: 144] @ 0x40828e 0x8ef166 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x8ef165 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x65 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1635
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 16] @ 0x7c852c 0x7c4cc7 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7adc4 0xe7a5b3 0x45cd91
# 0x7c852b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decSliceStr+0x34b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:940
# 0x7c4cc6 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x586 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:447
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7adc3 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x273 /gopath/src/github.com/hashicorp/consul/agent/local.go:459
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [2: 32] @ 0x50389b 0x502bf5 0x50df84 0x5040c3 0x50e184 0x503e5c 0x50e104 0x503b61 0x50e084 0x500962 0x50064f 0x50001f 0xe737ff 0xe92d71 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x50389a encoding/json.encodeByteSlice+0x13a /goroot/src/encoding/json/encode.go:710
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x5040c2 encoding/json.(*ptrEncoder).encode+0xe2 /goroot/src/encoding/json/encode.go:778
# 0x50e183 encoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:783
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x500961 encoding/json.(*encodeState).reflectValue+0x81 /goroot/src/encoding/json/encode.go:323
# 0x50064e encoding/json.(*encodeState).marshal+0xae /goroot/src/encoding/json/encode.go:296
# 0x50001e encoding/json.Marshal+0x5e /goroot/src/encoding/json/encode.go:161
# 0xe737fe github.com/hashicorp/consul/agent.(*HTTPServer).marshalJSON+0x21e /gopath/src/github.com/hashicorp/consul/agent/http.go:284
# 0xe92d70 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x6b0 /gopath/src/github.com/hashicorp/consul/agent/http.go:262
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 640] @ 0x4ce112 0x8f2339 0x8f1848 0x45cd91
# 0x4ce111 fmt.Sprintf+0x91 /goroot/src/fmt/print.go:197
# 0x8f2338 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).updateCoordinate+0x168 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:287
# 0x8f1847 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).stream+0x5a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:230
0: 0 [12: 1152] @ 0x40391c 0x48c58a 0x48c83b 0xe6d9a8 0xe98d38 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x48c83a time.After+0x2a /goroot/src/time/sleep.go:151
# 0xe6d9a7 github.com/hashicorp/consul/agent.(*HTTPServer).EventList+0xab7 /gopath/src/github.com/hashicorp/consul/agent/event_endpoint.go:125
# 0xe98d37 github.com/hashicorp/consul/agent.(*HTTPServer).EventList-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:133
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 3072] @ 0x40393e 0x96413f 0x963e40 0x96cbfb 0x96c2d6 0x96d24b 0x96d548 0x96d885 0x96f461 0x970872 0x45cd91
# 0x96413e github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.newSession+0x23e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:99
# 0x963e3f github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.Client+0x8f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/mux.go:86
# 0x96cbfa github.com/hashicorp/consul/agent/pool.(*ConnPool).getNewConn+0x21a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:334
# 0x96c2d5 github.com/hashicorp/consul/agent/pool.(*ConnPool).acquire+0x405 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:225
# 0x96d24a github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0x9a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:381
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x96d884 github.com/hashicorp/consul/agent/pool.(*ConnPool).Ping+0xd4 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:430
# 0x96f460 github.com/hashicorp/consul/agent/router.(*Manager).RebalanceServers+0x170 /gopath/src/github.com/hashicorp/consul/agent/router/manager.go:312
# 0x970871 github.com/hashicorp/consul/agent/router.(*Manager).Start+0x41 /gopath/src/github.com/hashicorp/consul/agent/router/manager.go:473
0: 0 [3: 48] @ 0x7c6ec2 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c6ec1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x531 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:826
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [2: 64] @ 0x40393e 0x48c58a 0x965e43 0x96930e 0x968e55 0x56ec4e 0x56f3bd 0x7c96ce 0x7d1a17 0x7c9f4f 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x962f0b 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x965e42 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).waitForSendErr+0x62 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:326
# 0x96930d github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).write+0x41d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:191
# 0x968e54 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Write+0xe4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:147
# 0x56ec4d bufio.(*Writer).Flush+0x7d /goroot/src/bufio/bufio.go:567
# 0x56f3bc bufio.(*Writer).WriteString+0x3c /goroot/src/bufio/bufio.go:670
# 0x7c96cd github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writestr+0x4d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:167
# 0x7d1a16 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeString+0x96 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:218
# 0x7c9f4e github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kString+0x6e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:338
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962f0a github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:102
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 16] @ 0x7c6ec2 0x7c5eb8 0x7c5cdb 0x8ca07e 0x8c3437 0x45cd91
# 0x7c6ec1 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x531 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:826
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca07d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x6d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:948
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [2: 16] @ 0x6708e2 0xe4ec1e 0xe4e7d6 0x45cd91
# 0x6708e1 net/http.(*Client).Do+0x41 /goroot/src/net/http/client.go:490
# 0xe4ec1d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x33d /gopath/src/github.com/hashicorp/consul/agent/check.go:400
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [3: 48] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c5433 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [2: 192] @ 0x40b42d 0x4bd5dc 0x7cb800 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8e1d3f 0x8dccca 0x8c9102 0x8c3604 0x45cd91
# 0x40b42c reflect.mapiterinit+0x2c /goroot/src/runtime/hashmap.go:1239
# 0x4bd5db reflect.Value.MapKeys+0xcb /goroot/src/reflect/value.go:1092
# 0x7cb7ff github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kMap+0x20f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:566
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8e1d3e github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.encodeMessage+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:139
# 0x8dccc9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).LocalState+0x509 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:186
# 0x8c9101 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x6a1 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:792
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [1: 16] @ 0x7cd861 0x7cc25a 0x7cc10b 0x8d5eef 0x8d6f4d 0x8c77ea 0x8c6f73 0x8c6b39 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7cd860 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x480 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:894
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8d6f4c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x14c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:255
# 0x8c77e9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x7e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:611
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [3: 144] @ 0x4eb06e 0x4eb44b 0x95c94e 0x95dd92 0x9c31ac 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x4eb06d strings.genSplit+0x6d /goroot/src/strings/strings.go:242
# 0x4eb44a strings.Split+0x5a /goroot/src/strings/strings.go:294
# 0x95c94d github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.NewVersion+0xad /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:41
# 0x95dd91 github.com/hashicorp/consul/agent/metadata.Build+0x91 /gopath/src/github.com/hashicorp/consul/agent/metadata/build.go:11
# 0x9c31ab github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x1cb /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:50
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [3: 96] @ 0x95cf38 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x95cf37 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x137 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:96
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [5: 320] @ 0x6f00e6 0x6efae0 0x6f3041 0x6f2b2d 0x45cd91
# 0x6f00e5 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.insert+0x5e5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:212
# 0x6f00e5 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x5e5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:35
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f3040 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x500 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:188
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [1: 32] @ 0x7c28c3 0x7d31e1 0x7c836b 0x7c4cc7 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c836a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decSliceStr+0x18a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:953
# 0x7c4cc6 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x586 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:447
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 192] @ 0x6f1003 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe889db 0xe99998 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6f1002 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.insert+0x5d2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:212
# 0x6f1002 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x5d2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:72
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe889da github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader+0x8a /gopath/src/github.com/hashicorp/consul/agent/status_endpoint.go:9
# 0xe99997 github.com/hashicorp/consul/agent.(*HTTPServer).StatusLeader-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:155
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [4: 448] @ 0xa014c2 0x47566f 0x4f4d8b 0x4f504e 0xe7da45 0xe7be8a 0xe7aa9d 0x45cd91
# 0xa014c1 github.com/hashicorp/consul/logger.(*LogWriter).Write+0xf1 /gopath/src/github.com/hashicorp/consul/logger/log_writer.go:76
# 0x47566e io.(*multiWriter).Write+0x8e /goroot/src/io/multi.go:60
# 0x4f4d8a log.(*Logger).Output+0x20a /goroot/src/log/log.go:176
# 0x4f504d log.(*Logger).Printf+0x7d /goroot/src/log/log.go:183
# 0xe7da44 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x524 /gopath/src/github.com/hashicorp/consul/agent/local.go:771
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [3: 6912] @ 0x4ddff7 0x4dd881 0x4ddb3d 0x7c956d 0x7d1b51 0x7ca3e6 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f75 0x8c8428 0x8d23ce 0x8d2168 0x8cf7e7 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddb3c bytes.(*Buffer).Write+0xdc /goroot/src/bytes/buffer.go:163
# 0x7c956c github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writeb+0x6c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:157
# 0x7d1b50 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeStringBytes+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:233
# 0x7ca3e5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kSlice+0x115 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:391
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f74 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x514 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:812
# 0x8c8427 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendAndReceiveState+0x267 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:738
# 0x8d23cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x13d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:560
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 32] @ 0x6ed6e1 0x6ec311 0x6f0d6a 0x6f0a10 0x6f3f23 0x9ad5df 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x6ed6e0 bytes.(*Buffer).String+0x200 /goroot/src/bytes/buffer.go:61
# 0x6ed6e0 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x200 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:312
# 0x6ec310 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).IncrCounterWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:185
# 0x6f0d69 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:78
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [1: 128] @ 0x7cd751 0x7cc25a 0x7cc10b 0x962f0b 0x962dba 0x9620c6 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7cd750 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x370 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:895
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x962f0a github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:102
# 0x962db9 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).WriteRequest+0xa9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:84
# 0x9620c5 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0xc5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:25
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [1: 256] @ 0x4e7348 0x6ed581 0x6ec711 0x6f1f6f 0x6f1bcf 0x6f4238 0x8f2ac5 0x8f25aa 0x8f235e 0x8f1848 0x45cd91
# 0x4e7347 strings.NewReplacer+0x167 /goroot/src/strings/replace.go:43
# 0x6ed580 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:302
# 0x6ec710 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:208
# 0x6f1f6e github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSinceWithLabels+0x37e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:129
# 0x6f1bce github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).MeasureSince+0x8e /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:106
# 0x6f4237 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.MeasureSince+0xb7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:120
# 0x8f2ac4 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).appendLine+0x274 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:353
# 0x8f25a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).tryAppend+0x59 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:314
# 0x8f235d github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).updateCoordinate+0x18d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:287
# 0x8f1847 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).stream+0x5a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:230
0: 0 [3: 96] @ 0x44755f 0x44708a 0x4472f7 0x5c4cdf 0x5d14ba 0x96bf1c 0x96d24b 0x96d548 0x9ad6af 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x5c4cde net.JoinHostPort+0x11e /goroot/src/net/ipsock.go:232
# 0x5d14b9 net.(*TCPAddr).String+0x169 /goroot/src/net/tcpsock.go:36
# 0x96bf1b github.com/hashicorp/consul/agent/pool.(*ConnPool).acquire+0x4b /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:197
# 0x96d24a github.com/hashicorp/consul/agent/pool.(*ConnPool).getClient+0x9a /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:381
# 0x96d547 github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0xc7 /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:407
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [5: 480] @ 0x6f1003 0x6f0a10 0x6f3f23 0x9ad5df 0xe2fd98 0xe764ac 0xe760f4 0xe991b8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x6f1002 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.insert+0x5d2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:212
# 0x6f1002 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounterWithLabels+0x5d2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:72
# 0x6f0a0f github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).IncrCounter+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:58
# 0x6f3f22 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.IncrCounter+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:104
# 0x9ad5de github.com/hashicorp/consul/agent/consul.(*Client).RPC+0xce /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:242
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe764ab github.com/hashicorp/consul/agent.(*HTTPServer).KVSGet+0x13b /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:69
# 0xe760f3 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint+0x203 /gopath/src/github.com/hashicorp/consul/agent/kvs_endpoint.go:45
# 0xe991b7 github.com/hashicorp/consul/agent.(*HTTPServer).KVSEndpoint-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:141
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [4: 448] @ 0x95d8df 0x95ce40 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x95d8de github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).String+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:306
# 0x95ce3f github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x3f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:88
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [9: 432] @ 0x7c6c34 0x7c5eb8 0x7c5cdb 0x8d5df5 0x8c5eb5 0x8c4916 0x8c41f8 0x8c400e 0x45cd91
# 0x7c6c33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x2a3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:753
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8d5df4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decode+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:41
# 0x8c5eb4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleAck+0x84 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:496
# 0x8c4915 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0x305 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:349
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [2: 96] @ 0x95d90f 0x95ce40 0x9c38e2 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x95d90e github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).String+0x6e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:307
# 0x95ce3f github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.(*Version).Compare+0x3f /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:88
# 0x9c38e1 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x901 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:51
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [8: 256] @ 0x7cd861 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8d5eef 0x8c6ac2 0x8cff8a 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7cd860 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x480 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:894
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8c6ac1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0x41 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:569
# 0x8cff89 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0x2e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:260
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 16] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962c71 0x96210d 0x96d66f 0x9ad6af 0xe7d7ba 0xe7be8a 0xe7aa9d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962c70 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseHeader+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:74
# 0x96210c github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x10c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:29
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7d7b9 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x299 /gopath/src/github.com/hashicorp/consul/agent/local.go:765
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 16] @ 0x9fe7b7 0x9feb9e 0xa00fe6 0x9e9bdb 0x47566f 0x4f4d8b 0x4f504e 0xe7da45 0xe7be8a 0xe7aa9d 0x45cd91
# 0x9fe7b6 github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*PrefixedUi).Info+0xb6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/ui.go:167
# 0x9feb9d github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*UiWriter).Write+0xad /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/ui_writer.go:16
# 0xa00fe5 github.com/hashicorp/consul/logger.(*GatedWriter).Write+0x355 /gopath/src/github.com/hashicorp/consul/logger/gated_writer.go:37
# 0x9e9bda github.com/hashicorp/consul/vendor/github.com/hashicorp/logutils.(*LevelFilter).Write+0x8a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/logutils/level.go:63
# 0x47566e io.(*multiWriter).Write+0x8e /goroot/src/io/multi.go:60
# 0x4f4d8a log.(*Logger).Output+0x20a /goroot/src/log/log.go:176
# 0x4f504d log.(*Logger).Printf+0x7d /goroot/src/log/log.go:183
# 0xe7da44 github.com/hashicorp/consul/agent.(*localState).syncCheck+0x524 /gopath/src/github.com/hashicorp/consul/agent/local.go:771
# 0xe7be89 github.com/hashicorp/consul/agent.(*localState).syncChanges+0x4c9 /gopath/src/github.com/hashicorp/consul/agent/local.go:610
# 0xe7aa9c github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x52c /gopath/src/github.com/hashicorp/consul/agent/local.go:437
0: 0 [1: 32] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c5433 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe2fd98 0xe6f37f 0xe98f78 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c49ee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x2ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:478
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe6f37e github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes+0x30e /gopath/src/github.com/hashicorp/consul/agent/health_endpoint.go:146
# 0xe98f77 github.com/hashicorp/consul/agent.(*HTTPServer).HealthServiceNodes-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:137
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [2: 32] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c5433 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ef323 0x8e19d2 0x8e18c9 0x8d460f 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ef322 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).decodeTags+0x222 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1646
# 0x8e19d1 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).nodeToMember+0x51 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:35
# 0x8e18c8 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0x38 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:26
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [3: 48] @ 0x7d320c 0x7c3344 0x7c6c07 0x7c5433 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e1c45 0x8dcf17 0x8ca9c2 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5432 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x312 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:519
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e1c44 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [1: 160] @ 0x4113c5 0x4c0c47 0x7c4bef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7adc4 0xe7a5b3 0x45cd91
# 0x4113c4 reflect.unsafe_NewArray+0x34 /goroot/src/runtime/malloc.go:858
# 0x4c0c46 reflect.MakeSlice+0xc6 /goroot/src/reflect/value.go:2061
# 0x7c4bee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x4ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:457
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7adc3 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x273 /gopath/src/github.com/hashicorp/consul/agent/local.go:459
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [2: 96] @ 0x7c28c3 0x7d31e1 0x7c3344 0x7c6c07 0x7c4579 0x7c6c07 0x7c5317 0x7c6c07 0x7c4579 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7ad4a 0xe7a5b3 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c3343 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kString+0x33 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:231
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5316 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kMap+0x1f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:534
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962cde github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseBody+0x3e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:78
# 0x9622d0 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x2d0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:39
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe7ad49 github.com/hashicorp/consul/agent.(*localState).setSyncState+0x1f9 /gopath/src/github.com/hashicorp/consul/agent/local.go:456
# 0xe7a5b2 github.com/hashicorp/consul/agent.(*localState).antiEntropy+0x42 /gopath/src/github.com/hashicorp/consul/agent/local.go:400
0: 0 [11: 528] @ 0x8e23fe 0x8d0a1c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x8e23fd github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).NotifyPingComplete+0x12d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:61
# 0x8d0a1b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xd7b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:308
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [9: 432] @ 0x40828e 0x63860e 0x6b0219 0x6cd827 0x6cd45a 0x45cd91
# 0x63860d net/textproto.(*Reader).ReadMIMEHeader+0x8d /goroot/src/net/textproto/reader.go:478
# 0x6b0218 net/http.ReadResponse+0x498 /goroot/src/net/http/response.go:179
# 0x6cd826 net/http.(*persistConn).readResponse+0x56 /goroot/src/net/http/transport.go:1704
# 0x6cd459 net/http.(*persistConn).readLoop+0x10f9 /goroot/src/net/http/transport.go:1554
0: 0 [7: 448] @ 0x6f00e6 0x6efae0 0x6f2f1f 0x6f2b2d 0x45cd91
# 0x6f00e5 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.insert+0x5e5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:212
# 0x6f00e5 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x5e5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:35
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2f1e github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x3de /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:186
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [5: 160] @ 0x40393e 0x48c58a 0x6702a3 0x66f7be 0x66f48d 0x670b2d 0xe4ec1e 0xe4e7d6 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x6702a2 net/http.setRequestCancel+0x252 /goroot/src/net/http/client.go:316
# 0x66f7bd net/http.send+0x16d /goroot/src/net/http/client.go:247
# 0x66f48c net/http.(*Client).send+0xfc /goroot/src/net/http/client.go:173
# 0x670b2c net/http.(*Client).Do+0x28c /goroot/src/net/http/client.go:602
# 0xe4ec1d github.com/hashicorp/consul/agent.(*CheckHTTP).check+0x33d /gopath/src/github.com/hashicorp/consul/agent/check.go:400
# 0xe4e7d5 github.com/hashicorp/consul/agent.(*CheckHTTP).run+0x145 /gopath/src/github.com/hashicorp/consul/agent/check.go:360
0: 0 [5: 1440] @ 0x4ddff7 0x4dd881 0x4ddc5d 0x504f20 0x5033c7 0x50e004 0x502bf5 0x50df84 0x5040c3 0x50e184 0x502bf5 0x50df84 0x503e5c 0x50e104 0x503b61 0x50e084 0x500962 0x50064f 0x50001f 0xe737ff 0xe92d71 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddc5c bytes.(*Buffer).WriteString+0xdc /goroot/src/bytes/buffer.go:175
# 0x504f1f encoding/json.(*encodeState).string+0x48f /goroot/src/encoding/json/encode.go:944
# 0x5033c6 encoding/json.(*mapEncoder).encode+0x406 /goroot/src/encoding/json/encode.go:680
# 0x50e003 encoding/json.(*mapEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:698
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x5040c2 encoding/json.(*ptrEncoder).encode+0xe2 /goroot/src/encoding/json/encode.go:778
# 0x50e183 encoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:783
# 0x502bf4 encoding/json.(*structEncoder).encode+0x254 /goroot/src/encoding/json/encode.go:637
# 0x50df83 encoding/json.(*structEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:651
# 0x503e5b encoding/json.(*arrayEncoder).encode+0xdb /goroot/src/encoding/json/encode.go:759
# 0x50e103 encoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:766
# 0x503b60 encoding/json.(*sliceEncoder).encode+0xc0 /goroot/src/encoding/json/encode.go:733
# 0x50e083 encoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x63 /goroot/src/encoding/json/encode.go:745
# 0x500961 encoding/json.(*encodeState).reflectValue+0x81 /goroot/src/encoding/json/encode.go:323
# 0x50064e encoding/json.(*encodeState).marshal+0xae /goroot/src/encoding/json/encode.go:296
# 0x50001e encoding/json.Marshal+0x5e /goroot/src/encoding/json/encode.go:161
# 0xe737fe github.com/hashicorp/consul/agent.(*HTTPServer).marshalJSON+0x21e /gopath/src/github.com/hashicorp/consul/agent/http.go:284
# 0xe92d70 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x6b0 /gopath/src/github.com/hashicorp/consul/agent/http.go:262
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [4: 128] @ 0x6ed8d7 0x6ebdfe 0x6efe47 0x6efae0 0x6f2fb5 0x6f2b2d 0x45cd91
# 0x6ed8d6 bytes.(*Buffer).String+0x3f6 /goroot/src/bytes/buffer.go:61
# 0x6ed8d6 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x3f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:318
# 0x6ebdfd github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).SetGaugeWithLabels+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:162
# 0x6efe46 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGaugeWithLabels+0x346 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:41
# 0x6efadf github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).SetGauge+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:17
# 0x6f2fb4 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).emitRuntimeStats+0x474 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:187
# 0x6f2b2c github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats+0x3c /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:169
0: 0 [12: 49152] @ 0x4113c5 0x4c0c47 0x7c4bef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e1c45 0x8dcf17 0x8ca9c2 0x8c37b3 0x45cd91
# 0x4113c4 reflect.unsafe_NewArray+0x34 /goroot/src/runtime/malloc.go:858
# 0x4c0c46 reflect.MakeSlice+0xc6 /goroot/src/reflect/value.go:2061
# 0x7c4bee github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kSlice+0x4ae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:457
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e1c44 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.decodeMessage+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/messages.go:130
# 0x8dcf16 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*delegate).MergeRemoteState+0xc6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/delegate.go:209
# 0x8ca9c1 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x471 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1021
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [3: 48] @ 0x63668c 0x6afe4a 0x6cd827 0x6cd45a 0x45cd91
# 0x63668b net/textproto.(*Reader).ReadLine+0x4b /goroot/src/net/textproto/reader.go:37
# 0x6afe49 net/http.ReadResponse+0xc9 /goroot/src/net/http/response.go:149
# 0x6cd826 net/http.(*persistConn).readResponse+0x56 /goroot/src/net/http/transport.go:1704
# 0x6cd459 net/http.(*persistConn).readLoop+0x10f9 /goroot/src/net/http/transport.go:1554
0: 0 [1: 32] @ 0x40393e 0x48c58a 0x965e43 0x9696c5 0x968bc7 0x56ce2a 0x56d869 0x7c2a9a 0x7d3405 0x7c5d59 0x7c5cdb 0x963017 0x962c71 0x96210d 0x96d66f 0x9ad6af 0xe2fd98 0xe4bc3a 0xe989d8 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x48c589 time.NewTimer+0x39 /goroot/src/time/sleep.go:84
# 0x965e42 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Session).waitForSendErr+0x62 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/session.go:326
# 0x9696c4 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).sendWindowUpdate+0x164 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:256
# 0x968bc6 github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux.(*Stream).Read+0x416 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/stream.go:119
# 0x56ce29 bufio.(*Reader).fill+0x119 /goroot/src/bufio/bufio.go:97
# 0x56d868 bufio.(*Reader).ReadByte+0x38 /goroot/src/bufio/bufio.go:239
# 0x7c2a99 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn1+0x79 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:90
# 0x7d3404 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).initReadNext+0x44 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:540
# 0x7c5d58 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x48 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:635
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x963016 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).read+0x56 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:121
# 0x962c70 github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.(*MsgpackCodec).ReadResponseHeader+0x40 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/codec.go:74
# 0x96210c github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc.CallWithCodec+0x10c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc/client.go:29
# 0x96d66e github.com/hashicorp/consul/agent/pool.(*ConnPool).RPC+0x1ee /gopath/src/github.com/hashicorp/consul/agent/pool/pool.go:413
# 0x9ad6ae github.com/hashicorp/consul/agent/consul.(*Client).RPC+0x19e /gopath/src/github.com/hashicorp/consul/agent/consul/client.go:249
# 0xe2fd97 github.com/hashicorp/consul/agent.(*Agent).RPC+0xe7 /gopath/src/github.com/hashicorp/consul/agent/agent.go:1067
# 0xe4bc39 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices+0x199 /gopath/src/github.com/hashicorp/consul/agent/catalog_endpoint.go:96
# 0xe989d7 github.com/hashicorp/consul/agent.(*HTTPServer).CatalogServices-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:122
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [4: 9216] @ 0x4ddff7 0x4dd881 0x4ddb3d 0x7c956d 0x7d1b51 0x7ca3e6 0x7cd5a6 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8c8f75 0x8c3604 0x45cd91
# 0x4ddff6 bytes.makeSlice+0x76 /goroot/src/bytes/buffer.go:231
# 0x4dd880 bytes.(*Buffer).grow+0x140 /goroot/src/bytes/buffer.go:133
# 0x4ddb3c bytes.(*Buffer).Write+0xdc /goroot/src/bytes/buffer.go:163
# 0x7c956c github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioEncWriter).writeb+0x6c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:157
# 0x7d1b50 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackEncDriver).encodeStringBytes+0xa0 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:233
# 0x7ca3e5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kSlice+0x115 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:391
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8c8f74 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendLocalState+0x514 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:812
# 0x8c3603 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xb63 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:247
0: 0 [5: 240] @ 0x6ed8d7 0x6ec711 0x6f163a 0x6f12e0 0x6f4133 0x8e2744 0x8d0a1c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x6ed8d6 bytes.(*Buffer).String+0x3f6 /goroot/src/bytes/buffer.go:61
# 0x6ed8d6 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).flattenKeyLabels+0x3f6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:318
# 0x6ec710 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSink).AddSampleWithLabels+0x90 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem.go:208
# 0x6f1639 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).AddSampleWithLabels+0x339 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:102
# 0x6f12df github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).AddSample+0x6f /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:82
# 0x6f4132 github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.AddSample+0xa2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:112
# 0x8e2743 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).NotifyPingComplete+0x473 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:79
# 0x8d0a1b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xd7b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:308
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [14: 672] @ 0x7cd5d3 0x7cb352 0x7cd5a6 0x7cc25a 0x7cc10b 0x8d5eef 0x8d6f4d 0x8c77ea 0x8c6f73 0x8c6b39 0x8c5536 0x8c46ce 0x8c41f8 0x8c400e 0x45cd91
# 0x7cd5d2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1f2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:845
# 0x7cb351 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*encFnInfo).kStruct+0x671 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:502
# 0x7cd5a5 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encodeValue+0x1c5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:899
# 0x7cc259 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).encode+0x109 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:814
# 0x7cc10a github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Encoder).Encode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/encode.go:698
# 0x8d5eee github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.encode+0xae /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:50
# 0x8d6f4c github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.compressPayload+0x14c /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:255
# 0x8c77e9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).rawSendMsgPacket+0x7e9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:611
# 0x8c6f72 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).sendMsg+0x3c2 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:591
# 0x8c6b38 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).encodeAndSendMsg+0xb8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:573
# 0x8c5535 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handlePing+0x2b5 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:436
# 0x8c46cd github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0xbd /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:345
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [7: 112] @ 0x536a8d 0x5366a3 0x537968 0xe6d057 0xe98d38 0xe92d26 0xe91ae5 0x6b96a4 0x6bae60 0x6bc3d4 0x6b857d 0x45cd91
# 0x536a8c net/url.parseQuery+0x3ac /goroot/src/net/url/url.go:848
# 0x5366a2 net/url.ParseQuery+0x72 /goroot/src/net/url/url.go:815
# 0x537967 net/url.(*URL).Query+0x37 /goroot/src/net/url/url.go:975
# 0xe6d056 net/url.url.Values.Get+0x166 /gopath/src/github.com/hashicorp/consul/agent/event_endpoint.go:98
# 0xe6d056 github.com/hashicorp/consul/agent.(*HTTPServer).EventList+0x166 /gopath/src/github.com/hashicorp/consul/agent/event_endpoint.go:98
# 0xe98d37 github.com/hashicorp/consul/agent.(*HTTPServer).EventList-fm+0x47 /gopath/src/github.com/hashicorp/consul/agent/http.go:133
# 0xe92d25 github.com/hashicorp/consul/agent.(*HTTPServer).wrap.func1+0x665 /gopath/src/github.com/hashicorp/consul/agent/http.go:253
# 0xe91ae4 github.com/hashicorp/consul/agent.(*HTTPServer).handler.func1.1+0x94 /gopath/src/github.com/hashicorp/consul/agent/http.go:67
# 0x6b96a3 net/http.HandlerFunc.ServeHTTP+0x43 /goroot/src/net/http/server.go:1918
# 0x6bae5f net/http.(*ServeMux).ServeHTTP+0x12f /goroot/src/net/http/server.go:2254
# 0x6bc3d3 net/http.serverHandler.ServeHTTP+0xb3 /goroot/src/net/http/server.go:2619
# 0x6b857c net/http.(*conn).serve+0x71c /goroot/src/net/http/server.go:1801
0: 0 [9: 576] @ 0x638bc7 0x6b0219 0x6cd827 0x6cd45a 0x45cd91
# 0x638bc6 net/textproto.(*Reader).ReadMIMEHeader+0x646 /goroot/src/net/textproto/reader.go:475
# 0x6b0218 net/http.ReadResponse+0x498 /goroot/src/net/http/response.go:179
# 0x6cd826 net/http.(*persistConn).readResponse+0x56 /goroot/src/net/http/transport.go:1704
# 0x6cd459 net/http.(*persistConn).readLoop+0x10f9 /goroot/src/net/http/transport.go:1554
0: 0 [2: 288] @ 0x526dc2 0x52d46c 0x95c8f9 0x95dd92 0x95e8d5 0x9c32c6 0x8e1937 0x8d460f 0x8d56cf 0x8ca939 0x8d243c 0x8d2168 0x8cf7e7 0x45cd91
# 0x526dc1 regexp.(*Regexp).doExecute+0x271 /goroot/src/regexp/exec.go:452
# 0x52d46b regexp.(*Regexp).FindStringSubmatch+0xeb /goroot/src/regexp/regexp.go:946
# 0x95c8f8 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version.NewVersion+0x58 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-version/version.go:37
# 0x95dd91 github.com/hashicorp/consul/agent/metadata.Build+0x91 /gopath/src/github.com/hashicorp/consul/agent/metadata/build.go:11
# 0x95e8d4 github.com/hashicorp/consul/agent/metadata.IsConsulServer+0x7f4 /gopath/src/github.com/hashicorp/consul/agent/metadata/server.go:114
# 0x9c32c5 github.com/hashicorp/consul/agent/consul.(*lanMergeDelegate).NotifyMerge+0x2e5 /gopath/src/github.com/hashicorp/consul/agent/consul/merge.go:64
# 0x8e1936 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*mergeDelegate).NotifyAlive+0xa6 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/merge_delegate.go:27
# 0x8d460e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xf4e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:859
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8d243b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullNode+0x1ab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:565
# 0x8d2167 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPull+0xf7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:550
# 0x8cf7e6 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger+0x146 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:162
0: 0 [5: 80] @ 0x7d320c 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8e242a 0x8d0a1c 0x8cfc06 0x8d89aa 0x8cf59f 0x45cd91
# 0x7d320b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0xab /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8e2429 github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*pingDelegate).NotifyPingComplete+0x159 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/ping_delegate.go:62
# 0x8d0a1b github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probeNode+0xd7b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:308
# 0x8cfc05 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).probe+0x185 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:233
# 0x8d89a9 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).(github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.probe)-fm+0x29 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:99
# 0x8cf59e github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc+0x11e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:135
0: 0 [1: 48] @ 0x7c6c34 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8ca141 0x8c3437 0x45cd91
# 0x7c6c33 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x2a3 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:753
# 0x7c4578 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x478 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:378
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8ca140 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).readRemoteState+0x130 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:957
# 0x8c3436 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0x996 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:241
0: 0 [2: 32] @ 0x7c28c3 0x7d31e1 0x7c44ba 0x7c6c07 0x7c5eb8 0x7c5cdb 0x8d5df5 0x8c5eb5 0x8c4916 0x8c41f8 0x8c400e 0x45cd91
# 0x7c28c2 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*ioDecReader).readn+0x72 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:75
# 0x7d31e0 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*msgpackDecDriver).decodeString+0x80 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/msgpack.go:497
# 0x7c44b9 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*decFnInfo).kStruct+0x3b9 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:373
# 0x7c6c06 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decodeValue+0x276 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:831
# 0x7c5eb7 github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decode+0x1a7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:699
# 0x7c5cda github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).Decode+0x7a /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:630
# 0x8d5df4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.decode+0xd4 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/util.go:41
# 0x8c5eb4 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleAck+0x84 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:496
# 0x8c4915 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleCommand+0x305 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:349
# 0x8c41f7 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).ingestPacket+0xd7 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:328
# 0x8c400d github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).packetListen+0x8d /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:291
0: 0 [6: 480] @ 0x8d44c4 0x8d56cf 0x8ca939 0x8c37b3 0x45cd91
# 0x8d44c3 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).aliveNode+0xe03 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:857
# 0x8d56ce github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeState+0x31e /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:1154
# 0x8ca938 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).mergeRemoteState+0x3e8 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:1017
# 0x8c37b2 github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).handleConn+0xd12 /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:252
0: 0 [1: 80] @ 0x7c852c 0x7c4cc7 0x7c6c07 0x7c4579 0x7c6c07 0x7c49ef 0x7c6c07 0x7c4579 0x7c6c07 0x7c5eb8 0x7c5cdb 0x963017 0x962cdf 0x9622d1 0x96d66f 0x9ad6af 0xe7adc4 0xe7a5b3 0x45cd91
# 0x7c852b github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec.(*Decoder).decSliceStr+0x34b /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-msgpack/codec/decode.go:940
# 0x7c4cc6 github.com/hashicorp/consul/vendor/github.com/
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment