Skip to content

Instantly share code, notes, and snippets.

@Sean-Der
Created June 7, 2019 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sean-Der/dbd0ed46c9d05798bdf4ecf66224fb07 to your computer and use it in GitHub Desktop.
Save Sean-Der/dbd0ed46c9d05798bdf4ecf66224fb07 to your computer and use it in GitHub Desktop.
ice ERROR: 2019/06/07 10:33:54 error processing checkCandidatesTimeout handler the agent is closed
--- FAIL: TestRelayOnlyConnection (12.21s)
util.go:38: Unexpected routines:
goroutine 9 [IO wait]:
internal/poll.runtime_pollWait(0x1f71dd8, 0x72, 0xffffffffffffffff)
/usr/local/Cellar/go/1.12.5/libexec/src/runtime/netpoll.go:182 +0x56
internal/poll.(*pollDesc).wait(0xc000462098, 0x72, 0x500, 0x5dc, 0xffffffffffffffff)
/usr/local/Cellar/go/1.12.5/libexec/src/internal/poll/fd_poll_runtime.go:87 +0x9b
internal/poll.(*pollDesc).waitRead(...)
/usr/local/Cellar/go/1.12.5/libexec/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc000462080, 0xc00024e000, 0x5dc, 0x5dc, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.12.5/libexec/src/internal/poll/fd_unix.go:169 +0x1f2
net.(*netFD).Read(0xc000462080, 0xc00024e000, 0x5dc, 0x5dc, 0x98, 0x0, 0x0)
/usr/local/Cellar/go/1.12.5/libexec/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc000010028, 0xc00024e000, 0x5dc, 0x5dc, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.12.5/libexec/src/net/net.go:177 +0x69
github.com/pion/turnc.(*multiplexer).readUntilClosed(0xc000248240)
/Users/seaduboi/go/src/github.com/pion/turnc/multiplexer.go:62 +0xa5
created by github.com/pion/turnc.newMultiplexer
/Users/seaduboi/go/src/github.com/pion/turnc/multiplexer.go:32 +0x16d
goroutine 10 [select]:
net.(*pipe).read(0xc000462300, 0xc0000e2000, 0x2000, 0x2000, 0xc00000e0a0, 0x0, 0x0)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:164 +0x19b
net.(*pipe).Read(0xc000462300, 0xc0000e2000, 0x2000, 0x2000, 0xc000031660, 0x100a796, 0x1674d30)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:147 +0x4d
io/ioutil.devNull.ReadFrom(0x0, 0x178b940, 0xc000462300, 0x133ad60, 0x1, 0x178b980)
/usr/local/Cellar/go/1.12.5/libexec/src/io/ioutil/ioutil.go:147 +0x92
io.copyBuffer(0x1406ee0, 0x1674cb0, 0x178b940, 0xc000462300, 0x0, 0x0, 0x0, 0x100b6f5, 0x1339440, 0x1371280)
/usr/local/Cellar/go/1.12.5/libexec/src/io/io.go:388 +0x2fc
io.Copy(...)
/usr/local/Cellar/go/1.12.5/libexec/src/io/io.go:364
github.com/pion/turnc.discardLogged(0x1410120, 0x1674db0, 0x13a0f85, 0x20, 0x178b940, 0xc000462300)
/Users/seaduboi/go/src/github.com/pion/turnc/multiplexer.go:41 +0x69
github.com/pion/turnc.(*multiplexer).discardData(0xc000248240)
/Users/seaduboi/go/src/github.com/pion/turnc/multiplexer.go:37 +0x9a
created by github.com/pion/turnc.New
/Users/seaduboi/go/src/github.com/pion/turnc/client.go:71 +0x25c
goroutine 12 [select]:
github.com/pion/stun.(*tickerCollector).Start.func1(0xc000098c90, 0xc00020a370, 0xc000094b20)
/Users/seaduboi/go/src/github.com/pion/stun/client.go:359 +0x11f
created by github.com/pion/stun.(*tickerCollector).Start
/Users/seaduboi/go/src/github.com/pion/stun/client.go:356 +0x8c
goroutine 13 [select]:
net.(*pipe).read(0xc000462100, 0xc0000e8400, 0x400, 0x400, 0x98, 0x0, 0x0)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:164 +0x19b
net.(*pipe).Read(0xc000462100, 0xc0000e8400, 0x400, 0x400, 0x100a5cc, 0x16553e0, 0x1339440)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:147 +0x4d
github.com/pion/turnc.bypassWriter.Read(...)
/Users/seaduboi/go/src/github.com/pion/turnc/bypass_writer.go:32
github.com/pion/stun.(*Message).ReadFrom(0xc0002460a0, 0x1fb1008, 0xc000208220, 0x1fb1008, 0xc000208220, 0x0)
/Users/seaduboi/go/src/github.com/pion/stun/message.go:309 +0x5b
github.com/pion/stun.(*Client).readUntilClosed(0xc00022a000)
/Users/seaduboi/go/src/github.com/pion/stun/client.go:323 +0x127
created by github.com/pion/stun.NewClient
/Users/seaduboi/go/src/github.com/pion/stun/client.go:150 +0x297
goroutine 14 [select]:
net.(*pipe).read(0xc000462200, 0xc000048600, 0x5dc, 0x5dc, 0x0, 0x0, 0xc000037000)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:164 +0x19b
net.(*pipe).Read(0xc000462200, 0xc000048600, 0x5dc, 0x5dc, 0x1317b00, 0x1, 0xc000048600)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:147 +0x4d
github.com/pion/turnc.bypassWriter.Read(...)
/Users/seaduboi/go/src/github.com/pion/turnc/bypass_writer.go:32
github.com/pion/turnc.(*Client).readUntilClosed(0xc00023e0b0)
/Users/seaduboi/go/src/github.com/pion/turnc/client.go:164 +0x85
created by github.com/pion/turnc.New
/Users/seaduboi/go/src/github.com/pion/turnc/client.go:107 +0x175
goroutine 23 [IO wait]:
internal/poll.runtime_pollWait(0x1f71c38, 0x72, 0xffffffffffffffff)
/usr/local/Cellar/go/1.12.5/libexec/src/runtime/netpoll.go:182 +0x56
internal/poll.(*pollDesc).wait(0xc000284198, 0x72, 0x500, 0x5dc, 0xffffffffffffffff)
/usr/local/Cellar/go/1.12.5/libexec/src/internal/poll/fd_poll_runtime.go:87 +0x9b
internal/poll.(*pollDesc).waitRead(...)
/usr/local/Cellar/go/1.12.5/libexec/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc000284180, 0xc000294600, 0x5dc, 0x5dc, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.12.5/libexec/src/internal/poll/fd_unix.go:169 +0x1f2
net.(*netFD).Read(0xc000284180, 0xc000294600, 0x5dc, 0x5dc, 0x64, 0x0, 0x0)
/usr/local/Cellar/go/1.12.5/libexec/src/net/fd_unix.go:202 +0x4f
net.(*conn).Read(0xc0000ba028, 0xc000294600, 0x5dc, 0x5dc, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.12.5/libexec/src/net/net.go:177 +0x69
github.com/pion/turnc.(*multiplexer).readUntilClosed(0xc00047c090)
/Users/seaduboi/go/src/github.com/pion/turnc/multiplexer.go:62 +0xa5
created by github.com/pion/turnc.newMultiplexer
/Users/seaduboi/go/src/github.com/pion/turnc/multiplexer.go:32 +0x16d
goroutine 24 [select]:
net.(*pipe).read(0xc000284400, 0xc0002a6000, 0x2000, 0x2000, 0xc00000e0e0, 0x0, 0x0)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:164 +0x19b
net.(*pipe).Read(0xc000284400, 0xc0002a6000, 0x2000, 0x2000, 0xc000088780, 0x100a5cc, 0x16553e0)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:147 +0x4d
io/ioutil.devNull.ReadFrom(0x0, 0x178b940, 0xc000284400, 0x133ad60, 0x1, 0x178b980)
/usr/local/Cellar/go/1.12.5/libexec/src/io/ioutil/ioutil.go:147 +0x92
io.copyBuffer(0x1406ee0, 0x1674cb0, 0x178b940, 0xc000284400, 0x0, 0x0, 0x0, 0x100b6f5, 0x1339440, 0x1371280)
/usr/local/Cellar/go/1.12.5/libexec/src/io/io.go:388 +0x2fc
io.Copy(...)
/usr/local/Cellar/go/1.12.5/libexec/src/io/io.go:364
github.com/pion/turnc.discardLogged(0x1410120, 0x1674db0, 0x13a0f85, 0x20, 0x178b940, 0xc000284400)
/Users/seaduboi/go/src/github.com/pion/turnc/multiplexer.go:41 +0x69
github.com/pion/turnc.(*multiplexer).discardData(0xc00047c090)
/Users/seaduboi/go/src/github.com/pion/turnc/multiplexer.go:37 +0x9a
created by github.com/pion/turnc.New
/Users/seaduboi/go/src/github.com/pion/turnc/client.go:71 +0x25c
goroutine 26 [select]:
github.com/pion/stun.(*tickerCollector).Start.func1(0xc0000c09f0, 0xc000246320, 0xc00024c200)
/Users/seaduboi/go/src/github.com/pion/stun/client.go:359 +0x11f
created by github.com/pion/stun.(*tickerCollector).Start
/Users/seaduboi/go/src/github.com/pion/stun/client.go:356 +0x8c
goroutine 27 [select]:
net.(*pipe).read(0xc000284200, 0xc0002b8000, 0x400, 0x400, 0x64, 0x0, 0x0)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:164 +0x19b
net.(*pipe).Read(0xc000284200, 0xc0002b8000, 0x400, 0x400, 0x100a5cc, 0x16553e0, 0x1339440)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:147 +0x4d
github.com/pion/turnc.bypassWriter.Read(...)
/Users/seaduboi/go/src/github.com/pion/turnc/bypass_writer.go:32
github.com/pion/stun.(*Message).ReadFrom(0xc0000f20a0, 0x1fb1008, 0xc00047e260, 0x1fb1008, 0xc00047e260, 0x0)
/Users/seaduboi/go/src/github.com/pion/stun/message.go:309 +0x5b
github.com/pion/stun.(*Client).readUntilClosed(0xc0000ee140)
/Users/seaduboi/go/src/github.com/pion/stun/client.go:323 +0x127
created by github.com/pion/stun.NewClient
/Users/seaduboi/go/src/github.com/pion/stun/client.go:150 +0x297
goroutine 28 [select]:
net.(*pipe).read(0xc000284300, 0xc00024ec00, 0x5dc, 0x5dc, 0x0, 0x0, 0xc000086400)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:164 +0x19b
net.(*pipe).Read(0xc000284300, 0xc00024ec00, 0x5dc, 0x5dc, 0x1317b00, 0x1, 0xc00024ec00)
/usr/local/Cellar/go/1.12.5/libexec/src/net/pipe.go:147 +0x4d
github.com/pion/turnc.bypassWriter.Read(...)
/Users/seaduboi/go/src/github.com/pion/turnc/bypass_writer.go:32
github.com/pion/turnc.(*Client).readUntilClosed(0xc0000d62c0)
/Users/seaduboi/go/src/github.com/pion/turnc/client.go:164 +0x85
created by github.com/pion/turnc.New
/Users/seaduboi/go/src/github.com/pion/turnc/client.go:107 +0x175
FAIL
exit status 1
FAIL github.com/pion/ice 12.333s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment