Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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"}
- 2024-12-23T07:30:53.178Z INFO server version {"platform": "kubernetes", "version": "v1.30.2"}
- 2024-12-23T07:30:53.189Z INFO controller-runtime.metrics Starting metrics server
- 2024-12-23T07:30:53.190Z INFO controller-runtime.metrics Serving metrics server {"bindAddress": ":8080", "secure": false}
- 2024-12-23T07:30:53.190Z INFO starting server {"name": "health probe", "addr": "[::]:8081"}
- I1223 07:30:53.190962 1 leaderelection.go:250] attempting to acquire leader lease default/08db0feb.percona.com...
- I1223 07:31:10.436850 1 leaderelection.go:260] successfully acquired lease default/08db0feb.percona.com
- 2024-12-23T07:31:10.441Z INFO Starting EventSource {"controller": "psmdb-controller", "source": "kind source: *v1.PerconaServerMongoDB"}
- 2024-12-23T07:31:10.441Z INFO Starting Controller {"controller": "psmdb-controller"}
- 2024-12-23T07:31:10.444Z INFO Starting EventSource {"controller": "psmdbbackup-controller", "source": "kind source: *v1.PerconaServerMongoDBBackup"}
- 2024-12-23T07:31:10.448Z INFO Starting EventSource {"controller": "psmdbbackup-controller", "source": "kind source: *v1.Pod"}
- 2024-12-23T07:31:10.448Z INFO Starting Controller {"controller": "psmdbbackup-controller"}
- 2024-12-23T07:31:10.441Z INFO Starting EventSource {"controller": "psmdbrestore-controller", "source": "kind source: *v1.PerconaServerMongoDBRestore"}
- 2024-12-23T07:31:10.453Z INFO Starting EventSource {"controller": "psmdbrestore-controller", "source": "kind source: *v1.Pod"}
- 2024-12-23T07:31:10.453Z INFO Starting Controller {"controller": "psmdbrestore-controller"}
- 2024-12-23T07:31:10.795Z INFO Starting workers {"controller": "psmdbbackup-controller", "worker count": 1}
- 2024-12-23T07:31:10.840Z INFO Starting workers {"controller": "psmdb-controller", "worker count": 1}
- 2024-12-23T07:31:10.841Z INFO Starting workers {"controller": "psmdbrestore-controller", "worker count": 1}
- 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 * * *"}
- 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 * * *"}
- fatal error: concurrent map read and map write
- goroutine 200 [running]:
- k8s.io/apimachinery/pkg/runtime.(*Scheme).ObjectKinds(0xc000525dc0, {0x299e138?, 0xc000daab48?})
- /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/scheme.go:267 +0x1cb
- sigs.k8s.io/controller-runtime/pkg/client/apiutil.GVKForObject({0x299e138, 0xc000daab48}, 0x0?)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/client/apiutil/apimachinery.go:115 +0x21f
- sigs.k8s.io/controller-runtime/pkg/cache.(*informerCache).Get(0xc0005c08e8, {0x29b1d20, 0xc001b2ddd0}, {{0xc0012552a0?, 0x1a?}, {0xc00124d290?, 0x11?}}, {0x29cd280, 0xc000daab48}, {0x0, ...})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/informer_cache.go:75 +0x97
- sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Get(0xc0008425d0, {0x29b1d20, 0xc001b2ddd0}, {{0xc0012552a0, 0x7}, {0xc00124d290, 0x2a}}, {0x29cd280, 0xc000daab48}, {0x0, ...})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:244 +0x22d
- sigs.k8s.io/controller-runtime/pkg/client.(*client).Get(0xc0006e2b40, {0x29b1d20, 0xc001b2ddd0}, {{0xc0012552a0?, 0xc0014e1300?}, {0xc00124d290?, 0xc000505940?}}, {0x29cd280, 0xc000daab48}, {0x0, ...})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/client/client.go:356 +0x230
- github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodbbackup.(*ReconcilePerconaServerMongoDBBackup).Reconcile(0xc00095c8a0, {0x29b1d20, 0xc001b2ddd0}, {{{0xc0012552a0?, 0x5?}, {0xc00124d290?, 0xc000505d10?}}})
- /go/src/github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodbbackup/perconaservermongodbbackup_controller.go:120 +0x124
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x29b6b08?, {0x29b1d20?, 0xc001b2ddd0?}, {{{0xc0012552a0?, 0xb?}, {0xc00124d290?, 0x0?}}})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:114 +0xb7
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc000962160, {0x29b1d58, 0xc000844690}, {0x1fe0200, 0xc0017659c0})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:311 +0x3bc
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc000962160, {0x29b1d58, 0xc000844690})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:261 +0x1be
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:222 +0x79
- created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 100
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:218 +0x486
- goroutine 1 [select, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).Start(0xc0004b6000, {0x29b1d58, 0xc000844eb0})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:435 +0x996
- main.main()
- /go/src/github.com/percona/percona-server-mongodb-operator/cmd/manager/main.go:160 +0xc7d
- goroutine 52 [syscall, 86 minutes]:
- os/signal.signal_recv()
- /usr/local/go/src/runtime/sigqueue.go:152 +0x29
- os/signal.loop()
- /usr/local/go/src/os/signal/signal_unix.go:23 +0x13
- created by os/signal.Notify.func1.1 in goroutine 1
- /usr/local/go/src/os/signal/signal.go:151 +0x1f
- goroutine 54 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile(0xc0006e3320)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:186 +0x45
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).Start.func1 in goroutine 1
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:139 +0xc8
- goroutine 53 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/manager/signals.SetupSignalHandler.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/signals/signal.go:38 +0x27
- created by sigs.k8s.io/controller-runtime/pkg/manager/signals.SetupSignalHandler in goroutine 1
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/signals/signal.go:37 +0xc5
- goroutine 44 [IO wait]:
- internal/poll.runtime_pollWait(0x7fc9bce4fde8, 0x72)
- /usr/local/go/src/runtime/netpoll.go:345 +0x85
- internal/poll.(*pollDesc).wait(0xc000838b00?, 0xc000a10000?, 0x0)
- /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
- internal/poll.(*pollDesc).waitRead(...)
- /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
- internal/poll.(*FD).Read(0xc000838b00, {0xc000a10000, 0xa000, 0xa000})
- /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a
- net.(*netFD).Read(0xc000838b00, {0xc000a10000?, 0x7fc9bcc164e0?, 0xc000ff83a8?})
- /usr/local/go/src/net/fd_posix.go:55 +0x25
- net.(*conn).Read(0xc000683990, {0xc000a10000?, 0xc000d39938?, 0x411bbb?})
- /usr/local/go/src/net/net.go:185 +0x45
- crypto/tls.(*atLeastReader).Read(0xc000ff83a8, {0xc000a10000?, 0x0?, 0xc000ff83a8?})
- /usr/local/go/src/crypto/tls/conn.go:806 +0x3b
- bytes.(*Buffer).ReadFrom(0xc0007dad30, {0x2994160, 0xc000ff83a8})
- /usr/local/go/src/bytes/buffer.go:211 +0x98
- crypto/tls.(*Conn).readFromUntil(0xc0007daa88, {0x29941e0, 0xc000683990}, 0xc000d39980?)
- /usr/local/go/src/crypto/tls/conn.go:828 +0xde
- crypto/tls.(*Conn).readRecordOrCCS(0xc0007daa88, 0x0)
- /usr/local/go/src/crypto/tls/conn.go:626 +0x3cf
- crypto/tls.(*Conn).readRecord(...)
- /usr/local/go/src/crypto/tls/conn.go:588
- crypto/tls.(*Conn).Read(0xc0007daa88, {0xc0008f9000, 0x1000, 0xc001585180?})
- /usr/local/go/src/crypto/tls/conn.go:1370 +0x156
- bufio.(*Reader).Read(0xc0008f4840, {0xc0006f7000, 0x9, 0x3aeb8b0?})
- /usr/local/go/src/bufio/bufio.go:241 +0x197
- io.ReadAtLeast({0x2992940, 0xc0008f4840}, {0xc0006f7000, 0x9, 0x9}, 0x9)
- /usr/local/go/src/io/io.go:335 +0x90
- io.ReadFull(...)
- /usr/local/go/src/io/io.go:354
- golang.org/x/net/http2.readFrameHeader({0xc0006f7000, 0x9, 0xc000d39dc0?}, {0x2992940?, 0xc0008f4840?})
- /go/pkg/mod/golang.org/x/[email protected]/http2/frame.go:237 +0x65
- golang.org/x/net/http2.(*Framer).ReadFrame(0xc0006f6fc0)
- /go/pkg/mod/golang.org/x/[email protected]/http2/frame.go:498 +0x85
- golang.org/x/net/http2.(*clientConnReadLoop).run(0xc000d39fa8)
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2429 +0xd8
- golang.org/x/net/http2.(*ClientConn).readLoop(0xc000836780)
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2325 +0x65
- created by golang.org/x/net/http2.(*ClientConn).goRun in goroutine 43
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:369 +0x2d
- goroutine 29 [select, 86 minutes]:
- github.com/robfig/cron/v3.(*Cron).run(0xc0005f32c0)
- /go/pkg/mod/github.com/robfig/cron/[email protected]/cron.go:263 +0xb5c
- created by github.com/robfig/cron/v3.(*Cron).Start in goroutine 1
- /go/pkg/mod/github.com/robfig/cron/[email protected]/cron.go:222 +0xc5
- goroutine 55 [IO wait, 86 minutes]:
- internal/poll.runtime_pollWait(0x7fc9bce4fcf0, 0x72)
- /usr/local/go/src/runtime/netpoll.go:345 +0x85
- internal/poll.(*pollDesc).wait(0x8?, 0x10?, 0x0)
- /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
- internal/poll.(*pollDesc).waitRead(...)
- /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
- internal/poll.(*FD).Accept(0xc000585f00)
- /usr/local/go/src/internal/poll/fd_unix.go:611 +0x2ac
- net.(*netFD).accept(0xc000585f00)
- /usr/local/go/src/net/fd_unix.go:172 +0x29
- net.(*TCPListener).accept(0xc0006d0160)
- /usr/local/go/src/net/tcpsock_posix.go:159 +0x1e
- net.(*TCPListener).Accept(0xc0006d0160)
- /usr/local/go/src/net/tcpsock.go:327 +0x30
- net/http.(*Server).Serve(0xc0000f85a0, {0x29af380, 0xc0006d0160})
- /usr/local/go/src/net/http/server.go:3260 +0x33e
- sigs.k8s.io/controller-runtime/pkg/metrics/server.(*defaultServer).Start(0xc000684c00, {0x29b1d58, 0xc0008445a0})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/metrics/server/server.go:245 +0x838
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc0006d00e0)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 54
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
- goroutine 62 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile(0xc0006e3440)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:186 +0x45
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).Start.func1 in goroutine 1
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:139 +0xc8
- goroutine 57 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/metrics/server.(*defaultServer).Start.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/metrics/server/server.go:233 +0x45
- created by sigs.k8s.io/controller-runtime/pkg/metrics/server.(*defaultServer).Start in goroutine 55
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/metrics/server/server.go:232 +0x81b
- goroutine 58 [IO wait]:
- internal/poll.runtime_pollWait(0x7fc9bce4fee0, 0x72)
- /usr/local/go/src/runtime/netpoll.go:345 +0x85
- internal/poll.(*pollDesc).wait(0x3?, 0x1?, 0x0)
- /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
- internal/poll.(*pollDesc).waitRead(...)
- /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
- internal/poll.(*FD).Accept(0xc000838800)
- /usr/local/go/src/internal/poll/fd_unix.go:611 +0x2ac
- net.(*netFD).accept(0xc000838800)
- /usr/local/go/src/net/fd_unix.go:172 +0x29
- net.(*TCPListener).accept(0xc00082f620)
- /usr/local/go/src/net/tcpsock_posix.go:159 +0x1e
- net.(*TCPListener).Accept(0xc00082f620)
- /usr/local/go/src/net/tcpsock.go:327 +0x30
- net/http.(*Server).Serve(0xc0000f84b0, {0x29af380, 0xc00082f620})
- /usr/local/go/src/net/http/server.go:3260 +0x33e
- sigs.k8s.io/controller-runtime/pkg/manager.(*Server).serve(0x29b6b08?)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/server.go:106 +0x25
- sigs.k8s.io/controller-runtime/pkg/manager.(*Server).Start(0xc000499680, {0x29b1d58, 0xc0008445a0})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/server.go:84 +0x332
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc0006d0120)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 54
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
- goroutine 61 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile(0xc0006e33b0)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:186 +0x45
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).Start.func1 in goroutine 1
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:139 +0xc8
- goroutine 60 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/manager.(*Server).Start.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/server.go:67 +0x6e
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*Server).Start in goroutine 58
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/server.go:66 +0x2f7
- goroutine 63 [select, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Start(0xc0008425d0, {0x29b1d58, 0xc000844640})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:185 +0x2b5
- sigs.k8s.io/controller-runtime/pkg/cluster.(*cluster).Start(0xc0006e0c00?, {0x29b1d58?, 0xc000844640?})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cluster/internal.go:104 +0x76
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc0006d00c0)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 62
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
- goroutine 67 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile(0xc0006e3560)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:186 +0x45
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).Start.func1 in goroutine 1
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:139 +0xc8
- goroutine 65 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).Start(0xc00082b400, {0x29b1d58, 0xc000844640})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:220 +0x49
- sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Start.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:170 +0x35
- created by sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Start in goroutine 63
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:169 +0xd5
- goroutine 66 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).Start(0xc00082b2c0, {0x29b1d58, 0xc000844640})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:220 +0x49
- sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Start.func2({0xc0006e96d0, 0x7}, {0x29b98a8?, 0xc0005c08e8?})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:180 +0x53
- created by sigs.k8s.io/controller-runtime/pkg/cache.(*multiNamespaceCache).Start in goroutine 63
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/multi_namespace_cache.go:179 +0x14c
- goroutine 97 [select, 86 minutes]:
- k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:403 +0xfe
- created by k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher in goroutine 69
- /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:400 +0xff
- goroutine 69 [select]:
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000503ee0, {0x29958a0, 0xc0007a7500}, 0x1, 0xc00005ff20)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:238 +0x12c
- k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000975ee0, 0x77359400, 0x0, 0x1, 0xc00005ff20)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
- k8s.io/apimachinery/pkg/util/wait.Until(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
- k8s.io/client-go/tools/leaderelection.(*LeaderElector).renew(0xc0004fcea0, {0x29b1d58?, 0xc000705630?})
- /go/pkg/mod/k8s.io/[email protected]/tools/leaderelection/leaderelection.go:271 +0x118
- k8s.io/client-go/tools/leaderelection.(*LeaderElector).Run(0xc0004fcea0, {0x29b1d58, 0xc000704690})
- /go/pkg/mod/k8s.io/[email protected]/tools/leaderelection/leaderelection.go:214 +0xfa
- sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startLeaderElection.func3()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:589 +0x32
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startLeaderElection in goroutine 68
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:588 +0x206
- goroutine 100 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start(0xc000962160, {0x29b1d58, 0xc000844690})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234 +0x189
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc00082e500)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 89
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
- goroutine 80 [select, 86 minutes]:
- k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:403 +0xfe
- created by k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher in goroutine 69
- /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:400 +0xff
- goroutine 79 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/record.NewBroadcaster.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:219 +0x2c
- created by k8s.io/client-go/tools/record.NewBroadcaster in goroutine 69
- /go/pkg/mod/k8s.io/[email protected]/tools/record/event.go:218 +0x1e5
- goroutine 78 [chan receive, 86 minutes]:
- k8s.io/apimachinery/pkg/watch.(*Broadcaster).loop(0xc000705270)
- /go/pkg/mod/k8s.io/[email protected]/pkg/watch/mux.go:268 +0x66
- created by k8s.io/apimachinery/pkg/watch.NewLongQueueBroadcaster in goroutine 69
- /go/pkg/mod/k8s.io/[email protected]/pkg/watch/mux.go:93 +0x125
- goroutine 89 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile(0xc0006e34d0)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:186 +0x45
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).Start.func1 in goroutine 98
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:139 +0xc8
- goroutine 90 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start(0xc0009620b0, {0x29b1d58, 0xc000844690})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234 +0x189
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc00082e3c0)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 89
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
- goroutine 196 [select, 86 minutes]:
- k8s.io/client-go/tools/cache.(*Reflector).startResync(0xc000154460, 0xc000858960, 0xc0006e0660, 0xc0009b81e0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:377 +0x10f
- created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 143
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:364 +0x4ad
- goroutine 101 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start(0xc000962210, {0x29b1d58, 0xc000844690})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234 +0x189
- sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1(0xc00082e680)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:226 +0xc8
- created by sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile in goroutine 89
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:210 +0x19d
- goroutine 142 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*controller).Run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:132 +0x25
- created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 137
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:131 +0xa9
- goroutine 92 [chan receive]:
- k8s.io/client-go/util/workqueue.(*Type).updateUnfinishedWorkLoop(0xc0008f4de0)
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:281 +0x9c
- created by k8s.io/client-go/util/workqueue.newQueue in goroutine 90
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:106 +0x1a5
- goroutine 103 [chan receive]:
- k8s.io/client-go/util/workqueue.(*Type).updateUnfinishedWorkLoop(0xc000593c20)
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:281 +0x9c
- created by k8s.io/client-go/util/workqueue.newQueue in goroutine 101
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:106 +0x1a5
- goroutine 93 [select]:
- k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc0008f4f60)
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:276 +0x2ff
- created by k8s.io/client-go/util/workqueue.newDelayingQueue in goroutine 90
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:113 +0x205
- goroutine 94 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:158 +0x2c
- created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start in goroutine 90
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:157 +0x136
- goroutine 104 [select]:
- k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc000593da0)
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:276 +0x2ff
- created by k8s.io/client-go/util/workqueue.newDelayingQueue in goroutine 101
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:113 +0x205
- goroutine 105 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:158 +0x2c
- created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start in goroutine 101
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:157 +0x136
- goroutine 209 [runnable]:
- internal/abi.(*Type).Kind(...)
- /usr/local/go/src/internal/abi/type.go:169
- reflect.(*rtype).Kind(0x1ef8080?)
- /usr/local/go/src/reflect/type.go:573 +0x4
- k8s.io/apimachinery/pkg/conversion.ConversionFuncs.AddUntyped({0xc0007454a0?}, {0x1ddf2c0, 0x0}, {0x1dbc200, 0x0}, 0x236ef00)
- /go/pkg/mod/k8s.io/[email protected]/pkg/conversion/converter.go:121 +0xe9
- k8s.io/apimachinery/pkg/conversion.(*Converter).RegisterUntypedConversionFunc(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/conversion/converter.go:167
- k8s.io/apimachinery/pkg/runtime.(*Scheme).AddConversionFunc(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/scheme.go:317
- k8s.io/apimachinery/pkg/apis/meta/v1.RegisterConversions(0xc000525dc0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/apis/meta/v1/zz_generated.conversion.go:139 +0x43c
- k8s.io/apimachinery/pkg/apis/meta/v1.AddToGroupVersion(0xc000525dc0, {{0x2225f95?, 0x30?}, {0x22173bc?, 0xc001c548d0?}})
- /go/pkg/mod/k8s.io/[email protected]/pkg/apis/meta/v1/register.go:84 +0x352
- github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1.addKnownTypes(0xc000525dc0)
- /go/pkg/mod/github.com/cert-manager/[email protected]/pkg/apis/certmanager/v1/register.go:60 +0x20e
- k8s.io/apimachinery/pkg/runtime.(*SchemeBuilder).AddToScheme(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/scheme_builder.go:29
- github.com/cert-manager/cert-manager/pkg/util/cmapichecker.New(0xc0007deb48, 0xc000525dc0, {0xc00192a666, 0x7})
- /go/pkg/mod/github.com/cert-manager/[email protected]/pkg/util/cmapichecker/cmapichecker.go:64 +0x49
- github.com/percona/percona-server-mongodb-operator/pkg/psmdb/tls.(*certManagerController).Check(0xc000a7a800, {0x29b1d20, 0xc0018a35f0}, 0xc0007deb48, {0xc00192a666, 0x7})
- /go/src/github.com/percona/percona-server-mongodb-operator/pkg/psmdb/tls/certmanager.go:216 +0x8f
- github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb.(*ReconcilePerconaServerMongoDB).isCertManagerInstalled(0xc00095a510, {0x29b1d20, 0xc0018a35f0}, {0xc00192a666, 0x7})
- /go/src/github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb/ssl.go:106 +0x77
- github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb.(*ReconcilePerconaServerMongoDB).reconcileSSL(0xc00095a510, {0x29b1d20, 0xc0018a35f0}, 0xc000b32508)
- /go/src/github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb/ssl.go:83 +0x4e8
- github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb.(*ReconcilePerconaServerMongoDB).Reconcile(0xc00095a510, {0x29b1d20, 0xc0018a35f0}, {{{0xc000b3aba0?, 0x5?}, {0xc000b3ab90?, 0xc001c55d10?}}})
- /go/src/github.com/percona/percona-server-mongodb-operator/pkg/controller/perconaservermongodb/psmdb_controller.go:368 +0x16d0
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x29b6b08?, {0x29b1d20?, 0xc0018a35f0?}, {{{0xc000b3aba0?, 0xb?}, {0xc000b3ab90?, 0x0?}}})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:114 +0xb7
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc0009620b0, {0x29b1d58, 0xc000844690}, {0x1fe0200, 0xc001a19b80})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:311 +0x3bc
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc0009620b0, {0x29b1d58, 0xc000844690})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:261 +0x1be
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:222 +0x79
- created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 90
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:218 +0x486
- goroutine 107 [chan receive]:
- k8s.io/client-go/util/workqueue.(*Type).updateUnfinishedWorkLoop(0xc00083c180)
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:281 +0x9c
- created by k8s.io/client-go/util/workqueue.newQueue in goroutine 100
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:106 +0x1a5
- goroutine 108 [select]:
- k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc00083c3c0)
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:276 +0x2ff
- created by k8s.io/client-go/util/workqueue.newDelayingQueue in goroutine 100
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/delaying_queue.go:113 +0x205
- goroutine 109 [chan receive, 86 minutes]:
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:158 +0x2c
- created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start in goroutine 100
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:157 +0x136
- goroutine 141 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc0000a9c20, 0xc000858a80)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:807 +0x4d
- k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 137
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 201 [sync.Cond.Wait, 86 minutes]:
- sync.runtime_notifyListWait(0xc0005d4b90, 0x0)
- /usr/local/go/src/runtime/sema.go:569 +0x159
- sync.(*Cond).Wait(0x3a225c6570797422?)
- /usr/local/go/src/sync/cond.go:70 +0x85
- k8s.io/client-go/util/workqueue.(*Type).Get(0xc000593c20)
- /go/pkg/mod/k8s.io/[email protected]/util/workqueue/queue.go:200 +0x93
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc000962210, {0x29b1d58, 0xc000844690})
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:244 +0x56
- sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:222 +0x79
- created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 101
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:218 +0x486
- goroutine 137 [sync.Cond.Wait, 86 minutes]:
- sync.runtime_notifyListWait(0xc000c5e868, 0x1)
- /usr/local/go/src/runtime/sema.go:569 +0x159
- sync.(*Cond).Wait(0xc0006d0680?)
- /usr/local/go/src/sync/cond.go:70 +0x85
- k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc000c5e840, 0xc000b4a2a0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/delta_fifo.go:575 +0x236
- k8s.io/client-go/tools/cache.(*controller).processLoop(0xc0006875e0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:188 +0x30
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc0007cbdf0, {0x29958a0, 0xc00062b3e0}, 0x1, 0xc000858960)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0007cbdf0, 0x3b9aca00, 0x0, 0x1, 0xc000858960)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
- k8s.io/apimachinery/pkg/util/wait.Until(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
- k8s.io/client-go/tools/cache.(*controller).Run(0xc0006875e0, 0xc000858960)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:159 +0x35e
- k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc000c5e6e0, 0xc000858960)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:508 +0x2c8
- sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Cache).Start(0xc0006e6770, 0xc000c68480?)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:106 +0x72
- sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:239 +0x7b
- created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked in goroutine 110
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:237 +0x87
- goroutine 143 [select, 4 minutes]:
- k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x3b28880?}, {0x299b050, 0xc0013bedc0}, {0x7fc9bcad20a8, 0xc000c5e840}, {0x29cb598, 0x21c4bc0}, 0x0, ...)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:732 +0x187
- k8s.io/client-go/tools/cache.(*Reflector).watch(0xc000154460, {0x0?, 0x0?}, 0xc000858960, 0xc0009b81e0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:445 +0x545
- k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000154460, 0xc000858960)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:365 +0x4d7
- k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:298 +0x25
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x10?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000c47f50, {0x29958c0, 0xc0000a9ef0}, 0x1, 0xc000858960)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/client-go/tools/cache.(*Reflector).Run(0xc000154460, 0xc000858960)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:297 +0x1c5
- k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 137
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 139 [select, 86 minutes]:
- reflect.rselect({0xc0007d5700, 0x3, 0x0?})
- /usr/local/go/src/runtime/select.go:589 +0x2c5
- reflect.Select({0xc000c5e790?, 0x3, 0x0?})
- /usr/local/go/src/reflect/value.go:3169 +0x5ca
- sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...].func2()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:34 +0x55
- created by sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...] in goroutine 137
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:32 +0x438
- goroutine 121 [sync.Cond.Wait, 45 minutes]:
- sync.runtime_notifyListWait(0xc000177578, 0xa)
- /usr/local/go/src/runtime/sema.go:569 +0x159
- sync.(*Cond).Wait(0xc001939940?)
- /usr/local/go/src/sync/cond.go:70 +0x85
- k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc000177550, 0xc000c11950)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/delta_fifo.go:575 +0x236
- k8s.io/client-go/tools/cache.(*controller).processLoop(0xc0008292c0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:188 +0x30
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000986df0, {0x29958a0, 0xc000c2fc20}, 0x1, 0xc00073a6c0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000986df0, 0x3b9aca00, 0x0, 0x1, 0xc00073a6c0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
- k8s.io/apimachinery/pkg/util/wait.Until(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
- k8s.io/client-go/tools/cache.(*controller).Run(0xc0008292c0, 0xc00073a6c0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:159 +0x35e
- k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc000176f20, 0xc00073a6c0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:508 +0x2c8
- sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Cache).Start(0xc0005221c0, 0xc00092e360?)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:106 +0x72
- sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:239 +0x7b
- created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked in goroutine 111
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:237 +0x87
- goroutine 190 [chan receive, 45 minutes]:
- k8s.io/client-go/tools/cache.(*processorListener).run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:973 +0x4b
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc00084ef70, {0x29958a0, 0xc000b44090}, 0x1, 0xc000858b40)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc00050ff70, 0x3b9aca00, 0x0, 0x1, 0xc000858b40)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
- k8s.io/apimachinery/pkg/util/wait.Until(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
- k8s.io/client-go/tools/cache.(*processorListener).run(0xc00071e2d0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:972 +0x69
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 111
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 193 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*processorListener).run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:973 +0x4b
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000c6ff70, {0x29958a0, 0xc000b441b0}, 0x1, 0xc000858ea0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000c6ff70, 0x3b9aca00, 0x0, 0x1, 0xc000858ea0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
- k8s.io/apimachinery/pkg/util/wait.Until(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
- k8s.io/client-go/tools/cache.(*processorListener).run(0xc00071e1b0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:972 +0x69
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 129
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 124 [select, 86 minutes]:
- reflect.rselect({0xc000c70f00, 0x3, 0x0?})
- /usr/local/go/src/runtime/select.go:589 +0x2c5
- reflect.Select({0xc0001774a0?, 0x3, 0x0?})
- /usr/local/go/src/reflect/value.go:3169 +0x5ca
- sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...].func2()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:34 +0x55
- created by sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...] in goroutine 121
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:32 +0x438
- goroutine 148 [sync.Cond.Wait, 86 minutes]:
- sync.runtime_notifyListWait(0xc0005aaa78, 0x0)
- /usr/local/go/src/runtime/sema.go:569 +0x159
- sync.(*Cond).Wait(0xc00017e4e0?)
- /usr/local/go/src/sync/cond.go:70 +0x85
- k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc0005aaa50, 0xc0004d6b40)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/delta_fifo.go:575 +0x236
- k8s.io/client-go/tools/cache.(*controller).processLoop(0xc0005f3720)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:188 +0x30
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000849df0, {0x29958a0, 0xc000842ae0}, 0x1, 0xc00073b8c0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000849df0, 0x3b9aca00, 0x0, 0x1, 0xc00073b8c0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
- k8s.io/apimachinery/pkg/util/wait.Until(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
- k8s.io/client-go/tools/cache.(*controller).Run(0xc0005f3720, 0xc00073b8c0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:159 +0x35e
- k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc000c5e8f0, 0xc00073b8c0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:508 +0x2c8
- sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Cache).Start(0xc0006e6c40, 0xc000c717d0?)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:106 +0x72
- sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:239 +0x7b
- created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked in goroutine 129
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:237 +0x87
- goroutine 126 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc00077f1d0, 0xc00073a960)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:807 +0x4d
- k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 121
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 127 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*controller).Run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:132 +0x25
- created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 121
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:131 +0xa9
- goroutine 128 [select]:
- k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x3b28880?}, {0x299b050, 0xc0015b2040}, {0x7fc9bcad20a8, 0xc000177550}, {0x29cb598, 0x21e2f20}, 0x0, ...)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:732 +0x187
- k8s.io/client-go/tools/cache.(*Reflector).watch(0xc0006f6000, {0x0?, 0x0?}, 0xc00073a6c0, 0xc0005a3680)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:445 +0x545
- k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc0006f6000, 0xc00073a6c0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:365 +0x4d7
- k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:298 +0x25
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x10?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000913f50, {0x29958c0, 0xc00077f310}, 0x1, 0xc00073a6c0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/client-go/tools/cache.(*Reflector).Run(0xc0006f6000, 0xc00073a6c0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:297 +0x1c5
- k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 121
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 164 [select, 86 minutes]:
- k8s.io/client-go/tools/cache.(*Reflector).startResync(0xc0006f6000, 0xc00073a6c0, 0xc00073b440, 0xc0005a3680)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:377 +0x10f
- created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 128
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:364 +0x4ad
- goroutine 177 [select, 86 minutes]:
- reflect.rselect({0xc000985f00, 0x3, 0x0?})
- /usr/local/go/src/runtime/select.go:589 +0x2c5
- reflect.Select({0xc0005aab00?, 0x3, 0xc0005a3740?})
- /usr/local/go/src/reflect/value.go:3169 +0x5ca
- sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...].func2()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:34 +0x55
- created by sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...] in goroutine 155
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:32 +0x438
- goroutine 167 [select, 86 minutes]:
- reflect.rselect({0xc0007ccf00, 0x3, 0x2177620?})
- /usr/local/go/src/runtime/select.go:589 +0x2c5
- reflect.Select({0xc0005aa9a0?, 0x3, 0xc0007d2fd0?})
- /usr/local/go/src/reflect/value.go:3169 +0x5ca
- sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...].func2()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:34 +0x55
- created by sigs.k8s.io/controller-runtime/pkg/internal/syncs.MergeChans[...] in goroutine 148
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/syncs/syncs.go:32 +0x438
- goroutine 169 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc000936230, 0xc00073b980)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:807 +0x4d
- k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 148
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 170 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*controller).Run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:132 +0x25
- created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 148
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:131 +0xa9
- goroutine 171 [select, 2 minutes]:
- k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x3b28880?}, {0x299b050, 0xc001b35e00}, {0x7fc9bcad20a8, 0xc0005aaa50}, {0x29cb598, 0x21c4e80}, 0x0, ...)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:732 +0x187
- k8s.io/client-go/tools/cache.(*Reflector).watch(0xc000764540, {0x0?, 0x0?}, 0xc00073b8c0, 0xc000bda480)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:445 +0x545
- k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000764540, 0xc00073b8c0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:365 +0x4d7
- k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:298 +0x25
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x10?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc00086ff50, {0x29958c0, 0xc000744500}, 0x1, 0xc00073b8c0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/client-go/tools/cache.(*Reflector).Run(0xc000764540, 0xc00073b8c0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:297 +0x1c5
- k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 148
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 151 [select, 86 minutes]:
- k8s.io/client-go/tools/cache.(*Reflector).startResync(0xc000764540, 0xc00073b8c0, 0xc0008595c0, 0xc000bda480)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:377 +0x10f
- created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 171
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:364 +0x4ad
- goroutine 155 [sync.Cond.Wait, 86 minutes]:
- sync.runtime_notifyListWait(0xc0005aabd8, 0x1)
- /usr/local/go/src/runtime/sema.go:569 +0x159
- sync.(*Cond).Wait(0xc00048ad60?)
- /usr/local/go/src/sync/cond.go:70 +0x85
- k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc0005aabb0, 0xc0004d7310)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/delta_fifo.go:575 +0x236
- k8s.io/client-go/tools/cache.(*controller).processLoop(0xc0005f39a0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:188 +0x30
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc0007d0df0, {0x29958a0, 0xc0007a6e40}, 0x1, 0xc0006e02a0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0007d0df0, 0x3b9aca00, 0x0, 0x1, 0xc0006e02a0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
- k8s.io/apimachinery/pkg/util/wait.Until(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
- k8s.io/client-go/tools/cache.(*controller).Run(0xc0005f39a0, 0xc0006e02a0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:159 +0x35e
- k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc000c5e9a0, 0xc0006e02a0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:508 +0x2c8
- sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Cache).Start(0xc0006e72d0, 0xc000620d80?)
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:106 +0x72
- sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked.func1()
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:239 +0x7b
- created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*Informers).startInformerLocked in goroutine 95
- /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/cache/internal/informers.go:237 +0x87
- goroutine 184 [chan receive, 45 minutes]:
- k8s.io/client-go/tools/cache.(*processorListener).run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:973 +0x4b
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000a86f70, {0x29958a0, 0xc0007a7440}, 0x1, 0xc0006e12c0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000c6cf70, 0x3b9aca00, 0x0, 0x1, 0xc0006e12c0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
- k8s.io/apimachinery/pkg/util/wait.Until(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
- k8s.io/client-go/tools/cache.(*processorListener).run(0xc0007f8bd0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:972 +0x69
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 130
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 179 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc0009365f0, 0xc0006e0420)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:807 +0x4d
- k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run.(*Group).StartWithChannel.func4()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 155
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 180 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*controller).Run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:132 +0x25
- created by k8s.io/client-go/tools/cache.(*controller).Run in goroutine 155
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/controller.go:131 +0xa9
- goroutine 181 [select]:
- k8s.io/client-go/tools/cache.watchHandler({0x0?, 0x0?, 0x3b28880?}, {0x299b050, 0xc00118c840}, {0x7fc9bcad20a8, 0xc0005aabb0}, {0x29cb598, 0x21d74a0}, 0x0, ...)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:732 +0x187
- k8s.io/client-go/tools/cache.(*Reflector).watch(0xc000764700, {0x0?, 0x0?}, 0xc0006e02a0, 0xc0009b8f00)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:445 +0x545
- k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000764700, 0xc0006e02a0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:365 +0x4d7
- k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:298 +0x25
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x10?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000c4df50, {0x29958c0, 0xc000744820}, 0x1, 0xc0006e02a0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/client-go/tools/cache.(*Reflector).Run(0xc000764700, 0xc0006e02a0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:297 +0x1c5
- k8s.io/client-go/tools/cache.(*controller).Run.(*Group).StartWithChannel.func2()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:55 +0x1b
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 155
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 187 [select, 86 minutes]:
- k8s.io/client-go/tools/cache.(*Reflector).startResync(0xc000764700, 0xc0006e02a0, 0xc0006e16e0, 0xc0009b8f00)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:377 +0x10f
- created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch in goroutine 181
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:364 +0x4ad
- goroutine 185 [select, 45 minutes]:
- k8s.io/client-go/tools/cache.(*processorListener).pop(0xc0007f8bd0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:943 +0x107
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 130
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 258631 [select, 8 minutes]:
- golang.org/x/net/http2.(*clientStream).writeRequest(0xc00190e780, 0xc00191ab40)
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1608 +0xd45
- golang.org/x/net/http2.(*clientStream).doRequest(0xc00190e780, 0xc0014e0ec0?)
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1436 +0x18
- golang.org/x/net/http2.(*ClientConn).roundTrip.func1()
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1312 +0x1b
- created by golang.org/x/net/http2.(*ClientConn).goRun in goroutine 128
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:369 +0x2d
- goroutine 191 [select, 45 minutes]:
- k8s.io/client-go/tools/cache.(*processorListener).pop(0xc00071e2d0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:943 +0x107
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 111
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 194 [select, 86 minutes]:
- k8s.io/client-go/tools/cache.(*processorListener).pop(0xc00071e1b0)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:943 +0x107
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 129
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 157 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*processorListener).run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:973 +0x4b
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000a85f70, {0x29958a0, 0xc000b74120}, 0x1, 0xc0006e05a0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0004c6f70, 0x3b9aca00, 0x0, 0x1, 0xc0006e05a0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
- k8s.io/apimachinery/pkg/util/wait.Until(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
- k8s.io/client-go/tools/cache.(*processorListener).run(0xc000b52240)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:972 +0x69
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 95
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 158 [select, 86 minutes]:
- k8s.io/client-go/tools/cache.(*processorListener).pop(0xc000b52240)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:943 +0x107
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 95
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 198 [chan receive, 86 minutes]:
- k8s.io/client-go/tools/cache.(*processorListener).run.func1()
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:973 +0x4b
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226 +0x33
- k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000a80f70, {0x29958a0, 0xc0011ea180}, 0x1, 0xc000858d20)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227 +0xaf
- k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0007d5f70, 0x3b9aca00, 0x0, 0x1, 0xc000858d20)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204 +0x7f
- k8s.io/apimachinery/pkg/util/wait.Until(...)
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:161
- k8s.io/client-go/tools/cache.(*processorListener).run(0xc001087c20)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:972 +0x69
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 110
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 199 [select, 86 minutes]:
- k8s.io/client-go/tools/cache.(*processorListener).pop(0xc001087c20)
- /go/pkg/mod/k8s.io/[email protected]/tools/cache/shared_informer.go:943 +0x107
- k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1()
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:72 +0x52
- created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start in goroutine 110
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:70 +0x73
- goroutine 280542 [select, 2 minutes]:
- golang.org/x/net/http2.(*clientStream).writeRequest(0xc001b92480, 0xc001bae7e0)
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1608 +0xd45
- golang.org/x/net/http2.(*clientStream).doRequest(0xc001b92480, 0xc000842f30?)
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1436 +0x18
- golang.org/x/net/http2.(*ClientConn).roundTrip.func1()
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1312 +0x1b
- created by golang.org/x/net/http2.(*ClientConn).goRun in goroutine 171
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:369 +0x2d
- goroutine 258632 [sync.Cond.Wait]:
- sync.runtime_notifyListWait(0xc00190e7c8, 0x6)
- /usr/local/go/src/runtime/sema.go:569 +0x159
- sync.(*Cond).Wait(0x2?)
- /usr/local/go/src/sync/cond.go:70 +0x85
- golang.org/x/net/http2.(*pipe).Read(0xc00190e7b0, {0xc000e1ddf8, 0x4, 0x4})
- /go/pkg/mod/golang.org/x/[email protected]/http2/pipe.go:76 +0xdf
- golang.org/x/net/http2.transportResponseBody.Read({0x40f35f?}, {0xc000e1ddf8?, 0x1fe1740?, 0x411f01?})
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2712 +0x65
- io.ReadAtLeast({0x7fc9bcc0b2c0, 0xc00190e780}, {0xc000e1ddf8, 0x4, 0x4}, 0x4)
- /usr/local/go/src/io/io.go:335 +0x90
- k8s.io/apimachinery/pkg/util/framer.(*lengthDelimitedFrameReader).Read(0xc000fc2dc8, {0xc001952000, 0x400, 0x400})
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/framer/framer.go:76 +0x88
- k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc0000a89b0, 0x0, {0x299a470, 0xc0011e5780})
- /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0xa3
- k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc0016c1960)
- /go/pkg/mod/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x4b
- k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc0015b2040)
- /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:105 +0xdb
- created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 128
- /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:76 +0x105
- goroutine 273392 [sync.Cond.Wait, 4 minutes]:
- sync.runtime_notifyListWait(0xc0014ae4c8, 0x0)
- /usr/local/go/src/runtime/sema.go:569 +0x159
- sync.(*Cond).Wait(0x0?)
- /usr/local/go/src/sync/cond.go:70 +0x85
- golang.org/x/net/http2.(*pipe).Read(0xc0014ae4b0, {0xc001388a00, 0x200, 0x200})
- /go/pkg/mod/golang.org/x/[email protected]/http2/pipe.go:76 +0xdf
- golang.org/x/net/http2.transportResponseBody.Read({0x79e99e?}, {0xc001388a00?, 0xc000ec7ce0?, 0x411bbb?})
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2712 +0x65
- encoding/json.(*Decoder).refill(0xc000c0c640)
- /usr/local/go/src/encoding/json/stream.go:165 +0x188
- encoding/json.(*Decoder).readValue(0xc000c0c640)
- /usr/local/go/src/encoding/json/stream.go:140 +0x85
- encoding/json.(*Decoder).Decode(0xc000c0c640, {0x1f2eca0, 0xc000aabae8})
- /usr/local/go/src/encoding/json/stream.go:63 +0x75
- k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc001d57dd0, {0xc00131dc00, 0x400, 0x400})
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/framer/framer.go:152 +0x19c
- k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc000039270, 0x0, {0x299a470, 0xc0013bee00})
- /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0xa3
- k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc001b67980)
- /go/pkg/mod/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x4b
- k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc0013bedc0)
- /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:105 +0xdb
- created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 143
- /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:76 +0x105
- goroutine 266865 [select, 6 minutes]:
- golang.org/x/net/http2.(*clientStream).writeRequest(0xc00190e000, 0xc0011837a0)
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1608 +0xd45
- golang.org/x/net/http2.(*clientStream).doRequest(0xc00190e000, 0xc00146d800?)
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1436 +0x18
- golang.org/x/net/http2.(*ClientConn).roundTrip.func1()
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1312 +0x1b
- created by golang.org/x/net/http2.(*ClientConn).goRun in goroutine 181
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:369 +0x2d
- goroutine 266866 [sync.Cond.Wait]:
- sync.runtime_notifyListWait(0xc00190e048, 0x2)
- /usr/local/go/src/runtime/sema.go:569 +0x159
- sync.(*Cond).Wait(0xc00118c7c0?)
- /usr/local/go/src/sync/cond.go:70 +0x85
- golang.org/x/net/http2.(*pipe).Read(0xc00190e030, {0xc001cf6c01, 0x5ff, 0x5ff})
- /go/pkg/mod/golang.org/x/[email protected]/http2/pipe.go:76 +0xdf
- golang.org/x/net/http2.transportResponseBody.Read({0x0?}, {0xc001cf6c01?, 0xc000c4bce0?, 0x411bbb?})
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2712 +0x65
- encoding/json.(*Decoder).refill(0xc0018e2280)
- /usr/local/go/src/encoding/json/stream.go:165 +0x188
- encoding/json.(*Decoder).readValue(0xc0018e2280)
- /usr/local/go/src/encoding/json/stream.go:140 +0x85
- encoding/json.(*Decoder).Decode(0xc0018e2280, {0x1f2eca0, 0xc0017e8888})
- /usr/local/go/src/encoding/json/stream.go:63 +0x75
- k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc001be8a80, {0xc0011b7000, 0x400, 0x400})
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/framer/framer.go:152 +0x19c
- k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc000039ef0, 0x0, {0x299a470, 0xc0017fad40})
- /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0xa3
- k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc001927a80)
- /go/pkg/mod/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x4b
- k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc00118c840)
- /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:105 +0xdb
- created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 181
- /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:76 +0x105
- goroutine 273391 [select, 4 minutes]:
- golang.org/x/net/http2.(*clientStream).writeRequest(0xc0014ae480, 0xc0014d47e0)
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1608 +0xd45
- golang.org/x/net/http2.(*clientStream).doRequest(0xc0014ae480, 0xc00197e810?)
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1436 +0x18
- golang.org/x/net/http2.(*ClientConn).roundTrip.func1()
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:1312 +0x1b
- created by golang.org/x/net/http2.(*ClientConn).goRun in goroutine 143
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:369 +0x2d
- goroutine 280554 [sync.Cond.Wait, 2 minutes]:
- sync.runtime_notifyListWait(0xc001b924c8, 0x0)
- /usr/local/go/src/runtime/sema.go:569 +0x159
- sync.(*Cond).Wait(0xc001823040?)
- /usr/local/go/src/sync/cond.go:70 +0x85
- golang.org/x/net/http2.(*pipe).Read(0xc001b924b0, {0xc001782800, 0x200, 0x200})
- /go/pkg/mod/golang.org/x/[email protected]/http2/pipe.go:76 +0xdf
- golang.org/x/net/http2.transportResponseBody.Read({0x79e99e?}, {0xc001782800?, 0xc000edfce0?, 0x411bbb?})
- /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:2712 +0x65
- encoding/json.(*Decoder).refill(0xc001a7d180)
- /usr/local/go/src/encoding/json/stream.go:165 +0x188
- encoding/json.(*Decoder).readValue(0xc001a7d180)
- /usr/local/go/src/encoding/json/stream.go:140 +0x85
- encoding/json.(*Decoder).Decode(0xc001a7d180, {0x1f2eca0, 0xc001b46ac8})
- /usr/local/go/src/encoding/json/stream.go:63 +0x75
- k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc001b57e00, {0xc001b62400, 0x400, 0x400})
- /go/pkg/mod/k8s.io/[email protected]/pkg/util/framer/framer.go:152 +0x19c
- k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc000721180, 0x0, {0x299a470, 0xc001b35e40})
- /go/pkg/mod/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0xa3
- k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc001b5e300)
- /go/pkg/mod/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x4b
- k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc001b35e00)
- /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:105 +0xdb
- created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher in goroutine 171
- /go/pkg/mod/k8s.io/[email protected]/pkg/watch/streamwatcher.go:76 +0x105
Add Comment
Please, Sign In to add comment