Skip to content

Instantly share code, notes, and snippets.

@drewwells
Created November 23, 2015 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewwells/ad83523d16eccc5d2b13 to your computer and use it in GitHub Desktop.
Save drewwells/ad83523d16eccc5d2b13 to your computer and use it in GitHub Desktop.
[ plugins:docker ] [ Err ] 2015/11/23 12:28:29 docker.go:690 Error on Docker listener socket, pausing to re-try connection
[ plugins:dockerimg ] [ Err ] 2015/11/23 12:28:44 dockerimg.go:134 could not get connection: Docker daemon did not respond
establishing new connection
[ plugins:dockerimg ] [ Err ] 2015/11/23 12:28:49 dockerimg.go:134 could not get connection: Docker daemon did not respond
returning existing client
establishing new connection
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0xad568a]
goroutine 67816 [running]:
github.com/fsouza/go-dockerclient.(*Client).do(0x0, 0x12f9b48, 0x3, 0xc8224c2a80, 0x16, 0x0, 0x0, 0x4f0800, 0x0, 0x0, ...)
/home/vagrant/src/github.com/fsouza/go-dockerclient/client.go:388 +0x63a
github.com/fsouza/go-dockerclient.(*Client).ListContainers(0x0, 0xc8205f0001, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/vagrant/src/github.com/fsouza/go-dockerclient/container.go:63 +0x1d2
github.com/stackengine/controller/plugins/docker/ext.(*proxy).ListContainers(0xc8219c0050, 0x2acaafd50001, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/ext/client.go:106 +0xd6
github.com/stackengine/controller/plugins/docker/evt.GetStats(0xc820112630, 0x0, 0xc82254d6f8, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:361 +0x17f
github.com/stackengine/controller/plugins/docker/evt.(*Plugin).Stats(0xc820112630, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:387 +0x3e
github.com/stackengine/controller/plugins/system.(*Plugin).getCurrentSystemState(0xc8201af0a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/vagrant/src/github.com/stackengine/controller/plugins/system/system.go:595 +0x45f
github.com/stackengine/controller/plugins/system.(*Plugin).pollSystemDetails.func4.1(0xc8201af0a0, 0xc8206d8008)
/home/vagrant/src/github.com/stackengine/controller/plugins/system/system.go:328 +0x45
created by github.com/stackengine/controller/plugins/system.(*Plugin).pollSystemDetails.func4
/home/vagrant/src/github.com/stackengine/controller/plugins/system/system.go:334 +0x238
goroutine 1 [select, 1047 minutes]:
github.com/stackengine/controller/admin.(*Controller).WaitOnShutdown(0xc82023c090)
/home/vagrant/src/github.com/stackengine/controller/admin/controller.go:108 +0x5eb
main.main()
/home/vagrant/src/github.com/stackengine/controller/controller.go:385 +0x38aa
goroutine 17 [syscall, 1047 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
goroutine 18 [syscall, 1047 minutes]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x37
goroutine 10 [syscall, 1047 minutes]:
syscall.Syscall(0x2f, 0xe, 0xc82003da58, 0x0, 0x2, 0xc8200fc3c0, 0x2)
/usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.recvmsg(0xe, 0xc82003da58, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:1739 +0x4c
syscall.Recvmsg(0xe, 0xc82022a200, 0x200, 0x200, 0xc8200fa330, 0x28, 0x28, 0x0, 0xf, 0x0, ...)
/usr/local/go/src/syscall/syscall_linux.go:551 +0x192
net.(*netFD).readMsg(0xc82005a380, 0xc82022a200, 0x200, 0x200, 0xc8200fa330, 0x28, 0x28, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:282 +0x266
net.(*UDPConn).ReadMsgUDP(0xc82002e078, 0xc82022a200, 0x200, 0x200, 0xc8200fa330, 0x28, 0x28, 0x200, 0xf80440, 0x1, ...)
/usr/local/go/src/net/udpsock_posix.go:96 +0x171
github.com/miekg/dns.readFromSessionUDP(0xc82002e078, 0xc82022a200, 0x200, 0x200, 0x200, 0x200, 0x0, 0x0)
/home/vagrant/src/github.com/miekg/dns/udp.go:44 +0xc1
github.com/miekg/dns.(*Server).readUDP(0xc8200e81a0, 0xc82002e078, 0x77359400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/src/github.com/miekg/dns/server.go:543 +0x190
github.com/miekg/dns.(*Server).serveUDP(0xc8200e81a0, 0xc82002e078, 0x0, 0x0)
/home/vagrant/src/github.com/miekg/dns/server.go:425 +0x11a
github.com/miekg/dns.(*Server).ActivateAndServe(0xc8200e81a0, 0x0, 0x0)
/home/vagrant/src/github.com/miekg/dns/server.go:304 +0x260
github.com/stackengine/controller/discovery.(*DNS).start.func2(0xc82023c480, 0xc8200e81a0)
/home/vagrant/src/github.com/stackengine/controller/discovery/dns.go:186 +0x70
created by github.com/stackengine/controller/discovery.(*DNS).start
/home/vagrant/src/github.com/stackengine/controller/discovery/dns.go:191 +0x155
goroutine 21 [select, 1047 minutes]:
github.com/blevesearch/bleve/index.AnalysisWorker(0xc820103500, 0xc820103560)
/home/vagrant/src/github.com/blevesearch/bleve/index/analysis.go:70 +0x14d
created by github.com/blevesearch/bleve/index.NewAnalysisQueue
/home/vagrant/src/github.com/blevesearch/bleve/index/analysis.go:62 +0xf2
goroutine 22 [select, 1047 minutes]:
github.com/blevesearch/bleve/index.AnalysisWorker(0xc820103500, 0xc820103560)
/home/vagrant/src/github.com/blevesearch/bleve/index/analysis.go:70 +0x14d
created by github.com/blevesearch/bleve/index.NewAnalysisQueue
/home/vagrant/src/github.com/blevesearch/bleve/index/analysis.go:62 +0xf2
goroutine 23 [select, 1047 minutes]:
github.com/blevesearch/bleve/index.AnalysisWorker(0xc820103500, 0xc820103560)
/home/vagrant/src/github.com/blevesearch/bleve/index/analysis.go:70 +0x14d
created by github.com/blevesearch/bleve/index.NewAnalysisQueue
/home/vagrant/src/github.com/blevesearch/bleve/index/analysis.go:62 +0xf2
goroutine 24 [select, 1047 minutes]:
github.com/blevesearch/bleve/index.AnalysisWorker(0xc820103500, 0xc820103560)
/home/vagrant/src/github.com/blevesearch/bleve/index/analysis.go:70 +0x14d
created by github.com/blevesearch/bleve/index.NewAnalysisQueue
/home/vagrant/src/github.com/blevesearch/bleve/index/analysis.go:62 +0xf2
goroutine 25 [sleep]:
time.Sleep(0x6fc23ac00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/stackengine/controller/stats.reportStats()
/home/vagrant/src/github.com/stackengine/controller/stats/stats.go:49 +0x149
created by github.com/stackengine/controller/stats.init.1
/home/vagrant/src/github.com/stackengine/controller/stats/stats.go:35 +0xbd
goroutine 26 [chan receive, 1047 minutes]:
main.init.1.func1()
/home/vagrant/src/github.com/stackengine/controller/debug_dev.go:20 +0x190
created by main.init.1
/home/vagrant/src/github.com/stackengine/controller/debug_dev.go:35 +0x2b
goroutine 50 [select, 1047 minutes, locked to thread]:
runtime.gopark(0x1569bb8, 0xc820216728, 0x1302e10, 0x6, 0x4b3918, 0x2)
/usr/local/go/src/runtime/proc.go:185 +0x163
runtime.selectgoImpl(0xc820216728, 0x0, 0x18)
/usr/local/go/src/runtime/select.go:392 +0xa64
runtime.selectgo(0xc820216728)
/usr/local/go/src/runtime/select.go:212 +0x12
runtime.ensureSigM.func1()
/usr/local/go/src/runtime/signal1_unix.go:227 +0x353
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
goroutine 35 [select, 1047 minutes]:
github.com/tylerb/graceful.(*Server).manageConnections(0xc8204ec000, 0xc8204ec0c0, 0xc8204ec120, 0xc8204ec180, 0xc8204ec1e0)
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:251 +0x3d9
created by github.com/tylerb/graceful.(*Server).Serve
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:201 +0x1a8
goroutine 27 [select]:
github.com/stackengine/selog.(*Ring).run(0xc8201f4930)
/home/vagrant/src/github.com/stackengine/selog/log.go:579 +0x1bc
created by github.com/stackengine/selog.ConfigLogRing
/home/vagrant/src/github.com/stackengine/selog/log.go:539 +0x1c8
goroutine 83 [select, 1047 minutes]:
github.com/stackengine/selog.(*Reader).serv(0xc82039d200)
/home/vagrant/src/github.com/stackengine/selog/log.go:665 +0x133
created by github.com/stackengine/selog.(*Ring).NewReader
/home/vagrant/src/github.com/stackengine/selog/log.go:647 +0x2f4
goroutine 29 [chan receive, 1047 minutes]:
database/sql.(*DB).connectionOpener(0xc8201a5540)
/usr/local/go/src/database/sql/sql.go:634 +0x45
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:481 +0x336
goroutine 30 [select, 1047 minutes]:
github.com/stackengine/controller/mesh_api.EventChan.getOrCancel(0xc820199680, 0xc8201991a0, 0xc820213f30)
/home/vagrant/src/github.com/stackengine/controller/mesh_api/mesh_api.go:166 +0x161
github.com/stackengine/controller/mesh_api.(*MeshChan).Get(0xc820242420, 0xc820213f78)
/home/vagrant/src/github.com/stackengine/controller/mesh_api/mesh_api.go:180 +0x2d
github.com/stackengine/controller/provider.handle_actions(0xc8201991a0)
/home/vagrant/src/github.com/stackengine/controller/provider/action.go:158 +0x115
created by github.com/stackengine/controller/provider.InitActions
/home/vagrant/src/github.com/stackengine/controller/provider/action.go:150 +0x19f
goroutine 31 [select]:
github.com/stackengine/controller/provider/aws.aws_provider.InstUpdater(0x12f8840, 0x3, 0x14a7540, 0x39, 0xc8201ac810, 0xc8201996e0, 0x1)
/home/vagrant/src/github.com/stackengine/controller/provider/aws/provider.go:94 +0xe51
created by github.com/stackengine/controller/provider/aws.aws_provider.Init
/home/vagrant/src/github.com/stackengine/controller/provider/aws/provider.go:75 +0xfd
goroutine 32 [chan receive, 1047 minutes]:
database/sql.(*DB).connectionOpener(0xc8201a57c0)
/usr/local/go/src/database/sql/sql.go:634 +0x45
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:481 +0x336
goroutine 33 [chan receive, 1047 minutes]:
database/sql.(*DB).connectionOpener(0xc8201a5c20)
/usr/local/go/src/database/sql/sql.go:634 +0x45
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:481 +0x336
goroutine 66 [chan receive, 1047 minutes]:
github.com/stackengine/controller/svcproxy.(*Proxy).toProxyLoop(0xc8201af110)
/home/vagrant/src/github.com/stackengine/controller/svcproxy/svcproxy.go:155 +0xe2
created by github.com/stackengine/controller/svcproxy.New
/home/vagrant/src/github.com/stackengine/controller/svcproxy/svcproxy.go:248 +0x53c
goroutine 67 [chan receive, 1047 minutes]:
database/sql.(*DB).connectionOpener(0xc8202a6960)
/usr/local/go/src/database/sql/sql.go:634 +0x45
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:481 +0x336
goroutine 68 [IO wait, 1047 minutes]:
net.runtime_pollWait(0x2acaafd3ed40, 0x72, 0xc82000e1c0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8204ee060, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8204ee060, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc8204ee000, 0x0, 0x2acaaffba038, 0xc8204f4040)
/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc8200fe020, 0x4d8090, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc8200fe020, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
net/http.(*Server).Serve(0xc8204ec060, 0x2acaaff7a078, 0xc8200fe020, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1887 +0xb3
github.com/tylerb/graceful.(*Server).Serve(0xc8204ec000, 0x2acaaff7a078, 0xc8200fe020, 0x0, 0x0)
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:214 +0x3d0
github.com/tylerb/graceful.(*Server).ListenAndServe(0xc8204ec000, 0x0, 0x0)
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:110 +0x1ea
github.com/stackengine/controller/admin.(*ServerOptions).StartAPI.func8()
/home/vagrant/src/github.com/stackengine/controller/admin/admin.go:602 +0x40f
created by github.com/stackengine/controller/admin.(*ServerOptions).StartAPI
/home/vagrant/src/github.com/stackengine/controller/admin/admin.go:607 +0x840d
goroutine 69 [IO wait, 1047 minutes]:
net.runtime_pollWait(0x2acaafd3ec80, 0x72, 0xc82000e1c0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8204f0060, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8204f0060, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc8204f0000, 0x0, 0x2acaaffba038, 0xc8204f4060)
/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc8204f2000, 0x8, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc8204f2000, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
crypto/tls.(*listener).Accept(0xc8204f4000, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/tls.go:46 +0x60
net/http.(*Server).Serve(0xc820469e60, 0x2acaaffba000, 0xc8204f4000, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1887 +0xb3
github.com/tylerb/graceful.(*Server).Serve(0xc820469e00, 0x2acaaffba000, 0xc8204f4000, 0x0, 0x0)
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:214 +0x3d0
github.com/tylerb/graceful.(*Server).ListenAndServeTLSConfig(0xc820469e00, 0xc82047fcc0, 0x0, 0x0)
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:168 +0x1bf
github.com/stackengine/controller/admin.(*ServerOptions).StartAPI.func9(0xc8202aa300, 0xc82047fcc0)
/home/vagrant/src/github.com/stackengine/controller/admin/admin.go:610 +0x41
created by github.com/stackengine/controller/admin.(*ServerOptions).StartAPI
/home/vagrant/src/github.com/stackengine/controller/admin/admin.go:615 +0x843f
goroutine 12 [chan receive, 1047 minutes]:
database/sql.(*DB).connectionOpener(0xc820014dc0)
/usr/local/go/src/database/sql/sql.go:634 +0x45
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:481 +0x336
goroutine 71 [chan receive, 1047 minutes]:
database/sql.(*DB).connectionOpener(0xc82049b400)
/usr/local/go/src/database/sql/sql.go:634 +0x45
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:481 +0x336
goroutine 51 [select, 1047 minutes]:
github.com/tylerb/graceful.(*Server).manageConnections(0xc820469e00, 0xc82020a1e0, 0xc82020a240, 0xc82020a2a0, 0xc82020a300)
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:251 +0x3d9
created by github.com/tylerb/graceful.(*Server).Serve
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:201 +0x1a8
goroutine 52 [chan receive, 1047 minutes]:
github.com/tylerb/graceful.(*Server).handleInterrupt(0xc8204ec000, 0xc8204ec240, 0x2acaaff7a078, 0xc8200fe020)
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:286 +0x3a
created by github.com/tylerb/graceful.(*Server).Serve
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:210 +0x3a2
goroutine 11 [IO wait, 1047 minutes]:
net.runtime_pollWait(0x2acaafd3eb00, 0x72, 0xc82000e1c0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82005a450, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82005a450, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc82005a3f0, 0x0, 0x2acaaffba038, 0xc820010d60)
/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc82002e080, 0x10dd5e0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
github.com/miekg/dns.(*Server).serveTCP(0xc8200e8270, 0xc82002e080, 0x0, 0x0)
/home/vagrant/src/github.com/miekg/dns/server.go:390 +0xff
github.com/miekg/dns.(*Server).ActivateAndServe(0xc8200e8270, 0x0, 0x0)
/home/vagrant/src/github.com/miekg/dns/server.go:309 +0x2c4
github.com/stackengine/controller/discovery.(*DNS).start.func3(0xc82023c480, 0xc8200e8270)
/home/vagrant/src/github.com/stackengine/controller/discovery/dns.go:197 +0x70
created by github.com/stackengine/controller/discovery.(*DNS).start
/home/vagrant/src/github.com/stackengine/controller/discovery/dns.go:202 +0x22d
goroutine 53 [chan receive, 1047 minutes]:
github.com/tylerb/graceful.(*Server).handleInterrupt(0xc820469e00, 0xc82020a360, 0x2acaaffba000, 0xc8204f4000)
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:286 +0x3a
created by github.com/tylerb/graceful.(*Server).Serve
/home/vagrant/src/github.com/tylerb/graceful/graceful.go:210 +0x3a2
goroutine 72 [select, 738 minutes]:
github.com/stackengine/controller/stream.(*Ring).run(0xc8204c7500)
/home/vagrant/src/github.com/stackengine/controller/stream/stream_ring.go:50 +0x36a
created by github.com/stackengine/controller/stream.New
/home/vagrant/src/github.com/stackengine/controller/stream/stream_ring.go:34 +0x1c1
goroutine 73 [select, 738 minutes]:
github.com/stackengine/controller/mesh_api.EventChan.getOrCancel(0xc8204d2720, 0xc8204d24e0, 0x166)
/home/vagrant/src/github.com/stackengine/controller/mesh_api/mesh_api.go:166 +0x161
github.com/stackengine/controller/mesh_api.(*MeshChan).Get(0xc8204cb460, 0x0)
/home/vagrant/src/github.com/stackengine/controller/mesh_api/mesh_api.go:180 +0x2d
github.com/stackengine/controller/stream.handle_stream(0xc8204cb460, 0xc8204d24e0)
/home/vagrant/src/github.com/stackengine/controller/stream/stream.go:53 +0x34
created by github.com/stackengine/controller/stream.Start
/home/vagrant/src/github.com/stackengine/controller/stream/stream.go:105 +0x2e6
goroutine 74 [select, 738 minutes]:
github.com/stackengine/controller/stream.dbUpdate(0xc8204d24e0)
/home/vagrant/src/github.com/stackengine/controller/stream/stream.go:73 +0x16d
created by github.com/stackengine/controller/stream.Start
/home/vagrant/src/github.com/stackengine/controller/stream/stream.go:108 +0x30a
goroutine 75 [chan receive, 1047 minutes]:
database/sql.(*DB).connectionOpener(0xc82049ba40)
/usr/local/go/src/database/sql/sql.go:634 +0x45
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:481 +0x336
goroutine 54 [select, 1047 minutes]:
github.com/stackengine/controller/stream.(*Reader).serv(0xc8204f40a0)
/home/vagrant/src/github.com/stackengine/controller/stream/stream_ring.go:132 +0x232
created by github.com/stackengine/controller/stream.(*Ring).newReader
/home/vagrant/src/github.com/stackengine/controller/stream/stream_ring.go:100 +0x286
goroutine 77 [chan receive, 1047 minutes]:
database/sql.(*DB).connectionOpener(0xc82049bd60)
/usr/local/go/src/database/sql/sql.go:634 +0x45
created by database/sql.Open
/usr/local/go/src/database/sql/sql.go:481 +0x336
goroutine 36 [select]:
github.com/stackengine/serpc/client.(*ConnPool).reap(0xc8200efdb0)
/home/vagrant/src/github.com/stackengine/serpc/client/pool.go:34 +0x502
created by github.com/stackengine/serpc/client.NewPool
/home/vagrant/src/github.com/stackengine/serpc/client/pool.go:81 +0x172
goroutine 37 [select, 738 minutes]:
github.com/stackengine/selog.(*Ring).run(0xc8201f4870)
/home/vagrant/src/github.com/stackengine/selog/log.go:579 +0x1bc
created by github.com/stackengine/selog.ConfigLogRing
/home/vagrant/src/github.com/stackengine/selog/log.go:539 +0x1c8
goroutine 39 [semacquire, 290 minutes]:
sync.runtime_Semacquire(0xc820116644)
/usr/local/go/src/runtime/sema.go:43 +0x26
sync.(*RWMutex).RLock(0xc820116638)
/usr/local/go/src/sync/rwmutex.go:36 +0x58
github.com/boltdb/bolt.(*DB).beginTx(0xc8201164e0, 0x10, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/db.go:432 +0x68
github.com/boltdb/bolt.(*DB).Begin(0xc8201164e0, 0x4af500, 0xc820b73d38, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/db.go:420 +0x60
github.com/boltdb/bolt.(*DB).View(0xc8201164e0, 0xc8211577d0, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/db.go:567 +0x39
github.com/stackengine/controller/storage/dbproxy.(*instance).View(0xc8201f4ab0, 0xc8211577d0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/dbproxy/dbproxy.go:259 +0x87
github.com/stackengine/controller/storage/storelib.(*Server).getLastEventID(0xc820210630, 0xc8210bd440, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/status_server.go:59 +0x9f
github.com/stackengine/controller/storage/storelib.(*Server).statusIndexer(0xc820210630)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/status_server.go:150 +0x31e
created by github.com/stackengine/controller/storage/storelib.NewServer
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/server.go:158 +0xb75
goroutine 40 [select, 1047 minutes]:
github.com/stackengine/controller/mesh_engine.(*RaftLayer).Accept(0xc8205d8780, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/raft_rpc.go:64 +0x18f
github.com/stackengine/raft.(*NetworkTransport).listen(0xc82046ddc0)
/home/vagrant/src/github.com/stackengine/raft/net_transport.go:310 +0x79
created by github.com/stackengine/raft.NewNetworkTransport
/home/vagrant/src/github.com/stackengine/raft/net_transport.go:115 +0x182
goroutine 41 [select]:
github.com/stackengine/raft.(*Raft).leaderLoop(0xc8201061e0)
/home/vagrant/src/github.com/stackengine/raft/raft.go:833 +0xc39
github.com/stackengine/raft.(*Raft).runLeader(0xc8201061e0)
/home/vagrant/src/github.com/stackengine/raft/raft.go:804 +0x828
github.com/stackengine/raft.(*Raft).run(0xc8201061e0)
/home/vagrant/src/github.com/stackengine/raft/raft.go:608 +0xbb
github.com/stackengine/raft.(*Raft).(github.com/stackengine/raft.run)-fm()
/home/vagrant/src/github.com/stackengine/raft/raft.go:232 +0x20
github.com/stackengine/raft.(*raftState).goFunc.func1(0xc8201061e0, 0xc820376d90)
/home/vagrant/src/github.com/stackengine/raft/state.go:152 +0x44
created by github.com/stackengine/raft.(*raftState).goFunc
/home/vagrant/src/github.com/stackengine/raft/state.go:153 +0x4d
goroutine 42 [semacquire, 290 minutes]:
sync.runtime_Semacquire(0xc820116640)
/usr/local/go/src/runtime/sema.go:43 +0x26
sync.(*RWMutex).Lock(0xc820116638)
/usr/local/go/src/sync/rwmutex.go:87 +0xa1
github.com/boltdb/bolt.(*DB).mmap(0xc8201164e0, 0x100000, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/db.go:215 +0x55
github.com/boltdb/bolt.(*DB).allocate(0xc8201164e0, 0x1, 0x1, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/db.go:652 +0x149
github.com/boltdb/bolt.(*Tx).allocate(0xc821c3a460, 0x1, 0x2acab8d01000, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/tx.go:412 +0x3f
github.com/boltdb/bolt.(*node).spill(0xc8203c29a0, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/node.go:363 +0x323
github.com/boltdb/bolt.(*node).spill(0xc8203c2930, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/node.go:345 +0x12c
github.com/boltdb/bolt.(*Bucket).spill(0xc821c3a478, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/bucket.go:541 +0x1d9
github.com/boltdb/bolt.(*Tx).Commit(0xc821c3a460, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/tx.go:162 +0x1d4
github.com/boltdb/bolt.(*DB).Update(0xc8201164e0, 0xc82167e4e0, 0x0, 0x0)
/home/vagrant/src/github.com/boltdb/bolt/db.go:559 +0x11d
github.com/stackengine/controller/storage/dbproxy.(*instance).Update(0xc8201f4ab0, 0xc82167e4e0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/dbproxy/dbproxy.go:227 +0x87
github.com/stackengine/controller/storage/storelib.(*Server).HostInfoSave(0xc820210630, 0xc82037e960, 0x24, 0xc8211576a0, 0x7, 0xc821157610, 0x7, 0x0, 0x0, 0x0, ...)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/host_server.go:156 +0x20b
reflect.Value.call(0x10b32e0, 0x12e99c0, 0x13, 0x12f8e38, 0x4, 0xc8211fb858, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0x10b32e0, 0x12e99c0, 0x13, 0xc8211fb858, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
github.com/stackengine/controller/mesh_engine.storelibCall(0x130fe01, 0x2054, 0xc82106a540, 0xc8211fba50, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/fsm_storelib.go:228 +0x57b
github.com/stackengine/controller/mesh_engine.(*meshFSM).applyStoreLib(0xc820604bd0, 0xc8218d5441, 0x126, 0x22f, 0x2054, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/fsm_storelib.go:290 +0xd43
github.com/stackengine/controller/mesh_engine.(*meshFSM).Apply(0xc820604bd0, 0xc82013b880, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/fsm.go:94 +0x442
github.com/stackengine/raft.(*Raft).runFSM(0xc8201061e0)
/home/vagrant/src/github.com/stackengine/raft/raft.go:571 +0xbdf
github.com/stackengine/raft.(*Raft).(github.com/stackengine/raft.runFSM)-fm()
/home/vagrant/src/github.com/stackengine/raft/raft.go:233 +0x20
github.com/stackengine/raft.(*raftState).goFunc.func1(0xc8201061e0, 0xc820376da0)
/home/vagrant/src/github.com/stackengine/raft/state.go:152 +0x44
created by github.com/stackengine/raft.(*raftState).goFunc
/home/vagrant/src/github.com/stackengine/raft/state.go:153 +0x4d
goroutine 43 [select, 288 minutes]:
github.com/stackengine/raft.(*Raft).takeSnapshot(0xc8201061e0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/raft/raft.go:1658 +0xc04
github.com/stackengine/raft.(*Raft).runSnapshots(0xc8201061e0)
/home/vagrant/src/github.com/stackengine/raft/raft.go:1615 +0x115
github.com/stackengine/raft.(*Raft).(github.com/stackengine/raft.runSnapshots)-fm()
/home/vagrant/src/github.com/stackengine/raft/raft.go:234 +0x20
github.com/stackengine/raft.(*raftState).goFunc.func1(0xc8201061e0, 0xc820376db0)
/home/vagrant/src/github.com/stackengine/raft/state.go:152 +0x44
created by github.com/stackengine/raft.(*raftState).goFunc
/home/vagrant/src/github.com/stackengine/raft/state.go:153 +0x4d
goroutine 44 [select, 1047 minutes]:
github.com/stackengine/controller/mesh_engine.(*MeshServer).monitorLeadership(0xc820488fc0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/mesh.go:347 +0x3e4
created by github.com/stackengine/controller/mesh_engine.(*MeshServer).initRaft
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/mesh.go:330 +0xf91
goroutine 45 [IO wait, 1047 minutes]:
net.runtime_pollWait(0x2acaafd3eec0, 0x72, 0xc82000e1c0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8204483e0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8204483e0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820448380, 0x0, 0x2acaaffba038, 0xc82039d0e0)
/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc8204f2cf0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
github.com/rbg/memberlist.(*Memberlist).tcpListen(0xc82045d500)
/home/vagrant/src/github.com/rbg/memberlist/net.go:178 +0x38
created by github.com/rbg/memberlist.newMemberlist
/home/vagrant/src/github.com/rbg/memberlist/memberlist.go:123 +0xece
goroutine 46 [IO wait, 1047 minutes]:
net.runtime_pollWait(0x2acaafd3ea40, 0x72, 0xc82000e1c0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820448450, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820448450, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).readFrom(0xc8204483f0, 0xc820636000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x2acaaed07050, 0xc82000e1c0)
/usr/local/go/src/net/fd_unix.go:259 +0x2a5
net.(*UDPConn).ReadFromUDP(0xc8204f2cf8, 0xc820636000, 0x10000, 0x10000, 0xf80440, 0x10000, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:61 +0x117
net.(*UDPConn).ReadFrom(0xc8204f2cf8, 0xc820636000, 0x10000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:79 +0x116
github.com/rbg/memberlist.(*Memberlist).udpListen(0xc82045d500)
/home/vagrant/src/github.com/rbg/memberlist/net.go:246 +0x305
created by github.com/rbg/memberlist.newMemberlist
/home/vagrant/src/github.com/rbg/memberlist/memberlist.go:124 +0xef0
goroutine 47 [select, 1047 minutes]:
github.com/rbg/memberlist.(*Memberlist).udpHandler(0xc82045d500)
/home/vagrant/src/github.com/rbg/memberlist/net.go:330 +0x40a
created by github.com/rbg/memberlist.newMemberlist
/home/vagrant/src/github.com/rbg/memberlist/memberlist.go:125 +0xf12
goroutine 48 [select]:
github.com/rbg/memberlist.(*Memberlist).triggerFunc(0xc82045d500, 0x3b9aca00, 0xc8202d52c0, 0xc8202d5200, 0xc8203774e0)
/home/vagrant/src/github.com/rbg/memberlist/state.go:111 +0x156
created by github.com/rbg/memberlist.(*Memberlist).schedule
/home/vagrant/src/github.com/rbg/memberlist/state.go:77 +0x179
goroutine 49 [select]:
github.com/rbg/memberlist.(*Memberlist).pushPullTrigger(0xc82045d500, 0xc8202d5200)
/home/vagrant/src/github.com/rbg/memberlist/state.go:138 +0x1ad
created by github.com/rbg/memberlist.(*Memberlist).schedule
/home/vagrant/src/github.com/rbg/memberlist/state.go:83 +0x1fa
goroutine 98 [select]:
github.com/rbg/memberlist.(*Memberlist).triggerFunc(0xc82045d500, 0x5f5e100, 0xc8202d5320, 0xc8202d5200, 0xc8203774f0)
/home/vagrant/src/github.com/rbg/memberlist/state.go:111 +0x156
created by github.com/rbg/memberlist.(*Memberlist).schedule
/home/vagrant/src/github.com/rbg/memberlist/state.go:89 +0x2d0
goroutine 99 [select, 1047 minutes]:
github.com/stackengine/controller/mesh_engine.(*MeshServer).monitorMemberlist(0xc820488fc0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/member.go:57 +0x214
created by github.com/stackengine/controller/mesh_engine.(*MeshServer).InitMesh
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/init.go:249 +0xc87
goroutine 100 [select, 290 minutes]:
github.com/stackengine/controller/storage/storelib.(*Client).sendEvent(0xc820242040, 0xc821bf3a00, 0x1310cb0, 0x9, 0xf7fec0, 0xc8217ce4f0, 0xf1e820, 0xc8217ce4e0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/client.go:49 +0x47b
github.com/stackengine/controller/storage/storelib.(*Client).JoinCount(0xc820242040, 0x1301cc8, 0x7, 0xc8217ce4e0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/join_client.go:20 +0xdf
github.com/stackengine/controller/mesh_engine.(*MeshServer).UpdateMeshStats(0xc820488fc0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/mesh.go:219 +0x807
created by github.com/stackengine/controller/mesh_engine.NewServer
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/init.go:329 +0x68a
goroutine 101 [select, 738 minutes]:
github.com/stackengine/controller/mesh_engine.dbgMeshMsg(0xc820488fc0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/mesh.go:136 +0x4ab
created by github.com/stackengine/controller/mesh_engine.(*MeshServer).UpdateMeshStats
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/mesh.go:190 +0xc8
goroutine 102 [select, 738 minutes]:
github.com/stackengine/controller/mesh_engine.meshActivity(0xc820488fc0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/mesh.go:158 +0x60a
created by github.com/stackengine/controller/mesh_engine.(*MeshServer).UpdateMeshStats
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/mesh.go:191 +0xed
goroutine 103 [select, 1047 minutes]:
github.com/stackengine/selog.(*Reader).serv(0xc8201fa380)
/home/vagrant/src/github.com/stackengine/selog/log.go:665 +0x133
created by github.com/stackengine/selog.(*Ring).NewReader
/home/vagrant/src/github.com/stackengine/selog/log.go:647 +0x2f4
goroutine 13 [IO wait, 1047 minutes]:
net.runtime_pollWait(0x2acaafd3e980, 0x72, 0xc82000e1c0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8204140d0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8204140d0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820414070, 0x0, 0x2acaaffba038, 0xc82066ca60)
/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc8200fe010, 0xc820844ea8, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc8200fe010, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
github.com/stackengine/serpc/server.(*RPCImpl).process(0xc8204c3a40)
/home/vagrant/src/github.com/stackengine/serpc/server/server.go:125 +0x7c
created by github.com/stackengine/serpc/server.(*RPCImpl).Start
/home/vagrant/src/github.com/stackengine/serpc/server/server.go:169 +0x341
goroutine 14 [chan receive, 290 minutes]:
github.com/stackengine/raft.(*deferError).Error(0xc821f1c960, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/raft/future.go:52 +0xd5
github.com/stackengine/controller/mesh_engine.(*MeshServer).leaderLoop(0xc820488fc0, 0xc8204680c0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/mesh.go:672 +0x3ae
created by github.com/stackengine/controller/mesh_engine.(*MeshServer).monitorLeadership
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/mesh.go:351 +0x210
goroutine 16 [select]:
github.com/stackengine/controller/mesh_api.EventChan.getOrCancel(0xc820102f60, 0xc8204d2a80, 0xb5229c)
/home/vagrant/src/github.com/stackengine/controller/mesh_api/mesh_api.go:166 +0x161
github.com/stackengine/controller/mesh_api.EventGet(0xc8204d2a80, 0x1567f20)
/home/vagrant/src/github.com/stackengine/controller/mesh_api/mesh_api.go:151 +0x2d
github.com/stackengine/controller/mesh_engine.handleMeshApiEvents(0xc820488fc0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/dispatch.go:93 +0x132
created by github.com/stackengine/controller/mesh_engine.Start
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/init.go:478 +0x50f
goroutine 137 [select, 1047 minutes]:
github.com/stackengine/controller/replication.(*Manager).run(0xc8205dc8c0)
/home/vagrant/src/github.com/stackengine/controller/replication/manager.go:135 +0x13d6
created by github.com/stackengine/controller/replication.NewManager
/home/vagrant/src/github.com/stackengine/controller/replication/manager.go:66 +0x2b4
goroutine 130 [select, 288 minutes]:
github.com/stackengine/controller/storage/storelib.(*Client).sendEvent(0xc820242040, 0xc82083b400, 0x12fc770, 0x7, 0x128f9a0, 0xc82049a0a0, 0xf055c0, 0xc8225e5fa0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/client.go:49 +0x47b
github.com/stackengine/controller/storage/storelib.(*Client).UserGet(0xc820242040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/user_client.go:6 +0xdf
github.com/stackengine/controller/admin.(*ServerOptions).GetAllUsers(0xc8202aa300, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/admin/auth.go:64 +0x118
github.com/stackengine/controller/admin.statable.Stats(0xc8202aa300, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/admin/admin.go:56 +0x6f
github.com/stackengine/controller/callhome.GetStats(0xc8207a9170, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/callhome/stats.go:58 +0x175
github.com/stackengine/controller/licmgr.(*Manager).beacon(0xc82007b9f0)
/home/vagrant/src/github.com/stackengine/controller/licmgr/licmgr.go:134 +0xbbf
created by github.com/stackengine/controller/licmgr.New
/home/vagrant/src/github.com/stackengine/controller/licmgr/licmgr.go:64 +0x203
goroutine 153 [select, 1047 minutes]:
github.com/stackengine/controller/storage/storelib.(*Client).sendEvent(0xc820242040, 0xc820028600, 0x13beca0, 0x14, 0x114dcc0, 0xc82066c7c0, 0xf14b60, 0xc82066c740, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/client.go:49 +0x47b
github.com/stackengine/controller/storage/storelib.(*Client).DeploymentWaitForNew(0xc820242040, 0x0, 0x0, 0x0, 0xc82066c740, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/deployment_client.go:48 +0xef
github.com/stackengine/controller/facade.(*deploymentFacade).WaitForNew.func1(0xc8203ca170, 0x0, 0x0, 0x0, 0xc82066c740, 0xc8207909c0)
/home/vagrant/src/github.com/stackengine/controller/facade/deployment.go:169 +0x78
created by github.com/stackengine/controller/facade.(*deploymentFacade).WaitForNew
/home/vagrant/src/github.com/stackengine/controller/facade/deployment.go:176 +0x1bf
goroutine 154 [chan receive, 1047 minutes]:
github.com/stackengine/controller/storage/storelib.(*Server).DeploymentWaitForNew(0xc820210630, 0x0, 0x0, 0x0, 0xc82066c900, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/deployment_server.go:663 +0x1bb
reflect.Value.call(0x10b2ca0, 0x12e9480, 0x13, 0x12f8e38, 0x4, 0xc8206e1b98, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0x10b2ca0, 0x12e9480, 0x13, 0xc8206e1b98, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
github.com/stackengine/controller/mesh_engine.storelibCall(0x13bec00, 0x0, 0xc820892480, 0xc82066c7e0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/fsm_storelib.go:228 +0x57b
github.com/stackengine/controller/mesh_engine.(*Mesh).StoreLibReq(0xc8204f2d88, 0xc820892440, 0xc82066c7e0, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/fsm_storelib.go:173 +0x5b0
github.com/stackengine/controller/mesh_engine.handleStorelibEvent(0xc820488fc0, 0xc820790c00)
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/dispatch.go:59 +0x6b3
created by github.com/stackengine/controller/mesh_engine.handleMeshApiEvents
/home/vagrant/src/github.com/stackengine/controller/mesh_engine/dispatch.go:108 +0x51c
goroutine 106 [select]:
github.com/stackengine/serpc/client.(*ConnPool).reap(0xc8208ce5a0)
/home/vagrant/src/github.com/stackengine/serpc/client/pool.go:34 +0x502
created by github.com/stackengine/serpc/client.NewPool
/home/vagrant/src/github.com/stackengine/serpc/client/pool.go:81 +0x172
goroutine 85 [select, 290 minutes]:
github.com/stackengine/controller/storage/storelib.(*Client).sendEvent(0xc820242040, 0xc821bef100, 0x13f9dc0, 0x19, 0xf7fec0, 0xc8217ce710, 0xf14ce0, 0xc8200ffb08, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/client.go:49 +0x47b
github.com/stackengine/controller/storage/storelib.(*Client).DockerStateSummaryForHost(0xc820242040, 0xc8201f41b0, 0x24, 0xc8200ffb08, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/docker_state_client.go:20 +0xdf
github.com/stackengine/controller/plugins/docker/evt.getContainerDetails(0xc820112630, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:525 +0x7c7
github.com/stackengine/controller/plugins/docker/evt.(*Plugin).updateContainerDetails(0xc820112630)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:190 +0x55
github.com/stackengine/controller/plugins/docker/evt.(*Plugin).Start.func1(0xc820112630)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:271 +0x4a
created by github.com/stackengine/controller/plugins/docker/evt.(*Plugin).Start
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:272 +0x518
goroutine 86 [select]:
github.com/stackengine/controller/plugins/docker/evt.(*Plugin).discover(0xc820112630)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:668 +0x3dda
github.com/stackengine/controller/plugins/docker/evt.(*Plugin).Start.func2(0xc820112630)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:280 +0xd4
created by github.com/stackengine/controller/plugins/docker/evt.(*Plugin).Start
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:285 +0x556
goroutine 87 [select]:
github.com/stackengine/controller/storage/storelib.(*Client).sendEvent(0xc820242040, 0xc82004bb00, 0x13101f0, 0x8, 0x116d8e0, 0xc8206a88d0, 0xf150a0, 0xc821ec5580, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/client.go:49 +0x47b
github.com/stackengine/controller/storage/storelib.(*Client).ImageGet(0xc820242040, 0xc8201f41b0, 0x24, 0x0, 0x0, 0x0, 0x0, 0xc821ec5580, 0x0, 0x0)
/home/vagrant/src/github.com/stackengine/controller/storage/storelib/docker_image_client.go:10 +0x124
github.com/stackengine/controller/plugins/docker/img.(*Plugin).imageDelta(0xc82023c1b0, 0xc8225d6000, 0xc7, 0xd3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/img/dockerimg.go:531 +0x172
github.com/stackengine/controller/plugins/docker/img.(*Plugin).gather(0xc82023c1b0, 0x2acaafd50270, 0xc822133da0)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/img/dockerimg.go:153 +0x210
github.com/stackengine/controller/plugins/docker/img.(*Plugin).start(0xc82023c1b0)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/img/dockerimg.go:288 +0x407
created by github.com/stackengine/controller/plugins/docker/img.(*Plugin).Start
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/img/dockerimg.go:264 +0x114
goroutine 89 [select]:
github.com/stackengine/controller/plugins/system.(*Plugin).getCPUUsage(0xc8201af0a0, 0xf)
/home/vagrant/src/github.com/stackengine/controller/plugins/system/system.go:535 +0x2fa
created by github.com/stackengine/controller/plugins/system.(*Plugin).Start
/home/vagrant/src/github.com/stackengine/controller/plugins/system/system.go:363 +0x403
goroutine 67781 [chan send (nil chan)]:
github.com/stackengine/controller/plugins/docker/evt.(*Plugin).discover.func1(0xc8206d81d8)
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:693 +0x3f
created by github.com/stackengine/controller/plugins/docker/evt.(*Plugin).discover
/home/vagrant/src/github.com/stackengine/controller/plugins/docker/evt/docker.go:693 +0x9a9
goroutine 96 [select]:
github.com/cloudfoundry/gosigar.(*ConcreteSigar).CollectCpuStats.func1(0xc8203de6e0, 0x37e11d600, 0xc82064a000)
/home/vagrant/src/github.com/cloudfoundry/gosigar/concrete_sigar.go:26 +0x4f1
created by github.com/cloudfoundry/gosigar.(*ConcreteSigar).CollectCpuStats
/home/vagrant/src/github.com/cloudfoundry/gosigar/concrete_sigar.go:42 +0x8e
goroutine 170 [select]:
github.com/stackengine/controller/plugins/system.(*Plugin).pollSystemDetails.func2(0xc8201af0a0, 0xc8206d8010)
/home/vagrant/src/github.com/stackengine/controller/plugins/system/system.go:281 +0x3a6
created by github.com/stackengine/controller/plugins/system.(*Plugin).pollSystemDetails
/home/vagrant/src/github.com/stackengine/controller/plugins/system/system.go:294 +0x344
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment