Skip to content

Instantly share code, notes, and snippets.

@carmstrong
Created April 30, 2014 20:47
Show Gist options
  • Save carmstrong/0006132cfa9d9a3561da to your computer and use it in GitHub Desktop.
Save carmstrong/0006132cfa9d9a3561da to your computer and use it in GitHub Desktop.
fleetctl panic
fleetctl --strict-host-key-checking=false start registry/systemd/deis-registry.service logger/systemd/deis-logger.service cache/systemd/deis-cache.service database/systemd/deis-database.service router/systemd/deis-router.service
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0xad83]
goroutine 18 [running]:
runtime.panic(0x338120, 0x7e0cf9)
/usr/local/go/src/pkg/runtime/panic.c:266 +0xb6
main.checkJobTarget(0xc2100ce840, 0x15, 0xa, 0x951110, 0xc210000008, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:124 +0x253
created by main.waitForScheduledUnits
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:110 +0xf6
goroutine 1 [semacquire]:
sync.runtime_Semacquire(0xc210093720)
/private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/bindist922710130/go/src/pkg/runtime/sema.goc:199 +0x30
sync.(*WaitGroup).Wait(0xc2100ed4a0)
/usr/local/go/src/pkg/sync/waitgroup.go:127 +0x14b
main.waitForScheduledUnits(0xc2100e75d0, 0xa, 0x951110, 0xc210000008)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:113 +0x125
main.startUnitAction(0xc21007dea0)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:74 +0x761
github.com/coreos/fleet/third_party/github.com/codegangsta/cli.Command.Run(0x3b02c0, 0x5, 0x0, 0x0, 0x4228d0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/codegangsta/cli/command.go:73 +0x994
github.com/coreos/fleet/third_party/github.com/codegangsta/cli.(*App).Run(0xc21007c000, 0xc21000a000, 0x8, 0x8, 0x9573e8, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/codegangsta/cli/app.go:111 +0x855
main.main()
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/cmd.go:141 +0xe3a
goroutine 3 [chan receive]:
github.com/coreos/fleet/third_party/github.com/golang/glog.(*loggingT).flushDaemon(0x7e5760)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/golang/glog/glog.go:839 +0x50
created by github.com/coreos/fleet/third_party/github.com/golang/glog.init·1
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/golang/glog/glog.go:406 +0x276
goroutine 4 [syscall]:
runtime.goexit()
/usr/local/go/src/pkg/runtime/proc.c:1394
goroutine 13 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/agent.func·002()
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/agent/forward.go:38 +0x45
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/agent.ForwardToAgent
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/agent/forward.go:49 +0x150
goroutine 7 [IO wait]:
net.runtime_pollWait(0x952868, 0x72, 0x0)
/private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/bindist922710130/go/src/pkg/runtime/netpoll.goc:116 +0x6a
net.(*pollDesc).Wait(0xc210076fb0, 0x72, 0x951098, 0x23)
/usr/local/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
net.(*pollDesc).WaitRead(0xc210076fb0, 0x23, 0x951098)
/usr/local/go/src/pkg/net/fd_poll_runtime.go:86 +0x30
net.(*netFD).Read(0xc210076f50, 0xc210080000, 0x1000, 0x1000, 0x0, ...)
/usr/local/go/src/pkg/net/fd_unix.go:204 +0x2a0
net.(*conn).Read(0xc2100003c8, 0xc210080000, 0x1000, 0x1000, 0x9d0ba0, ...)
/usr/local/go/src/pkg/net/net.go:122 +0xc5
bufio.(*Reader).fill(0xc2100504e0)
/usr/local/go/src/pkg/bufio/bufio.go:91 +0x110
bufio.(*Reader).Read(0xc2100504e0, 0xc21000a420, 0x5, 0x5, 0x5, ...)
/usr/local/go/src/pkg/bufio/bufio.go:159 +0x1a4
io.ReadAtLeast(0x952e60, 0xc2100504e0, 0xc21000a420, 0x5, 0x5, ...)
/usr/local/go/src/pkg/io/io.go:288 +0xf6
io.ReadFull(0x952e60, 0xc2100504e0, 0xc21000a420, 0x5, 0x5, ...)
/usr/local/go/src/pkg/io/io.go:306 +0x71
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*streamPacketCipher).readPacket(0xc21000a400, 0xc200000028, 0x952e60, 0xc2100504e0, 0x123, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/cipher.go:143 +0xa4
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*connectionState).readPacket(0xc210071360, 0xc2100504e0, 0x12699, 0xc210082050, 0xc2100820a0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/transport.go:110 +0x74
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*transport).readPacket(0xc210071360, 0xc2100388c0, 0x123, 0x0, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/transport.go:106 +0x3a
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*handshakeTransport).readOnePacket(0xc2100530f0, 0xc210082000, 0xc2100388c0, 0x123, 0x123, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/handshake.go:158 +0x97
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*handshakeTransport).readLoop(0xc2100530f0)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/handshake.go:138 +0x27
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.newClientTransport
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/handshake.go:101 +0xee
goroutine 8 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*handshakeTransport).readPacket(0xc2100530f0, 0xc2100388c0, 0x123, 0x123, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/handshake.go:129 +0x34
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*mux).onePacket(0xc21007ea10, 0x0, 0x0)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/mux.go:220 +0x3a
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*mux).loop(0xc21007ea10)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/mux.go:195 +0x3e
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.newMux
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/mux.go:124 +0x118
goroutine 9 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*Client).handleGlobalRequests(0xc21004ff00, 0xc21004b380)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/client.go:130 +0x3a
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.NewClient
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/client.go:53 +0xbb
goroutine 10 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*Client).handleChannelOpens(0xc21004ff00, 0xc210077840)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/client.go:139 +0x45
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.NewClient
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/client.go:54 +0xdf
goroutine 11 [semacquire]:
sync.runtime_Syncsemacquire(0xc21004fed0)
/private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/bindist922710130/go/src/pkg/runtime/sema.goc:257 +0xca
sync.(*Cond).Wait(0xc21004fec0)
/usr/local/go/src/pkg/sync/cond.go:62 +0x89
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*mux).Wait(0xc21007ea10, 0x0, 0x0)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/mux.go:109 +0x8d
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.func·003()
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/client.go:56 +0x37
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.NewClient
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/client.go:58 +0x10c
goroutine 12 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*forwardList).handleChannels(0xc21004ff10, 0xc2100779a0)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/tcpip.go:157 +0x45
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.NewClient
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/client.go:59 +0x15e
goroutine 15 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.DiscardRequests(0xc21004b460)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/connection.go:81 +0x3a
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*Client).dial
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/tcpip.go:328 +0x162
goroutine 16 [semacquire]:
sync.runtime_Syncsemacquire(0xc2100c8110)
/private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/bindist922710130/go/src/pkg/runtime/sema.goc:257 +0xca
sync.(*Cond).Wait(0xc2100c8100)
/usr/local/go/src/pkg/sync/cond.go:62 +0x89
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*buffer).Read(0xc21007d4e0, 0xc210100000, 0x1000, 0x1000, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/buffer.go:96 +0x24a
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*channel).ReadExtended(0xc21007c4d0, 0xc210100000, 0x1000, 0x1000, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/channel.go:308 +0x81
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*channel).Read(0xc21007c4d0, 0xc210100000, 0x1000, 0x1000, 0xc21004d258, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/channel.go:465 +0x84
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*tcpChanConn).Read(0xc210070510, 0xc210100000, 0x1000, 0x1000, 0x30, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/buffer.go:1 +0x56
bufio.(*Reader).fill(0xc210050e40)
/usr/local/go/src/pkg/bufio/bufio.go:91 +0x110
bufio.(*Reader).Peek(0xc210050e40, 0x1, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/pkg/bufio/bufio.go:119 +0xcb
net/http.(*persistConn).readLoop(0xc21000a700)
/usr/local/go/src/pkg/net/http/transport.go:687 +0xb7
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:528 +0x607
goroutine 17 [select]:
net/http.(*persistConn).writeLoop(0xc21000a700)
/usr/local/go/src/pkg/net/http/transport.go:791 +0x271
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:529 +0x61e
goroutine 19 [select]:
net/http.(*persistConn).roundTrip(0xc21000a700, 0xc2100ec0f0, 0xc21000a700, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/transport.go:879 +0x6d6
net/http.(*Transport).RoundTrip(0xc21000a580, 0xc2100e2820, 0x1, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/transport.go:187 +0x391
net/http.send(0xc2100e2820, 0x9516a8, 0xc21000a580, 0x0, 0x0, ...)
/usr/local/go/src/pkg/net/http/client.go:168 +0x37f
net/http.(*Client).send(0xc2100708d0, 0xc2100e2820, 0x90, 0xc2100ad0c0, 0x4f)
/usr/local/go/src/pkg/net/http/client.go:100 +0xd9
net/http.(*Client).doFollowingRedirects(0xc2100708d0, 0xc2100e2820, 0x45a288, 0x0, 0x0, ...)
/usr/local/go/src/pkg/net/http/client.go:294 +0x671
net/http.(*Client).Do(0xc2100708d0, 0xc2100e2820, 0xc2100a4960, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/client.go:129 +0x8f
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).sendRequest(0xc21000a780, 0x3a4060, 0x3, 0xc2100e8b00, 0x77, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:193 +0xabb
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).getCancelable(0xc21000a780, 0xc2100e11e0, 0x47, 0xc2100e7fc0, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:38 +0x2c5
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).get(0xc21000a780, 0xc2100e11e0, 0x47, 0xc2100e7fc0, 0x29e940, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:49 +0x53
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).RawGet(0xc21000a780, 0xc2100e11e0, 0x47, 0x100, 0x9cee38, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/get.go:26 +0x116
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).Get(0xc21000a780, 0xc2100e11e0, 0x47, 0xc2100e0100, 0x47, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/get.go:11 +0x54
github.com/coreos/fleet/registry.(*Registry).GetMachineState(0xc210000610, 0xc2100e7f60, 0x24, 0xc21004fd80)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/registry/machine.go:43 +0xef
main.MainRegistry.GetMachineState(0xc210000610, 0xc2100e7f60, 0x24, 0xc21004fd80)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/registry.go:89 +0x3b
main.checkJobTarget(0xc2100ced80, 0x13, 0xa, 0x951110, 0xc210000008, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:123 +0xd8
created by main.waitForScheduledUnits
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:110 +0xf6
goroutine 20 [select]:
net/http.(*persistConn).roundTrip(0xc2100e8800, 0xc2100ec940, 0xc2100e8800, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/transport.go:879 +0x6d6
net/http.(*Transport).RoundTrip(0xc21000a580, 0xc2100ab0d0, 0x1, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/transport.go:187 +0x391
net/http.send(0xc2100ab0d0, 0x9516a8, 0xc21000a580, 0x0, 0x0, ...)
/usr/local/go/src/pkg/net/http/client.go:168 +0x37f
net/http.(*Client).send(0xc2100708d0, 0xc2100ab0d0, 0x90, 0xc2100d8900, 0x4f)
/usr/local/go/src/pkg/net/http/client.go:100 +0xd9
net/http.(*Client).doFollowingRedirects(0xc2100708d0, 0xc2100ab0d0, 0x45a288, 0x0, 0x0, ...)
/usr/local/go/src/pkg/net/http/client.go:294 +0x671
net/http.(*Client).Do(0xc2100708d0, 0xc2100ab0d0, 0xc2100da320, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/client.go:129 +0x8f
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).sendRequest(0xc21000a780, 0x3a4060, 0x3, 0xc21000aa80, 0x77, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:193 +0xabb
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).getCancelable(0xc21000a780, 0xc210096230, 0x47, 0xc2100d8810, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:38 +0x2c5
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).get(0xc21000a780, 0xc210096230, 0x47, 0xc2100d8810, 0x29e940, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:49 +0x53
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).RawGet(0xc21000a780, 0xc210096230, 0x47, 0x100, 0x9cce38, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/get.go:26 +0x116
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).Get(0xc21000a780, 0xc210096230, 0x47, 0xc210090100, 0x47, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/get.go:11 +0x54
github.com/coreos/fleet/registry.(*Registry).GetMachineState(0xc210000610, 0xc2100d87b0, 0x24, 0xc2100924c0)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/registry/machine.go:43 +0xef
main.MainRegistry.GetMachineState(0xc210000610, 0xc2100d87b0, 0x24, 0xc2100924c0)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/registry.go:89 +0x3b
main.checkJobTarget(0xc2100ce460, 0x12, 0xa, 0x951110, 0xc210000008, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:123 +0xd8
created by main.waitForScheduledUnits
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:110 +0xf6
goroutine 21 [select]:
net/http.(*persistConn).roundTrip(0xc2100e8880, 0xc2100ec760, 0xc2100e8880, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/transport.go:879 +0x6d6
net/http.(*Transport).RoundTrip(0xc21000a580, 0xc2100e2dd0, 0x1, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/transport.go:187 +0x391
net/http.send(0xc2100e2dd0, 0x9516a8, 0xc21000a580, 0x0, 0x0, ...)
/usr/local/go/src/pkg/net/http/client.go:168 +0x37f
net/http.(*Client).send(0xc2100708d0, 0xc2100e2dd0, 0x90, 0xc2100d86f0, 0x4f)
/usr/local/go/src/pkg/net/http/client.go:100 +0xd9
net/http.(*Client).doFollowingRedirects(0xc2100708d0, 0xc2100e2dd0, 0x45a288, 0x0, 0x0, ...)
/usr/local/go/src/pkg/net/http/client.go:294 +0x671
net/http.(*Client).Do(0xc2100708d0, 0xc2100e2dd0, 0xc2100da000, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/client.go:129 +0x8f
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).sendRequest(0xc21000a780, 0x3a4060, 0x3, 0xc21000a900, 0x77, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:193 +0xabb
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).getCancelable(0xc21000a780, 0xc21001fcd0, 0x47, 0xc2100d8540, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:38 +0x2c5
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).get(0xc21000a780, 0xc21001fcd0, 0x47, 0xc2100d8540, 0x29e940, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:49 +0x53
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).RawGet(0xc21000a780, 0xc21001fcd0, 0x47, 0x100, 0x9cae38, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/get.go:26 +0x116
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).Get(0xc21000a780, 0xc21001fcd0, 0x47, 0xc210010100, 0x47, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/get.go:11 +0x54
github.com/coreos/fleet/registry.(*Registry).GetMachineState(0xc210000610, 0xc2100d84e0, 0x24, 0xc210092380)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/registry/machine.go:43 +0xef
main.MainRegistry.GetMachineState(0xc210000610, 0xc2100d84e0, 0x24, 0xc210092380)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/registry.go:89 +0x3b
main.checkJobTarget(0xc21007d440, 0x15, 0xa, 0x951110, 0xc210000008, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:123 +0xd8
created by main.waitForScheduledUnits
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:110 +0xf6
goroutine 22 [select]:
net/http.(*persistConn).roundTrip(0xc2100e8900, 0xc2100ec590, 0xc2100e8900, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/transport.go:879 +0x6d6
net/http.(*Transport).RoundTrip(0xc21000a580, 0xc2100e2b60, 0x1, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/transport.go:187 +0x391
net/http.send(0xc2100e2b60, 0x9516a8, 0xc21000a580, 0x0, 0x0, ...)
/usr/local/go/src/pkg/net/http/client.go:168 +0x37f
net/http.(*Client).send(0xc2100708d0, 0xc2100e2b60, 0x90, 0xc2100d8420, 0x4f)
/usr/local/go/src/pkg/net/http/client.go:100 +0xd9
net/http.(*Client).doFollowingRedirects(0xc2100708d0, 0xc2100e2b60, 0x45a288, 0x0, 0x0, ...)
/usr/local/go/src/pkg/net/http/client.go:294 +0x671
net/http.(*Client).Do(0xc2100708d0, 0xc2100e2b60, 0xc2100a4c80, 0x0, 0x0)
/usr/local/go/src/pkg/net/http/client.go:129 +0x8f
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).sendRequest(0xc21000a780, 0x3a4060, 0x3, 0xc21000a100, 0x77, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:193 +0xabb
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).getCancelable(0xc21000a780, 0xc2100e18c0, 0x47, 0xc2100d8330, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:38 +0x2c5
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).get(0xc21000a780, 0xc2100e18c0, 0x47, 0xc2100d8330, 0x29e940, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/requests.go:49 +0x53
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).RawGet(0xc21000a780, 0xc2100e18c0, 0x47, 0x100, 0x9c8e38, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/get.go:26 +0x116
github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd.(*Client).Get(0xc21000a780, 0xc2100e18c0, 0x47, 0xc2100e0100, 0x47, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/github.com/coreos/go-etcd/etcd/get.go:11 +0x54
github.com/coreos/fleet/registry.(*Registry).GetMachineState(0xc210000610, 0xc2100d82d0, 0x24, 0xc210092240)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/registry/machine.go:43 +0xef
main.MainRegistry.GetMachineState(0xc210000610, 0xc2100d82d0, 0x24, 0xc210092240)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/registry.go:89 +0x3b
main.checkJobTarget(0xc21007da40, 0x13, 0xa, 0x951110, 0xc210000008, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:123 +0xd8
created by main.waitForScheduledUnits
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/fleetctl/start.go:110 +0xf6
goroutine 32 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.DiscardRequests(0xc21004b7e0)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/connection.go:81 +0x3a
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*Client).dial
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/tcpip.go:328 +0x162
goroutine 35 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.DiscardRequests(0xc21004b8c0)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/connection.go:81 +0x3a
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*Client).dial
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/tcpip.go:328 +0x162
goroutine 38 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.DiscardRequests(0xc21004b9a0)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/connection.go:81 +0x3a
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*Client).dial
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/tcpip.go:328 +0x162
goroutine 42 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.DiscardRequests(0xc21004ba80)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/connection.go:81 +0x3a
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*Client).dial
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/tcpip.go:328 +0x162
goroutine 29 [chan receive]:
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.DiscardRequests(0xc21004b700)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/connection.go:81 +0x3a
created by github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*Client).dial
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/tcpip.go:328 +0x162
goroutine 30 [runnable]:
net/http.(*persistConn).readLoop(0xc2100e8780)
/usr/local/go/src/pkg/net/http/transport.go:778 +0x68f
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:528 +0x607
goroutine 31 [select]:
net/http.(*persistConn).writeLoop(0xc2100e8780)
/usr/local/go/src/pkg/net/http/transport.go:791 +0x271
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:529 +0x61e
goroutine 33 [runnable]:
net/http.(*persistConn).readLoop(0xc2100e8800)
/usr/local/go/src/pkg/net/http/transport.go:778 +0x68f
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:528 +0x607
goroutine 34 [runnable]:
net/http.(*persistConn).writeLoop(0xc2100e8800)
/usr/local/go/src/pkg/net/http/transport.go:791 +0x271
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:529 +0x61e
goroutine 36 [runnable]:
net/http.(*persistConn).readLoop(0xc2100e8880)
/usr/local/go/src/pkg/net/http/transport.go:778 +0x68f
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:528 +0x607
goroutine 37 [runnable]:
net/http.(*persistConn).writeLoop(0xc2100e8880)
/usr/local/go/src/pkg/net/http/transport.go:791 +0x271
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:529 +0x61e
goroutine 39 [runnable]:
net/http.(*persistConn).readLoop(0xc2100e8900)
/usr/local/go/src/pkg/net/http/transport.go:778 +0x68f
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:528 +0x607
goroutine 40 [runnable]:
net/http.(*persistConn).writeLoop(0xc2100e8900)
/usr/local/go/src/pkg/net/http/transport.go:791 +0x271
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:529 +0x61e
goroutine 43 [semacquire]:
sync.runtime_Syncsemacquire(0xc21004f090)
/private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/bindist922710130/go/src/pkg/runtime/sema.goc:257 +0xca
sync.(*Cond).Wait(0xc21004f080)
/usr/local/go/src/pkg/sync/cond.go:62 +0x89
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*buffer).Read(0xc2100a1200, 0xc2100dd000, 0x1000, 0x1000, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/buffer.go:96 +0x24a
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*channel).ReadExtended(0xc21007cd10, 0xc2100dd000, 0x1000, 0x1000, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/channel.go:308 +0x81
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*channel).Read(0xc21007cd10, 0xc2100dd000, 0x1000, 0x1000, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/channel.go:465 +0x84
github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh.(*tcpChanConn).Read(0xc2100e7e40, 0xc2100dd000, 0x1000, 0x1000, 0x0, ...)
/Users/bcwaldon/src/fleet/scripts/fleet/gopath/src/github.com/coreos/fleet/third_party/code.google.com/p/gosshnew/ssh/buffer.go:1 +0x56
bufio.(*Reader).fill(0xc2100ee660)
/usr/local/go/src/pkg/bufio/bufio.go:91 +0x110
bufio.(*Reader).Peek(0xc2100ee660, 0x1, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/pkg/bufio/bufio.go:119 +0xcb
net/http.(*persistConn).readLoop(0xc2100e8a00)
/usr/local/go/src/pkg/net/http/transport.go:687 +0xb7
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:528 +0x607
goroutine 44 [select]:
net/http.(*persistConn).writeLoop(0xc2100e8a00)
/usr/local/go/src/pkg/net/http/transport.go:791 +0x271
created by net/http.(*Transport).dialConn
/usr/local/go/src/pkg/net/http/transport.go:529 +0x61e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment