Skip to content

Instantly share code, notes, and snippets.

@kipras
Created February 5, 2016 10:10
Show Gist options
  • Save kipras/1367040e17a7bc966d44 to your computer and use it in GitHub Desktop.
Save kipras/1367040e17a7bc966d44 to your computer and use it in GitHub Desktop.
2016/02/04 23:15:50 Input started: TcpInput
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x70 pc=0x4a4e8e]
goroutine 179 [running]:
github.com/mozilla-services/heka/pipeline.(*iRunner).getDeliverFunc(0xc208044c80, 0xc2220d1060, 0xc, 0x6fa21c, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:453 +0x5be
github.com/mozilla-services/heka/pipeline.(*iRunner).NewDeliverer(0xc208044c80, 0xc2220d1060, 0xc, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:514 +0x5a
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221f12928)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:123 +0x148
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 1 [chan receive]:
github.com/mozilla-services/heka/pipeline.Run(0xc208076400)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/pipeline_runner.go:341 +0x15c6
main.main()
/root/heka/build/heka/src/github.com/mozilla-services/heka/cmd/hekad/main.go:203 +0x143a
goroutine 5 [syscall]:
os/signal.loop()
/home/vagrant/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/home/vagrant/go/src/os/signal/signal_unix.go:27 +0x35
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/home/vagrant/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 6 [select]:
github.com/mozilla-services/heka/plugins/file.(*FileOutput).receiver(0xc20804d1a0, 0x7fc991a3d4a0, 0xc208036d00, 0xc20809a000, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/file/file_output.go:256 +0x916
github.com/mozilla-services/heka/plugins/file.(*FileOutput).Run(0xc20804d1a0, 0x7fc991a3d4a0, 0xc208036d00, 0x7fc991a3d930, 0xc208076400, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/file/file_output.go:230 +0x227
github.com/mozilla-services/heka/pipeline.(*foRunner).OldStarter(0xc208036d00, 0x7fc991a3d930, 0xc208076400, 0xc20800ab20)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1503 +0x92e
created by github.com/mozilla-services/heka/pipeline.(*foRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1074 +0xc4b
goroutine 8 [runnable]:
github.com/mozilla-services/heka/plugins/dasher.(*DashboardOutput).Run(0xc20807d030, 0x7fc991a3d4a0, 0xc208036680, 0x7fc991a3d930, 0xc208076400, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/dasher/dashboard_output.go:184 +0x1eb9
github.com/mozilla-services/heka/pipeline.(*foRunner).OldStarter(0xc208036680, 0x7fc991a3d930, 0xc208076400, 0xc20800ab20)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1503 +0x92e
created by github.com/mozilla-services/heka/pipeline.(*foRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1074 +0xc4b
goroutine 18 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*MatchRunner).run(0xc208064100, 0x3e8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:307 +0xda
created by github.com/mozilla-services/heka/pipeline.(*MatchRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:360 +0x3c
goroutine 19 [select]:
github.com/mozilla-services/heka/plugins/file.(*FileOutput).committer(0xc20804d1a0, 0x7fc991a3d4a0, 0xc208036d00, 0xc20809a000)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/file/file_output.go:331 +0xc37
created by github.com/mozilla-services/heka/plugins/file.(*FileOutput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/file/file_output.go:229 +0x1f3
goroutine 34 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*MatchRunner).run(0xc208064080, 0x3e8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:307 +0xda
created by github.com/mozilla-services/heka/pipeline.(*MatchRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:360 +0x3c
goroutine 35 [IO wait]:
net.(*pollDesc).Wait(0xc2080be060, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2080be060, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc2080be000, 0x0, 0x7fc991a33d70, 0xc2080b4010)
/home/vagrant/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc2080380c8, 0x6bf964, 0x0, 0x0)
/home/vagrant/go/src/net/tcpsock_posix.go:234 +0x4e
net/http.tcpKeepAliveListener.Accept(0xc2080380c8, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/http/server.go:1976 +0x4c
net/http.(*Server).Serve(0xc20804ca20, 0x7fc991a3da88, 0xc2080380c8, 0x0, 0x0)
/home/vagrant/go/src/net/http/server.go:1728 +0x92
net/http.(*Server).ListenAndServe(0xc20804ca20, 0x0, 0x0)
/home/vagrant/go/src/net/http/server.go:1718 +0x154
github.com/mozilla-services/heka/plugins/dasher.defaultStarter(0xc20807d030, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/dasher/dashboard_output.go:300 +0x3e
created by github.com/mozilla-services/heka/plugins/dasher.(*DashboardOutput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/dasher/dashboard_output.go:170 +0xa6
goroutine 9 [chan send]:
github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).ProcessMessage(0xc20805a4d0, 0xc2080e6e80, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:193 +0x223
github.com/mozilla-services/heka/pipeline.(*foRunner).channelLoop(0xc208036b60, 0x7fc991a3dac0, 0xc20805a4d0, 0x7fc991a3d930, 0xc208076400, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1125 +0x1e7
github.com/mozilla-services/heka/pipeline.(*foRunner).Starter(0xc208036b60, 0x7fc991a3dac0, 0xc20805a4d0, 0x7fc991a3d930, 0xc208076400, 0xc20800ab20)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1243 +0xd82
created by github.com/mozilla-services/heka/pipeline.(*foRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1072 +0xb6e
goroutine 50 [chan send]:
github.com/mozilla-services/heka/pipeline.(*MatchRunner).deliver(0xc208064580, 0xc208064c80, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:389 +0x314
github.com/mozilla-services/heka/pipeline.(*MatchRunner).run(0xc208064580, 0x3e8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:338 +0x2ed
created by github.com/mozilla-services/heka/pipeline.(*MatchRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:360 +0x3c
goroutine 10 [select]:
net/http.(*persistConn).roundTrip(0xc220256630, 0xc2220a9490, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/http/transport.go:1082 +0x7ad
net/http.(*Transport).RoundTrip(0xc208066e10, 0xc208121ad0, 0xc2220ac480, 0x0, 0x0)
/home/vagrant/go/src/net/http/transport.go:235 +0x558
net/http.send(0xc208121ad0, 0x7fc991a33f78, 0xc208066e10, 0x1c, 0x0, 0x0)
/home/vagrant/go/src/net/http/client.go:219 +0x4fc
net/http.(*Client).send(0xc20809cc60, 0xc208121ad0, 0x1c, 0x0, 0x0)
/home/vagrant/go/src/net/http/client.go:142 +0x15b
net/http.(*Client).doFollowingRedirects(0xc20809cc60, 0xc208121ad0, 0xc087c8, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/http/client.go:367 +0xb25
net/http.(*Client).Do(0xc20809cc60, 0xc208121ad0, 0xfe3160, 0x0, 0x0)
/home/vagrant/go/src/net/http/client.go:177 +0x192
github.com/mozilla-services/heka/plugins/elasticsearch.(*HttpBulkIndexer).Index(0xc20804cd80, 0xc22073c000, 0x22e43, 0x26000, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:405 +0x676
github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).sendRecord(0xc20805a4d0, 0xc22073c000, 0x22e43, 0x26000, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:273 +0x8f
github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).committer(0xc20805a4d0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:257 +0x1f6
created by github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).Prepare
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:173 +0x495
goroutine 11 [select]:
github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).sendBatch(0xc20805a4d0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:228 +0x278
github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).batchSender(0xc20805a4d0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:211 +0x350
created by github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).Prepare
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:182 +0x767
goroutine 12 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*DiagnosticTracker).Run(0xc20809cba0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/packet_tracking.go:136 +0x195
created by github.com/mozilla-services/heka/pipeline.Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/pipeline_runner.go:318 +0xe78
goroutine 13 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*DiagnosticTracker).Run(0xc20809cbd0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/packet_tracking.go:136 +0x195
created by github.com/mozilla-services/heka/pipeline.Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/pipeline_runner.go:319 +0xe95
goroutine 14 [chan send]:
github.com/mozilla-services/heka/pipeline.func·022()
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:193 +0x9dc
created by github.com/mozilla-services/heka/pipeline.(*messageRouter).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:208 +0x93
goroutine 15 [IO wait]:
net.(*pollDesc).Wait(0xc2080be0d0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2080be0d0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc2080be070, 0x0, 0x7fc991a33d70, 0xc20802adc0)
/home/vagrant/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20806c008, 0xc208021880, 0x0, 0x0)
/home/vagrant/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc20806c008, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/tcpsock_posix.go:244 +0x4c
net/http.(*Server).Serve(0xc20804c5a0, 0x7fc991a3add0, 0xc20806c008, 0x0, 0x0)
/home/vagrant/go/src/net/http/server.go:1728 +0x92
github.com/mozilla-services/heka/plugins/http.defaultStarter(0xc20804c540, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/http/http_listen_input.go:88 +0x42f
github.com/mozilla-services/heka/plugins/http.(*HttpListenInput).Run(0xc20804c540, 0x7fc991a3ab10, 0xc208044b40, 0x7fc991a3d930, 0xc208076400, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/http/http_listen_input.go:229 +0xb0
github.com/mozilla-services/heka/pipeline.(*iRunner).Starter(0xc208044b40, 0x7fc991a3d930, 0xc208076400, 0xc2080765a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:325 +0x19e
created by github.com/mozilla-services/heka/pipeline.(*iRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:305 +0x7e7
goroutine 16 [IO wait]:
net.(*pollDesc).Wait(0xc20807cf40, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20807cf40, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20807cee0, 0x0, 0x7fc991a33d70, 0xc2220c7d00)
/home/vagrant/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20806c030, 0xc2080fbd38, 0x0, 0x0)
/home/vagrant/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc20806c030, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run(0xc20803a500, 0x7fc991a3ab10, 0xc208044c80, 0x7fc991a3d930, 0xc208076400, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:167 +0xd6
github.com/mozilla-services/heka/pipeline.(*iRunner).Starter(0xc208044c80, 0x7fc991a3d930, 0xc208076400, 0xc2080765a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:325 +0x19e
created by github.com/mozilla-services/heka/pipeline.(*iRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:305 +0x7e7
goroutine 36 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202560b0, 0xc2202779b1, 0x3b4, 0x64f, 0x7fc991a47100, 0xc2080b0510)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202560b0, 0x7fc991a47138, 0xc20806c010, 0x7fc991a47100, 0xc2080b0510, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c010)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 37 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc20805a9a0, 0xc220274cf4, 0x658, 0x130c, 0x7fc991a47100, 0xc20806e930)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805a9a0, 0x7fc991a47138, 0xc20806c018, 0x7fc991a47100, 0xc20806e930, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c018)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 38 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202600b0, 0xc22028211d, 0x57c, 0x1ee3, 0x7fc991a47100, 0xc20809c990)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202600b0, 0x7fc991a47138, 0xc20806c020, 0x7fc991a47100, 0xc20809c990, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c020)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 39 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202540b0, 0xc22027a7a0, 0x7a5, 0x3860, 0x7fc991a47100, 0xc22023c420)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202540b0, 0x7fc991a47138, 0xc20806c048, 0x7fc991a47100, 0xc22023c420, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c048)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 40 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220254210, 0xc220341c1a, 0x3a2, 0x3e6, 0x7fc991a47100, 0xc22023c900)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254210, 0x7fc991a47138, 0xc20806c100, 0x7fc991a47100, 0xc22023c900, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c100)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 41 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202564d0, 0xc220470000, 0x56f, 0x2000, 0x7fc991a47100, 0xc2080b1710)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202564d0, 0x7fc991a47138, 0xc20806c060, 0x7fc991a47100, 0xc2080b1710, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c060)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 42 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220256370, 0xc220408000, 0x8e5, 0x2000, 0x7fc991a47100, 0xc2080b1230)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220256370, 0x7fc991a47138, 0xc20806c070, 0x7fc991a47100, 0xc2080b1230, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c070)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 43 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc20805ac60, 0xc220462ab5, 0x122, 0x154b, 0x7fc991a47100, 0xc2203ac480)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805ac60, 0x7fc991a47138, 0xc20806c078, 0x7fc991a47100, 0xc2203ac480, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c078)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 44 [IO wait]:
net.(*pollDesc).Wait(0xc2080be4c0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2080be4c0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080be460, 0xc2204f6000, 0x2000, 0x2000, 0x0, 0x7fc991a33d70, 0xc221192320)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20806c080, 0xc2204f6000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc20805adc0, 0x7fc991a47138, 0xc20806c080, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc20805adc0, 0x7fc991a47138, 0xc20806c080, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805adc0, 0x7fc991a47138, 0xc20806c080, 0x7fc991a47100, 0xc2203ac960, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c080)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 45 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc20805ab00, 0xc2203aebf0, 0x5fd, 0x1410, 0x7fc991a47100, 0xc20806ff80)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805ab00, 0x7fc991a47138, 0xc20806c088, 0x7fc991a47100, 0xc20806ff80, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c088)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 46 [IO wait]:
net.(*pollDesc).Wait(0xc2080be5a0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2080be5a0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080be540, 0xc220406000, 0x2000, 0x2000, 0x0, 0x7fc991a33d70, 0xc220d279b8)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20806c090, 0xc220406000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc220254370, 0x7fc991a47138, 0xc20806c090, 0x1134, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc220254370, 0x7fc991a47138, 0xc20806c090, 0x113a, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254370, 0x7fc991a47138, 0xc20806c090, 0x7fc991a47100, 0xc22023cde0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c090)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 47 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220256580, 0xc22047a000, 0x70a, 0x2000, 0x7fc991a47100, 0xc2080b1890)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220256580, 0x7fc991a47138, 0xc20806c098, 0x7fc991a47100, 0xc2080b1890, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c098)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 48 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220254580, 0xc2204f4000, 0x55d, 0x2000, 0x7fc991a47100, 0xc22023d620)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254580, 0x7fc991a47138, 0xc20806c0a0, 0x7fc991a47100, 0xc22023d620, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c0a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 49 [IO wait]:
net.(*pollDesc).Wait(0xc2080be6f0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2080be6f0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080be690, 0xc22065a000, 0x2000, 0x2000, 0x0, 0x7fc991a33d70, 0xc221192ef0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20806c0a8, 0xc22065a000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2202546e0, 0x7fc991a47138, 0xc20806c0a8, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2202546e0, 0x7fc991a47138, 0xc20806c0a8, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202546e0, 0x7fc991a47138, 0xc20806c0a8, 0x7fc991a47100, 0xc22023db00, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806c0a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 66 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc208111710, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 82 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024e120, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 51 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220236120, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 20 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220248120, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 52 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220256210, 0xc22034c8ce, 0x6dd, 0x1732, 0x7fc991a47100, 0xc2080b0d50)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220256210, 0x7fc991a47138, 0xc20811c280, 0x7fc991a47100, 0xc2080b0d50, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20811c280)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 83 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024e2d0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 53 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2202362d0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 67 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2202d23f0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 84 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024e480, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 54 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220236480, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 21 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220260210, 0xc2204eb6a6, 0x8a8, 0x95a, 0x7fc991a47100, 0xc2204603c0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220260210, 0x7fc991a47138, 0xc22021e8b0, 0x7fc991a47100, 0xc2204603c0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc22021e8b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 22 [IO wait]:
net.(*pollDesc).Wait(0xc220262140, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220262140, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2202620e0, 0xc2206b2000, 0x2000, 0x2000, 0x0, 0x7fc991a33d70, 0xc2210fd320)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22021e8b8, 0xc2206b2000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc220260370, 0x7fc991a47138, 0xc22021e8b8, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc220260370, 0x7fc991a47138, 0xc22021e8b8, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220260370, 0x7fc991a47138, 0xc22021e8b8, 0x7fc991a47100, 0xc2204608a0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc22021e8b8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 68 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2202d25a0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 55 [select]:
github.com/mozilla-services/heka/pipeline.(*messageRouter).Inject(0xc20807c000, 0xc20810ee80, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:102 +0x137
github.com/mozilla-services/heka/pipeline.(*dRunner).deliver(0xc220236630, 0xc20810ee80)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:675 +0x5e
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220236630, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:638 +0x186
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 56 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024e630, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 23 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220452870, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 85 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024e7e0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 69 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2202d2750, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 72 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220b066c0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 70 [IO wait]:
net.(*pollDesc).Wait(0xc208010530, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010530, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080104d0, 0xc220b82000, 0x4000, 0x4000, 0x0, 0x7fc991a33d70, 0xc221fe1d60)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20811cbf8, 0xc220b82000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
crypto/tls.(*block).readFromUntil(0xc2205149c0, 0x7fc991a47138, 0xc20811cbf8, 0x5, 0x0, 0x0)
/home/vagrant/go/src/crypto/tls/conn.go:454 +0xe6
crypto/tls.(*Conn).readRecord(0xc22054e000, 0x17, 0x0, 0x0)
/home/vagrant/go/src/crypto/tls/conn.go:539 +0x2da
crypto/tls.(*Conn).Read(0xc22054e000, 0xc20800f000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/crypto/tls/conn.go:904 +0x166
net/http.noteEOFReader.Read(0x7fc991a59760, 0xc22054e000, 0xc220256688, 0xc20800f000, 0x1000, 0x1000, 0x9743a0, 0x0, 0x0)
/home/vagrant/go/src/net/http/transport.go:1270 +0x6e
net/http.(*noteEOFReader).Read(0xc220b72940, 0xc20800f000, 0x1000, 0x1000, 0xc208013b00, 0x0, 0x0)
<autogenerated>:125 +0xd4
bufio.(*Reader).fill(0xc220b40780)
/home/vagrant/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).Peek(0xc220b40780, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/go/src/bufio/bufio.go:132 +0xf0
net/http.(*persistConn).readLoop(0xc220256630)
/home/vagrant/go/src/net/http/transport.go:842 +0xa4
created by net/http.(*Transport).dialConn
/home/vagrant/go/src/net/http/transport.go:660 +0xc9f
goroutine 86 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024e990, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 24 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220452a20, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 25 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202604d0, 0xc220aa9705, 0x126, 0x8fb, 0x7fc991a47100, 0xc220460f60)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202604d0, 0x7fc991a47138, 0xc22021ea60, 0x7fc991a47100, 0xc220460f60, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc22021ea60)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 26 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22090c240, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 71 [select]:
net/http.(*persistConn).writeLoop(0xc220256630)
/home/vagrant/go/src/net/http/transport.go:945 +0x41d
created by net/http.(*Transport).dialConn
/home/vagrant/go/src/net/http/transport.go:661 +0xcbc
goroutine 27 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220af34a0, 0xc220b81b21, 0x36a, 0x4df, 0x7fc991a47100, 0xc220b5f140)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220af34a0, 0x7fc991a47138, 0xc22021eaa8, 0x7fc991a47100, 0xc220b5f140, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc22021eaa8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 87 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220254840, 0xc220c70000, 0x7fe, 0x2000, 0x7fc991a47100, 0xc220c6e0f0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254840, 0x7fc991a47138, 0xc20806db18, 0x7fc991a47100, 0xc220c6e0f0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806db18)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 73 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220af3600, 0xc220ccd287, 0x3c8, 0xd79, 0x7fc991a47100, 0xc220c6c7b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220af3600, 0x7fc991a47138, 0xc2080392b0, 0x7fc991a47100, 0xc220c6c7b0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2080392b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 88 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024eb40, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 74 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220b06900, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 89 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202549a0, 0xc220d9b208, 0x5c2, 0xdf8, 0x7fc991a47100, 0xc220c6ed50)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202549a0, 0x7fc991a47138, 0xc20806dff0, 0x7fc991a47100, 0xc220c6ed50, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc20806dff0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 90 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024ecf0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 91 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220254a50, 0xc220e94cac, 0x3ad, 0x1354, 0x7fc991a47100, 0xc220c6f9e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254a50, 0x7fc991a47138, 0xc220d7e398, 0x7fc991a47100, 0xc220c6f9e0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc220d7e398)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 28 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220af3760, 0xc220e9798b, 0x11e, 0x675, 0x7fc991a47100, 0xc220c6d440)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220af3760, 0x7fc991a47138, 0xc22021eeb8, 0x7fc991a47100, 0xc220c6d440, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc22021eeb8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 59 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220af38c0, 0xc220e9a000, 0x5d0, 0x2000, 0x7fc991a47100, 0xc220c6d740)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220af38c0, 0x7fc991a47138, 0xc2208d3308, 0x7fc991a47100, 0xc220c6d740, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2208d3308)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 92 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220d29680, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 93 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202606e0, 0xc220e9c5c8, 0x8a4, 0x1a38, 0x7fc991a47100, 0xc220ddf3b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202606e0, 0x7fc991a47138, 0xc220d7e620, 0x7fc991a47100, 0xc220ddf3b0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc220d7e620)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 75 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220b06a20, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 94 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220256a50, 0xc220f1e6d0, 0x363, 0x1930, 0x7fc991a47100, 0xc220d3ed20)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220256a50, 0x7fc991a47138, 0xc220d7e628, 0x7fc991a47100, 0xc220d3ed20, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc220d7e628)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 76 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220b06b40, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 29 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220d29830, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 30 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220af3970, 0xc220f726cf, 0x69a, 0x1931, 0x7fc991a47100, 0xc220c6dcb0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220af3970, 0x7fc991a47138, 0xc22021f4a8, 0x7fc991a47100, 0xc220c6dcb0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc22021f4a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 60 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220e30750, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 77 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220d299e0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 95 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220af3ad0, 0xc220fa1517, 0x11a, 0xae9, 0x7fc991a47100, 0xc220f9e1b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220af3ad0, 0x7fc991a47138, 0xc220d7ee40, 0x7fc991a47100, 0xc220f9e1b0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc220d7ee40)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 61 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220254d10, 0xc220fa662d, 0x61e, 0x19d3, 0x7fc991a47100, 0xc220eb91d0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254d10, 0x7fc991a47138, 0xc2208d3600, 0x7fc991a47100, 0xc220eb91d0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2208d3600)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 78 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5c630, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 96 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024f170, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 97 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202608f0, 0xc2210b9850, 0x6b4, 0x7b0, 0x7fc991a47100, 0xc220f566c0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202608f0, 0x7fc991a47138, 0xc220d7f030, 0x7fc991a47100, 0xc220f566c0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc220d7f030)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 31 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220d29b00, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 32 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220254fd0, 0xc22119ece4, 0x78f, 0x131c, 0x7fc991a47100, 0xc2210436e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254fd0, 0x7fc991a47138, 0xc22021fc40, 0x7fc991a47100, 0xc2210436e0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc22021fc40)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 98 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220af3c30, 0xc2211ba693, 0x374, 0x196d, 0x7fc991a47100, 0xc221190360)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220af3c30, 0x7fc991a47138, 0xc220d7fa38, 0x7fc991a47100, 0xc221190360, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc220d7fa38)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 99 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024f5f0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 79 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5c7e0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 33 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220256fd0, 0xc2213b0d23, 0x3e0, 0x12dd, 0x7fc991a47100, 0xc22138c3c0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220256fd0, 0x7fc991a47138, 0xc221346278, 0x7fc991a47100, 0xc22138c3c0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221346278)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 62 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22108a750, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 63 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220af3d90, 0xc2213b93d7, 0x6d9, 0xc29, 0x7fc991a47100, 0xc2211d1d70)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220af3d90, 0x7fc991a47138, 0xc221229090, 0x7fc991a47100, 0xc2211d1d70, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221229090)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 100 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220255130, 0xc2214c207f, 0x620, 0x1f81, 0x7fc991a47100, 0xc221043bf0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255130, 0x7fc991a47138, 0xc220d7fda0, 0x7fc991a47100, 0xc221043bf0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc220d7fda0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 80 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5ca20, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 81 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220260bb0, 0xc2213eb948, 0x11c, 0x6b8, 0x7fc991a47100, 0xc2213c22a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220260bb0, 0x7fc991a47138, 0xc220ff39a8, 0x7fc991a47100, 0xc2213c22a0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc220ff39a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 64 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220257130, 0xc2213ed0dc, 0x2ac, 0xf24, 0x7fc991a47100, 0xc22138c960)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220257130, 0x7fc991a47138, 0xc221229098, 0x7fc991a47100, 0xc22138c960, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221229098)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 101 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22138aa20, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 102 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220af3ef0, 0xc221456475, 0x11e, 0x1b8b, 0x7fc991a47100, 0xc2213c62a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220af3ef0, 0x7fc991a47138, 0xc220d7fde8, 0x7fc991a47100, 0xc2213c62a0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc220d7fde8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 114 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221165830, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 65 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22108a900, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 130 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5cbd0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 103 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220257290, 0xc2214fb3c0, 0x421, 0xc40, 0x7fc991a47100, 0xc22138df50)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220257290, 0x7fc991a47138, 0xc220d7fe78, 0x7fc991a47100, 0xc22138df50, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc220d7fe78)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 146 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22108aab0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 115 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220255290, 0xc2216f8732, 0x3de, 0x18ce, 0x7fc991a47100, 0xc2213e4a80)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255290, 0x7fc991a47138, 0xc221347cd8, 0x7fc991a47100, 0xc2213e4a80, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221347cd8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 104 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2215d0510, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 105 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202553f0, 0xc2217093eb, 0x50f, 0xc15, 0x7fc991a47100, 0xc2213e4f90)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202553f0, 0x7fc991a47138, 0xc221644098, 0x7fc991a47100, 0xc2213e4f90, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221644098)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 106 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2215d06c0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 107 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202573f0, 0xc22170f4e9, 0x446, 0xb17, 0x7fc991a47100, 0xc221518e10)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202573f0, 0x7fc991a47138, 0xc2216440e0, 0x7fc991a47100, 0xc221518e10, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2216440e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 116 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220255550, 0xc221bc0cf8, 0x248, 0x1308, 0x7fc991a47100, 0xc2213e54d0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255550, 0x7fc991a47138, 0xc2216f6010, 0x7fc991a47100, 0xc2213e54d0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2216f6010)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 147 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2216e6630, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 108 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2215d0870, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 109 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220260e70, 0xc22171c000, 0x677, 0x2000, 0x7fc991a47100, 0xc22164b4a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220260e70, 0x7fc991a47138, 0xc221644128, 0x7fc991a47100, 0xc22164b4a0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221644128)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 148 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202556b0, 0xc221720000, 0x623, 0x2000, 0x7fc991a47100, 0xc2213e5a10)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202556b0, 0x7fc991a47138, 0xc221229c68, 0x7fc991a47100, 0xc2213e5a10, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221229c68)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 117 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2214814d0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 110 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2215d0a20, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 111 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220257550, 0xc2217259ae, 0x628, 0x652, 0x7fc991a47100, 0xc221519320)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220257550, 0x7fc991a47138, 0xc221644170, 0x7fc991a47100, 0xc221519320, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221644170)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 118 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220260f20, 0xc221768773, 0x774, 0x188d, 0x7fc991a47100, 0xc2213e5f50)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220260f20, 0x7fc991a47138, 0xc2216f6058, 0x7fc991a47100, 0xc2213e5f50, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2216f6058)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 131 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220261080, 0xc22181d055, 0x65a, 0xfab, 0x7fc991a47100, 0xc221776360)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220261080, 0x7fc991a47138, 0xc2214b4b08, 0x7fc991a47100, 0xc221776360, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2214b4b08)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 149 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2216e67e0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 112 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2215d0bd0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 119 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2217ea5a0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 120 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc22148e210, 0xc22182480e, 0x88e, 0x17f2, 0x7fc991a47100, 0xc221820390)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22148e210, 0x7fc991a47138, 0xc2216f6360, 0x7fc991a47100, 0xc221820390, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2216f6360)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 132 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5d0e0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 133 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220261130, 0xc2218d6000, 0x68c, 0x2000, 0x7fc991a47100, 0xc2218454d0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220261130, 0x7fc991a47138, 0xc2214b58d8, 0x7fc991a47100, 0xc2218454d0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2214b58d8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 121 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5d290, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 134 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202558c0, 0xc221913255, 0x610, 0xdab, 0x7fc991a47100, 0xc221798f60)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202558c0, 0x7fc991a47138, 0xc2214b5e78, 0x7fc991a47100, 0xc221798f60, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2214b5e78)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 113 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2215d0d80, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 150 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc22148e580, 0xc221a1a000, 0x773, 0x2000, 0x7fc991a47100, 0xc221821da0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22148e580, 0x7fc991a47138, 0xc221936510, 0x7fc991a47100, 0xc221821da0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221936510)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 135 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5d560, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 136 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220255a20, 0xc221b6a6ee, 0x8ad, 0x1912, 0x7fc991a47100, 0xc221b086c0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255a20, 0x7fc991a47138, 0xc221950708, 0x7fc991a47100, 0xc221b086c0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221950708)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 122 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc22148e6e0, 0xc221b5886d, 0x84c, 0x1793, 0x7fc991a47100, 0xc221a351a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22148e6e0, 0x7fc991a47138, 0xc2216f6f58, 0x7fc991a47100, 0xc221a351a0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2216f6f58)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 137 [select]:
github.com/mozilla-services/heka/pipeline.(*messageRouter).Inject(0xc20807c000, 0xc2080ba480, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:102 +0x137
github.com/mozilla-services/heka/pipeline.(*dRunner).deliver(0xc220f5d7a0, 0xc2080ba480)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:675 +0x5e
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5d7a0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:638 +0x186
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 162 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221ae2900, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 138 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202578c0, 0xc221d04f3d, 0xbab, 0x30c3, 0x7fc991a47100, 0xc221b21110)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202578c0, 0x7fc991a47138, 0xc221950900, 0x7fc991a47100, 0xc221b21110, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221950900)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 139 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc22148e8f0, 0xc221cbae65, 0x7ad, 0x119b, 0x7fc991a47100, 0xc221a35f50)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22148e8f0, 0x7fc991a47138, 0xc221950908, 0x7fc991a47100, 0xc221a35f50, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221950908)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 151 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5d950, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 140 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5da70, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 141 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220261290, 0xc221d4d15a, 0x51f, 0xea6, 0x7fc991a47100, 0xc221c38f60)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220261290, 0x7fc991a47138, 0xc221951040, 0x7fc991a47100, 0xc221c38f60, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221951040)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 163 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220255b80, 0xc221d4e6a3, 0x11c, 0x195d, 0x7fc991a47100, 0xc221b09e60)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255b80, 0x7fc991a47138, 0xc221645ae0, 0x7fc991a47100, 0xc221b09e60, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221645ae0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 164 [select]:
github.com/mozilla-services/heka/pipeline.(*messageRouter).Inject(0xc20807c000, 0xc2080b4880, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:102 +0x137
github.com/mozilla-services/heka/pipeline.(*dRunner).deliver(0xc221d323f0, 0xc2080b4880)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:675 +0x5e
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221d323f0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:638 +0x186
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 123 [select]:
github.com/mozilla-services/heka/pipeline.(*messageRouter).Inject(0xc20807c000, 0xc20810e080, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:102 +0x137
github.com/mozilla-services/heka/pipeline.(*dRunner).deliver(0xc221bbd9e0, 0xc20810e080)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:675 +0x5e
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221bbd9e0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:638 +0x186
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 152 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc22148ebb0, 0xc221e74000, 0x7df, 0x2000, 0x7fc991a47100, 0xc221e72030)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22148ebb0, 0x7fc991a47138, 0xc221d8c728, 0x7fc991a47100, 0xc221e72030, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221d8c728)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 142 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc22148ea50, 0xc221e6b670, 0x7b2, 0x990, 0x7fc991a47100, 0xc221cbdd10)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22148ea50, 0x7fc991a47138, 0xc221951898, 0x7fc991a47100, 0xc221cbdd10, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221951898)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 143 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220257a20, 0xc221e706b0, 0x375, 0x1950, 0x7fc991a47100, 0xc221db7110)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220257a20, 0x7fc991a47138, 0xc2219518a8, 0x7fc991a47100, 0xc221db7110, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc2219518a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 165 [IO wait]:
net.(*pollDesc).Wait(0xc221e66060, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc221e66060, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc221e66000, 0xc221e78000, 0x2000, 0x2000, 0x0, 0x7fc991a33d70, 0xc221f909a0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221645b58, 0xc221e78000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc220255ce0, 0x7fc991a47138, 0xc221645b58, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc220255ce0, 0x7fc991a47138, 0xc221645b58, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255ce0, 0x7fc991a47138, 0xc221645b58, 0x7fc991a47100, 0xc221e68420, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221645b58)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 144 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5dd40, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 153 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2218cd200, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 145 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f5de60, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 166 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221d325a0, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 178 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220257b80, 0xc221f46e12, 0x6f3, 0x11ee, 0x7fc991a47100, 0xc221db76e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220257b80, 0x7fc991a47138, 0xc221951c20, 0x7fc991a47100, 0xc221db76e0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221951c20)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 154 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2218cd320, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 167 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202613f0, 0xc221f9fbd2, 0x35c, 0x42e, 0x7fc991a47100, 0xc221f584b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202613f0, 0x7fc991a47138, 0xc221ef81d0, 0x7fc991a47100, 0xc221f584b0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221ef81d0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 155 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220255e40, 0xc221ff58b5, 0x668, 0x74b, 0x7fc991a47100, 0xc221e69da0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255e40, 0x7fc991a47138, 0xc221d8cd18, 0x7fc991a47100, 0xc221e69da0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc20803a500, 0x7fc991a42f68, 0xc221d8cd18)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 124 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221f24900, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 168 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221d32750, 0x7fc991a3d930, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
2016/02/04 23:16:50 Pre-loading: [zen_central_input_multi_decoder]
2016/02/04 23:16:50 Pre-loading: [ElasticSearchOutput]
2016/02/04 23:16:50 Pre-loading: [log_file]
2016/02/04 23:16:50 Pre-loading: [zen_central_input_decoder]
2016/02/04 23:16:50 Pre-loading: [HttpListenInput]
2016/02/04 23:16:50 Pre-loading: [TcpInput]
2016/02/04 23:16:50 Pre-loading: [zen_es_payload]
2016/02/04 23:16:50 Pre-loading: [RstEncoder]
2016/02/04 23:16:50 Pre-loading: [PayloadEncoder]
2016/02/04 23:16:50 Pre-loading: [Dashboard]
2016/02/04 23:16:50 Pre-loading: [modsec_geoip_decoder]
2016/02/04 23:16:50 Pre-loading: [NullSplitter]
2016/02/04 23:16:50 Loading: [NullSplitter]
2016/02/04 23:16:50 Pre-loading: [ProtobufDecoder]
2016/02/04 23:16:50 Loading: [ProtobufDecoder]
2016/02/04 23:16:50 Pre-loading: [ProtobufEncoder]
2016/02/04 23:16:50 Loading: [ProtobufEncoder]
2016/02/04 23:16:50 Pre-loading: [TokenSplitter]
2016/02/04 23:16:50 Loading: [TokenSplitter]
2016/02/04 23:16:50 Pre-loading: [HekaFramingSplitter]
2016/02/04 23:16:50 Loading: [HekaFramingSplitter]
2016/02/04 23:16:50 Loading: [zen_central_input_decoder]
2016/02/04 23:16:50 Loading: [modsec_geoip_decoder]
2016/02/04 23:16:50 Loading: [zen_central_input_multi_decoder]
2016/02/04 23:16:50 Loading: [zen_es_payload]
2016/02/04 23:16:50 Loading: [RstEncoder]
2016/02/04 23:16:50 Loading: [PayloadEncoder]
2016/02/04 23:16:50 Loading: [HttpListenInput]
2016/02/04 23:16:50 Loading: [TcpInput]
2016/02/04 23:16:50 Loading: [ElasticSearchOutput]
2016/02/04 23:16:50 Loading: [log_file]
2016/02/04 23:16:50 Loading: [Dashboard]
2016/02/04 23:16:50 Starting hekad...
2016/02/04 23:16:50 Output started: Dashboard
2016/02/04 23:16:50 Output started: ElasticSearchOutput
2016/02/04 23:16:50 Output started: log_file
2016/02/04 23:16:50 MessageRouter started.
2016/02/04 23:16:50 Input started: HttpListenInput
2016/02/04 23:16:50 Input 'HttpListenInput': Listening on :5000
2016/02/04 23:16:50 Input started: TcpInput
2016/02/04 23:17:13 Decoder 'TcpInput-zen_central_input_multi_decoder-52.28.196.122': stopped
2016/02/04 23:17:37 Decoder 'TcpInput-zen_central_input_multi_decoder-52.29.13.254': stopped
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x70 pc=0x4a4e8e]
goroutine 2130 [running]:
github.com/mozilla-services/heka/pipeline.(*iRunner).getDeliverFunc(0xc208044c80, 0xc23923cac0, 0xc, 0x6fa21c, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:453 +0x5be
github.com/mozilla-services/heka/pipeline.(*iRunner).NewDeliverer(0xc208044c80, 0xc23923cac0, 0xc, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:514 +0x5a
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2241a3f80)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:123 +0x148
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 1 [chan receive, 10 minutes]:
github.com/mozilla-services/heka/pipeline.Run(0xc208076400)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/pipeline_runner.go:341 +0x15c6
main.main()
/root/heka/build/heka/src/github.com/mozilla-services/heka/cmd/hekad/main.go:203 +0x143a
goroutine 5 [syscall, 10 minutes]:
os/signal.loop()
/home/vagrant/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/home/vagrant/go/src/os/signal/signal_unix.go:27 +0x35
goroutine 17 [syscall, 10 minutes, locked to thread]:
runtime.goexit()
/home/vagrant/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 7 [select]:
github.com/mozilla-services/heka/plugins/dasher.(*DashboardOutput).Run(0xc208010540, 0x7efc7527c110, 0xc208036ea0, 0x7efc75280a50, 0xc208076400, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/dasher/dashboard_output.go:184 +0x1eb9
github.com/mozilla-services/heka/pipeline.(*foRunner).OldStarter(0xc208036ea0, 0x7efc75280a50, 0xc208076400, 0xc2080e3a20)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1503 +0x92e
created by github.com/mozilla-services/heka/pipeline.(*foRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1074 +0xc4b
goroutine 18 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*MatchRunner).run(0xc208064080, 0x3e8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:307 +0xda
created by github.com/mozilla-services/heka/pipeline.(*MatchRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:360 +0x3c
goroutine 19 [IO wait, 10 minutes]:
net.(*pollDesc).Wait(0xc208082060, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208082060, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208082000, 0x0, 0x7efc75275d70, 0xc20802ab40)
/home/vagrant/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc208086000, 0x6bf964, 0x0, 0x0)
/home/vagrant/go/src/net/tcpsock_posix.go:234 +0x4e
net/http.tcpKeepAliveListener.Accept(0xc208086000, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/http/server.go:1976 +0x4c
net/http.(*Server).Serve(0xc20804c2a0, 0x7efc75280ae8, 0xc208086000, 0x0, 0x0)
/home/vagrant/go/src/net/http/server.go:1728 +0x92
net/http.(*Server).ListenAndServe(0xc20804c2a0, 0x0, 0x0)
/home/vagrant/go/src/net/http/server.go:1718 +0x154
github.com/mozilla-services/heka/plugins/dasher.defaultStarter(0xc208010540, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/dasher/dashboard_output.go:300 +0x3e
created by github.com/mozilla-services/heka/plugins/dasher.(*DashboardOutput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/dasher/dashboard_output.go:170 +0xa6
goroutine 8 [runnable]:
github.com/mozilla-services/heka/pipeline.(*GlobalConfigStruct).IsShuttingDown(0xc208098000, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/pipeline_runner.go:102
github.com/mozilla-services/heka/pipeline.(*foRunner).channelLoop(0xc208036680, 0x7efc75280bb0, 0xc20805a580, 0x7efc75280a50, 0xc208076400, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1124 +0x1b9
github.com/mozilla-services/heka/pipeline.(*foRunner).Starter(0xc208036680, 0x7efc75280bb0, 0xc20805a580, 0x7efc75280a50, 0xc208076400, 0xc2080e3a20)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1243 +0xd82
created by github.com/mozilla-services/heka/pipeline.(*foRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1072 +0xb6e
goroutine 34 [chan send]:
github.com/mozilla-services/heka/pipeline.(*MatchRunner).deliver(0xc208064f80, 0xc2080ec800, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:389 +0x314
github.com/mozilla-services/heka/pipeline.(*MatchRunner).run(0xc208064f80, 0x3e8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:338 +0x2ed
created by github.com/mozilla-services/heka/pipeline.(*MatchRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:360 +0x3c
goroutine 35 [select]:
net/http.(*persistConn).roundTrip(0xc226e30000, 0xc237445950, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/http/transport.go:1082 +0x7ad
net/http.(*Transport).RoundTrip(0xc208066630, 0xc230b26ea0, 0xc2392b3a80, 0x0, 0x0)
/home/vagrant/go/src/net/http/transport.go:235 +0x558
net/http.send(0xc230b26ea0, 0x7efc75275f78, 0xc208066630, 0x1c, 0x0, 0x0)
/home/vagrant/go/src/net/http/client.go:219 +0x4fc
net/http.(*Client).send(0xc20809cc90, 0xc230b26ea0, 0x1c, 0x0, 0x0)
/home/vagrant/go/src/net/http/client.go:142 +0x15b
net/http.(*Client).doFollowingRedirects(0xc20809cc90, 0xc230b26ea0, 0xc087c8, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/http/client.go:367 +0xb25
net/http.(*Client).Do(0xc20809cc90, 0xc230b26ea0, 0xfe3160, 0x0, 0x0)
/home/vagrant/go/src/net/http/client.go:177 +0x192
github.com/mozilla-services/heka/plugins/elasticsearch.(*HttpBulkIndexer).Index(0xc20804c8a0, 0xc22ea08000, 0x28e32, 0x3c000, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:405 +0x676
github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).sendRecord(0xc20805a580, 0xc22ea08000, 0x28e32, 0x3c000, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:273 +0x8f
github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).committer(0xc20805a580)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:257 +0x1f6
created by github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).Prepare
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:173 +0x495
goroutine 36 [select]:
github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).sendBatch(0xc20805a580)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:228 +0x278
github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).batchSender(0xc20805a580)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:211 +0x350
created by github.com/mozilla-services/heka/plugins/elasticsearch.(*ElasticSearchOutput).Prepare
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/elasticsearch/elasticsearch.go:182 +0x767
goroutine 9 [select]:
github.com/mozilla-services/heka/plugins/file.(*FileOutput).receiver(0xc20804ccc0, 0x7efc7527c110, 0xc208036d00, 0xc208072000, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/file/file_output.go:256 +0x916
github.com/mozilla-services/heka/plugins/file.(*FileOutput).Run(0xc20804ccc0, 0x7efc7527c110, 0xc208036d00, 0x7efc75280a50, 0xc208076400, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/file/file_output.go:230 +0x227
github.com/mozilla-services/heka/pipeline.(*foRunner).OldStarter(0xc208036d00, 0x7efc75280a50, 0xc208076400, 0xc2080e3a20)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1503 +0x92e
created by github.com/mozilla-services/heka/pipeline.(*foRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:1074 +0xc4b
goroutine 10 [runnable]:
github.com/mozilla-services/heka/pipeline.(*MatchRunner).run(0xc208065280, 0x3e8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:307 +0xda
created by github.com/mozilla-services/heka/pipeline.(*MatchRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:360 +0x3c
goroutine 11 [select]:
github.com/mozilla-services/heka/plugins/file.(*FileOutput).committer(0xc20804ccc0, 0x7efc7527c110, 0xc208036d00, 0xc208072000)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/file/file_output.go:331 +0xc37
created by github.com/mozilla-services/heka/plugins/file.(*FileOutput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/file/file_output.go:229 +0x1f3
goroutine 12 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*DiagnosticTracker).Run(0xc20809dce0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/packet_tracking.go:136 +0x195
created by github.com/mozilla-services/heka/pipeline.Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/pipeline_runner.go:318 +0xe78
goroutine 13 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*DiagnosticTracker).Run(0xc20809de00)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/packet_tracking.go:136 +0x195
created by github.com/mozilla-services/heka/pipeline.Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/pipeline_runner.go:319 +0xe95
goroutine 14 [runnable]:
runtime.Gosched()
/home/vagrant/go/src/runtime/proc.go:113 +0x14
github.com/mozilla-services/heka/pipeline.func·022()
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:135 +0x46
created by github.com/mozilla-services/heka/pipeline.(*messageRouter).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:208 +0x93
goroutine 15 [IO wait, 10 minutes]:
net.(*pollDesc).Wait(0xc208010140, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010140, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc2080100e0, 0x0, 0x7efc75275d70, 0xc2080ea080)
/home/vagrant/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc208086010, 0xfe3ec0, 0x0, 0x0)
/home/vagrant/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc208086010, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/tcpsock_posix.go:244 +0x4c
net/http.(*Server).Serve(0xc20804c600, 0x7efc7527ade0, 0xc208086010, 0x0, 0x0)
/home/vagrant/go/src/net/http/server.go:1728 +0x92
github.com/mozilla-services/heka/plugins/http.defaultStarter(0xc20804c5a0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/http/http_listen_input.go:88 +0x42f
github.com/mozilla-services/heka/plugins/http.(*HttpListenInput).Run(0xc20804c5a0, 0x7efc7527ab20, 0xc208044b40, 0x7efc75280a50, 0xc208076400, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/http/http_listen_input.go:229 +0xb0
github.com/mozilla-services/heka/pipeline.(*iRunner).Starter(0xc208044b40, 0x7efc75280a50, 0xc208076400, 0xc2080765a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:325 +0x19e
created by github.com/mozilla-services/heka/pipeline.(*iRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:305 +0x7e7
goroutine 16 [IO wait]:
net.(*pollDesc).Wait(0xc20807cf40, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20807cf40, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20807cee0, 0x0, 0x7efc75275d70, 0xc22e880da0)
/home/vagrant/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc208080038, 0xc2080fdd38, 0x0, 0x0)
/home/vagrant/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc208080038, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run(0xc2080e6140, 0x7efc7527ab20, 0xc208044c80, 0x7efc75280a50, 0xc208076400, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:167 +0xd6
github.com/mozilla-services/heka/pipeline.(*iRunner).Starter(0xc208044c80, 0x7efc75280a50, 0xc208076400, 0xc2080765a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:325 +0x19e
created by github.com/mozilla-services/heka/pipeline.(*iRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:305 +0x7e7
goroutine 50 [IO wait]:
net.(*pollDesc).Wait(0xc2080101b0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2080101b0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208010150, 0xc220274000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc220a891d8)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208086018, 0xc220274000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2202520b0, 0x7efc75289308, 0xc208086018, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2202520b0, 0x7efc75289308, 0xc208086018, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202520b0, 0x7efc75289308, 0xc208086018, 0x7efc752892d0, 0xc2080b4540, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086018)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 51 [IO wait]:
net.(*pollDesc).Wait(0xc208010220, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010220, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080101c0, 0xc220272000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22e502060)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208086020, 0xc220272000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026a0b0, 0x7efc75289308, 0xc208086020, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026a0b0, 0x7efc75289308, 0xc208086020, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026a0b0, 0x7efc75289308, 0xc208086020, 0x7efc752892d0, 0xc2080709f0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086020)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 52 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc20805ab00, 0xc22029c59a, 0x594, 0x1a66, 0x7efc752892d0, 0xc22025a6f0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805ab00, 0x7efc75289308, 0xc208086028, 0x7efc752892d0, 0xc22025a6f0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086028)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 53 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc20805ac60, 0xc2202f0cc2, 0x601, 0x133e, 0x7efc752892d0, 0xc22025abd0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805ac60, 0x7efc75289308, 0xc208086030, 0x7efc752892d0, 0xc22025abd0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086030)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 54 [IO wait]:
net.(*pollDesc).Wait(0xc208010450, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010450, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080103f0, 0xc22073a000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc2323dc158)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208086038, 0xc22073a000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc20805adc0, 0x7efc75289308, 0xc208086038, 0x21d4, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc20805adc0, 0x7efc75289308, 0xc208086038, 0x21da, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805adc0, 0x7efc75289308, 0xc208086038, 0x7efc752892d0, 0xc22025b0b0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086038)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 55 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220252370, 0xc2203da82c, 0x5bd, 0x17d4, 0x7efc752892d0, 0xc2203b6180)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220252370, 0x7efc75289308, 0xc208086040, 0x7efc752892d0, 0xc2203b6180, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086040)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 56 [IO wait]:
net.(*pollDesc).Wait(0xc208010530, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010530, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080104d0, 0xc22027c000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc226a02680)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208086048, 0xc22027c000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc20805a9a0, 0x7efc75289308, 0xc208086048, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc20805a9a0, 0x7efc75289308, 0xc208086048, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805a9a0, 0x7efc75289308, 0xc208086048, 0x7efc752892d0, 0xc22025a210, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086048)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 57 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220254210, 0xc22029f6f9, 0x611, 0x907, 0x7efc752892d0, 0xc20809cde0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254210, 0x7efc75289308, 0xc208086050, 0x7efc752892d0, 0xc20809cde0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086050)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 58 [IO wait]:
net.(*pollDesc).Wait(0xc208010680, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010680, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208010620, 0xc220276000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22585c4f0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208086058, 0xc220276000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2202540b0, 0x7efc75289308, 0xc208086058, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2202540b0, 0x7efc75289308, 0xc208086058, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202540b0, 0x7efc75289308, 0xc208086058, 0x7efc752892d0, 0xc20809c7b0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086058)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 59 [IO wait]:
net.(*pollDesc).Wait(0xc2080106f0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2080106f0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208010690, 0xc2202a0000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22a370ce0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208086060, 0xc2202a0000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026a210, 0x7efc75289308, 0xc208086060, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026a210, 0x7efc75289308, 0xc208086060, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026a210, 0x7efc75289308, 0xc208086060, 0x7efc752892d0, 0xc208070ed0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086060)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 60 [IO wait]:
net.(*pollDesc).Wait(0xc208010760, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010760, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208010700, 0xc225db8000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc231d474b0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208086068, 0xc225db8000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc220252210, 0x7efc75289308, 0xc208086068, 0x7efc7527b3a8, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc220252210, 0x7efc75289308, 0xc208086068, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220252210, 0x7efc75289308, 0xc208086068, 0x7efc752892d0, 0xc2080b51d0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086068)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 61 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22022a120, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 37 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc208126120, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 20 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024a120, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 66 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc208117710, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 67 [select]:
github.com/mozilla-services/heka/pipeline.(*messageRouter).Inject(0xc20807c000, 0xc2080efe00, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:102 +0x137
github.com/mozilla-services/heka/pipeline.(*dRunner).deliver(0xc2081178c0, 0xc2080efe00)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:675 +0x5e
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2081178c0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:638 +0x186
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 21 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22024a2d0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 62 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22022a2d0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 63 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc22026a370, 0xc22035502d, 0x81f, 0xfd3, 0x7efc752892d0, 0xc208071aa0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026a370, 0x7efc75289308, 0xc2080866c0, 0x7efc752892d0, 0xc208071aa0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2080866c0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 38 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2081279e0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 68 [select]:
github.com/mozilla-services/heka/pipeline.(*messageRouter).Inject(0xc20807c000, 0xc2080a0200, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:102 +0x137
github.com/mozilla-services/heka/pipeline.(*dRunner).deliver(0xc208117a70, 0xc2080a0200)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:675 +0x5e
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc208117a70, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:638 +0x186
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 64 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22022a750, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 65 [IO wait]:
net.(*pollDesc).Wait(0xc208010a00, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010a00, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080109a0, 0xc220448000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc232891490)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208086738, 0xc220448000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026a4d0, 0x7efc75289308, 0xc208086738, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026a4d0, 0x7efc75289308, 0xc208086738, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026a4d0, 0x7efc75289308, 0xc208086738, 0x7efc752892d0, 0xc220440060, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208086738)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 69 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc208117c20, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 42 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2204518c0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 39 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc208127b90, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 82 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22022a900, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 72 [IO wait]:
net.(*pollDesc).Wait(0xc208082530, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208082530, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080824d0, 0xc2212ca000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc227dc8da0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208038cc8, 0xc2212ca000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2209a8bb0, 0x7efc75289308, 0xc208038cc8, 0x3ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2209a8bb0, 0x7efc75289308, 0xc208038cc8, 0x4000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a8bb0, 0x7efc75289308, 0xc208038cc8, 0x7efc752892d0, 0xc2209e09c0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208038cc8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 22 [IO wait]:
net.(*pollDesc).Wait(0xc220256220, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220256220, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2202561c0, 0xc22a2e8000, 0x8000, 0x8000, 0x0, 0x7efc75275d70, 0xc22e819c50)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220238f30, 0xc22a2e8000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc20805b290, 0x7efc75289308, 0xc220238f30, 0x7ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc20805b290, 0x7efc75289308, 0xc220238f30, 0x8000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805b290, 0x7efc75289308, 0xc220238f30, 0x7efc752892d0, 0xc2207ce9f0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220238f30)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 43 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2209a8d10, 0xc220a0a7f4, 0xb69, 0x180c, 0x7efc752892d0, 0xc2209e0f00)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a8d10, 0x7efc75289308, 0xc208081530, 0x7efc752892d0, 0xc2209e0f00, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208081530)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 73 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22081c2d0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 44 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220451a70, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 74 [IO wait]:
net.(*pollDesc).Wait(0xc208082920, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208082920, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080828c0, 0xc220cf0000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc23293b3a0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2080394c8, 0xc220cf0000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc20805b6b0, 0x7efc75289308, 0xc2080394c8, 0x19c7, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc20805b6b0, 0x7efc75289308, 0xc2080394c8, 0x19cd, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805b6b0, 0x7efc75289308, 0xc2080394c8, 0x7efc752892d0, 0xc220b990b0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2080394c8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 45 [IO wait]:
net.(*pollDesc).Wait(0xc220939790, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220939790, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220939730, 0xc222bd6000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc22e8181a0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208081b20, 0xc222bd6000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc220254630, 0x7efc75289308, 0xc208081b20, 0x397d, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc220254630, 0x7efc75289308, 0xc208081b20, 0x3983, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254630, 0x7efc75289308, 0xc208081b20, 0x7efc752892d0, 0xc2203e31d0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208081b20)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 23 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22078f8c0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 75 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22081c870, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 76 [IO wait]:
net.(*pollDesc).Wait(0xc208082a00, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208082a00, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080829a0, 0xc220d66000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22a370f10)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208039c30, 0xc220d66000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026a630, 0x7efc75289308, 0xc208039c30, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026a630, 0x7efc75289308, 0xc208039c30, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026a630, 0x7efc75289308, 0xc208039c30, 0x7efc752892d0, 0xc220bb15c0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208039c30)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 46 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc20805b810, 0xc220d6ac00, 0x69d, 0x1400, 0x7efc752892d0, 0xc220b99ce0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805b810, 0x7efc75289308, 0xc208081cd8, 0x7efc752892d0, 0xc220b99ce0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc208081cd8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 83 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220ce3170, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 77 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22081cab0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 84 [IO wait]:
net.(*pollDesc).Wait(0xc208010df0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010df0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208010d90, 0xc227e9a000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc2368748c0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220d124c0, 0xc227e9a000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc20805b8c0, 0x7efc75289308, 0xc220d124c0, 0x3bb1, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc20805b8c0, 0x7efc75289308, 0xc220d124c0, 0x3bb7, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805b8c0, 0x7efc75289308, 0xc220d124c0, 0x7efc752892d0, 0xc220d86cf0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d124c0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 78 [IO wait]:
net.(*pollDesc).Wait(0xc208082d10, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208082d10, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208082cb0, 0xc238176000, 0x8000, 0x8000, 0x0, 0x7efc75275d70, 0xc236875338)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220d64188, 0xc238176000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026a790, 0x7efc75289308, 0xc220d64188, 0x7ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026a790, 0x7efc75289308, 0xc220d64188, 0x8000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026a790, 0x7efc75289308, 0xc220d64188, 0x7efc752892d0, 0xc220ee2030, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d64188)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 24 [IO wait]:
net.(*pollDesc).Wait(0xc220256300, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220256300, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2202562a0, 0xc2263ee000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc22db28220)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220239668, 0xc2263ee000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026a8f0, 0x7efc75289308, 0xc220239668, 0x3ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026a8f0, 0x7efc75289308, 0xc220239668, 0x4000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026a8f0, 0x7efc75289308, 0xc220239668, 0x7efc752892d0, 0xc220ee2330, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220239668)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 79 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220451d40, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 85 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220ecc240, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 86 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220ecc360, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 87 [IO wait]:
net.(*pollDesc).Wait(0xc208010f40, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208010f40, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208010ee0, 0xc220eea000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc225eb1db0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220d127a0, 0xc220eea000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc20805ba20, 0x7efc75289308, 0xc220d127a0, 0x7efc7529f050, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc20805ba20, 0x7efc75289308, 0xc220d127a0, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805ba20, 0x7efc75289308, 0xc220d127a0, 0x7efc752892d0, 0xc220d871a0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d127a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 88 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc22026aa50, 0xc220eee000, 0x72c, 0x2000, 0x7efc752892d0, 0xc220ee28d0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026aa50, 0x7efc75289308, 0xc220d127a8, 0x7efc752892d0, 0xc220ee28d0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d127a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 80 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22081cd80, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 81 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220254790, 0xc220ef1845, 0x426, 0x7bb, 0x7efc752892d0, 0xc2203e39b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254790, 0x7efc75289308, 0xc220d643c0, 0x7efc752892d0, 0xc2203e39b0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d643c0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 89 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220ecc510, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 25 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220e57050, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 98 [IO wait]:
net.(*pollDesc).Wait(0xc208082ed0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208082ed0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208082e70, 0xc2256dc000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc22e819fe0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220d645b0, 0xc2256dc000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2202548f0, 0x7efc75289308, 0xc220d645b0, 0x2da7, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2202548f0, 0x7efc75289308, 0xc220d645b0, 0x2dad, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202548f0, 0x7efc75289308, 0xc220d645b0, 0x7efc752892d0, 0xc220f12750, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d645b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 26 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220e57290, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 27 [IO wait]:
net.(*pollDesc).Wait(0xc220256920, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220256920, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2202568c0, 0xc22b098000, 0x8000, 0x8000, 0x0, 0x7efc75275d70, 0xc236875440)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220239ce8, 0xc22b098000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026abb0, 0x7efc75289308, 0xc220239ce8, 0x7ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026abb0, 0x7efc75289308, 0xc220239ce8, 0x8000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026abb0, 0x7efc75289308, 0xc220239ce8, 0x7efc752892d0, 0xc220ee3e60, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220239ce8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 90 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220f83ef0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 91 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc20805bce0, 0xc22112d382, 0x974, 0xc7e, 0x7efc752892d0, 0xc220d87aa0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805bce0, 0x7efc75289308, 0xc220d133c8, 0x7efc752892d0, 0xc220d87aa0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d133c8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 99 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2210dea20, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 100 [IO wait]:
net.(*pollDesc).Wait(0xc208082fb0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208082fb0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208082f50, 0xc221220000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22a371030)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220d645f8, 0xc221220000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc20805be40, 0x7efc75289308, 0xc220d645f8, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc20805be40, 0x7efc75289308, 0xc220d645f8, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc20805be40, 0x7efc75289308, 0xc220d645f8, 0x7efc752892d0, 0xc22121e000, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d645f8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 101 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221206510, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 102 [IO wait]:
net.(*pollDesc).Wait(0xc208083090, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208083090, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208083030, 0xc22e596000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc22e72f5d0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220d64640, 0xc22e596000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2209a9340, 0x7efc75289308, 0xc220d64640, 0x3ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2209a9340, 0x7efc75289308, 0xc220d64640, 0x4000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a9340, 0x7efc75289308, 0xc220d64640, 0x7efc752892d0, 0xc2212242a0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d64640)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 47 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220fe8360, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 48 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2209a94a0, 0xc2212a47f2, 0x7fb, 0x180e, 0x7efc752892d0, 0xc2212247e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a94a0, 0x7efc75289308, 0xc2211e8328, 0x7efc752892d0, 0xc2212247e0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2211e8328)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 49 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220fe8510, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 28 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220254bb0, 0xc2213446cd, 0x636, 0x1933, 0x7efc752892d0, 0xc221268960)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220254bb0, 0x7efc75289308, 0xc2211643e8, 0x7efc752892d0, 0xc221268960, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2211643e8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 29 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220e57710, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 30 [IO wait]:
net.(*pollDesc).Wait(0xc220256a70, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220256a70, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220256a10, 0xc2268ae000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc224c57020)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221164430, 0xc2268ae000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026ad10, 0x7efc75289308, 0xc221164430, 0x3ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026ad10, 0x7efc75289308, 0xc221164430, 0x4000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026ad10, 0x7efc75289308, 0xc221164430, 0x7efc752892d0, 0xc22113dfb0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221164430)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 92 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2212b1a70, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 114 [IO wait]:
net.(*pollDesc).Wait(0xc220939b10, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220939b10, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220939ab0, 0xc221600000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc231d47130)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2211e9d50, 0xc221600000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2209a9600, 0x7efc75289308, 0xc2211e9d50, 0x7efc7529e810, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2209a9600, 0x7efc75289308, 0xc2211e9d50, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a9600, 0x7efc75289308, 0xc2211e9d50, 0x7efc752892d0, 0xc221437bf0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2211e9d50)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 115 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220fe9d40, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 116 [IO wait]:
net.(*pollDesc).Wait(0xc220939bf0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220939bf0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220939b90, 0xc22167e000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22b0e86d0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221644148, 0xc22167e000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026ae70, 0x7efc75289308, 0xc221644148, 0x7efc7529e750, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026ae70, 0x7efc75289308, 0xc221644148, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026ae70, 0x7efc75289308, 0xc221644148, 0x7efc752892d0, 0xc221676300, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221644148)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 103 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2209a9760, 0xc226aa2000, 0x880, 0x4000, 0x7efc752892d0, 0xc2216406f0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a9760, 0x7efc75289308, 0xc220d652b0, 0x7efc752892d0, 0xc2216406f0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d652b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 93 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2215ee5a0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 117 [runnable, locked to thread]:
github.com/mozilla-services/heka/sandbox/lua._Cfunc_process_message(0x7efc4c005630, 0xc200000000)
github.com/mozilla-services/heka/sandbox/lua/_obj/_cgo_gotypes.go:98 +0x43
github.com/mozilla-services/heka/sandbox/lua.(*LuaSandbox).ProcessMessage(0xc22167c1c0, 0xc208333c00, 0x9325)
/root/heka/build/heka/src/github.com/mozilla-services/heka/sandbox/lua/lua_sandbox.go:759 +0x5d
github.com/mozilla-services/heka/sandbox/plugins.(*SandboxDecoder).Decode(0xc2209a96b0, 0xc208333c00, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/sandbox/plugins/sandbox_decoder.go:297 +0x1ad
github.com/mozilla-services/heka/pipeline.(*MultiDecoder).getDecodedPacks(0xc2214c3b00, 0xc2216403b0, 0x1, 0x1, 0xc220a911e0, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/multidecoder.go:318 +0x1aa
github.com/mozilla-services/heka/pipeline.(*MultiDecoder).getDecodedPacks(0xc2214c3b00, 0xc2216403a0, 0x2, 0x2, 0xc220a911d0, 0x1, 0x1, 0xc220a911e0, 0x1, 0x1, ...)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/multidecoder.go:344 +0x4f6
github.com/mozilla-services/heka/pipeline.(*MultiDecoder).getDecodedPacks(0xc2214c3b00, 0xc221640390, 0x3, 0x3, 0xc2363e9d60, 0x1, 0x1, 0xc220a911d0, 0x1, 0x1, ...)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/multidecoder.go:344 +0x4f6
github.com/mozilla-services/heka/pipeline.(*MultiDecoder).Decode(0xc2214c3b00, 0xc208333c00, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/multidecoder.go:402 +0xa91
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc220fe9ef0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:636 +0xef
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 104 [IO wait]:
net.(*pollDesc).Wait(0xc208083800, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208083800, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080837a0, 0xc223748000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc2270bf040)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc220d65678, 0xc223748000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2209a9810, 0x7efc75289308, 0xc220d65678, 0x2d1e, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2209a9810, 0x7efc75289308, 0xc220d65678, 0x2d24, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a9810, 0x7efc75289308, 0xc220d65678, 0x7efc752892d0, 0xc22169d320, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc220d65678)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 31 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2217d80b0, 0xc2217dba2c, 0x38b, 0x5d4, 0x7efc752892d0, 0xc22176abd0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2217d80b0, 0x7efc75289308, 0xc2211650a0, 0x7efc752892d0, 0xc22176abd0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2211650a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 118 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2215594d0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 119 [IO wait]:
net.(*pollDesc).Wait(0xc220939f00, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220939f00, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220939ea0, 0xc22ff88000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc22bd35ba0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2216443d0, 0xc22ff88000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2209a9970, 0x7efc75289308, 0xc2216443d0, 0x391e, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2209a9970, 0x7efc75289308, 0xc2216443d0, 0x3924, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a9970, 0x7efc75289308, 0xc2216443d0, 0x7efc752892d0, 0xc22169d830, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2216443d0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 105 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2215595f0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 120 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2216841b0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 121 [IO wait]:
net.(*pollDesc).Wait(0xc220939fe0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220939fe0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220939f80, 0xc2218f2000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc228395aa8)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221644418, 0xc2218f2000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2217d8210, 0x7efc75289308, 0xc221644418, 0x7efc706e4948, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2217d8210, 0x7efc75289308, 0xc221644418, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2217d8210, 0x7efc75289308, 0xc221644418, 0x7efc752892d0, 0xc22176b890, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221644418)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 32 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220255130, 0xc22187f491, 0x7b9, 0xb6f, 0x7efc752892d0, 0xc2217847e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255130, 0x7efc75289308, 0xc221165110, 0x7efc752892d0, 0xc2217847e0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221165110)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 94 [IO wait]:
net.(*pollDesc).Wait(0xc208011720, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208011720, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2080116c0, 0xc2218ce000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22d170fd0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221348fe0, 0xc2218ce000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2202551e0, 0x7efc75289308, 0xc221348fe0, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2202551e0, 0x7efc75289308, 0xc221348fe0, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202551e0, 0x7efc75289308, 0xc221348fe0, 0x7efc752892d0, 0xc221784c90, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221348fe0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 33 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22184abd0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 122 [IO wait]:
net.(*pollDesc).Wait(0xc2218c4060, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2218c4060, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2218c4000, 0xc222158000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc2260a1110)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221644488, 0xc222158000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026b080, 0x7efc75289308, 0xc221644488, 0x3306, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026b080, 0x7efc75289308, 0xc221644488, 0x330c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026b080, 0x7efc75289308, 0xc221644488, 0x7efc752892d0, 0xc221803410, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221644488)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 130 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2217794d0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 106 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2218bc510, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 95 [select]:
github.com/mozilla-services/heka/pipeline.(*messageRouter).Inject(0xc20807c000, 0xc2080efc00, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:102 +0x137
github.com/mozilla-services/heka/pipeline.(*dRunner).deliver(0xc2218bcfc0, 0xc2080efc00)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:675 +0x5e
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2218bcfc0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:638 +0x186
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 96 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220255340, 0xc221a1a96f, 0xa05, 0x1691, 0x7efc752892d0, 0xc2219692c0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255340, 0x7efc75289308, 0xc221349258, 0x7efc752892d0, 0xc2219692c0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221349258)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 131 [IO wait]:
net.(*pollDesc).Wait(0xc220256fb0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220256fb0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220256f50, 0xc221a28000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22b0eeaa8)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221165cc8, 0xc221a28000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026b1e0, 0x7efc75289308, 0xc221165cc8, 0x7efc706e4588, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026b1e0, 0x7efc75289308, 0xc221165cc8, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026b1e0, 0x7efc75289308, 0xc221165cc8, 0x7efc752892d0, 0xc221803c80, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221165cc8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 132 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221779710, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 97 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2218bd170, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 133 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc22026b340, 0xc221a91441, 0x881, 0xbbf, 0x7efc752892d0, 0xc221a76270)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026b340, 0x7efc75289308, 0xc2219ee580, 0x7efc752892d0, 0xc221a76270, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2219ee580)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 146 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2218bd320, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 147 [IO wait]:
net.(*pollDesc).Wait(0xc208011bf0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208011bf0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208011b90, 0xc221b1e000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22b136540)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221349868, 0xc221b1e000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2209a9ad0, 0x7efc75289308, 0xc221349868, 0x7efc706e4408, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2209a9ad0, 0x7efc75289308, 0xc221349868, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a9ad0, 0x7efc75289308, 0xc221349868, 0x7efc752892d0, 0xc22192ca80, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221349868)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 123 [IO wait]:
net.(*pollDesc).Wait(0xc2218c40d0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2218c40d0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2218c4070, 0xc227000000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc22c10e150)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2216449e8, 0xc227000000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2217d8370, 0x7efc75289308, 0xc2216449e8, 0x3ede, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2217d8370, 0x7efc75289308, 0xc2216449e8, 0x3ee4, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2217d8370, 0x7efc75289308, 0xc2216449e8, 0x7efc752892d0, 0xc221992d50, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2216449e8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 124 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2219cdcb0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 107 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221ada6c0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 148 [IO wait]:
net.(*pollDesc).Wait(0xc208011c60, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208011c60, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208011c00, 0xc221b48000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc2392aab70)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221349878, 0xc221b48000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2217d84d0, 0x7efc75289308, 0xc221349878, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2217d84d0, 0x7efc75289308, 0xc221349878, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2217d84d0, 0x7efc75289308, 0xc221349878, 0x7efc752892d0, 0xc221993230, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221349878)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 108 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221ada870, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 125 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202554a0, 0xc221c478b4, 0x435, 0x74c, 0x7efc752892d0, 0xc221aa2f30)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202554a0, 0x7efc75289308, 0xc221644c60, 0x7efc752892d0, 0xc221aa2f30, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221644c60)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 126 [IO wait]:
net.(*pollDesc).Wait(0xc2218c4450, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2218c4450, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2218c43f0, 0xc221c4a000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22e7a71d0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221644c68, 0xc221c4a000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2209a9c30, 0x7efc75289308, 0xc221644c68, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2209a9c30, 0x7efc75289308, 0xc221644c68, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a9c30, 0x7efc75289308, 0xc221644c68, 0x7efc752892d0, 0xc221b3bb00, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221644c68)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 149 [IO wait]:
net.(*pollDesc).Wait(0xc208011cd0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208011cd0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208011c70, 0xc221c50000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc228395ae0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221349ee0, 0xc221c50000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2217d8630, 0x7efc75289308, 0xc221349ee0, 0x7efc706e4048, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2217d8630, 0x7efc75289308, 0xc221349ee0, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2217d8630, 0x7efc75289308, 0xc221349ee0, 0x7efc752892d0, 0xc221b94a50, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221349ee0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 134 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221beb290, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 127 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2219cdef0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 128 [IO wait]:
net.(*pollDesc).Wait(0xc2218c4530, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2218c4530, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2218c44d0, 0xc221cba000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc2323dc040)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221644cb0, 0xc221cba000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026b4a0, 0x7efc75289308, 0xc221644cb0, 0x7efc706e3f88, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026b4a0, 0x7efc75289308, 0xc221644cb0, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026b4a0, 0x7efc75289308, 0xc221644cb0, 0x7efc752892d0, 0xc221a77b30, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221644cb0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 109 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221adaa20, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 150 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2218bd560, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 110 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2217d88f0, 0xc22141e000, 0x867, 0x4000, 0x7efc752892d0, 0xc221d32690)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2217d88f0, 0x7efc75289308, 0xc221ca4a58, 0x7efc752892d0, 0xc221d32690, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221ca4a58)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 151 [runnable]:
net.(*pollDesc).Wait(0xc208011e90, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208011e90, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208011e30, 0xc221d6c000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22b0ee720)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221d26108, 0xc221d6c000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc22026b600, 0x7efc75289308, 0xc221d26108, 0x7efc706e3e08, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc22026b600, 0x7efc75289308, 0xc221d26108, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22026b600, 0x7efc75289308, 0xc221d26108, 0x7efc752892d0, 0xc221d64360, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221d26108)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 129 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2209a9d90, 0xc221d92e1a, 0x8d4, 0x11e6, 0x7efc752892d0, 0xc221d700f0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a9d90, 0x7efc75289308, 0xc221644ce8, 0x7efc752892d0, 0xc221d700f0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221644ce8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 111 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221adad80, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 112 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2217d8a50, 0xc221d7b201, 0x11f, 0xdff, 0x7efc752892d0, 0xc221d32bd0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2217d8a50, 0x7efc75289308, 0xc221ca4aa0, 0x7efc752892d0, 0xc221d32bd0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221ca4aa0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 152 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2218bd710, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 113 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221adaf30, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 162 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221cf39e0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 137 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc220255760, 0xc221f6ba52, 0x3cf, 0x5ae, 0x7efc752892d0, 0xc221dadef0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255760, 0x7efc75289308, 0xc2219efdd8, 0x7efc752892d0, 0xc221dadef0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2219efdd8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 138 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221beb680, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 139 [IO wait]:
net.(*pollDesc).Wait(0xc220257790, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220257790, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220257730, 0xc221f90000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc2392aa640)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221f1e270, 0xc221f90000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2209a9ef0, 0x7efc75289308, 0xc221f1e270, 0x1a39, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2209a9ef0, 0x7efc75289308, 0xc221f1e270, 0x1a3f, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2209a9ef0, 0x7efc75289308, 0xc221f1e270, 0x7efc752892d0, 0xc221d70bd0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221f1e270)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 163 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221f014d0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 179 [IO wait]:
net.(*pollDesc).Wait(0xc208083fe0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208083fe0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208083f80, 0xc235742000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc232914bc0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221ca51a8, 0xc235742000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2220700b0, 0x7efc75289308, 0xc221ca51a8, 0x3ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2220700b0, 0x7efc75289308, 0xc221ca51a8, 0x4000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2220700b0, 0x7efc75289308, 0xc221ca51a8, 0x7efc752892d0, 0xc221d71890, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221ca51a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 164 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221f01680, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 165 [IO wait]:
net.(*pollDesc).Wait(0xc2218c4760, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2218c4760, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2218c4700, 0xc2221cc000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc232914cd0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2216455c0, 0xc2221cc000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2217d8bb0, 0x7efc75289308, 0xc2216455c0, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2217d8bb0, 0x7efc75289308, 0xc2216455c0, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2217d8bb0, 0x7efc75289308, 0xc2216455c0, 0x7efc752892d0, 0xc222078420, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2216455c0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 181 [IO wait]:
net.(*pollDesc).Wait(0xc221d725a0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc221d725a0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc221d72540, 0xc2224f0000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22585d780)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221f1f2e0, 0xc2224f0000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc220255e40, 0x7efc75289308, 0xc221f1f2e0, 0x1cc9, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc220255e40, 0x7efc75289308, 0xc221f1f2e0, 0x1ccf, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc220255e40, 0x7efc75289308, 0xc221f1f2e0, 0x7efc752892d0, 0xc22209df50, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221f1f2e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 182 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc22225e750, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 180 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221e2eab0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 166 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc222070210, 0xc2223aac78, 0x120, 0x1388, 0x7efc752892d0, 0xc22209d0e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222070210, 0x7efc75289308, 0xc221645c50, 0x7efc752892d0, 0xc22209d0e0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221645c50)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 156 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc222245810, 0xc223c068a2, 0x120c, 0x375e, 0x7efc752892d0, 0xc222235620)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222245810, 0x7efc75289308, 0xc2221bc1b0, 0x7efc752892d0, 0xc222235620, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2221bc1b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 140 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2202558c0, 0xc2223ac000, 0x7cd, 0x2000, 0x7efc752892d0, 0xc221f8ecf0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2202558c0, 0x7efc75289308, 0xc221f1e6f8, 0x7efc752892d0, 0xc221f8ecf0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221f1e6f8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 157 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222237290, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 167 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc221f018c0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 141 [select]:
github.com/mozilla-services/heka/pipeline.(*messageRouter).Inject(0xc20807c000, 0xc20806db80, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:102 +0x137
github.com/mozilla-services/heka/pipeline.(*dRunner).deliver(0xc222156ab0, 0xc20806db80)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:675 +0x5e
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222156ab0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:638 +0x186
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 168 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc222245b80, 0xc2224dc000, 0x6d0, 0x2000, 0x7efc752892d0, 0xc222444b70)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222245b80, 0x7efc75289308, 0xc22234aba8, 0x7efc752892d0, 0xc222444b70, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc22234aba8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 169 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222476360, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 170 [IO wait]:
net.(*pollDesc).Wait(0xc220257d40, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc220257d40, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc220257ce0, 0xc2224f2000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc2392831a0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22234add8, 0xc2224f2000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc222245ce0, 0x7efc75289308, 0xc22234add8, 0x1bbd, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc222245ce0, 0x7efc75289308, 0xc22234add8, 0x1bc3, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222245ce0, 0x7efc75289308, 0xc22234add8, 0x7efc752892d0, 0xc2224450b0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc22234add8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 142 [IO wait]:
net.(*pollDesc).Wait(0xc2218c4ae0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2218c4ae0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2218c4a80, 0xc237cbe000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc22b0ee6f0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2224d2030, 0xc237cbe000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc222070370, 0x7efc75289308, 0xc2224d2030, 0x7efc706f9c48, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc222070370, 0x7efc75289308, 0xc2224d2030, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222070370, 0x7efc75289308, 0xc2224d2030, 0x7efc752892d0, 0xc2224d04e0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2224d2030)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 171 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222476510, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 143 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222487200, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 144 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2220704d0, 0xc2225fb8bd, 0x2a2, 0x743, 0x7efc752892d0, 0xc2225f81b0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2220704d0, 0x7efc75289308, 0xc2224d2220, 0x7efc752892d0, 0xc2225f81b0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2224d2220)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 183 [IO wait]:
net.(*pollDesc).Wait(0xc221d72680, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc221d72680, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc221d72620, 0xc2225fc000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc228395ac8)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221f1fa78, 0xc2225fc000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc222070630, 0x7efc75289308, 0xc221f1fa78, 0x7efc706f9ac8, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc222070630, 0x7efc75289308, 0xc221f1fa78, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222070630, 0x7efc75289308, 0xc221f1fa78, 0x7efc752892d0, 0xc2225f8480, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221f1fa78)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 145 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2224874d0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 172 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc222245e40, 0xc2225fe000, 0x716, 0x2000, 0x7efc752892d0, 0xc222445a70)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222245e40, 0x7efc75289308, 0xc22234b0f0, 0x7efc752892d0, 0xc222445a70, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc22234b0f0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 194 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2224875f0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 173 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2224766c0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 158 [IO wait]:
net.(*pollDesc).Wait(0xc2226ea290, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2226ea290, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2226ea230, 0xc2227fa000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22f1ff838)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2221bcac0, 0xc2227fa000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2223560b0, 0x7efc75289308, 0xc2221bcac0, 0x7efc706f9948, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2223560b0, 0x7efc75289308, 0xc2221bcac0, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2223560b0, 0x7efc75289308, 0xc2221bcac0, 0x7efc752892d0, 0xc22252f260, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2221bcac0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 184 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2227ea1b0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 185 [IO wait]:
net.(*pollDesc).Wait(0xc221d72760, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc221d72760, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc221d72700, 0xc22280a000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22b0eea60)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221f1fc98, 0xc22280a000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2228060b0, 0x7efc75289308, 0xc221f1fc98, 0x7efc706f9888, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2228060b0, 0x7efc75289308, 0xc221f1fc98, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2228060b0, 0x7efc75289308, 0xc221f1fc98, 0x7efc752892d0, 0xc222705ce0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221f1fc98)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 159 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222575b00, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 174 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc222806210, 0xc225832000, 0x164e, 0x4000, 0x7efc752892d0, 0xc2228290e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222806210, 0x7efc75289308, 0xc22278c390, 0x7efc752892d0, 0xc2228290e0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc22278c390)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 160 [select]:
github.com/mozilla-services/heka/pipeline.(*messageRouter).Inject(0xc20807c000, 0xc2080a0c00, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/router.go:102 +0x137
github.com/mozilla-services/heka/pipeline.(*dRunner).deliver(0xc222575cb0, 0xc2080a0c00)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:675 +0x5e
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222575cb0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:638 +0x186
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 186 [IO wait]:
net.(*pollDesc).Wait(0xc221d727d0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc221d727d0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc221d72770, 0xc2229b0000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc22c10f150)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221f1ffd0, 0xc2229b0000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc222806370, 0x7efc75289308, 0xc221f1ffd0, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc222806370, 0x7efc75289308, 0xc221f1ffd0, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222806370, 0x7efc75289308, 0xc221f1ffd0, 0x7efc752892d0, 0xc222829e30, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221f1ffd0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 187 [IO wait]:
net.(*pollDesc).Wait(0xc221d72840, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc221d72840, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc221d727e0, 0xc2229b2000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc228395a78)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221f1ffd8, 0xc2229b2000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2220706e0, 0x7efc75289308, 0xc221f1ffd8, 0x7efc706f9648, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2220706e0, 0x7efc75289308, 0xc221f1ffd8, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2220706e0, 0x7efc75289308, 0xc221f1ffd8, 0x7efc752892d0, 0xc22292f920, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc221f1ffd8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 161 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222575e60, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 195 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222477320, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 175 [IO wait]:
net.(*pollDesc).Wait(0xc222168300, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc222168300, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2221682a0, 0xc222d0a000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc22dd86950)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22278cee0, 0xc222d0a000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc222070840, 0x7efc75289308, 0xc22278cee0, 0x3ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc222070840, 0x7efc75289308, 0xc22278cee0, 0x4000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222070840, 0x7efc75289308, 0xc22278cee0, 0x7efc752892d0, 0xc222a8e120, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc22278cee0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 210 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2220709a0, 0xc222b16cac, 0x70c, 0x1354, 0x7efc752892d0, 0xc222a8eba0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2220709a0, 0x7efc75289308, 0xc2229d83e0, 0x7efc752892d0, 0xc222a8eba0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2229d83e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 196 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2228d4ab0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 197 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2228d5320, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 188 [IO wait]:
net.(*pollDesc).Wait(0xc221d728b0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc221d728b0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc221d72850, 0xc222c0a000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc2242402e0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22294c498, 0xc222c0a000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2228064d0, 0x7efc75289308, 0xc22294c498, 0x1637, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2228064d0, 0x7efc75289308, 0xc22294c498, 0x163d, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2228064d0, 0x7efc75289308, 0xc22294c498, 0x7efc752892d0, 0xc222b984e0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc22294c498)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 211 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222c04090, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 212 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc222bb0210, 0xc222d134e9, 0x627, 0xb17, 0x7efc752892d0, 0xc222b29d40)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222bb0210, 0x7efc75289308, 0xc2229d9560, 0x7efc752892d0, 0xc222b29d40, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2229d9560)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 176 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222cd50e0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 177 [IO wait]:
net.(*pollDesc).Wait(0xc222168ae0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc222168ae0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc222168a80, 0xc22d822000, 0x8000, 0x8000, 0x0, 0x7efc75275d70, 0xc2367f20b0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc222e3c6e8, 0xc22d822000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc222070b00, 0x7efc75289308, 0xc222e3c6e8, 0x7ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc222070b00, 0x7efc75289308, 0xc222e3c6e8, 0x8000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222070b00, 0x7efc75289308, 0xc222e3c6e8, 0x7efc752892d0, 0xc222e31020, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc222e3c6e8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 198 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222bc8ea0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 213 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc222bb02c0, 0xc2233bd574, 0x675, 0xa8c, 0x7efc752892d0, 0xc223291860)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222bb02c0, 0x7efc75289308, 0xc2230e89a0, 0x7efc752892d0, 0xc223291860, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2230e89a0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 226 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222ff6ea0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 214 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc2223564d0, 0xc2234b4b24, 0xa26, 0x14dc, 0x7efc752892d0, 0xc2234b01e0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2223564d0, 0x7efc75289308, 0xc2230e8dc8, 0x7efc752892d0, 0xc2234b01e0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2230e8dc8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 189 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2233c4120, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 190 [IO wait]:
net.(*pollDesc).Wait(0xc221d72a70, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc221d72a70, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc221d72a10, 0xc237b72000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc228395730)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc222f09b80, 0xc237b72000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc2228066e0, 0x7efc75289308, 0xc222f09b80, 0x7efc7069bd38, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc2228066e0, 0x7efc75289308, 0xc222f09b80, 0xc20804c67c, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc2228066e0, 0x7efc75289308, 0xc222f09b80, 0x7efc752892d0, 0xc2233e1530, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc222f09b80)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 215 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222ff7170, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 199 [IO wait]:
net.(*pollDesc).Wait(0xc2218c5950, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2218c5950, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2218c58f0, 0xc22357e000, 0x2000, 0x2000, 0x0, 0x7efc75275d70, 0xc2324524a0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc2233ba2a8, 0xc22357e000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
github.com/mozilla-services/heka/pipeline.(*sRunner).read(0xc222070bb0, 0x7efc75289308, 0xc2233ba2a8, 0x1ffa, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:190 +0x247
github.com/mozilla-services/heka/pipeline.(*sRunner).GetRecordFromStream(0xc222070bb0, 0x7efc75289308, 0xc2233ba2a8, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:196 +0x9d
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc222070bb0, 0x7efc75289308, 0xc2233ba2a8, 0x7efc752892d0, 0xc2232f7950, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:340 +0x9b
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2233ba2a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 200 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc222ff7290, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 227 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc224162d10, 0xc22dbbd1b8, 0x35d, 0x2e48, 0x7efc752892d0, 0xc225122960)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc224162d10, 0x7efc75289308, 0xc2250fc6d8, 0x7efc752892d0, 0xc225122960, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc2250fc6d8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 216 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*sRunner).DeliverRecord(0xc22415cb00, 0xc2253ba835, 0x90b, 0x17cb, 0x7efc752892d0, 0xc225298de0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:255 +0xbc
github.com/mozilla-services/heka/pipeline.(*sRunner).SplitStream(0xc22415cb00, 0x7efc75289308, 0xc225046de0, 0x7efc752892d0, 0xc225298de0, 0x0, 0x0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/splitter_runner.go:360 +0x476
github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).handleConnection(0xc2080e6140, 0x7efc75285138, 0xc225046de0)
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:149 +0x4c9
created by github.com/mozilla-services/heka/plugins/tcp.(*TcpInput).Run
/root/heka/build/heka/src/github.com/mozilla-services/heka/plugins/tcp/tcp_input.go:186 +0x4cc
goroutine 203 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc2252a01b0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 191 [chan receive]:
github.com/mozilla-services/heka/pipeline.(*dRunner).start(0xc224de9dd0, 0x7efc75280a50, 0xc208076400, 0xc2080764a8)
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:635 +0x99
created by github.com/mozilla-services/heka/pipeline.(*dRunner).Start
/root/heka/build/heka/src/github.com/mozilla-services/heka/pipeline/plugin_runners.go:626 +0x18a
goroutine 2079 [select]:
net/http.(*persistConn).writeLoop(0xc226e30000)
/home/vagrant/go/src/net/http/transport.go:945 +0x41d
created by net/http.(*Transport).dialConn
/home/vagrant/go/src/net/http/transport.go:661 +0xcbc
goroutine 2078 [IO wait]:
net.(*pollDesc).Wait(0xc2226eb6b0, 0x72, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2226eb6b0, 0x0, 0x0)
/home/vagrant/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2226eb650, 0xc220ea8000, 0x4000, 0x4000, 0x0, 0x7efc75275d70, 0xc22e880dd0)
/home/vagrant/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc221ca5d70, 0xc220ea8000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/net/net.go:121 +0xdc
crypto/tls.(*block).readFromUntil(0xc23688dd70, 0x7efc75289308, 0xc221ca5d70, 0x5, 0x0, 0x0)
/home/vagrant/go/src/crypto/tls/conn.go:454 +0xe6
crypto/tls.(*Conn).readRecord(0xc22be22840, 0x17, 0x0, 0x0)
/home/vagrant/go/src/crypto/tls/conn.go:539 +0x2da
crypto/tls.(*Conn).Read(0xc22be22840, 0xc23468a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/home/vagrant/go/src/crypto/tls/conn.go:904 +0x166
net/http.noteEOFReader.Read(0x7efc7529a1d0, 0xc22be22840, 0xc226e30058, 0xc23468a000, 0x1000, 0x1000, 0x9743a0, 0x0, 0x0)
/home/vagrant/go/src/net/http/transport.go:1270 +0x6e
net/http.(*noteEOFReader).Read(0xc2204c8960, 0xc23468a000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0)
<autogenerated>:125 +0xd4
bufio.(*Reader).fill(0xc221b1cae0)
/home/vagrant/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).Peek(0xc221b1cae0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/vagrant/go/src/bufio/bufio.go:132 +0xf0
net/http.(*persistConn).readLoop(0xc226e30000)
/home/vagrant/go/src/net/http/transport.go:842 +0xa4
created by net/http.(*Transport).dialConn
/home/vagrant/go/src/net/http/transport.go:660 +0xc9f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment