Skip to content

Instantly share code, notes, and snippets.

@josephglanville
Created October 20, 2015 06:04
Show Gist options
  • Save josephglanville/42d7323b8e66585b6f87 to your computer and use it in GitHub Desktop.
Save josephglanville/42d7323b8e66585b6f87 to your computer and use it in GitHub Desktop.
flynn-test datarace
==================
WARNING: DATA RACE
Write by goroutine 299:
runtime.mapassign1()
/usr/local/go/src/runtime/hashmap.go:376 +0x0
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).ClearCallback()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc_callback.go:55 +0x18c
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Disconnect()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:306 +0xda
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.func·001()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc_callback.go:138 +0x4a
Previous read by goroutine 46:
runtime.mapaccess2_faststr()
/usr/local/go/src/runtime/hashmap_fast.go:281 +0x0
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).RunCallbacks()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc_callback.go:122 +0x791
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:104 +0x1010
Goroutine 299 (running) created at:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).RunCallbacks()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc_callback.go:116 +0x6fb
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:104 +0x1010
Goroutine 46 (running) created at:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
main.(*Runner).connectIRC()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:241 +0x43c
==================
2015/10/20 03:46:57 Error, disconnected: EOF
==================
WARNING: DATA RACE
Write by goroutine 49:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Reconnect()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:320 +0x73
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Loop()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:185 +0x259
Previous read by goroutine 47:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:116 +0xa9
Goroutine 49 (running) created at:
main.(*Runner).connectIRC()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:248 +0x48a
Goroutine 47 (running) created at:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
main.(*Runner).connectIRC()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:241 +0x43c
==================
==================
WARNING: DATA RACE
Write by goroutine 49:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:369 +0xe86
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Reconnect()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:321 +0xd3
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Loop()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:185 +0x259
Previous read by goroutine 46:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:62 +0x33d
Goroutine 49 (running) created at:
main.(*Runner).connectIRC()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:248 +0x48a
Goroutine 46 (running) created at:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
main.(*Runner).connectIRC()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:241 +0x43c
==================
2015/10/20 03:46:57 Connected to irc.freenode.net:6697 (84.240.3.129:6697)
==================
WARNING: DATA RACE
Write by goroutine 49:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:374 +0x1117
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Reconnect()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:321 +0xd3
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Loop()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:185 +0x259
Previous read by goroutine 47:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x124
Goroutine 49 (running) created at:
main.(*Runner).connectIRC()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:248 +0x48a
Goroutine 47 (finished) created at:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect()
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
main.(*Runner).connectIRC()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:241 +0x43c
==================
2015/10/20 03:46:57 Error, disconnected: EOF
2015/10/20 03:46:58 Connected to irc.freenode.net:6697 (84.240.3.129:6697)
2015/10/20 03:46:58 Error, disconnected: EOF
2015/10/20 03:46:59 Connected to irc.freenode.net:6697 (84.240.3.129:6697)
2015/10/20 03:46:59 Error, disconnected: EOF
2015/10/20 03:46:59 Connected to irc.freenode.net:6697 (83.170.73.249:6697)
2015/10/20 03:46:59 Error, disconnected: EOF
2015/10/20 03:47:00 Connected to irc.freenode.net:6697 (84.240.3.129:6697)
2015/10/20 03:47:00 Error, disconnected: EOF
2015/10/20 03:47:00 Connected to irc.freenode.net:6697 (84.240.3.129:6697)
2015/10/20 03:47:00 Error, disconnected: EOF
2015/10/20 03:47:01 Connected to irc.freenode.net:6697 (83.170.73.249:6697)
2015/10/20 03:47:01 Error, disconnected: EOF
2015/10/20 03:47:01 Connected to irc.freenode.net:6697 (83.170.73.249:6697)
2015/10/20 03:47:01 Error, disconnected: EOF
2015/10/20 03:47:02 Connected to irc.freenode.net:6697 (83.170.73.249:6697)
2015/10/20 03:47:02 Error, disconnected: EOF
2015/10/20 03:47:02 Connected to irc.freenode.net:6697 (84.240.3.129:6697)
2015/10/20 03:47:02 Error, disconnected: EOF
2015/10/20 03:47:03 Error while reconnecting: tls: oversized record received with length 20306
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x6eb208]
goroutine 52828 [running]:
crypto/tls.(*Conn).SetReadDeadline(0x0, 0x0, 0xc200000000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:85 +0xb8
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:64 +0x3e6
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 1 [IO wait, 214 minutes]:
net.(*pollDesc).Wait(0xc208318370, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x63
net.(*pollDesc).WaitRead(0xc208318370, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x51
net.(*netFD).accept(0xc208318310, 0x0, 0x7fbfff49fcb0, 0xc212e2c050)
/usr/local/go/src/net/fd_unix.go:419 +0x4bd
net.(*TCPListener).AcceptTCP(0xc208050020, 0xc2114b0000, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x80
net/http.tcpKeepAliveListener.Accept(0xc208050020, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1976 +0x5a
crypto/tls.(*listener).Accept(0xc2081831e0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/tls.go:46 +0x87
net/http.(*Server).Serve(0xc2080ccd80, 0x7fbfff4ad2b0, 0xc2081831e0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1728 +0xa3
net/http.(*Server).ListenAndServeTLS(0xc2080ccd80, 0x7fffc3cefdb2, 0x1f, 0x7fffc3cefddc, 0x1f, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1879 +0x71e
main.(*Runner).start(0xc2080e75f0, 0x0, 0x0)
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:215 +0x2053
main.main()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:135 +0x2ee
goroutine 8 [syscall, 4414 minutes]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:21 +0x2d
created by os/signal.init·1
/usr/local/go/src/os/signal/signal_unix.go:27 +0x43
goroutine 9 [chan receive, 4414 minutes]:
github.com/flynn/flynn/pkg/shutdown.(*handler).wait(0xc2080bc240)
/opt/flynn-test/src/github.com/flynn/flynn/pkg/shutdown/handler.go:58 +0x1a3
created by github.com/flynn/flynn/pkg/shutdown.newHandler
/opt/flynn-test/src/github.com/flynn/flynn/pkg/shutdown/handler.go:25 +0xd2
goroutine 17 [syscall, 4414 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 46 [chan send]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:68 +0x443
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 52844 [chan receive]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x155
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
goroutine 36 [chan receive, 340 minutes]:
main.(*Runner).watchEvents(0xc2080e75f0)
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:256 +0x8b
created by main.(*Runner).start
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:193 +0x1196
goroutine 35 [chan receive, 434 minutes]:
main.(*Runner).connectIRC(0xc2080e75f0)
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:250 +0x52c
created by main.(*Runner).start
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:192 +0x1165
goroutine 52830 [select]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).pingLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:153 +0x7ee
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:379 +0x1223
goroutine 49 [sleep]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Loop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:187 +0x396
created by main.(*Runner).connectIRC
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:248 +0x48a
goroutine 52829 [chan receive]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x155
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
goroutine 37103 [chan send, 1463 minutes]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.(*Tail).sendLine(0xc208480960, 0xc208643580, 0x31, 0x0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:359 +0x37e
github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.(*Tail).tailFileSync(0xc208480960)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:230 +0x70f
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.TailFile
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:115 +0x611
goroutine 52854 [chan receive]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x155
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
goroutine 52870 [select]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).pingLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:153 +0x7ee
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:379 +0x1223
goroutine 9423 [chan send, 4187 minutes]:
main.func·012()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:566 +0x58b
created by main.serveBuildLogStream
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:573 +0x68f
goroutine 52874 [chan receive]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x155
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
goroutine 52859 [chan receive]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x155
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
goroutine 52855 [select]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).pingLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:153 +0x7ee
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:379 +0x1223
goroutine 52868 [IO wait]:
net.(*pollDesc).Wait(0xc2081c0d80, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x63
net.(*pollDesc).WaitRead(0xc2081c0d80, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x51
net.(*netFD).Read(0xc2081c0d20, 0xc2113cd000, 0x1000, 0x1000, 0x0, 0x7fbfff49fcb0, 0xc21250c430)
/usr/local/go/src/net/fd_unix.go:242 +0x4b3
net.(*conn).Read(0xc212e20128, 0xc2113cd000, 0x1000, 0x1000, 0x42034b, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0x125
net.(*TCPConn).Read(0xc212e20128, 0xc2113cd000, 0x1000, 0x1000, 0xc2110daab0, 0x0, 0x0)
<autogenerated>:36 +0x86
crypto/tls.(*block).readFromUntil(0xc2110daab0, 0x7fbfff4a2cb0, 0xc212e20128, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:454 +0x16e
crypto/tls.(*Conn).readRecord(0xc21119db80, 0x17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:539 +0x3c6
crypto/tls.(*Conn).Read(0xc21119db80, 0xc2131d0400, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:904 +0x1bf
bufio.(*Reader).fill(0xc2110e3e00)
/usr/local/go/src/bufio/bufio.go:97 +0x382
bufio.(*Reader).ReadSlice(0xc2110e3e00, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x60c
bufio.(*Reader).ReadBytes(0xc2110e3e00, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:374 +0xef
bufio.(*Reader).ReadString(0xc2110e3e00, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:414 +0x66
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:59 +0x2f0
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 52860 [select]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).pingLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:153 +0x7ee
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:379 +0x1223
goroutine 52839 [chan receive]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x155
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
goroutine 52845 [select]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).pingLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:153 +0x7ee
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:379 +0x1223
goroutine 52825 [semacquire]:
sync.(*WaitGroup).Wait(0xc2080b8ea0)
/usr/local/go/src/sync/waitgroup.go:132 +0x1e8
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Disconnect(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:312 +0x173
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.func·001(0xc208104080)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc_callback.go:138 +0x4b
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).RunCallbacks
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc_callback.go:116 +0x6fb
goroutine 52858 [IO wait]:
net.(*pollDesc).Wait(0xc2081c01b0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x63
net.(*pollDesc).WaitRead(0xc2081c01b0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x51
net.(*netFD).Read(0xc2081c0150, 0xc20835f000, 0x1000, 0x1000, 0x0, 0x7fbfff49fcb0, 0xc210eacc40)
/usr/local/go/src/net/fd_unix.go:242 +0x4b3
net.(*conn).Read(0xc212e200d8, 0xc20835f000, 0x1000, 0x1000, 0x42034b, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0x125
net.(*TCPConn).Read(0xc212e200d8, 0xc20835f000, 0x1000, 0x1000, 0xc208359e90, 0x0, 0x0)
<autogenerated>:36 +0x86
crypto/tls.(*block).readFromUntil(0xc208359e90, 0x7fbfff4a2cb0, 0xc212e200d8, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:454 +0x16e
crypto/tls.(*Conn).readRecord(0xc21119d600, 0x17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:539 +0x3c6
crypto/tls.(*Conn).Read(0xc21119d600, 0xc21114fa00, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:904 +0x1bf
bufio.(*Reader).fill(0xc2110e23c0)
/usr/local/go/src/bufio/bufio.go:97 +0x382
bufio.(*Reader).ReadSlice(0xc2110e23c0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x60c
bufio.(*Reader).ReadBytes(0xc2110e23c0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:374 +0xef
bufio.(*Reader).ReadString(0xc2110e23c0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:414 +0x66
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:59 +0x2f0
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 52849 [chan receive]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x155
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
goroutine 52865 [select]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).pingLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:153 +0x7ee
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:379 +0x1223
goroutine 52869 [chan receive]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x155
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
goroutine 52864 [chan receive]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x155
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
goroutine 52291 [chan send, 460 minutes]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.(*Tail).sendLine(0xc212e64aa0, 0xc21413f1c0, 0x31, 0x0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:359 +0x37e
github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.(*Tail).tailFileSync(0xc212e64aa0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:230 +0x70f
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.TailFile
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:115 +0x611
goroutine 52843 [IO wait]:
net.(*pollDesc).Wait(0xc212533020, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x63
net.(*pollDesc).WaitRead(0xc212533020, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x51
net.(*netFD).Read(0xc212532fc0, 0xc208193000, 0x1000, 0x1000, 0x0, 0x7fbfff49fcb0, 0xc212e59770)
/usr/local/go/src/net/fd_unix.go:242 +0x4b3
net.(*conn).Read(0xc212e20060, 0xc208193000, 0x1000, 0x1000, 0x42034b, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0x125
net.(*TCPConn).Read(0xc212e20060, 0xc208193000, 0x1000, 0x1000, 0xc2134baa20, 0x0, 0x0)
<autogenerated>:36 +0x86
crypto/tls.(*block).readFromUntil(0xc2134baa20, 0x7fbfff4a2cb0, 0xc212e20060, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:454 +0x16e
crypto/tls.(*Conn).readRecord(0xc21119cdc0, 0x17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:539 +0x3c6
crypto/tls.(*Conn).Read(0xc21119cdc0, 0xc21114ee00, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:904 +0x1bf
bufio.(*Reader).fill(0xc2083f17a0)
/usr/local/go/src/bufio/bufio.go:97 +0x382
bufio.(*Reader).ReadSlice(0xc2083f17a0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x60c
bufio.(*Reader).ReadBytes(0xc2083f17a0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:374 +0xef
bufio.(*Reader).ReadString(0xc2083f17a0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:414 +0x66
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:59 +0x2f0
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 17922 [chan receive, 1632 minutes]:
github.com/flynn/flynn/pkg/sse.func·001()
/opt/flynn-test/src/github.com/flynn/flynn/pkg/sse/stream.go:60 +0x86
created by github.com/flynn/flynn/pkg/sse.(*Stream).Serve
/opt/flynn-test/src/github.com/flynn/flynn/pkg/sse/stream.go:62 +0x4a9
goroutine 52873 [IO wait]:
net.(*pollDesc).Wait(0xc2081c14f0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x63
net.(*pollDesc).WaitRead(0xc2081c14f0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x51
net.(*netFD).Read(0xc2081c1490, 0xc211415000, 0x1000, 0x1000, 0x0, 0x7fbfff49fcb0, 0xc21250de58)
/usr/local/go/src/net/fd_unix.go:242 +0x4b3
net.(*conn).Read(0xc212e20150, 0xc211415000, 0x1000, 0x1000, 0x42034b, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0x125
net.(*TCPConn).Read(0xc212e20150, 0xc211415000, 0x1000, 0x1000, 0xc2110db170, 0x0, 0x0)
<autogenerated>:36 +0x86
crypto/tls.(*block).readFromUntil(0xc2110db170, 0x7fbfff4a2cb0, 0xc212e20150, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:454 +0x16e
crypto/tls.(*Conn).readRecord(0xc2082822c0, 0x17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:539 +0x3c6
crypto/tls.(*Conn).Read(0xc2082822c0, 0xc2131d0800, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:904 +0x1bf
bufio.(*Reader).fill(0xc212526b40)
/usr/local/go/src/bufio/bufio.go:97 +0x382
bufio.(*Reader).ReadSlice(0xc212526b40, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x60c
bufio.(*Reader).ReadBytes(0xc212526b40, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:374 +0xef
bufio.(*Reader).ReadString(0xc212526b40, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:414 +0x66
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:59 +0x2f0
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 52292 [chan receive, 460 minutes]:
github.com/flynn/flynn/Godeps/_workspace/src/gopkg.in/tomb%2ev1.(*Tomb).Wait(0xc212e64b10, 0x0, 0x0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/gopkg.in/tomb.v1/tomb.go:113 +0x82
github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.(*Tail).Stop(0xc212e64aa0, 0x0, 0x0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:138 +0x82
main.func·014()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:613 +0xa5
created by main.(*Runner).getBuildLog
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:614 +0x90c
goroutine 52848 [IO wait]:
net.(*pollDesc).Wait(0xc212533720, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x63
net.(*pollDesc).WaitRead(0xc212533720, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x51
net.(*netFD).Read(0xc2125336c0, 0xc210eae000, 0x1000, 0x1000, 0x0, 0x7fbfff49fcb0, 0xc212e59780)
/usr/local/go/src/net/fd_unix.go:242 +0x4b3
net.(*conn).Read(0xc212e20088, 0xc210eae000, 0x1000, 0x1000, 0x42034b, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0x125
net.(*TCPConn).Read(0xc212e20088, 0xc210eae000, 0x1000, 0x1000, 0xc2134bbb60, 0x0, 0x0)
<autogenerated>:36 +0x86
crypto/tls.(*block).readFromUntil(0xc2134bbb60, 0x7fbfff4a2cb0, 0xc212e20088, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:454 +0x16e
crypto/tls.(*Conn).readRecord(0xc21119d080, 0x17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:539 +0x3c6
crypto/tls.(*Conn).Read(0xc21119d080, 0xc21114f200, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:904 +0x1bf
bufio.(*Reader).fill(0xc20899a5a0)
/usr/local/go/src/bufio/bufio.go:97 +0x382
bufio.(*Reader).ReadSlice(0xc20899a5a0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x60c
bufio.(*Reader).ReadBytes(0xc20899a5a0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:374 +0xef
bufio.(*Reader).ReadString(0xc20899a5a0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:414 +0x66
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:59 +0x2f0
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 52863 [IO wait]:
net.(*pollDesc).Wait(0xc2081c08b0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x63
net.(*pollDesc).WaitRead(0xc2081c08b0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x51
net.(*netFD).Read(0xc2081c0850, 0xc21247a000, 0x1000, 0x1000, 0x0, 0x7fbfff49fcb0, 0xc21250c440)
/usr/local/go/src/net/fd_unix.go:242 +0x4b3
net.(*conn).Read(0xc212e20100, 0xc21247a000, 0x1000, 0x1000, 0x42034b, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0x125
net.(*TCPConn).Read(0xc212e20100, 0xc21247a000, 0x1000, 0x1000, 0xc208752f00, 0x0, 0x0)
<autogenerated>:36 +0x86
crypto/tls.(*block).readFromUntil(0xc208752f00, 0x7fbfff4a2cb0, 0xc212e20100, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:454 +0x16e
crypto/tls.(*Conn).readRecord(0xc21119d8c0, 0x17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:539 +0x3c6
crypto/tls.(*Conn).Read(0xc21119d8c0, 0xc2131d0000, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:904 +0x1bf
bufio.(*Reader).fill(0xc2110e2fc0)
/usr/local/go/src/bufio/bufio.go:97 +0x382
bufio.(*Reader).ReadSlice(0xc2110e2fc0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x60c
bufio.(*Reader).ReadBytes(0xc2110e2fc0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:374 +0xef
bufio.(*Reader).ReadString(0xc2110e2fc0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:414 +0x66
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:59 +0x2f0
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 52875 [select]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).pingLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:153 +0x7ee
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:379 +0x1223
goroutine 51816 [chan send, 677 minutes]:
main.func·012()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:566 +0x58b
created by main.serveBuildLogStream
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:573 +0x68f
goroutine 15557 [chan send, 3259 minutes]:
main.func·012()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:566 +0x58b
created by main.serveBuildLogStream
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:573 +0x68f
goroutine 52840 [select]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).pingLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:153 +0x7ee
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:379 +0x1223
goroutine 51849 [chan send, 681 minutes]:
main.func·012()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:566 +0x58b
created by main.serveBuildLogStream
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:573 +0x68f
goroutine 52853 [IO wait]:
net.(*pollDesc).Wait(0xc212533cd0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x63
net.(*pollDesc).WaitRead(0xc212533cd0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x51
net.(*netFD).Read(0xc212533c70, 0xc2114a4000, 0x1000, 0x1000, 0x0, 0x7fbfff49fcb0, 0xc2134d7080)
/usr/local/go/src/net/fd_unix.go:242 +0x4b3
net.(*conn).Read(0xc212e200b0, 0xc2114a4000, 0x1000, 0x1000, 0x42034b, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0x125
net.(*TCPConn).Read(0xc212e200b0, 0xc2114a4000, 0x1000, 0x1000, 0xc208358b40, 0x0, 0x0)
<autogenerated>:36 +0x86
crypto/tls.(*block).readFromUntil(0xc208358b40, 0x7fbfff4a2cb0, 0xc212e200b0, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:454 +0x16e
crypto/tls.(*Conn).readRecord(0xc21119d340, 0x17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:539 +0x3c6
crypto/tls.(*Conn).Read(0xc21119d340, 0xc21114f600, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:904 +0x1bf
bufio.(*Reader).fill(0xc20899b620)
/usr/local/go/src/bufio/bufio.go:97 +0x382
bufio.(*Reader).ReadSlice(0xc20899b620, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x60c
bufio.(*Reader).ReadBytes(0xc20899b620, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:374 +0xef
bufio.(*Reader).ReadString(0xc20899b620, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:414 +0x66
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:59 +0x2f0
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 51838 [chan send, 677 minutes]:
main.func·012()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:566 +0x58b
created by main.serveBuildLogStream
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:573 +0x68f
goroutine 37104 [chan receive, 1458 minutes]:
github.com/flynn/flynn/Godeps/_workspace/src/gopkg.in/tomb%2ev1.(*Tomb).Wait(0xc2084809d0, 0x0, 0x0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/gopkg.in/tomb.v1/tomb.go:113 +0x82
github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.(*Tail).Stop(0xc208480960, 0x0, 0x0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:138 +0x82
main.func·014()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:613 +0xa5
created by main.(*Runner).getBuildLog
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:614 +0x90c
goroutine 52835 [select]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).pingLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:153 +0x7ee
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:379 +0x1223
goroutine 6307 [chan send, 4224 minutes]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.(*Tail).sendLine(0xc2110b0960, 0xc211499c20, 0x58, 0x0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:359 +0x37e
github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.(*Tail).tailFileSync(0xc2110b0960)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:230 +0x70f
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.TailFile
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:115 +0x611
goroutine 6308 [chan receive, 4218 minutes]:
github.com/flynn/flynn/Godeps/_workspace/src/gopkg.in/tomb%2ev1.(*Tomb).Wait(0xc2110b09d0, 0x0, 0x0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/gopkg.in/tomb.v1/tomb.go:113 +0x82
github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail.(*Tail).Stop(0xc2110b0960, 0x0, 0x0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/tail/tail.go:138 +0x82
main.func·014()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:613 +0xa5
created by main.(*Runner).getBuildLog
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:614 +0x90c
goroutine 52833 [IO wait]:
net.(*pollDesc).Wait(0xc2125325a0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x63
net.(*pollDesc).WaitRead(0xc2125325a0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x51
net.(*netFD).Read(0xc212532540, 0xc208742000, 0x1000, 0x1000, 0x0, 0x7fbfff49fcb0, 0xc214119c00)
/usr/local/go/src/net/fd_unix.go:242 +0x4b3
net.(*conn).Read(0xc212e20008, 0xc208742000, 0x1000, 0x1000, 0x42034b, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0x125
net.(*TCPConn).Read(0xc212e20008, 0xc208742000, 0x1000, 0x1000, 0xc208747140, 0x0, 0x0)
<autogenerated>:36 +0x86
crypto/tls.(*block).readFromUntil(0xc208747140, 0x7fbfff4a2cb0, 0xc212e20008, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:454 +0x16e
crypto/tls.(*Conn).readRecord(0xc21119c580, 0x17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:539 +0x3c6
crypto/tls.(*Conn).Read(0xc21119c580, 0xc21114e600, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:904 +0x1bf
bufio.(*Reader).fill(0xc2114b1aa0)
/usr/local/go/src/bufio/bufio.go:97 +0x382
bufio.(*Reader).ReadSlice(0xc2114b1aa0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x60c
bufio.(*Reader).ReadBytes(0xc2114b1aa0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:374 +0xef
bufio.(*Reader).ReadString(0xc2114b1aa0, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:414 +0x66
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:59 +0x2f0
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 52838 [IO wait]:
net.(*pollDesc).Wait(0xc212532b50, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x63
net.(*pollDesc).WaitRead(0xc212532b50, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x51
net.(*netFD).Read(0xc212532af0, 0xc2083f4000, 0x1000, 0x1000, 0x0, 0x7fbfff49fcb0, 0xc214119be0)
/usr/local/go/src/net/fd_unix.go:242 +0x4b3
net.(*conn).Read(0xc212e20038, 0xc2083f4000, 0x1000, 0x1000, 0x42034b, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0x125
net.(*TCPConn).Read(0xc212e20038, 0xc2083f4000, 0x1000, 0x1000, 0xc208747da0, 0x0, 0x0)
<autogenerated>:36 +0x86
crypto/tls.(*block).readFromUntil(0xc208747da0, 0x7fbfff4a2cb0, 0xc212e20038, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:454 +0x16e
crypto/tls.(*Conn).readRecord(0xc21119c840, 0x17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:539 +0x3c6
crypto/tls.(*Conn).Read(0xc21119c840, 0xc21114ea00, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:904 +0x1bf
bufio.(*Reader).fill(0xc2083f0900)
/usr/local/go/src/bufio/bufio.go:97 +0x382
bufio.(*Reader).ReadSlice(0xc2083f0900, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x60c
bufio.(*Reader).ReadBytes(0xc2083f0900, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:374 +0xef
bufio.(*Reader).ReadString(0xc2083f0900, 0xecdb7b30a, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:414 +0x66
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).readLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:59 +0x2f0
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:377 +0x11e9
goroutine 51832 [chan send, 677 minutes]:
main.func·012()
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:566 +0x58b
created by main.serveBuildLogStream
/opt/flynn-test/src/github.com/flynn/flynn/test/runner/runner.go:573 +0x68f
goroutine 52834 [chan receive]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).writeLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:119 +0x155
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:378 +0x1206
goroutine 52850 [select]:
github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).pingLoop(0xc2080b8ea0)
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:153 +0x7ee
created by github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent.(*Connection).Connect
/opt/flynn-test/src/github.com/flynn/flynn/Godeps/_workspace/src/github.com/thoj/go-ircevent/irc.go:379 +0x1223
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment