Advertisement
Guest User

Untitled

a guest
Mar 7th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.74 KB | None | 0 0
  1. Starting Heapster with the following arguments: --source=kubernetes:https://openshift-master1.bc.jonqe.lab.eng.bos.redhat.com:8443?useServiceAccount=true&kubeletHttps=true&kubeletPort=10250 --sink=hawkular:https://hawkular-metrics:443?tenant=_system&labelToTenant=pod_namespace&caCert=/hawkular-cert/hawkular-metrics-ca.certificate&user=hawkular&pass=AExLnfZA1bxKbsY&filter=label(container_name:^/system.slice.*|^/user.slice) --logtostderr=true --tls_cert=/secrets/heapster.cert --tls_key=/secrets/heapster.key --tls_client_ca=/secrets/heapster.client-ca --allowed_users=system:master-proxy
  2. I0307 09:14:43.156424 1 heapster.go:60] heapster --source=kubernetes:https://openshift-master1.bc.jonqe.lab.eng.bos.redhat.com:8443?useServiceAccount=true&kubeletHttps=true&kubeletPort=10250 --sink=hawkular:https://hawkular-metrics:443?tenant=_system&labelToTenant=pod_namespace&caCert=/hawkular-cert/hawkular-metrics-ca.certificate&user=hawkular&pass=AExLnfZA1bxKbsY&filter=label(container_name:^/system.slice.*|^/user.slice) --logtostderr=true --tls_cert=/secrets/heapster.cert --tls_key=/secrets/heapster.key --tls_client_ca=/secrets/heapster.client-ca --allowed_users=system:master-proxy
  3. I0307 09:14:43.314001 1 heapster.go:61] Heapster version 0.18.0
  4. I0307 09:14:43.315586 1 kube_factory.go:168] Using Kubernetes client with master "https://openshift-master1.bc.jonqe.lab.eng.bos.redhat.com:8443" and version "v1"
  5. I0307 09:14:43.315635 1 kube_factory.go:169] Using kubelet port 10250
  6. I0307 09:14:43.317173 1 driver.go:491] Initialised Hawkular Sink with parameters {_system https://hawkular-metrics:443?tenant=_system&labelToTenant=pod_namespace&caCert=/hawkular-cert/hawkular-metrics-ca.certificate&user=hawkular&pass=AExLnfZA1bxKbsY&filter=label(container_name:^/system.slice.*|^/user.slice) 0xc2081966c0 }
  7. I0307 09:14:43.599010 1 heapster.go:71] Starting heapster on port 8082
  8. panic: runtime error: invalid memory address or nil pointer dereference
  9. [signal 0xb code=0x1 addr=0x68 pc=0x4e6db6]
  10.  
  11. goroutine 137 [running]:
  12. k8s.io/heapster/sources.(*kubeNodeMetrics).updateStats(0xc20819a5d0, 0xc208198c80, 0x31, 0xc2083b3950, 0xc, 0xc2083b3980, 0xc, 0xc208198180, 0x31, 0x1770, ...)
  13. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/sources/kube_nodes.go:89 +0xc06
  14. k8s.io/heapster/sources.func·002(0xc208198c80, 0x31, 0xc2083b3950, 0xc, 0xc2083b3980, 0xc, 0xc208198180, 0x31, 0x1770, 0x3e0056000)
  15. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/sources/kube_nodes.go:106 +0x10a
  16. created by k8s.io/heapster/sources.(*kubeNodeMetrics).getNodesInfo
  17. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/sources/kube_nodes.go:114 +0x4a3
  18.  
  19. goroutine 1 [IO wait]:
  20. net.(*pollDesc).Wait(0xc208257870, 0x72, 0x0, 0x0)
  21. /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47
  22. net.(*pollDesc).WaitRead(0xc208257870, 0x0, 0x0)
  23. /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43
  24. net.(*netFD).accept(0xc208257810, 0x0, 0x7f7cd1c17ff0, 0xc2083b2cb0)
  25. /usr/lib/golang/src/net/fd_unix.go:419 +0x40b
  26. net.(*TCPListener).AcceptTCP(0xc20826c018, 0x0, 0x0, 0x0)
  27. /usr/lib/golang/src/net/tcpsock_posix.go:234 +0x4e
  28. net/http.tcpKeepAliveListener.Accept(0xc20826c018, 0x0, 0x0, 0x0, 0x0)
  29. /usr/lib/golang/src/net/http/server.go:1976 +0x4c
  30. crypto/tls.(*listener).Accept(0xc20837ac60, 0x0, 0x0, 0x0, 0x0)
  31. /usr/lib/golang/src/crypto/tls/tls.go:46 +0x6b
  32. net/http.(*Server).Serve(0xc20819f500, 0x7f7cd1c30d00, 0xc20837ac60, 0x0, 0x0)
  33. /usr/lib/golang/src/net/http/server.go:1728 +0x92
  34. net/http.(*Server).ListenAndServeTLS(0xc20819f500, 0x7ffe424d35ac, 0x16, 0x7ffe424d35cd, 0x15, 0x0, 0x0)
  35. /usr/lib/golang/src/net/http/server.go:1879 +0x55b
  36. main.main()
  37. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/heapster.go:88 +0xa3f
  38.  
  39. goroutine 5 [chan receive]:
  40. github.com/golang/glog.(*loggingT).flushDaemon(0x13e5ee0)
  41. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/github.com/golang/glog/glog.go:879 +0x78
  42. created by github.com/golang/glog.init·1
  43. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/github.com/golang/glog/glog.go:410 +0x2a7
  44.  
  45. goroutine 17 [syscall, locked to thread]:
  46. runtime.goexit()
  47. /usr/lib/golang/src/runtime/asm_amd64.s:2232 +0x1
  48.  
  49. goroutine 12 [syscall]:
  50. os/signal.loop()
  51. /usr/lib/golang/src/os/signal/signal_unix.go:21 +0x1f
  52. created by os/signal.init·1
  53. /usr/lib/golang/src/os/signal/signal_unix.go:27 +0x35
  54.  
  55. goroutine 44 [select]:
  56. net/http.(*persistConn).writeLoop(0xc2080ca000)
  57. /usr/lib/golang/src/net/http/transport.go:945 +0x41d
  58. created by net/http.(*Transport).dialConn
  59. /usr/lib/golang/src/net/http/transport.go:661 +0xcbc
  60.  
  61. goroutine 15 [sleep]:
  62. k8s.io/kubernetes/pkg/util.Until(0xc208160a50, 0xdf8475800, 0xc2080644e0)
  63. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/util.go:127 +0x98
  64. created by k8s.io/heapster/sinks/cache.NewCache
  65. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/sinks/cache/impl.go:358 +0x2c4
  66.  
  67. goroutine 16 [select]:
  68. k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc20800ad80, 0x7f7cd1c24ab0, 0xc20819a1b0, 0xc20834de18, 0xc208065020, 0xc2080652c0, 0x0, 0x0)
  69. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:251 +0x1099
  70. k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc20800ad80, 0xc2080652c0, 0x0, 0x0)
  71. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:222 +0xf53
  72. k8s.io/kubernetes/pkg/client/cache.func·006()
  73. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:144 +0x36
  74. k8s.io/kubernetes/pkg/util.func·002()
  75. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/util.go:125 +0x61
  76. k8s.io/kubernetes/pkg/util.Until(0xc2081637a0, 0x3b9aca00, 0xc2080652c0)
  77. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/util.go:126 +0x8a
  78. created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil
  79. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:144 +0xfb
  80.  
  81. goroutine 34 [select]:
  82. k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc20800ae80, 0x7f7cd1c24ab0, 0xc20833bce0, 0xc20802ee18, 0xc208065020, 0xc2080653e0, 0x0, 0x0)
  83. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:251 +0x1099
  84. k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc20800ae80, 0xc2080653e0, 0x0, 0x0)
  85. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:222 +0xf53
  86. k8s.io/kubernetes/pkg/client/cache.func·006()
  87. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:144 +0x36
  88. k8s.io/kubernetes/pkg/util.func·002()
  89. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/util.go:125 +0x61
  90. k8s.io/kubernetes/pkg/util.Until(0xc208163ee0, 0x3b9aca00, 0xc2080653e0)
  91. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/util.go:126 +0x8a
  92. created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil
  93. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:144 +0xfb
  94.  
  95. goroutine 35 [semacquire]:
  96. sync.(*Cond).Wait(0xc20809c0b8)
  97. /usr/lib/golang/src/sync/cond.go:62 +0x9e
  98. k8s.io/kubernetes/pkg/client/cache.(*DeltaFIFO).Pop(0xc20809c0a0, 0x0, 0x0)
  99. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/delta_fifo.go:290 +0xb2
  100. k8s.io/kubernetes/pkg/controller/framework.(*Controller).processLoop(0xc208087dc0)
  101. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/controller/framework/controller.go:125 +0x44
  102. k8s.io/kubernetes/pkg/controller/framework.*Controller.(k8s.io/kubernetes/pkg/controller/framework.processLoop)·fm()
  103. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/controller/framework/controller.go:96 +0x27
  104. k8s.io/kubernetes/pkg/util.func·002()
  105. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/util.go:125 +0x61
  106. k8s.io/kubernetes/pkg/util.Until(0xc20801b7b8, 0x3b9aca00, 0xc2080644e0)
  107. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/util.go:126 +0x8a
  108. k8s.io/kubernetes/pkg/controller/framework.(*Controller).Run(0xc208087dc0, 0xc2080644e0)
  109. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/controller/framework/controller.go:96 +0x1fb
  110. created by k8s.io/heapster/sources.newPodsApi
  111. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/sources/pods.go:181 +0x476
  112.  
  113. goroutine 36 [chan receive]:
  114. k8s.io/heapster/sources.(*eventsSourceImpl).watchLoop(0xc20819a600, 0x7f7cd1c1c180, 0xc208163f80, 0xc2080654a0, 0xc208065500)
  115. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/sources/kube_events.go:150 +0x911
  116. created by k8s.io/heapster/sources.NewKubeEvents
  117. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/sources/kube_events.go:202 +0x1b9
  118.  
  119. goroutine 37 [sleep]:
  120. k8s.io/kubernetes/pkg/util.Until(0xc208161e00, 0x2540be400, 0xc208065620)
  121. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/util.go:127 +0x98
  122. created by k8s.io/heapster/sinks.(*externalSinkManager).Sync
  123. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/sinks/external.go:81 +0xb0
  124.  
  125. goroutine 46 [chan receive]:
  126. k8s.io/heapster/manager.(*realManager).housekeep(0xc2080884d0, 0xece6f83da, 0x0, 0x13e5b40, 0xece6f83df, 0x0, 0x13e5b40)
  127. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/manager/manager.go:171 +0x3bc
  128. k8s.io/heapster/manager.(*realManager).Housekeep(0xc2080884d0)
  129. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/manager/manager.go:153 +0x1b6
  130. created by k8s.io/heapster/manager.(*realManager).Start
  131. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/_build/src/k8s.io/heapster/manager/manager.go:116 +0x32
  132.  
  133. goroutine 134 [IO wait]:
  134. net.(*pollDesc).Wait(0xc2081e92c0, 0x72, 0x0, 0x0)
  135. /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47
  136. net.(*pollDesc).WaitRead(0xc2081e92c0, 0x0, 0x0)
  137. /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43
  138. net.(*netFD).Read(0xc2081e9260, 0xc2083ec000, 0x2000, 0x2000, 0x0, 0x7f7cd1c17ff0, 0xc2081cb928)
  139. /usr/lib/golang/src/net/fd_unix.go:242 +0x40f
  140. net.(*conn).Read(0xc2081be008, 0xc2083ec000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
  141. /usr/lib/golang/src/net/net.go:121 +0xdc
  142. crypto/tls.(*block).readFromUntil(0xc2081e26c0, 0x7f7cd1c21710, 0xc2081be008, 0x5, 0x0, 0x0)
  143. /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6
  144. crypto/tls.(*Conn).readRecord(0xc208276580, 0x17, 0x0, 0x0)
  145. /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da
  146. crypto/tls.(*Conn).Read(0xc208276580, 0xc2085ee000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  147. /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166
  148. net/http.noteEOFReader.Read(0x7f7cd1c22c90, 0xc208276580, 0xc20825dc88, 0xc2085ee000, 0x1000, 0x1000, 0xb5cd00, 0x0, 0x0)
  149. /usr/lib/golang/src/net/http/transport.go:1270 +0x6e
  150. net/http.(*noteEOFReader).Read(0xc2083663e0, 0xc2085ee000, 0x1000, 0x1000, 0xc208091600, 0x0, 0x0)
  151. <autogenerated>:125 +0xd4
  152. bufio.(*Reader).fill(0xc20819ede0)
  153. /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce
  154. bufio.(*Reader).Peek(0xc20819ede0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
  155. /usr/lib/golang/src/bufio/bufio.go:132 +0xf0
  156. net/http.(*persistConn).readLoop(0xc20825dc30)
  157. /usr/lib/golang/src/net/http/transport.go:842 +0xa4
  158. created by net/http.(*Transport).dialConn
  159. /usr/lib/golang/src/net/http/transport.go:660 +0xc9f
  160.  
  161. goroutine 82 [select]:
  162. k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc208248000, 0x7f7cd1c24ab0, 0xc20819aa80, 0xc20802de18, 0xc208250000, 0xc2080644e0, 0x0, 0x0)
  163. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:251 +0x1099
  164. k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc208248000, 0xc2080644e0, 0x0, 0x0)
  165. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:222 +0xf53
  166. k8s.io/kubernetes/pkg/client/cache.func·006()
  167. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:144 +0x36
  168. k8s.io/kubernetes/pkg/util.func·002()
  169. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/util.go:125 +0x61
  170. k8s.io/kubernetes/pkg/util.Until(0xc2082160a0, 0x3b9aca00, 0xc2080644e0)
  171. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/util.go:126 +0x8a
  172. created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil
  173. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:144 +0xfb
  174.  
  175. goroutine 84 [select]:
  176. net/http.(*persistConn).readLoop(0xc20825e000)
  177. /usr/lib/golang/src/net/http/transport.go:928 +0x9ce
  178. created by net/http.(*Transport).dialConn
  179. /usr/lib/golang/src/net/http/transport.go:660 +0xc9f
  180.  
  181. goroutine 89 [IO wait]:
  182. net.(*pollDesc).Wait(0xc2081ea300, 0x72, 0x0, 0x0)
  183. /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47
  184. net.(*pollDesc).WaitRead(0xc2081ea300, 0x0, 0x0)
  185. /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43
  186. net.(*netFD).Read(0xc2081ea2a0, 0xc20821c000, 0x8000, 0x8000, 0x0, 0x7f7cd1c17ff0, 0xc2082342d8)
  187. /usr/lib/golang/src/net/fd_unix.go:242 +0x40f
  188. net.(*conn).Read(0xc20803a218, 0xc20821c000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
  189. /usr/lib/golang/src/net/net.go:121 +0xdc
  190. crypto/tls.(*block).readFromUntil(0xc20808d0b0, 0x7f7cd1c21710, 0xc20803a218, 0x5, 0x0, 0x0)
  191. /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6
  192. crypto/tls.(*Conn).readRecord(0xc2080d5340, 0x17, 0x0, 0x0)
  193. /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da
  194. crypto/tls.(*Conn).Read(0xc2080d5340, 0xc208294000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  195. /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166
  196. net/http.noteEOFReader.Read(0x7f7cd1c22c90, 0xc2080d5340, 0xc20824a058, 0xc208294000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  197. /usr/lib/golang/src/net/http/transport.go:1270 +0x6e
  198. net/http.(*noteEOFReader).Read(0xc208163040, 0xc208294000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  199. <autogenerated>:125 +0xd4
  200. bufio.(*Reader).fill(0xc208250780)
  201. /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce
  202. bufio.(*Reader).ReadSlice(0xc208250780, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
  203. /usr/lib/golang/src/bufio/bufio.go:295 +0x257
  204. net/http/internal.readLine(0xc208250780, 0x0, 0x0, 0x0, 0x0, 0x0)
  205. /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a
  206. net/http/internal.(*chunkedReader).beginChunk(0xc20819aa20)
  207. /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46
  208. net/http/internal.(*chunkedReader).Read(0xc20819aa20, 0xc2082b2200, 0x200, 0x200, 0x0, 0x0, 0x0)
  209. /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb
  210. net/http.(*body).readLocked(0xc208212600, 0xc2082b2200, 0x200, 0x200, 0xffffffff, 0x0, 0x0)
  211. /usr/lib/golang/src/net/http/transfer.go:584 +0x7a
  212. net/http.(*body).Read(0xc208212600, 0xc2082b2200, 0x200, 0x200, 0x0, 0x0, 0x0)
  213. /usr/lib/golang/src/net/http/transfer.go:579 +0x115
  214. net/http.(*bodyEOFSignal).Read(0xc208212640, 0xc2082b2200, 0x200, 0x200, 0x0, 0x0, 0x0)
  215. /usr/lib/golang/src/net/http/transport.go:1193 +0x285
  216. encoding/json.(*Decoder).readValue(0xc208300180, 0xc207fe6548, 0x0, 0x0)
  217. /usr/lib/golang/src/encoding/json/stream.go:124 +0x5e1
  218. encoding/json.(*Decoder).Decode(0xc208300180, 0xa614a0, 0xc20819ab70, 0x0, 0x0)
  219. /usr/lib/golang/src/encoding/json/stream.go:44 +0x7b
  220. k8s.io/kubernetes/pkg/watch/json.(*Decoder).Decode(0xc20819aa50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  221. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/json/decoder.go:50 +0xba
  222. k8s.io/kubernetes/pkg/watch.(*StreamWatcher).receive(0xc20819aa80)
  223. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/iowatcher.go:92 +0xd4
  224. created by k8s.io/kubernetes/pkg/watch.NewStreamWatcher
  225. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/iowatcher.go:59 +0xd0
  226.  
  227. goroutine 88 [select]:
  228. net/http.(*persistConn).writeLoop(0xc20825c000)
  229. /usr/lib/golang/src/net/http/transport.go:945 +0x41d
  230. created by net/http.(*Transport).dialConn
  231. /usr/lib/golang/src/net/http/transport.go:661 +0xcbc
  232.  
  233. goroutine 41 [select]:
  234. net/http.(*persistConn).readLoop(0xc20824e000)
  235. /usr/lib/golang/src/net/http/transport.go:928 +0x9ce
  236. created by net/http.(*Transport).dialConn
  237. /usr/lib/golang/src/net/http/transport.go:660 +0xc9f
  238.  
  239. goroutine 52 [select]:
  240. net/http.(*persistConn).readLoop(0xc20824a000)
  241. /usr/lib/golang/src/net/http/transport.go:928 +0x9ce
  242. created by net/http.(*Transport).dialConn
  243. /usr/lib/golang/src/net/http/transport.go:660 +0xc9f
  244.  
  245. goroutine 43 [select]:
  246. net/http.(*persistConn).readLoop(0xc2080ca000)
  247. /usr/lib/golang/src/net/http/transport.go:928 +0x9ce
  248. created by net/http.(*Transport).dialConn
  249. /usr/lib/golang/src/net/http/transport.go:660 +0xc9f
  250.  
  251. goroutine 87 [IO wait]:
  252. net.(*pollDesc).Wait(0xc2081e8370, 0x72, 0x0, 0x0)
  253. /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47
  254. net.(*pollDesc).WaitRead(0xc2081e8370, 0x0, 0x0)
  255. /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43
  256. net.(*netFD).Read(0xc2081e8310, 0xc208368000, 0x4000, 0x4000, 0x0, 0x7f7cd1c17ff0, 0xc2081611d8)
  257. /usr/lib/golang/src/net/fd_unix.go:242 +0x40f
  258. net.(*conn).Read(0xc20824c038, 0xc208368000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
  259. /usr/lib/golang/src/net/net.go:121 +0xdc
  260. crypto/tls.(*block).readFromUntil(0xc208254750, 0x7f7cd1c21710, 0xc20824c038, 0x5, 0x0, 0x0)
  261. /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6
  262. crypto/tls.(*Conn).readRecord(0xc2082762c0, 0x17, 0x0, 0x0)
  263. /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da
  264. crypto/tls.(*Conn).Read(0xc2082762c0, 0xc208345000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  265. /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166
  266. net/http.noteEOFReader.Read(0x7f7cd1c22c90, 0xc2082762c0, 0xc20825c058, 0xc208345000, 0x1000, 0x1000, 0xc208246380, 0x0, 0x0)
  267. /usr/lib/golang/src/net/http/transport.go:1270 +0x6e
  268. net/http.(*noteEOFReader).Read(0xc2081d6280, 0xc208345000, 0x1000, 0x1000, 0xc208090400, 0x0, 0x0)
  269. <autogenerated>:125 +0xd4
  270. bufio.(*Reader).fill(0xc2082143c0)
  271. /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce
  272. bufio.(*Reader).Peek(0xc2082143c0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
  273. /usr/lib/golang/src/bufio/bufio.go:132 +0xf0
  274. net/http.(*persistConn).readLoop(0xc20825c000)
  275. /usr/lib/golang/src/net/http/transport.go:842 +0xa4
  276. created by net/http.(*Transport).dialConn
  277. /usr/lib/golang/src/net/http/transport.go:660 +0xc9f
  278.  
  279. goroutine 42 [select]:
  280. net/http.(*persistConn).writeLoop(0xc20824e000)
  281. /usr/lib/golang/src/net/http/transport.go:945 +0x41d
  282. created by net/http.(*Transport).dialConn
  283. /usr/lib/golang/src/net/http/transport.go:661 +0xcbc
  284.  
  285. goroutine 53 [select]:
  286. net/http.(*persistConn).writeLoop(0xc20824a000)
  287. /usr/lib/golang/src/net/http/transport.go:945 +0x41d
  288. created by net/http.(*Transport).dialConn
  289. /usr/lib/golang/src/net/http/transport.go:661 +0xcbc
  290.  
  291. goroutine 86 [IO wait]:
  292. net.(*pollDesc).Wait(0xc208268060, 0x72, 0x0, 0x0)
  293. /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47
  294. net.(*pollDesc).WaitRead(0xc208268060, 0x0, 0x0)
  295. /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43
  296. net.(*netFD).Read(0xc208268000, 0xc20859e000, 0x2000, 0x2000, 0x0, 0x7f7cd1c17ff0, 0xc2083b3b58)
  297. /usr/lib/golang/src/net/fd_unix.go:242 +0x40f
  298. net.(*conn).Read(0xc20826c000, 0xc20859e000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
  299. /usr/lib/golang/src/net/net.go:121 +0xdc
  300. crypto/tls.(*block).readFromUntil(0xc2082540c0, 0x7f7cd1c21710, 0xc20826c000, 0x5, 0x0, 0x0)
  301. /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6
  302. crypto/tls.(*Conn).readRecord(0xc208276000, 0x17, 0x0, 0x0)
  303. /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da
  304. crypto/tls.(*Conn).Read(0xc208276000, 0xc208267000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  305. /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166
  306. net/http.noteEOFReader.Read(0x7f7cd1c22c90, 0xc208276000, 0xc2080ca058, 0xc208267000, 0x1000, 0x1000, 0xb93d00, 0x0, 0x0)
  307. /usr/lib/golang/src/net/http/transport.go:1270 +0x6e
  308. net/http.(*noteEOFReader).Read(0xc208231540, 0xc208267000, 0x1000, 0x1000, 0x16, 0x0, 0x0)
  309. <autogenerated>:125 +0xd4
  310. bufio.(*Reader).fill(0xc2082264e0)
  311. /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce
  312. bufio.(*Reader).ReadSlice(0xc2082264e0, 0xc20807f60a, 0x0, 0x0, 0x0, 0x0, 0x0)
  313. /usr/lib/golang/src/bufio/bufio.go:295 +0x257
  314. net/http/internal.readLine(0xc2082264e0, 0x0, 0x0, 0x0, 0x0, 0x0)
  315. /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a
  316. net/http/internal.(*chunkedReader).beginChunk(0xc20819a150)
  317. /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46
  318. net/http/internal.(*chunkedReader).Read(0xc20819a150, 0xc2085aa001, 0x3dff, 0x3dff, 0x0, 0x0, 0x0)
  319. /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb
  320. net/http.(*body).readLocked(0xc208212180, 0xc2085aa001, 0x3dff, 0x3dff, 0xffffffff, 0x0, 0x0)
  321. /usr/lib/golang/src/net/http/transfer.go:584 +0x7a
  322. net/http.(*body).Read(0xc208212180, 0xc2085aa001, 0x3dff, 0x3dff, 0x0, 0x0, 0x0)
  323. /usr/lib/golang/src/net/http/transfer.go:579 +0x115
  324. net/http.(*bodyEOFSignal).Read(0xc2082121c0, 0xc2085aa001, 0x3dff, 0x3dff, 0x0, 0x0, 0x0)
  325. /usr/lib/golang/src/net/http/transport.go:1193 +0x285
  326. encoding/json.(*Decoder).readValue(0xc208300000, 0xc207fe5d48, 0x0, 0x0)
  327. /usr/lib/golang/src/encoding/json/stream.go:124 +0x5e1
  328. encoding/json.(*Decoder).Decode(0xc208300000, 0xa614a0, 0xc2081a2b70, 0x0, 0x0)
  329. /usr/lib/golang/src/encoding/json/stream.go:44 +0x7b
  330. k8s.io/kubernetes/pkg/watch/json.(*Decoder).Decode(0xc20819a180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  331. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/json/decoder.go:50 +0xba
  332. k8s.io/kubernetes/pkg/watch.(*StreamWatcher).receive(0xc20819a1b0)
  333. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/iowatcher.go:92 +0xd4
  334. created by k8s.io/kubernetes/pkg/watch.NewStreamWatcher
  335. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/iowatcher.go:59 +0xd0
  336.  
  337. goroutine 85 [select]:
  338. net/http.(*persistConn).writeLoop(0xc20825e000)
  339. /usr/lib/golang/src/net/http/transport.go:945 +0x41d
  340. created by net/http.(*Transport).dialConn
  341. /usr/lib/golang/src/net/http/transport.go:661 +0xcbc
  342.  
  343. goroutine 67 [IO wait]:
  344. net.(*pollDesc).Wait(0xc2081ea370, 0x72, 0x0, 0x0)
  345. /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47
  346. net.(*pollDesc).WaitRead(0xc2081ea370, 0x0, 0x0)
  347. /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43
  348. net.(*netFD).Read(0xc2081ea310, 0xc208284400, 0x400, 0x400, 0x0, 0x7f7cd1c17ff0, 0xc2080d2160)
  349. /usr/lib/golang/src/net/fd_unix.go:242 +0x40f
  350. net.(*conn).Read(0xc20819c038, 0xc208284400, 0x400, 0x400, 0x0, 0x0, 0x0)
  351. /usr/lib/golang/src/net/net.go:121 +0xdc
  352. crypto/tls.(*block).readFromUntil(0xc2081a2360, 0x7f7cd1c21710, 0xc20819c038, 0x5, 0x0, 0x0)
  353. /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6
  354. crypto/tls.(*Conn).readRecord(0xc208270000, 0x17, 0x0, 0x0)
  355. /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da
  356. crypto/tls.(*Conn).Read(0xc208270000, 0xc20829e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  357. /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166
  358. net/http.noteEOFReader.Read(0x7f7cd1c22c90, 0xc208270000, 0xc20825e058, 0xc20829e000, 0x1000, 0x1000, 0x7, 0x0, 0x0)
  359. /usr/lib/golang/src/net/http/transport.go:1270 +0x6e
  360. net/http.(*noteEOFReader).Read(0xc208217c00, 0xc20829e000, 0x1000, 0x1000, 0xc2082080f8, 0x0, 0x0)
  361. <autogenerated>:125 +0xd4
  362. bufio.(*Reader).fill(0xc208214c00)
  363. /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce
  364. bufio.(*Reader).ReadSlice(0xc208214c00, 0xc20829f00a, 0x0, 0x0, 0x0, 0x0, 0x0)
  365. /usr/lib/golang/src/bufio/bufio.go:295 +0x257
  366. net/http/internal.readLine(0xc208214c00, 0x0, 0x0, 0x0, 0x0, 0x0)
  367. /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a
  368. net/http/internal.(*chunkedReader).beginChunk(0xc208328120)
  369. /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46
  370. net/http/internal.(*chunkedReader).Read(0xc208328120, 0xc2082b8000, 0x200, 0x200, 0x0, 0x0, 0x0)
  371. /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb
  372. net/http.(*body).readLocked(0xc2081b8040, 0xc2082b8000, 0x200, 0x200, 0xffffffff, 0x0, 0x0)
  373. /usr/lib/golang/src/net/http/transfer.go:584 +0x7a
  374. net/http.(*body).Read(0xc2081b8040, 0xc2082b8000, 0x200, 0x200, 0x0, 0x0, 0x0)
  375. /usr/lib/golang/src/net/http/transfer.go:579 +0x115
  376. net/http.(*bodyEOFSignal).Read(0xc2081b8080, 0xc2082b8000, 0x200, 0x200, 0x0, 0x0, 0x0)
  377. /usr/lib/golang/src/net/http/transport.go:1193 +0x285
  378. encoding/json.(*Decoder).readValue(0xc2082fa000, 0xc207fcd7e1, 0x0, 0x0)
  379. /usr/lib/golang/src/encoding/json/stream.go:124 +0x5e1
  380. encoding/json.(*Decoder).Decode(0xc2082fa000, 0xa614a0, 0xc2083281e0, 0x0, 0x0)
  381. /usr/lib/golang/src/encoding/json/stream.go:44 +0x7b
  382. k8s.io/kubernetes/pkg/watch/json.(*Decoder).Decode(0xc208328180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  383. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/json/decoder.go:50 +0xba
  384. k8s.io/kubernetes/pkg/watch.(*StreamWatcher).receive(0xc2083281b0)
  385. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/iowatcher.go:92 +0xd4
  386. created by k8s.io/kubernetes/pkg/watch.NewStreamWatcher
  387. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/iowatcher.go:59 +0xd0
  388.  
  389. goroutine 100 [IO wait]:
  390. net.(*pollDesc).Wait(0xc2081ea290, 0x72, 0x0, 0x0)
  391. /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47
  392. net.(*pollDesc).WaitRead(0xc2081ea290, 0x0, 0x0)
  393. /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43
  394. net.(*netFD).Read(0xc2081ea230, 0xc20833c000, 0x1000, 0x1000, 0x0, 0x7f7cd1c17ff0, 0xc2081d4d18)
  395. /usr/lib/golang/src/net/fd_unix.go:242 +0x40f
  396. net.(*conn).Read(0xc2081be028, 0xc20833c000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  397. /usr/lib/golang/src/net/net.go:121 +0xdc
  398. crypto/tls.(*block).readFromUntil(0xc2081e2300, 0x7f7cd1c21710, 0xc2081be028, 0x5, 0x0, 0x0)
  399. /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6
  400. crypto/tls.(*Conn).readRecord(0xc20826a000, 0x17, 0x0, 0x0)
  401. /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da
  402. crypto/tls.(*Conn).Read(0xc20826a000, 0xc20817c000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  403. /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166
  404. net/http.noteEOFReader.Read(0x7f7cd1c22c90, 0xc20826a000, 0xc20824e058, 0xc20817c000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  405. /usr/lib/golang/src/net/http/transport.go:1270 +0x6e
  406. net/http.(*noteEOFReader).Read(0xc208231420, 0xc20817c000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  407. <autogenerated>:125 +0xd4
  408. bufio.(*Reader).fill(0xc208226300)
  409. /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce
  410. bufio.(*Reader).ReadSlice(0xc208226300, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
  411. /usr/lib/golang/src/bufio/bufio.go:295 +0x257
  412. net/http/internal.readLine(0xc208226300, 0x0, 0x0, 0x0, 0x0, 0x0)
  413. /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a
  414. net/http/internal.(*chunkedReader).beginChunk(0xc20833bc80)
  415. /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46
  416. net/http/internal.(*chunkedReader).Read(0xc20833bc80, 0xc2081e0a00, 0x200, 0x200, 0x0, 0x0, 0x0)
  417. /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb
  418. net/http.(*body).readLocked(0xc208253680, 0xc2081e0a00, 0x200, 0x200, 0xffffffff, 0x0, 0x0)
  419. /usr/lib/golang/src/net/http/transfer.go:584 +0x7a
  420. net/http.(*body).Read(0xc208253680, 0xc2081e0a00, 0x200, 0x200, 0x0, 0x0, 0x0)
  421. /usr/lib/golang/src/net/http/transfer.go:579 +0x115
  422. net/http.(*bodyEOFSignal).Read(0xc2082536c0, 0xc2081e0a00, 0x200, 0x200, 0x0, 0x0, 0x0)
  423. /usr/lib/golang/src/net/http/transport.go:1193 +0x285
  424. encoding/json.(*Decoder).readValue(0xc2082a6600, 0xc207fcc42e, 0x0, 0x0)
  425. /usr/lib/golang/src/encoding/json/stream.go:124 +0x5e1
  426. encoding/json.(*Decoder).Decode(0xc2082a6600, 0xa614a0, 0xc20833bd10, 0x0, 0x0)
  427. /usr/lib/golang/src/encoding/json/stream.go:44 +0x7b
  428. k8s.io/kubernetes/pkg/watch/json.(*Decoder).Decode(0xc20833bcb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  429. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/json/decoder.go:50 +0xba
  430. k8s.io/kubernetes/pkg/watch.(*StreamWatcher).receive(0xc20833bce0)
  431. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/iowatcher.go:92 +0xd4
  432. created by k8s.io/kubernetes/pkg/watch.NewStreamWatcher
  433. /builddir/build/BUILD/heapster-af4752e8f366cdce38d5b768c2f6ec36248ec9e3/Godeps/_workspace/src/k8s.io/kubernetes/pkg/watch/iowatcher.go:59 +0xd0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement