Guest User

Untitled

a guest
Dec 23rd, 2024
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.51 KB | None | 0 0
  1. 2024-12-23T07:30:53.137Z INFO setup Manager starting up {"gitCommit": "13627d423321257e18b77d270af922c6cd17c8f0", "gitBranch": "release-1-16-2", "goVersion": "go1.22.5", "os": "linux", "arch": "amd64"}
  2. 2024-12-23T07:30:53.178Z INFO server version {"platform": "kubernetes", "version": "v1.30.2"}
  3. 2024-12-23T07:30:53.189Z INFO controller-runtime.metrics Starting metrics server
  4. 2024-12-23T07:30:53.190Z INFO controller-runtime.metrics Serving metrics server {"bindAddress": ":8080", "secure": false}
  5. 2024-12-23T07:30:53.190Z INFO starting server {"name": "health probe", "addr": "[::]:8081"}
  6. I1223 07:30:53.190962 1 leaderelection.go:250] attempting to acquire leader lease default/08db0feb.percona.com...
  7. I1223 07:31:10.436850 1 leaderelection.go:260] successfully acquired lease default/08db0feb.percona.com
  8. 2024-12-23T07:31:10.441Z INFO Starting EventSource {"controller": "psmdb-controller", "source": "kind source: *v1.PerconaServerMongoDB"}
  9. 2024-12-23T07:31:10.441Z INFO Starting Controller {"controller": "psmdb-controller"}
  10. 2024-12-23T07:31:10.444Z INFO Starting EventSource {"controller": "psmdbbackup-controller", "source": "kind source: *v1.PerconaServerMongoDBBackup"}
  11. 2024-12-23T07:31:10.448Z INFO Starting EventSource {"controller": "psmdbbackup-controller", "source": "kind source: *v1.Pod"}
  12. 2024-12-23T07:31:10.448Z INFO Starting Controller {"controller": "psmdbbackup-controller"}
  13. 2024-12-23T07:31:10.441Z INFO Starting EventSource {"controller": "psmdbrestore-controller", "source": "kind source: *v1.PerconaServerMongoDBRestore"}
  14. 2024-12-23T07:31:10.453Z INFO Starting EventSource {"controller": "psmdbrestore-controller", "source": "kind source: *v1.Pod"}
  15. 2024-12-23T07:31:10.453Z INFO Starting Controller {"controller": "psmdbrestore-controller"}
  16. 2024-12-23T07:31:10.795Z INFO Starting workers {"controller": "psmdbbackup-controller", "worker count": 1}
  17. 2024-12-23T07:31:10.840Z INFO Starting workers {"controller": "psmdb-controller", "worker count": 1}
  18. 2024-12-23T07:31:10.841Z INFO Starting workers {"controller": "psmdbrestore-controller", "worker count": 1}
  19. 2024-12-23T07:31:11.061Z INFO Creating or updating backup job {"controller": "psmdb-controller", "object": {"name":"mongodb-psmdb-db","namespace":"default"}, "namespace": "default", "name": "mongodb-psmdb-db", "reconcileID": "175772d4-1478-4b51-b99f-04ec4b3d179e", "name": "mongodb-backup", "namespace": "default", "schedule": "0 */3 * * *"}
  20. 2024-12-23T07:31:11.884Z INFO add new job {"controller": "psmdb-controller", "object": {"name":"mongodb-psmdb-db","namespace":"default"}, "namespace": "default", "name": "mongodb-psmdb-db", "reconcileID": "175772d4-1478-4b51-b99f-04ec4b3d179e", "name": "ensure-version/default/mongodb-psmdb-db", "schedule": "0 2 * * *"}
  21. fatal error: concurrent map read and map write
  22.  
  23. goroutine 200 [running]:
  24. k8s.io/apimachinery/pkg/runtime.(*Scheme).ObjectKinds(0xc000525dc0, {0x299e138?, 0xc000daab48?})
  25. /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/scheme.go:267 +0x1cb
  26. sigs.k8s.io/controller-runtime/pkg/client/apiutil.GVKForObject({0x299e138, 0xc000daab48}, 0x0?)
  27. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/client/apiutil/apimachinery.go:115 +0x21f
  28. sigs.k8s.io/controller-runtime/pkg/cache.(*informerCache).Get(0xc0005c08e8, {0x29b1d20, 0xc001b2ddd0}, {{0xc0012552a0?, 0x1a?}, {0xc00124d290?, 0x11?}}, {0x29cd280, 0xc000daab48}, {0x0, ...})
  29. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/informer_cache.go:75 +0x97
  30. sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Get(0xc0008425d0, {0x29b1d20, 0xc001b2ddd0}, {{0xc0012552a0, 0x7}, {0xc00124d290, 0x2a}}, {0x29cd280, 0xc000daab48}, {0x0, ...})
  31. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:244 +0x22d
  32. sigs.k8s.io/controller-runtime/pkg/client.(*client).Get(0xc0006e2b40, {0x29b1d20, 0xc001b2ddd0}, {{0xc0012552a0?, 0xc0014e1300?}, {0xc00124d290?, 0xc000505940?}}, {0x29cd280, 0xc000daab48}, {0x0, ...})
  33. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/client/client.go:356 +0x230
  34. github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodbbackup.(*ReconcilePerconaServerMongoDBBackup).Reconcile(0xc00095c8a0, {0x29b1d20, 0xc001b2ddd0}, {{{0xc0012552a0?, 0x5?}, {0xc00124d290?, 0xc000505d10?}}})
  35. /go/src/github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodbbackup/perconaservermongodbbackup_controller.go:120 +0x124
  36. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x29b6b08?, {0x29b1d20?, 0xc001b2ddd0?}, {{{0xc0012552a0?, 0xb?}, {0xc00124d290?, 0x0?}}})
  37. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:114 +0xb7
  38. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc000962160, {0x29b1d58, 0xc000844690}, {0x1fe0200, 0xc0017659c0})
  39. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:311 +0x3bc
  40. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc000962160, {0x29b1d58, 0xc000844690})
  41. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:261 +0x1be
  42. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
  43. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:222 +0x79
  44. created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 100
  45. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:218 +0x486
  46.  
  47. goroutine 1 [select, 86 minutes]:
  48. sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).Start(0xc0004b6000, {0x29b1d58, 0xc000844eb0})
  49. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:435 +0x996
  50. main.main()
  51. /go/src/github.com/percona/percona-server-mongodb-operator/cmd/manager/main.go:160 +0xc7d
  52.  
  53. goroutine 52 [syscall, 86 minutes]:
  54. os/signal.signal_recv()
  55. /usr/local/go/src/runtime/sigqueue.go:152 +0x29
  56. os/signal.loop()
  57. /usr/local/go/src/os/signal/signal_unix.go:23 +0x13
  58. created by os/signal.Notify.func1.1 in goroutine 1
  59. /usr/local/go/src/os/signal/signal.go:151 +0x1f
  60.  
  61. goroutine 54 [chan receive, 86 minutes]:
  62. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile(0xc0006e3320)
  63. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:186 +0x45
  64. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).Start.func1 in goroutine 1
  65. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:139 +0xc8
  66.  
  67. goroutine 53 [chan receive, 86 minutes]:
  68. sigs.k8s.io/controller-runtime/pkg/manager/signals.SetupSignalHandler.func1()
  69. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/signals/signal.go:38 +0x27
  70. created by sigs.k8s.io/controller-runtime/pkg/manager/signals.SetupSignalHandler in goroutine 1
  71. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/signals/signal.go:37 +0xc5
  72.  
  73. goroutine 44 [IO wait]:
  74. internal/poll.runtime_pollWait(0x7fc9bce4fde8, 0x72)
  75. /usr/local/go/src/runtime/netpoll.go:345 +0x85
  76. internal/poll.(*pollDesc).wait(0xc000838b00?, 0xc000a10000?, 0x0)
  77. /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
  78. internal/poll.(*pollDesc).waitRead(...)
  79. /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
  80. internal/poll.(*FD).Read(0xc000838b00, {0xc000a10000, 0xa000, 0xa000})
  81. /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a
  82. net.(*netFD).Read(0xc000838b00, {0xc000a10000?, 0x7fc9bcc164e0?, 0xc000ff83a8?})
  83. /usr/local/go/src/net/fd_posix.go:55 +0x25
  84. net.(*conn).Read(0xc000683990, {0xc000a10000?, 0xc000d39938?, 0x411bbb?})
  85. /usr/local/go/src/net/net.go:185 +0x45
  86. crypto/tls.(*atLeastReader).Read(0xc000ff83a8, {0xc000a10000?, 0x0?, 0xc000ff83a8?})
  87. /usr/local/go/src/crypto/tls/conn.go:806 +0x3b
  88. bytes.(*Buffer).ReadFrom(0xc0007dad30, {0x2994160, 0xc000ff83a8})
  89. /usr/local/go/src/bytes/buffer.go:211 +0x98
  90. crypto/tls.(*Conn).readFromUntil(0xc0007daa88, {0x29941e0, 0xc000683990}, 0xc000d39980?)
  91. /usr/local/go/src/crypto/tls/conn.go:828 +0xde
  92. crypto/tls.(*Conn).readRecordOrCCS(0xc0007daa88, 0x0)
  93. /usr/local/go/src/crypto/tls/conn.go:626 +0x3cf
  94. crypto/tls.(*Conn).readRecord(...)
  95. /usr/local/go/src/crypto/tls/conn.go:588
  96. crypto/tls.(*Conn).Read(0xc0007daa88, {0xc0008f9000, 0x1000, 0xc001585180?})
  97. /usr/local/go/src/crypto/tls/conn.go:1370 +0x156
  98. bufio.(*Reader).Read(0xc0008f4840, {0xc0006f7000, 0x9, 0x3aeb8b0?})
  99. /usr/local/go/src/bufio/bufio.go:241 +0x197
  100. io.ReadAtLeast({0x2992940, 0xc0008f4840}, {0xc0006f7000, 0x9, 0x9}, 0x9)
  101. /usr/local/go/src/io/io.go:335 +0x90
  102. io.ReadFull(...)
  103. /usr/local/go/src/io/io.go:354
  104. golang.org/x/net/http2.readFrameHeader({0xc0006f7000, 0x9, 0xc000d39dc0?}, {0x2992940?, 0xc0008f4840?})
  105. /go/pkg/mod/golang.org/x/[email protected]/http2/frame.go:237 +0x65
  106. golang.org/x/net/http2.(*Framer).ReadFrame(0xc0006f6fc0)
  107. /go/pkg/mod/golang.org/x/[email protected]/http2/frame.go:498 +0x85
  108. golang.org/x/net/http2.(*clientConnReadLoop).run(0xc000d39fa8)
  109. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2429 +0xd8
  110. golang.org/x/net/http2.(*ClientConn).readLoop(0xc000836780)
  111. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2325 +0x65
  112. created by golang.org/x/net/http2.(*ClientConn).goRun in goroutine 43
  113. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:369 +0x2d
  114.  
  115. goroutine 29 [select, 86 minutes]:
  116. github.com/robfig/cron/v3.(*Cron).run(0xc0005f32c0)
  117. /go/pkg/mod/github.com/robfig/cron/[email protected]/cron.go:263 +0xb5c
  118. created by github.com/robfig/cron/v3.(*Cron).Start in goroutine 1
  119. /go/pkg/mod/github.com/robfig/cron/[email protected]/cron.go:222 +0xc5
  120.  
  121. goroutine 55 [IO wait, 86 minutes]:
  122. internal/poll.runtime_pollWait(0x7fc9bce4fcf0, 0x72)
  123. /usr/local/go/src/runtime/netpoll.go:345 +0x85
  124. internal/poll.(*pollDesc).wait(0x8?, 0x10?, 0x0)
  125. /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
  126. internal/poll.(*pollDesc).waitRead(...)
  127. /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
  128. internal/poll.(*FD).Accept(0xc000585f00)
  129. /usr/local/go/src/internal/poll/fd_unix.go:611 +0x2ac
  130. net.(*netFD).accept(0xc000585f00)
  131. /usr/local/go/src/net/fd_unix.go:172 +0x29
  132. net.(*TCPListener).accept(0xc0006d0160)
  133. /usr/local/go/src/net/tcpsock_posix.go:159 +0x1e
  134. net.(*TCPListener).Accept(0xc0006d0160)
  135. /usr/local/go/src/net/tcpsock.go:327 +0x30
  136. net/http.(*Server).Serve(0xc0000f85a0, {0x29af380, 0xc0006d0160})
  137. /usr/local/go/src/net/http/server.go:3260 +0x33e
  138. sigs.k8s.io/controller-runtime/pkg/metrics/server.(*defaultServer).Start(0xc000684c00, {0x29b1d58, 0xc0008445a0})
  139. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/metrics/server/server.go:245 +0x838
  140. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc0006d00e0)
  141. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
  142. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 54
  143. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
  144.  
  145. goroutine 62 [chan receive, 86 minutes]:
  146. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile(0xc0006e3440)
  147. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:186 +0x45
  148. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).Start.func1 in goroutine 1
  149. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:139 +0xc8
  150.  
  151. goroutine 57 [chan receive, 86 minutes]:
  152. sigs.k8s.io/controller-runtime/pkg/metrics/server.(*defaultServer).Start.func1()
  153. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/metrics/server/server.go:233 +0x45
  154. created by sigs.k8s.io/controller-runtime/pkg/metrics/server.(*defaultServer).Start in goroutine 55
  155. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/metrics/server/server.go:232 +0x81b
  156.  
  157. goroutine 58 [IO wait]:
  158. internal/poll.runtime_pollWait(0x7fc9bce4fee0, 0x72)
  159. /usr/local/go/src/runtime/netpoll.go:345 +0x85
  160. internal/poll.(*pollDesc).wait(0x3?, 0x1?, 0x0)
  161. /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
  162. internal/poll.(*pollDesc).waitRead(...)
  163. /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
  164. internal/poll.(*FD).Accept(0xc000838800)
  165. /usr/local/go/src/internal/poll/fd_unix.go:611 +0x2ac
  166. net.(*netFD).accept(0xc000838800)
  167. /usr/local/go/src/net/fd_unix.go:172 +0x29
  168. net.(*TCPListener).accept(0xc00082f620)
  169. /usr/local/go/src/net/tcpsock_posix.go:159 +0x1e
  170. net.(*TCPListener).Accept(0xc00082f620)
  171. /usr/local/go/src/net/tcpsock.go:327 +0x30
  172. net/http.(*Server).Serve(0xc0000f84b0, {0x29af380, 0xc00082f620})
  173. /usr/local/go/src/net/http/server.go:3260 +0x33e
  174. sigs.k8s.io/controller-runtime/pkg/manager.(*Server).serve(0x29b6b08?)
  175. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/server.go:106 +0x25
  176. sigs.k8s.io/controller-runtime/pkg/manager.(*Server).Start(0xc000499680, {0x29b1d58, 0xc0008445a0})
  177. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/server.go:84 +0x332
  178. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc0006d0120)
  179. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
  180. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 54
  181. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
  182.  
  183. goroutine 61 [chan receive, 86 minutes]:
  184. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile(0xc0006e33b0)
  185. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:186 +0x45
  186. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).Start.func1 in goroutine 1
  187. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:139 +0xc8
  188.  
  189. goroutine 60 [chan receive, 86 minutes]:
  190. sigs.k8s.io/controller-runtime/pkg/manager.(*Server).Start.func1()
  191. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/server.go:67 +0x6e
  192. created by sigs.k8s.io/controller-runtime/pkg/manager.(*Server).Start in goroutine 58
  193. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/server.go:66 +0x2f7
  194.  
  195. goroutine 63 [select, 86 minutes]:
  196. sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Start(0xc0008425d0, {0x29b1d58, 0xc000844640})
  197. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:185 +0x2b5
  198. sigs.k8s.io/controller-runtime/pkg/cluster.(*cluster).Start(0xc0006e0c00?, {0x29b1d58?, 0xc000844640?})
  199. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cluster/internal.go:104 +0x76
  200. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc0006d00c0)
  201. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
  202. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 62
  203. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
  204.  
  205. goroutine 67 [chan receive, 86 minutes]:
  206. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile(0xc0006e3560)
  207. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:186 +0x45
  208. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).Start.func1 in goroutine 1
  209. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:139 +0xc8
  210.  
  211. goroutine 65 [chan receive, 86 minutes]:
  212. sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).Start(0xc00082b400, {0x29b1d58, 0xc000844640})
  213. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:220 +0x49
  214. sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Start.func1()
  215. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:170 +0x35
  216. created by sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Start in goroutine 63
  217. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:169 +0xd5
  218.  
  219. goroutine 66 [chan receive, 86 minutes]:
  220. sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).Start(0xc00082b2c0, {0x29b1d58, 0xc000844640})
  221. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:220 +0x49
  222. sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Start.func2({0xc0006e96d0, 0x7}, {0x29b98a8?, 0xc0005c08e8?})
  223. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:180 +0x53
  224. created by sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Start in goroutine 63
  225. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:179 +0x14c
  226.  
  227. goroutine 97 [select, 86 minutes]:
  228. k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher.func1()
  229. /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:403 +0xfe
  230. created by k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher in goroutine 69
  231. /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:400 +0xff
  232.  
  233. goroutine 69 [select]:
  234. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000503ee0, {0x29958a0, 0xc0007a7500}, 0x1, 0xc00005ff20)
  235. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:238 +0x12c
  236. k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000975ee0, 0x77359400, 0x0, 0x1, 0xc00005ff20)
  237. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
  238. k8s.io/apimachinery/pkg/util/wait.Until(...)
  239. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
  240. k8s.io/client-go/tools/leaderelection.(*LeaderElector).renew(0xc0004fcea0, {0x29b1d58?, 0xc000705630?})
  241. /go/pkg/mod/k8s.io/[email protected]/tools/leaderelection/leaderelection.go:271 +0x118
  242. k8s.io/client-go/tools/leaderelection.(*LeaderElector).Run(0xc0004fcea0, {0x29b1d58, 0xc000704690})
  243. /go/pkg/mod/k8s.io/[email protected]/tools/leaderelection/leaderelection.go:214 +0xfa
  244. sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startLeaderElection.func3()
  245. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:589 +0x32
  246. created by sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startLeaderElection in goroutine 68
  247. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:588 +0x206
  248.  
  249. goroutine 100 [chan receive, 86 minutes]:
  250. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start(0xc000962160, {0x29b1d58, 0xc000844690})
  251. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234 +0x189
  252. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc00082e500)
  253. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
  254. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 89
  255. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
  256.  
  257. goroutine 80 [select, 86 minutes]:
  258. k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher.func1()
  259. /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:403 +0xfe
  260. created by k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher in goroutine 69
  261. /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:400 +0xff
  262.  
  263. goroutine 79 [chan receive, 86 minutes]:
  264. k8s.io/client-go/tools/record.NewBroadcaster.func1()
  265. /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:219 +0x2c
  266. created by k8s.io/client-go/tools/record.NewBroadcaster in goroutine 69
  267. /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:218 +0x1e5
  268.  
  269. goroutine 78 [chan receive, 86 minutes]:
  270. k8s.io/apimachinery/pkg/watch.(*Broadcaster).loop(0xc000705270)
  271. /go/pkg/mod/k8s.io/[email protected]/pkg/watch/mux.go:268 +0x66
  272. created by k8s.io/apimachinery/pkg/watch.NewLongQueueBroadcaster in goroutine 69
  273. /go/pkg/mod/k8s.io/[email protected]/pkg/watch/mux.go:93 +0x125
  274.  
  275. goroutine 89 [chan receive, 86 minutes]:
  276. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile(0xc0006e34d0)
  277. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:186 +0x45
  278. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).Start.func1 in goroutine 98
  279. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:139 +0xc8
  280.  
  281. goroutine 90 [chan receive, 86 minutes]:
  282. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start(0xc0009620b0, {0x29b1d58, 0xc000844690})
  283. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234 +0x189
  284. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc00082e3c0)
  285. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
  286. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 89
  287. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
  288.  
  289. goroutine 196 [select, 86 minutes]:
  290. k8s.io/client-go/tools/cache.(*Reflector).startResync(0xc000154460, 0xc000858960, 0xc0006e0660, 0xc0009b81e0)
  291. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:377 +0x10f
  292. created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 143
  293. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:364 +0x4ad
  294.  
  295. goroutine 101 [chan receive, 86 minutes]:
  296. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start(0xc000962210, {0x29b1d58, 0xc000844690})
  297. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234 +0x189
  298. sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc00082e680)
  299. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
  300. created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 89
  301. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
  302.  
  303. goroutine 142 [chan receive, 86 minutes]:
  304. k8s.io/client-go/tools/cache.(*controller).Run.func1()
  305. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:132 +0x25
  306. created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 137
  307. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:131 +0xa9
  308.  
  309. goroutine 92 [chan receive]:
  310. k8s.io/client-go/util/workqueue.(*Type).updateUnfinishedWorkLoop(0xc0008f4de0)
  311. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:281 +0x9c
  312. created by k8s.io/client-go/util/workqueue.newQueue in goroutine 90
  313. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:106 +0x1a5
  314.  
  315. goroutine 103 [chan receive]:
  316. k8s.io/client-go/util/workqueue.(*Type).updateUnfinishedWorkLoop(0xc000593c20)
  317. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:281 +0x9c
  318. created by k8s.io/client-go/util/workqueue.newQueue in goroutine 101
  319. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:106 +0x1a5
  320.  
  321. goroutine 93 [select]:
  322. k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc0008f4f60)
  323. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:276 +0x2ff
  324. created by k8s.io/client-go/util/workqueue.newDelayingQueue in goroutine 90
  325. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:113 +0x205
  326.  
  327. goroutine 94 [chan receive, 86 minutes]:
  328. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1()
  329. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:158 +0x2c
  330. created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start in goroutine 90
  331. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:157 +0x136
  332.  
  333. goroutine 104 [select]:
  334. k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc000593da0)
  335. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:276 +0x2ff
  336. created by k8s.io/client-go/util/workqueue.newDelayingQueue in goroutine 101
  337. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:113 +0x205
  338.  
  339. goroutine 105 [chan receive, 86 minutes]:
  340. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1()
  341. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:158 +0x2c
  342. created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start in goroutine 101
  343. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:157 +0x136
  344.  
  345. goroutine 209 [runnable]:
  346. internal/abi.(*Type).Kind(...)
  347. /usr/local/go/src/internal/abi/type.go:169
  348. reflect.(*rtype).Kind(0x1ef8080?)
  349. /usr/local/go/src/reflect/type.go:573 +0x4
  350. k8s.io/apimachinery/pkg/conversion.ConversionFuncs.AddUntyped({0xc0007454a0?}, {0x1ddf2c0, 0x0}, {0x1dbc200, 0x0}, 0x236ef00)
  351. /go/pkg/mod/k8s.io/[email protected]/pkg/conversion/converter.go:121 +0xe9
  352. k8s.io/apimachinery/pkg/conversion.(*Converter).RegisterUntypedConversionFunc(...)
  353. /go/pkg/mod/k8s.io/[email protected]/pkg/conversion/converter.go:167
  354. k8s.io/apimachinery/pkg/runtime.(*Scheme).AddConversionFunc(...)
  355. /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/scheme.go:317
  356. k8s.io/apimachinery/pkg/apis/meta/v1.RegisterConversions(0xc000525dc0)
  357. /go/pkg/mod/k8s.io/[email protected]/pkg/apis/meta/v1/zz_generated.conversion.go:139 +0x43c
  358. k8s.io/apimachinery/pkg/apis/meta/v1.AddToGroupVersion(0xc000525dc0, {{0x2225f95?, 0x30?}, {0x22173bc?, 0xc001c548d0?}})
  359. /go/pkg/mod/k8s.io/[email protected]/pkg/apis/meta/v1/register.go:84 +0x352
  360. github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1.addKnownTypes(0xc000525dc0)
  361. /go/pkg/mod/github.com/cert-manager/[email protected]/pkg/apis/certmanager/v1/register.go:60 +0x20e
  362. k8s.io/apimachinery/pkg/runtime.(*SchemeBuilder).AddToScheme(...)
  363. /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/scheme_builder.go:29
  364. github.com/cert-manager/cert-manager/pkg/util/cmapichecker.New(0xc0007deb48, 0xc000525dc0, {0xc00192a666, 0x7})
  365. /go/pkg/mod/github.com/cert-manager/[email protected]/pkg/util/cmapichecker/cmapichecker.go:64 +0x49
  366. github.com/percona/percona-server-mongodb-operator/pkg/psmdb/tls.(*certManagerController).Check(0xc000a7a800, {0x29b1d20, 0xc0018a35f0}, 0xc0007deb48, {0xc00192a666, 0x7})
  367. /go/src/github.com/percona/percona-server-mongodb-operator/pkg/psmdb/tls/certmanager.go:216 +0x8f
  368. github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb.(*ReconcilePerconaServerMongoDB).isCertManagerInstalled(0xc00095a510, {0x29b1d20, 0xc0018a35f0}, {0xc00192a666, 0x7})
  369. /go/src/github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb/ssl.go:106 +0x77
  370. github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb.(*ReconcilePerconaServerMongoDB).reconcileSSL(0xc00095a510, {0x29b1d20, 0xc0018a35f0}, 0xc000b32508)
  371. /go/src/github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb/ssl.go:83 +0x4e8
  372. github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb.(*ReconcilePerconaServerMongoDB).Reconcile(0xc00095a510, {0x29b1d20, 0xc0018a35f0}, {{{0xc000b3aba0?, 0x5?}, {0xc000b3ab90?, 0xc001c55d10?}}})
  373. /go/src/github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb/psmdb_controller.go:368 +0x16d0
  374. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x29b6b08?, {0x29b1d20?, 0xc0018a35f0?}, {{{0xc000b3aba0?, 0xb?}, {0xc000b3ab90?, 0x0?}}})
  375. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:114 +0xb7
  376. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc0009620b0, {0x29b1d58, 0xc000844690}, {0x1fe0200, 0xc001a19b80})
  377. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:311 +0x3bc
  378. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc0009620b0, {0x29b1d58, 0xc000844690})
  379. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:261 +0x1be
  380. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
  381. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:222 +0x79
  382. created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 90
  383. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:218 +0x486
  384.  
  385. goroutine 107 [chan receive]:
  386. k8s.io/client-go/util/workqueue.(*Type).updateUnfinishedWorkLoop(0xc00083c180)
  387. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:281 +0x9c
  388. created by k8s.io/client-go/util/workqueue.newQueue in goroutine 100
  389. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:106 +0x1a5
  390.  
  391. goroutine 108 [select]:
  392. k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc00083c3c0)
  393. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:276 +0x2ff
  394. created by k8s.io/client-go/util/workqueue.newDelayingQueue in goroutine 100
  395. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:113 +0x205
  396.  
  397. goroutine 109 [chan receive, 86 minutes]:
  398. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1()
  399. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:158 +0x2c
  400. created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start in goroutine 100
  401. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:157 +0x136
  402.  
  403. goroutine 141 [chan receive, 86 minutes]:
  404. k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc0000a9c20, 0xc000858a80)
  405. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:807 +0x4d
  406. k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
  407. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
  408. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  409. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  410. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 137
  411. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  412.  
  413. goroutine 201 [sync.Cond.Wait, 86 minutes]:
  414. sync.runtime_notifyListWait(0xc0005d4b90, 0x0)
  415. /usr/local/go/src/runtime/sema.go:569 +0x159
  416. sync.(*Cond).Wait(0x3a225c6570797422?)
  417. /usr/local/go/src/sync/cond.go:70 +0x85
  418. k8s.io/client-go/util/workqueue.(*Type).Get(0xc000593c20)
  419. /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:200 +0x93
  420. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc000962210, {0x29b1d58, 0xc000844690})
  421. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:244 +0x56
  422. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
  423. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:222 +0x79
  424. created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 101
  425. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:218 +0x486
  426.  
  427. goroutine 137 [sync.Cond.Wait, 86 minutes]:
  428. sync.runtime_notifyListWait(0xc000c5e868, 0x1)
  429. /usr/local/go/src/runtime/sema.go:569 +0x159
  430. sync.(*Cond).Wait(0xc0006d0680?)
  431. /usr/local/go/src/sync/cond.go:70 +0x85
  432. k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc000c5e840, 0xc000b4a2a0)
  433. /go/pkg/mod/k8s.io/[email protected]/tools/cache/delta_fifo.go:575 +0x236
  434. k8s.io/client-go/tools/cache.(*controller).processLoop(0xc0006875e0)
  435. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:188 +0x30
  436. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
  437. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  438. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc0007cbdf0, {0x29958a0, 0xc00062b3e0}, 0x1, 0xc000858960)
  439. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  440. k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0007cbdf0, 0x3b9aca00, 0x0, 0x1, 0xc000858960)
  441. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
  442. k8s.io/apimachinery/pkg/util/wait.Until(...)
  443. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
  444. k8s.io/client-go/tools/cache.(*controller).Run(0xc0006875e0, 0xc000858960)
  445. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:159 +0x35e
  446. k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc000c5e6e0, 0xc000858960)
  447. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:508 +0x2c8
  448. sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Cache).Start(0xc0006e6770, 0xc000c68480?)
  449. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:106 +0x72
  450. sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked.func1()
  451. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:239 +0x7b
  452. created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked in goroutine 110
  453. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:237 +0x87
  454.  
  455. goroutine 143 [select, 4 minutes]:
  456. k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x3b28880?}, {0x299b050, 0xc0013bedc0}, {0x7fc9bcad20a8, 0xc000c5e840}, {0x29cb598, 0x21c4bc0}, 0x0, ...)
  457. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:732 +0x187
  458. k8s.io/client-go/tools/cache.(*Reflector).watch(0xc000154460, {0x0?, 0x0?}, 0xc000858960, 0xc0009b81e0)
  459. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:445 +0x545
  460. k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000154460, 0xc000858960)
  461. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:365 +0x4d7
  462. k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
  463. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:298 +0x25
  464. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x10?)
  465. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  466. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000c47f50, {0x29958c0, 0xc0000a9ef0}, 0x1, 0xc000858960)
  467. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  468. k8s.io/client-go/tools/cache.(*Reflector).Run(0xc000154460, 0xc000858960)
  469. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:297 +0x1c5
  470. k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
  471. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
  472. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  473. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  474. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 137
  475. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  476.  
  477. goroutine 139 [select, 86 minutes]:
  478. reflect.rselect({0xc0007d5700, 0x3, 0x0?})
  479. /usr/local/go/src/runtime/select.go:589 +0x2c5
  480. reflect.Select({0xc000c5e790?, 0x3, 0x0?})
  481. /usr/local/go/src/reflect/value.go:3169 +0x5ca
  482. sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...].func2()
  483. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:34 +0x55
  484. created by sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...] in goroutine 137
  485. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:32 +0x438
  486.  
  487. goroutine 121 [sync.Cond.Wait, 45 minutes]:
  488. sync.runtime_notifyListWait(0xc000177578, 0xa)
  489. /usr/local/go/src/runtime/sema.go:569 +0x159
  490. sync.(*Cond).Wait(0xc001939940?)
  491. /usr/local/go/src/sync/cond.go:70 +0x85
  492. k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc000177550, 0xc000c11950)
  493. /go/pkg/mod/k8s.io/[email protected]/tools/cache/delta_fifo.go:575 +0x236
  494. k8s.io/client-go/tools/cache.(*controller).processLoop(0xc0008292c0)
  495. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:188 +0x30
  496. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
  497. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  498. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000986df0, {0x29958a0, 0xc000c2fc20}, 0x1, 0xc00073a6c0)
  499. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  500. k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000986df0, 0x3b9aca00, 0x0, 0x1, 0xc00073a6c0)
  501. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
  502. k8s.io/apimachinery/pkg/util/wait.Until(...)
  503. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
  504. k8s.io/client-go/tools/cache.(*controller).Run(0xc0008292c0, 0xc00073a6c0)
  505. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:159 +0x35e
  506. k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc000176f20, 0xc00073a6c0)
  507. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:508 +0x2c8
  508. sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Cache).Start(0xc0005221c0, 0xc00092e360?)
  509. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:106 +0x72
  510. sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked.func1()
  511. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:239 +0x7b
  512. created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked in goroutine 111
  513. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:237 +0x87
  514.  
  515. goroutine 190 [chan receive, 45 minutes]:
  516. k8s.io/client-go/tools/cache.(*processorListener).run.func1()
  517. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:973 +0x4b
  518. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
  519. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  520. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc00084ef70, {0x29958a0, 0xc000b44090}, 0x1, 0xc000858b40)
  521. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  522. k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc00050ff70, 0x3b9aca00, 0x0, 0x1, 0xc000858b40)
  523. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
  524. k8s.io/apimachinery/pkg/util/wait.Until(...)
  525. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
  526. k8s.io/client-go/tools/cache.(*processorListener).run(0xc00071e2d0)
  527. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:972 +0x69
  528. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  529. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  530. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 111
  531. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  532.  
  533. goroutine 193 [chan receive, 86 minutes]:
  534. k8s.io/client-go/tools/cache.(*processorListener).run.func1()
  535. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:973 +0x4b
  536. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
  537. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  538. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000c6ff70, {0x29958a0, 0xc000b441b0}, 0x1, 0xc000858ea0)
  539. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  540. k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000c6ff70, 0x3b9aca00, 0x0, 0x1, 0xc000858ea0)
  541. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
  542. k8s.io/apimachinery/pkg/util/wait.Until(...)
  543. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
  544. k8s.io/client-go/tools/cache.(*processorListener).run(0xc00071e1b0)
  545. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:972 +0x69
  546. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  547. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  548. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 129
  549. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  550.  
  551. goroutine 124 [select, 86 minutes]:
  552. reflect.rselect({0xc000c70f00, 0x3, 0x0?})
  553. /usr/local/go/src/runtime/select.go:589 +0x2c5
  554. reflect.Select({0xc0001774a0?, 0x3, 0x0?})
  555. /usr/local/go/src/reflect/value.go:3169 +0x5ca
  556. sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...].func2()
  557. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:34 +0x55
  558. created by sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...] in goroutine 121
  559. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:32 +0x438
  560.  
  561. goroutine 148 [sync.Cond.Wait, 86 minutes]:
  562. sync.runtime_notifyListWait(0xc0005aaa78, 0x0)
  563. /usr/local/go/src/runtime/sema.go:569 +0x159
  564. sync.(*Cond).Wait(0xc00017e4e0?)
  565. /usr/local/go/src/sync/cond.go:70 +0x85
  566. k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc0005aaa50, 0xc0004d6b40)
  567. /go/pkg/mod/k8s.io/[email protected]/tools/cache/delta_fifo.go:575 +0x236
  568. k8s.io/client-go/tools/cache.(*controller).processLoop(0xc0005f3720)
  569. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:188 +0x30
  570. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
  571. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  572. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000849df0, {0x29958a0, 0xc000842ae0}, 0x1, 0xc00073b8c0)
  573. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  574. k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000849df0, 0x3b9aca00, 0x0, 0x1, 0xc00073b8c0)
  575. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
  576. k8s.io/apimachinery/pkg/util/wait.Until(...)
  577. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
  578. k8s.io/client-go/tools/cache.(*controller).Run(0xc0005f3720, 0xc00073b8c0)
  579. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:159 +0x35e
  580. k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc000c5e8f0, 0xc00073b8c0)
  581. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:508 +0x2c8
  582. sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Cache).Start(0xc0006e6c40, 0xc000c717d0?)
  583. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:106 +0x72
  584. sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked.func1()
  585. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:239 +0x7b
  586. created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked in goroutine 129
  587. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:237 +0x87
  588.  
  589. goroutine 126 [chan receive, 86 minutes]:
  590. k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc00077f1d0, 0xc00073a960)
  591. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:807 +0x4d
  592. k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
  593. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
  594. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  595. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  596. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 121
  597. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  598.  
  599. goroutine 127 [chan receive, 86 minutes]:
  600. k8s.io/client-go/tools/cache.(*controller).Run.func1()
  601. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:132 +0x25
  602. created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 121
  603. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:131 +0xa9
  604.  
  605. goroutine 128 [select]:
  606. k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x3b28880?}, {0x299b050, 0xc0015b2040}, {0x7fc9bcad20a8, 0xc000177550}, {0x29cb598, 0x21e2f20}, 0x0, ...)
  607. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:732 +0x187
  608. k8s.io/client-go/tools/cache.(*Reflector).watch(0xc0006f6000, {0x0?, 0x0?}, 0xc00073a6c0, 0xc0005a3680)
  609. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:445 +0x545
  610. k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc0006f6000, 0xc00073a6c0)
  611. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:365 +0x4d7
  612. k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
  613. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:298 +0x25
  614. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x10?)
  615. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  616. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000913f50, {0x29958c0, 0xc00077f310}, 0x1, 0xc00073a6c0)
  617. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  618. k8s.io/client-go/tools/cache.(*Reflector).Run(0xc0006f6000, 0xc00073a6c0)
  619. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:297 +0x1c5
  620. k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
  621. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
  622. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  623. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  624. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 121
  625. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  626.  
  627. goroutine 164 [select, 86 minutes]:
  628. k8s.io/client-go/tools/cache.(*Reflector).startResync(0xc0006f6000, 0xc00073a6c0, 0xc00073b440, 0xc0005a3680)
  629. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:377 +0x10f
  630. created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 128
  631. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:364 +0x4ad
  632.  
  633. goroutine 177 [select, 86 minutes]:
  634. reflect.rselect({0xc000985f00, 0x3, 0x0?})
  635. /usr/local/go/src/runtime/select.go:589 +0x2c5
  636. reflect.Select({0xc0005aab00?, 0x3, 0xc0005a3740?})
  637. /usr/local/go/src/reflect/value.go:3169 +0x5ca
  638. sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...].func2()
  639. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:34 +0x55
  640. created by sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...] in goroutine 155
  641. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:32 +0x438
  642.  
  643. goroutine 167 [select, 86 minutes]:
  644. reflect.rselect({0xc0007ccf00, 0x3, 0x2177620?})
  645. /usr/local/go/src/runtime/select.go:589 +0x2c5
  646. reflect.Select({0xc0005aa9a0?, 0x3, 0xc0007d2fd0?})
  647. /usr/local/go/src/reflect/value.go:3169 +0x5ca
  648. sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...].func2()
  649. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:34 +0x55
  650. created by sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...] in goroutine 148
  651. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:32 +0x438
  652.  
  653. goroutine 169 [chan receive, 86 minutes]:
  654. k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc000936230, 0xc00073b980)
  655. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:807 +0x4d
  656. k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
  657. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
  658. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  659. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  660. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 148
  661. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  662.  
  663. goroutine 170 [chan receive, 86 minutes]:
  664. k8s.io/client-go/tools/cache.(*controller).Run.func1()
  665. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:132 +0x25
  666. created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 148
  667. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:131 +0xa9
  668.  
  669. goroutine 171 [select, 2 minutes]:
  670. k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x3b28880?}, {0x299b050, 0xc001b35e00}, {0x7fc9bcad20a8, 0xc0005aaa50}, {0x29cb598, 0x21c4e80}, 0x0, ...)
  671. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:732 +0x187
  672. k8s.io/client-go/tools/cache.(*Reflector).watch(0xc000764540, {0x0?, 0x0?}, 0xc00073b8c0, 0xc000bda480)
  673. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:445 +0x545
  674. k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000764540, 0xc00073b8c0)
  675. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:365 +0x4d7
  676. k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
  677. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:298 +0x25
  678. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x10?)
  679. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  680. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc00086ff50, {0x29958c0, 0xc000744500}, 0x1, 0xc00073b8c0)
  681. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  682. k8s.io/client-go/tools/cache.(*Reflector).Run(0xc000764540, 0xc00073b8c0)
  683. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:297 +0x1c5
  684. k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
  685. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
  686. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  687. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  688. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 148
  689. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  690.  
  691. goroutine 151 [select, 86 minutes]:
  692. k8s.io/client-go/tools/cache.(*Reflector).startResync(0xc000764540, 0xc00073b8c0, 0xc0008595c0, 0xc000bda480)
  693. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:377 +0x10f
  694. created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 171
  695. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:364 +0x4ad
  696.  
  697. goroutine 155 [sync.Cond.Wait, 86 minutes]:
  698. sync.runtime_notifyListWait(0xc0005aabd8, 0x1)
  699. /usr/local/go/src/runtime/sema.go:569 +0x159
  700. sync.(*Cond).Wait(0xc00048ad60?)
  701. /usr/local/go/src/sync/cond.go:70 +0x85
  702. k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc0005aabb0, 0xc0004d7310)
  703. /go/pkg/mod/k8s.io/[email protected]/tools/cache/delta_fifo.go:575 +0x236
  704. k8s.io/client-go/tools/cache.(*controller).processLoop(0xc0005f39a0)
  705. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:188 +0x30
  706. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
  707. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  708. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc0007d0df0, {0x29958a0, 0xc0007a6e40}, 0x1, 0xc0006e02a0)
  709. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  710. k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0007d0df0, 0x3b9aca00, 0x0, 0x1, 0xc0006e02a0)
  711. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
  712. k8s.io/apimachinery/pkg/util/wait.Until(...)
  713. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
  714. k8s.io/client-go/tools/cache.(*controller).Run(0xc0005f39a0, 0xc0006e02a0)
  715. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:159 +0x35e
  716. k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc000c5e9a0, 0xc0006e02a0)
  717. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:508 +0x2c8
  718. sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Cache).Start(0xc0006e72d0, 0xc000620d80?)
  719. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:106 +0x72
  720. sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked.func1()
  721. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:239 +0x7b
  722. created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked in goroutine 95
  723. /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:237 +0x87
  724.  
  725. goroutine 184 [chan receive, 45 minutes]:
  726. k8s.io/client-go/tools/cache.(*processorListener).run.func1()
  727. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:973 +0x4b
  728. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
  729. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  730. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000a86f70, {0x29958a0, 0xc0007a7440}, 0x1, 0xc0006e12c0)
  731. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  732. k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000c6cf70, 0x3b9aca00, 0x0, 0x1, 0xc0006e12c0)
  733. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
  734. k8s.io/apimachinery/pkg/util/wait.Until(...)
  735. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
  736. k8s.io/client-go/tools/cache.(*processorListener).run(0xc0007f8bd0)
  737. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:972 +0x69
  738. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  739. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  740. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 130
  741. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  742.  
  743. goroutine 179 [chan receive, 86 minutes]:
  744. k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc0009365f0, 0xc0006e0420)
  745. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:807 +0x4d
  746. k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
  747. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
  748. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  749. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  750. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 155
  751. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  752.  
  753. goroutine 180 [chan receive, 86 minutes]:
  754. k8s.io/client-go/tools/cache.(*controller).Run.func1()
  755. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:132 +0x25
  756. created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 155
  757. /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:131 +0xa9
  758.  
  759. goroutine 181 [select]:
  760. k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x3b28880?}, {0x299b050, 0xc00118c840}, {0x7fc9bcad20a8, 0xc0005aabb0}, {0x29cb598, 0x21d74a0}, 0x0, ...)
  761. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:732 +0x187
  762. k8s.io/client-go/tools/cache.(*Reflector).watch(0xc000764700, {0x0?, 0x0?}, 0xc0006e02a0, 0xc0009b8f00)
  763. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:445 +0x545
  764. k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000764700, 0xc0006e02a0)
  765. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:365 +0x4d7
  766. k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
  767. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:298 +0x25
  768. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x10?)
  769. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  770. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000c4df50, {0x29958c0, 0xc000744820}, 0x1, 0xc0006e02a0)
  771. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  772. k8s.io/client-go/tools/cache.(*Reflector).Run(0xc000764700, 0xc0006e02a0)
  773. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:297 +0x1c5
  774. k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
  775. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
  776. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  777. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  778. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 155
  779. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  780.  
  781. goroutine 187 [select, 86 minutes]:
  782. k8s.io/client-go/tools/cache.(*Reflector).startResync(0xc000764700, 0xc0006e02a0, 0xc0006e16e0, 0xc0009b8f00)
  783. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:377 +0x10f
  784. created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 181
  785. /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:364 +0x4ad
  786.  
  787. goroutine 185 [select, 45 minutes]:
  788. k8s.io/client-go/tools/cache.(*processorListener).pop(0xc0007f8bd0)
  789. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:943 +0x107
  790. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  791. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  792. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 130
  793. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  794.  
  795. goroutine 258631 [select, 8 minutes]:
  796. golang.org/x/net/http2.(*clientStream).writeRequest(0xc00190e780, 0xc00191ab40)
  797. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1608 +0xd45
  798. golang.org/x/net/http2.(*clientStream).doRequest(0xc00190e780, 0xc0014e0ec0?)
  799. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1436 +0x18
  800. golang.org/x/net/http2.(*ClientConn).roundTrip.func1()
  801. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1312 +0x1b
  802. created by golang.org/x/net/http2.(*ClientConn).goRun in goroutine 128
  803. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:369 +0x2d
  804.  
  805. goroutine 191 [select, 45 minutes]:
  806. k8s.io/client-go/tools/cache.(*processorListener).pop(0xc00071e2d0)
  807. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:943 +0x107
  808. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  809. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  810. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 111
  811. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  812.  
  813. goroutine 194 [select, 86 minutes]:
  814. k8s.io/client-go/tools/cache.(*processorListener).pop(0xc00071e1b0)
  815. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:943 +0x107
  816. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  817. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  818. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 129
  819. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  820.  
  821. goroutine 157 [chan receive, 86 minutes]:
  822. k8s.io/client-go/tools/cache.(*processorListener).run.func1()
  823. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:973 +0x4b
  824. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
  825. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  826. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000a85f70, {0x29958a0, 0xc000b74120}, 0x1, 0xc0006e05a0)
  827. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  828. k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0004c6f70, 0x3b9aca00, 0x0, 0x1, 0xc0006e05a0)
  829. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
  830. k8s.io/apimachinery/pkg/util/wait.Until(...)
  831. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
  832. k8s.io/client-go/tools/cache.(*processorListener).run(0xc000b52240)
  833. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:972 +0x69
  834. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  835. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  836. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 95
  837. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  838.  
  839. goroutine 158 [select, 86 minutes]:
  840. k8s.io/client-go/tools/cache.(*processorListener).pop(0xc000b52240)
  841. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:943 +0x107
  842. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  843. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  844. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 95
  845. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  846.  
  847. goroutine 198 [chan receive, 86 minutes]:
  848. k8s.io/client-go/tools/cache.(*processorListener).run.func1()
  849. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:973 +0x4b
  850. k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
  851. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
  852. k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000a80f70, {0x29958a0, 0xc0011ea180}, 0x1, 0xc000858d20)
  853. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
  854. k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0007d5f70, 0x3b9aca00, 0x0, 0x1, 0xc000858d20)
  855. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
  856. k8s.io/apimachinery/pkg/util/wait.Until(...)
  857. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
  858. k8s.io/client-go/tools/cache.(*processorListener).run(0xc001087c20)
  859. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:972 +0x69
  860. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  861. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  862. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 110
  863. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  864.  
  865. goroutine 199 [select, 86 minutes]:
  866. k8s.io/client-go/tools/cache.(*processorListener).pop(0xc001087c20)
  867. /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:943 +0x107
  868. k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
  869. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
  870. created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 110
  871. /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
  872.  
  873. goroutine 280542 [select, 2 minutes]:
  874. golang.org/x/net/http2.(*clientStream).writeRequest(0xc001b92480, 0xc001bae7e0)
  875. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1608 +0xd45
  876. golang.org/x/net/http2.(*clientStream).doRequest(0xc001b92480, 0xc000842f30?)
  877. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1436 +0x18
  878. golang.org/x/net/http2.(*ClientConn).roundTrip.func1()
  879. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1312 +0x1b
  880. created by golang.org/x/net/http2.(*ClientConn).goRun in goroutine 171
  881. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:369 +0x2d
  882.  
  883. goroutine 258632 [sync.Cond.Wait]:
  884. sync.runtime_notifyListWait(0xc00190e7c8, 0x6)
  885. /usr/local/go/src/runtime/sema.go:569 +0x159
  886. sync.(*Cond).Wait(0x2?)
  887. /usr/local/go/src/sync/cond.go:70 +0x85
  888. golang.org/x/net/http2.(*pipe).Read(0xc00190e7b0, {0xc000e1ddf8, 0x4, 0x4})
  889. /go/pkg/mod/golang.org/x/[email protected]/http2/pipe.go:76 +0xdf
  890. golang.org/x/net/http2.transportResponseBody.Read({0x40f35f?}, {0xc000e1ddf8?, 0x1fe1740?, 0x411f01?})
  891. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2712 +0x65
  892. io.ReadAtLeast({0x7fc9bcc0b2c0, 0xc00190e780}, {0xc000e1ddf8, 0x4, 0x4}, 0x4)
  893. /usr/local/go/src/io/io.go:335 +0x90
  894. k8s.io/apimachinery/pkg/util/framer.(*lengthDelimitedFrameReader).Read(0xc000fc2dc8, {0xc001952000, 0x400, 0x400})
  895. /go/pkg/mod/k8s.io/[email protected]/pkg/util/framer/framer.go:76 +0x88
  896. k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc0000a89b0, 0x0, {0x299a470, 0xc0011e5780})
  897. /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0xa3
  898. k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc0016c1960)
  899. /go/pkg/mod/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x4b
  900. k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc0015b2040)
  901. /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:105 +0xdb
  902. created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 128
  903. /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:76 +0x105
  904.  
  905. goroutine 273392 [sync.Cond.Wait, 4 minutes]:
  906. sync.runtime_notifyListWait(0xc0014ae4c8, 0x0)
  907. /usr/local/go/src/runtime/sema.go:569 +0x159
  908. sync.(*Cond).Wait(0x0?)
  909. /usr/local/go/src/sync/cond.go:70 +0x85
  910. golang.org/x/net/http2.(*pipe).Read(0xc0014ae4b0, {0xc001388a00, 0x200, 0x200})
  911. /go/pkg/mod/golang.org/x/[email protected]/http2/pipe.go:76 +0xdf
  912. golang.org/x/net/http2.transportResponseBody.Read({0x79e99e?}, {0xc001388a00?, 0xc000ec7ce0?, 0x411bbb?})
  913. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2712 +0x65
  914. encoding/json.(*Decoder).refill(0xc000c0c640)
  915. /usr/local/go/src/encoding/json/stream.go:165 +0x188
  916. encoding/json.(*Decoder).readValue(0xc000c0c640)
  917. /usr/local/go/src/encoding/json/stream.go:140 +0x85
  918. encoding/json.(*Decoder).Decode(0xc000c0c640, {0x1f2eca0, 0xc000aabae8})
  919. /usr/local/go/src/encoding/json/stream.go:63 +0x75
  920. k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc001d57dd0, {0xc00131dc00, 0x400, 0x400})
  921. /go/pkg/mod/k8s.io/[email protected]/pkg/util/framer/framer.go:152 +0x19c
  922. k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc000039270, 0x0, {0x299a470, 0xc0013bee00})
  923. /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0xa3
  924. k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc001b67980)
  925. /go/pkg/mod/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x4b
  926. k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc0013bedc0)
  927. /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:105 +0xdb
  928. created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 143
  929. /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:76 +0x105
  930.  
  931. goroutine 266865 [select, 6 minutes]:
  932. golang.org/x/net/http2.(*clientStream).writeRequest(0xc00190e000, 0xc0011837a0)
  933. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1608 +0xd45
  934. golang.org/x/net/http2.(*clientStream).doRequest(0xc00190e000, 0xc00146d800?)
  935. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1436 +0x18
  936. golang.org/x/net/http2.(*ClientConn).roundTrip.func1()
  937. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1312 +0x1b
  938. created by golang.org/x/net/http2.(*ClientConn).goRun in goroutine 181
  939. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:369 +0x2d
  940.  
  941. goroutine 266866 [sync.Cond.Wait]:
  942. sync.runtime_notifyListWait(0xc00190e048, 0x2)
  943. /usr/local/go/src/runtime/sema.go:569 +0x159
  944. sync.(*Cond).Wait(0xc00118c7c0?)
  945. /usr/local/go/src/sync/cond.go:70 +0x85
  946. golang.org/x/net/http2.(*pipe).Read(0xc00190e030, {0xc001cf6c01, 0x5ff, 0x5ff})
  947. /go/pkg/mod/golang.org/x/[email protected]/http2/pipe.go:76 +0xdf
  948. golang.org/x/net/http2.transportResponseBody.Read({0x0?}, {0xc001cf6c01?, 0xc000c4bce0?, 0x411bbb?})
  949. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2712 +0x65
  950. encoding/json.(*Decoder).refill(0xc0018e2280)
  951. /usr/local/go/src/encoding/json/stream.go:165 +0x188
  952. encoding/json.(*Decoder).readValue(0xc0018e2280)
  953. /usr/local/go/src/encoding/json/stream.go:140 +0x85
  954. encoding/json.(*Decoder).Decode(0xc0018e2280, {0x1f2eca0, 0xc0017e8888})
  955. /usr/local/go/src/encoding/json/stream.go:63 +0x75
  956. k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc001be8a80, {0xc0011b7000, 0x400, 0x400})
  957. /go/pkg/mod/k8s.io/[email protected]/pkg/util/framer/framer.go:152 +0x19c
  958. k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc000039ef0, 0x0, {0x299a470, 0xc0017fad40})
  959. /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0xa3
  960. k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc001927a80)
  961. /go/pkg/mod/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x4b
  962. k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc00118c840)
  963. /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:105 +0xdb
  964. created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 181
  965. /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:76 +0x105
  966.  
  967. goroutine 273391 [select, 4 minutes]:
  968. golang.org/x/net/http2.(*clientStream).writeRequest(0xc0014ae480, 0xc0014d47e0)
  969. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1608 +0xd45
  970. golang.org/x/net/http2.(*clientStream).doRequest(0xc0014ae480, 0xc00197e810?)
  971. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1436 +0x18
  972. golang.org/x/net/http2.(*ClientConn).roundTrip.func1()
  973. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1312 +0x1b
  974. created by golang.org/x/net/http2.(*ClientConn).goRun in goroutine 143
  975. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:369 +0x2d
  976.  
  977. goroutine 280554 [sync.Cond.Wait, 2 minutes]:
  978. sync.runtime_notifyListWait(0xc001b924c8, 0x0)
  979. /usr/local/go/src/runtime/sema.go:569 +0x159
  980. sync.(*Cond).Wait(0xc001823040?)
  981. /usr/local/go/src/sync/cond.go:70 +0x85
  982. golang.org/x/net/http2.(*pipe).Read(0xc001b924b0, {0xc001782800, 0x200, 0x200})
  983. /go/pkg/mod/golang.org/x/[email protected]/http2/pipe.go:76 +0xdf
  984. golang.org/x/net/http2.transportResponseBody.Read({0x79e99e?}, {0xc001782800?, 0xc000edfce0?, 0x411bbb?})
  985. /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2712 +0x65
  986. encoding/json.(*Decoder).refill(0xc001a7d180)
  987. /usr/local/go/src/encoding/json/stream.go:165 +0x188
  988. encoding/json.(*Decoder).readValue(0xc001a7d180)
  989. /usr/local/go/src/encoding/json/stream.go:140 +0x85
  990. encoding/json.(*Decoder).Decode(0xc001a7d180, {0x1f2eca0, 0xc001b46ac8})
  991. /usr/local/go/src/encoding/json/stream.go:63 +0x75
  992. k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc001b57e00, {0xc001b62400, 0x400, 0x400})
  993. /go/pkg/mod/k8s.io/[email protected]/pkg/util/framer/framer.go:152 +0x19c
  994. k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc000721180, 0x0, {0x299a470, 0xc001b35e40})
  995. /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0xa3
  996. k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc001b5e300)
  997. /go/pkg/mod/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x4b
  998. k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc001b35e00)
  999. /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:105 +0xdb
  1000. created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 171
  1001. /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:76 +0x105
Add Comment
Please, Sign In to add comment