Cluster-api: Resolve unit test flake in MHC

Created on 27 Aug 2020  路  7Comments  路  Source: kubernetes-sigs/cluster-api

CAPI unit tests are seeing flakes.
k8s-testgrid.appspot.com/sig-cluster-lifecycle-cluster-api#unit%20tests
seems to be mostly MachineHealthCheck

/kind bug

For context, this is post #3209.

Local testing at the time under ginkgo's "run until failure" mode was not failing, so maybe a resource issue.

kinbug lifecyclactive

Most helpful comment

No probs. I think I'm probably cooked for the week anyway.

All 7 comments

/assign
/assign @fabriziopandini

Here's a stack trace.


  Test Panicked
  resourceVersion should not be set on objects to be created
  /home/user/go/src/sigs.k8s.io/cluster-api/test/helpers/envtest.go:130

  Full Stack Trace
  sigs.k8s.io/cluster-api/test/helpers.NewTestEnvironment(0x196d38d)
        /home/user/go/src/sigs.k8s.io/cluster-api/test/helpers/envtest.go:130 +0xb54
  sigs.k8s.io/cluster-api/controllers.glob..func6(0xc0031daba0)
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/suite_test.go:65 +0x5e
  reflect.Value.call(0x1701460, 0x1a08170, 0x13, 0x19499f8, 0x4, 0xc0021faf58, 0x1, 0x1, 0xc0027cc5b0, 0x524f84, ...)
        /usr/local/go/src/reflect/value.go:475 +0x8c7
  reflect.Value.Call(0x1701460, 0x1a08170, 0x13, 0xc001587758, 0x1, 0x1, 0x46f3db, 0x8af168c8495, 0x1b61aa42)
        /usr/local/go/src/reflect/value.go:336 +0xb9
  github.com/onsi/ginkgo/internal/leafnodes.newRunner.func1(0xc0031daba0)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/leafnodes/runner.go:49 +0x15a
  github.com/onsi/ginkgo/internal/leafnodes.(*runner).runAsync.func1(0xc00010e840, 0xc0031daba0)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/leafnodes/runner.go:86 +0x74
  created by github.com/onsi/ginkgo/internal/leafnodes.(*runner).runAsync
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/leafnodes/runner.go:71 +0xa5
------------------------------
panic: test timed out after 10m0s

goroutine 18216 [running]:
testing.(*M).startAlarm.func1()
        /usr/local/go/src/testing/testing.go:1609 +0xe5
created by time.goFunc
        /usr/local/go/src/time/sleep.go:167 +0x45

goroutine 1 [chan receive, 8 minutes]:
testing.(*T).Run(0xc003204600, 0x194ec86, 0x8, 0x1a07ef0, 0x499b01)
        /usr/local/go/src/testing/testing.go:1160 +0x3ad
testing.runTests.func1(0xc002954900)
        /usr/local/go/src/testing/testing.go:1430 +0x78
testing.tRunner(0xc002954900, 0xc0000b9de0)
        /usr/local/go/src/testing/testing.go:1108 +0xef
testing.runTests(0xc000702a60, 0x262d6a0, 0x26, 0x26, 0xbfca1a7c26195efa, 0x8bb37e3bfc, 0x2657c80, 0x40f5d0)
        /usr/local/go/src/testing/testing.go:1428 +0x2e8
testing.(*M).Run(0xc000723e00, 0x0)
        /usr/local/go/src/testing/testing.go:1338 +0x245
main.main()
        _testmain.go:117 +0x138

goroutine 6 [chan receive]:
k8s.io/klog.(*loggingT).flushDaemon(0x2658100)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/klog.go:1010 +0x8b
created by k8s.io/klog.init.0
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/klog.go:411 +0xd8

goroutine 7 [chan receive]:
k8s.io/klog/v2.(*loggingT).flushDaemon(0x26581e0)
        /home/user/.local/share/golang/pkg/k8s.io/klog/[email protected]/klog.go:1107 +0x8b
created by k8s.io/klog/v2.init.0
        /home/user/.local/share/golang/pkg/k8s.io/klog/[email protected]/klog.go:416 +0xd8

goroutine 17903 [chan send, 8 minutes]:
sigs.k8s.io/cluster-api/test/helpers.(*TestEnvironment).Stop(...)
        /home/user/go/src/sigs.k8s.io/cluster-api/test/helpers/envtest.go:296
sigs.k8s.io/cluster-api/controllers.glob..func7()
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/suite_test.go:125 +0x7d
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync(0xc00010e900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/leafnodes/runner.go:113 +0xa3
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run(0xc00010e900, 0x13df6f3fe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/leafnodes/runner.go:64 +0xd7
github.com/onsi/ginkgo/internal/leafnodes.(*simpleSuiteNode).Run(0xc000988fa0, 0x1, 0x1, 0x0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/leafnodes/suite_nodes.go:25 +0x8f
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runAfterSuite(0xc002f6cb40, 0x0)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/specrunner/spec_runner.go:138 +0xd9
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run(0xc002f6cb40, 0xc002fa81b0)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/specrunner/spec_runner.go:71 +0xd4
github.com/onsi/ginkgo/internal/suite.(*Suite).Run(0xc000113ea0, 0x7fd878719b28, 0xc003204600, 0x19594e5, 0x10, 0xc0031eee80, 0x2, 0x2, 0x1b77340, 0xc000144840, ...)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/suite/suite.go:62 +0x426
github.com/onsi/ginkgo.RunSpecsWithCustomReporters(0x1b35e60, 0xc003204600, 0x19594e5, 0x10, 0xc0031eee60, 0x2, 0x2, 0x2)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/ginkgo_dsl.go:226 +0x238
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters(0x1b35e60, 0xc003204600, 0x19594e5, 0x10, 0xc001587f60, 0x1, 0x1, 0x5f47f069)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/ginkgo_dsl.go:214 +0xad
sigs.k8s.io/cluster-api/controllers.TestAPIs(0xc003204600)
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/suite_test.go:58 +0xe9
testing.tRunner(0xc003204600, 0x1a07ef0)
        /usr/local/go/src/testing/testing.go:1108 +0xef
created by testing.(*T).Run
        /usr/local/go/src/testing/testing.go:1159 +0x386

goroutine 276 [chan receive, 9 minutes]:
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts(0xc000195040, 0xc000050f60)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/specrunner/spec_runner.go:223 +0xce
created by github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/specrunner/spec_runner.go:60 +0x86

goroutine 278 [syscall, 9 minutes]:
os/signal.signal_recv(0x0)
        /usr/local/go/src/runtime/sigqueue.go:147 +0x9d
os/signal.loop()
        /usr/local/go/src/os/signal/signal_unix.go:23 +0x25
created by os/signal.Notify.func1.1
        /usr/local/go/src/os/signal/signal.go:150 +0x45

goroutine 9746 [chan receive, 9 minutes]:
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts(0xc001447180, 0xc0016dbe60)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/specrunner/spec_runner.go:223 +0xce
created by github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/specrunner/spec_runner.go:60 +0x86

goroutine 3253 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc000540460, 0xc00158acc0)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:61 +0x50

goroutine 1941 [select, 9 minutes]:
k8s.io/apimachinery/pkg/util/wait.contextForChannel.func1(0xc000644900, 0xc000c0ca30, 0x1b6f100, 0xc00153e5c0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:271 +0xbd
created by k8s.io/apimachinery/pkg/util/wait.contextForChannel
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:270 +0x8c

goroutine 3366 [sync.Cond.Wait, 9 minutes]:
runtime.goparkunlock(...)
        /usr/local/go/src/runtime/proc.go:312
sync.runtime_notifyListWait(0xc000a69a48, 0x25)
        /usr/local/go/src/runtime/sema.go:513 +0xf8
sync.(*Cond).Wait(0xc000a69a38)
        /usr/local/go/src/sync/cond.go:56 +0x9d
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc000a69a20, 0xc000923ed0, 0x0, 0x0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/delta_fifo.go:409 +0xa5
k8s.io/client-go/tools/cache.(*controller).processLoop(0xc000293180)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:153 +0x42
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc0012f6e68)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0012f6e68, 0x3b9aca00, 0x0, 0x1, 0xc00158acc0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*controller).Run(0xc000293180, 0xc00158acc0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:125 +0x2ce
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc001035290, 0xc00158acc0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:331 +0x41a
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).addInformerToMap
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:224 +0x405

goroutine 2210 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc00090e150, 0xc00158a060)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:529 +0x53
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc000c40000, 0xc000c98040)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 16711 [chan receive, 8 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc0023f40e0, 0xc00025e120)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:62 +0x85

goroutine 10191 [chan receive, 8 minutes]:
k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher.func1(0x1b412e0, 0xc001a5eff0, 0xc001a80310)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/record/event.go:291 +0xaa
created by k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/record/event.go:289 +0x6e

goroutine 16939 [sync.Cond.Wait, 8 minutes]:
runtime.goparkunlock(...)
        /usr/local/go/src/runtime/proc.go:312
sync.runtime_notifyListWait(0xc0029678e8, 0x4)
        /usr/local/go/src/runtime/sema.go:513 +0xf8
sync.(*Cond).Wait(0xc0029678d8)
        /usr/local/go/src/sync/cond.go:56 +0x9d
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc0029678c0, 0xc00169eb60, 0x0, 0x0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/delta_fifo.go:409 +0xa5
k8s.io/client-go/tools/cache.(*controller).processLoop(0xc000c1f700)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:153 +0x42
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc0019a6e68)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0019a6e68, 0x3b9aca00, 0x0, 0xc003216901, 0xc00025e120)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*controller).Run(0xc000c1f700, 0xc00025e120)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:125 +0x2ce
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc0031607e0, 0xc00025e120)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:331 +0x41a
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).addInformerToMap
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:224 +0x405

goroutine 17974 [select, 4 minutes]:
net/http.(*persistConn).readLoop(0xc000ffd320)
        /usr/local/go/src/net/http/transport.go:2161 +0x9cc
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1708 +0xcb7

goroutine 17719 [syscall, 8 minutes]:
syscall.Syscall6(0xf7, 0x1, 0x9bf2e, 0xc00099ee10, 0x1000004, 0x0, 0x0, 0x203000, 0x60, 0x18d5cc0)
        /usr/local/go/src/syscall/asm_linux_amd64.s:41 +0x5
os.(*Process).blockUntilWaitable(0xc00049a9c0, 0xc0019bc418, 0x7fd8a8a3170e, 0x2)
        /usr/local/go/src/os/wait_waitid.go:32 +0xa6
os.(*Process).wait(0xc00049a9c0, 0xc001082198, 0x1203401, 0xc00099ef60)
        /usr/local/go/src/os/exec_unix.go:22 +0x39
os.(*Process).Wait(...)
        /usr/local/go/src/os/exec.go:125
os/exec.(*Cmd).Wait(0xc0012edb80, 0x0, 0x0)
        /usr/local/go/src/os/exec/exec.go:507 +0x65
github.com/onsi/gomega/gexec.(*Session).monitorForExit(0xc002263770, 0xc00139f2c0)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/gexec/session.go:197 +0x32
created by github.com/onsi/gomega/gexec.Start
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/gexec/session.go:96 +0x29e

goroutine 2953 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc00090e4d0, 0xc000733b60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:529 +0x53
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc0011bbd20, 0xc001626620)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 1704 [select]:
k8s.io/apimachinery/pkg/util/wait.WaitFor(0xc00071d680, 0xc001040fa0, 0xc000eac540, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:432 +0x11d
k8s.io/apimachinery/pkg/util/wait.PollUntil(0x2540be400, 0xc001040fa0, 0xc000644900, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:385 +0xc5
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntil(0x2540be400, 0xc001040fa0, 0xc000644900, 0xc000b825a0, 0xc000eaa420)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:404 +0xb3
sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).healthCheckCluster(0xc00109c510, 0xc000b31260)
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:447 +0xe5
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:353 +0x468

goroutine 1980 [sync.Cond.Wait, 9 minutes]:
runtime.goparkunlock(...)
        /usr/local/go/src/runtime/proc.go:312
sync.runtime_notifyListWait(0xc0007282e8, 0x34)
        /usr/local/go/src/runtime/sema.go:513 +0xf8
sync.(*Cond).Wait(0xc0007282d8)
        /usr/local/go/src/sync/cond.go:56 +0x9d
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc0007282c0, 0xc000484030, 0x0, 0x0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/delta_fifo.go:409 +0xa5
k8s.io/client-go/tools/cache.(*controller).processLoop(0xc000624080)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:153 +0x42
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc001111e68)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc001111e68, 0x3b9aca00, 0x0, 0xc001448901, 0xc000644900)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*controller).Run(0xc000624080, 0xc000644900)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:125 +0x2ce
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc001908510, 0xc000644900)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:331 +0x41a
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).addInformerToMap
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:224 +0x405

goroutine 16956 [select, 8 minutes]:
k8s.io/client-go/tools/cache.(*processorListener).pop(0xc002483000)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:621 +0x157
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc000125100, 0xc001a81660)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 2709 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc00113a460, 0xc000a79b60)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:62 +0x85

goroutine 1124 [chan receive, 9 minutes]:
k8s.io/apimachinery/pkg/watch.(*Broadcaster).loop(0xc000cd4280)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/mux.go:207 +0x66
created by k8s.io/apimachinery/pkg/watch.NewBroadcaster
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/mux.go:75 +0xce

goroutine 1163 [chan receive, 9 minutes]:
k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher.func1(0x1b412e0, 0xc0013b8960, 0xc0004840e0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/record/event.go:291 +0xaa
created by k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/record/event.go:289 +0x6e

goroutine 1162 [chan receive, 9 minutes]:
k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher.func1(0x1b412e0, 0xc0013b8930, 0xc0013b8900)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/record/event.go:291 +0xaa
created by k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/record/event.go:289 +0x6e

goroutine 17973 [select, 4 minutes]:
net/http.(*persistConn).writeLoop(0xc000fe65a0)
        /usr/local/go/src/net/http/transport.go:2340 +0x11c
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1709 +0xcdc

goroutine 17929 [select, 4 minutes]:
net/http.(*persistConn).readLoop(0xc000ffc120)
        /usr/local/go/src/net/http/transport.go:2161 +0x9cc
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1708 +0xcb7

goroutine 2954 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*controller).Run.func1(0xc000a79b60, 0xc001528b80)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:104 +0x34
created by k8s.io/client-go/tools/cache.(*controller).Run
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:103 +0xac

goroutine 2212 [select, 4 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc000728370, 0xbfca1a4d1aec103e, 0x5fe2a49536, 0x2657c80, 0x1b412a0, 0xc002c80540, 0xc000ac9b90, 0xc0005cccc0, 0xc000644900, 0x0, ...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:355 +0x1a5
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000728370, 0xc000644900, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:322 +0x928
k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:152 +0x33
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc001423f10)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000ac9f10, 0x3b9aca00, 0x0, 0xc000c8c401, 0xc000644900)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*Reflector).Run(0xc000728370, 0xc000644900)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:151 +0x16c
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc000c40020, 0xc000c980a0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 17924 [select, 2 minutes]:
net/http.(*persistConn).readLoop(0xc001020480)
        /usr/local/go/src/net/http/transport.go:2161 +0x9cc
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1708 +0xcb7

goroutine 17718 [IO wait]:
internal/poll.runtime_pollWait(0x7fd878399d28, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc001d54438, 0x72, 0xc003380001, 0x8000, 0x8000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc001d54420, 0xc003380000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
os.(*File).read(...)
        /usr/local/go/src/os/file_posix.go:31
os.(*File).Read(0xc00145a168, 0xc003380000, 0x8000, 0x8000, 0xde, 0x0, 0x0)
        /usr/local/go/src/os/file.go:116 +0x71
io.copyBuffer(0x1b34d60, 0xc002d84ac0, 0x1b35980, 0xc00145a168, 0xc003380000, 0x8000, 0x8000, 0xc0009a4fc8, 0x12031b1, 0xc000010030)
        /usr/local/go/src/io/io.go:409 +0x12c
io.Copy(...)
        /usr/local/go/src/io/io.go:368
os/exec.(*Cmd).writerDescriptor.func1(0x1a07c18, 0x0)
        /usr/local/go/src/os/exec/exec.go:311 +0x65
os/exec.(*Cmd).Start.func1(0xc0012edb80, 0xc0003ad0c0)
        /usr/local/go/src/os/exec/exec.go:441 +0x27
created by os/exec.(*Cmd).Start
        /usr/local/go/src/os/exec/exec.go:440 +0x629

goroutine 15135 [chan receive, 8 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc001336620, 0xc001478660)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:62 +0x85

goroutine 3256 [select]:
k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc000b65740, 0x2540be400, 0x0, 0xc000b656e0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:481 +0x17b
created by k8s.io/apimachinery/pkg/util/wait.poller.func1
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:464 +0x8c

goroutine 3255 [select, 9 minutes]:
k8s.io/apimachinery/pkg/util/wait.contextForChannel.func1(0xc00158acc0, 0xc001206450, 0x1b6f100, 0xc0006b4180)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:271 +0xbd
created by k8s.io/apimachinery/pkg/util/wait.contextForChannel
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:270 +0x8c

goroutine 15539 [chan receive, 8 minutes]:
k8s.io/client-go/tools/cache.(*processorListener).run.func1.1(0xc000f66898, 0x2, 0x1)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:653 +0x54
k8s.io/apimachinery/pkg/util/wait.ExponentialBackoff(0x989680, 0x3ff0000000000000, 0x3fb999999999999a, 0x5, 0x0, 0xc000f4ae18, 0xc002e46080, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:292 +0x51
k8s.io/client-go/tools/cache.(*processorListener).run.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:652 +0x79
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc0004ab760)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000f4af60, 0xdf8475800, 0x0, 0x1, 0xc0009c46c0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*processorListener).run(0xc00016ef80)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:650 +0x9b
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc00002e610, 0xc0011b4220)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 17904 [chan receive, 8 minutes]:
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts(0xc002f6cb40, 0xc0032a3740)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/specrunner/spec_runner.go:223 +0xce
created by github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/internal/specrunner/spec_runner.go:60 +0x86

goroutine 17907 [IO wait, 8 minutes]:
internal/poll.runtime_pollWait(0x7fd88037d0f8, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc003259a58, 0x72, 0xc001f46001, 0x8000, 0x8000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc003259a40, 0xc001f46000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
os.(*File).read(...)
        /usr/local/go/src/os/file_posix.go:31
os.(*File).Read(0xc003042b20, 0xc001f46000, 0x8000, 0x8000, 0x0, 0x1b17200, 0x1b6f101)
        /usr/local/go/src/os/file.go:116 +0x71
io.copyBuffer(0x1b34d60, 0xc003244580, 0x1b35980, 0xc003042b20, 0xc001f46000, 0x8000, 0x8000, 0x0, 0x1, 0x0)
        /usr/local/go/src/io/io.go:409 +0x12c
io.Copy(...)
        /usr/local/go/src/io/io.go:368
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0)
        /usr/local/go/src/os/exec/exec.go:311 +0x65
os/exec.(*Cmd).Start.func1(0xc002e2db80, 0xc00327f4a0)
        /usr/local/go/src/os/exec/exec.go:441 +0x27
created by os/exec.(*Cmd).Start
        /usr/local/go/src/os/exec/exec.go:440 +0x629

goroutine 11433 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc000026700, 0xc0022bc6c0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:529 +0x53
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc0022880a0, 0xc000a3db20)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 15216 [select, 8 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc000df89a0, 0xbfca19fadaa250ec, 0x13486d3c34, 0x2657c80, 0x1b412a0, 0xc002d84340, 0xc001641b90, 0xc0019bd920, 0xc001478660, 0x0, ...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:355 +0x1a5
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000df89a0, 0xc001478660, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:322 +0x928
k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:152 +0x33
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc002ccdf10)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc001641f10, 0x3b9aca00, 0x0, 0xc001629501, 0xc001478660)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*Reflector).Run(0xc000df89a0, 0xc001478660)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:151 +0x16c
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc0015aa840, 0xc002db2600)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 16713 [select]:
k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc000dab980, 0x2540be400, 0x0, 0xc000dab7a0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:481 +0x17b
created by k8s.io/apimachinery/pkg/util/wait.poller.func1
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:464 +0x8c

goroutine 3254 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc000540540, 0xc00158acc0)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:62 +0x85

goroutine 1942 [select]:
k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc000eac600, 0x2540be400, 0x0, 0xc000eac5a0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:481 +0x17b
created by k8s.io/apimachinery/pkg/util/wait.poller.func1
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:464 +0x8c

goroutine 3372 [select, 4 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc000a69ad0, 0xbfca1a4b5b0f3d06, 0x5e418c3bf4, 0x2657c80, 0x1b412a0, 0xc002c800c0, 0xc000f59b90, 0xc001c44060, 0xc00158acc0, 0x0, ...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:355 +0x1a5
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000a69ad0, 0xc00158acc0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:322 +0x928
k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:152 +0x33
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc00129ff10)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000f59f10, 0x3b9aca00, 0x0, 0xc000411f01, 0xc00158acc0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*Reflector).Run(0xc000a69ad0, 0xc00158acc0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:151 +0x16c
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc001315250, 0xc0013d4060)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 11437 [select, 9 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func2(0xc0000f4b00, 0xc0022bc840, 0xc0022bcde0, 0xc0013007e0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:260 +0x14a
created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:254 +0x25f

goroutine 8919 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*processorListener).run.func1.1(0xc0012a5dd0, 0x44b4b3, 0xc000340d78)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:653 +0x54
k8s.io/apimachinery/pkg/util/wait.ExponentialBackoff(0x989680, 0x3ff0000000000000, 0x3fb999999999999a, 0x5, 0x0, 0xc000f48e18, 0xc000234480, 0x4)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:292 +0x51
k8s.io/client-go/tools/cache.(*processorListener).run.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:652 +0x79
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc0012a5f60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000f48f60, 0xdf8475800, 0x0, 0x1, 0xc00139eea0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*processorListener).run(0xc0002b0c00)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:650 +0x9b
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc000476220, 0xc001bccee0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 2894 [select]:
k8s.io/apimachinery/pkg/util/wait.WaitFor(0xc001788340, 0xc001070fa0, 0xc000b65680, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:432 +0x11d
k8s.io/apimachinery/pkg/util/wait.PollUntil(0x2540be400, 0xc001070fa0, 0xc00158acc0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:385 +0xc5
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntil(0x2540be400, 0xc001070fa0, 0xc00158acc0, 0x1a07c18, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:404 +0xb3
sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).healthCheckCluster(0xc00109c510, 0xc000c8b740)
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:447 +0xe5
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:353 +0x468

goroutine 1703 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start(0xc00000f7a0, 0xc000644900, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:63 +0x9c
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:351 +0x3c7

goroutine 17930 [select, 4 minutes]:
net/http.(*persistConn).writeLoop(0xc000ffc120)
        /usr/local/go/src/net/http/transport.go:2340 +0x11c
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1709 +0xcdc

goroutine 2710 [select, 9 minutes]:
k8s.io/apimachinery/pkg/util/wait.contextForChannel.func1(0xc000a79b60, 0xc000493720, 0x1b6f100, 0xc0016a4cc0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:271 +0xbd
created by k8s.io/apimachinery/pkg/util/wait.contextForChannel
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:270 +0x8c

goroutine 1895 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc0014ce000, 0xc000644900)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:61 +0x50

goroutine 1896 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc0014ce0e0, 0xc000644900)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:62 +0x85

goroutine 2711 [select]:
k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc000fccfc0, 0x2540be400, 0x0, 0xc000fccf60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:481 +0x17b
created by k8s.io/apimachinery/pkg/util/wait.poller.func1
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:464 +0x8c

goroutine 15137 [select]:
k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc0030009c0, 0x2540be400, 0x0, 0xc003000960)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:481 +0x17b
created by k8s.io/apimachinery/pkg/util/wait.poller.func1
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:464 +0x8c

goroutine 2949 [sync.Cond.Wait, 9 minutes]:
runtime.goparkunlock(...)
        /usr/local/go/src/runtime/proc.go:312
sync.runtime_notifyListWait(0xc000efc658, 0x2a)
        /usr/local/go/src/runtime/sema.go:513 +0xf8
sync.(*Cond).Wait(0xc000efc648)
        /usr/local/go/src/sync/cond.go:56 +0x9d
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc000efc630, 0xc001282c40, 0x0, 0x0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/delta_fifo.go:409 +0xa5
k8s.io/client-go/tools/cache.(*controller).processLoop(0xc001528b80)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:153 +0x42
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc000f4ce68)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000f4ce68, 0x3b9aca00, 0x0, 0x1, 0xc000a79b60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*controller).Run(0xc001528b80, 0xc000a79b60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:125 +0x2ce
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc0016e2990, 0xc000a79b60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:331 +0x41a
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).addInformerToMap
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:224 +0x405

goroutine 1983 [select, 9 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func2(0xc000728370, 0xc000644900, 0xc0019021e0, 0xc0005cccc0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:260 +0x14a
created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:254 +0x25f

goroutine 17962 [select, 4 minutes]:
net/http.(*persistConn).writeLoop(0xc001020360)
        /usr/local/go/src/net/http/transport.go:2340 +0x11c
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1709 +0xcdc

goroutine 8920 [select, 9 minutes]:
k8s.io/client-go/tools/cache.(*processorListener).pop(0xc0002b0c00)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:621 +0x157
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc000476220, 0xc001bccef0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 2211 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*controller).Run.func1(0xc000644900, 0xc000624080)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:104 +0x34
created by k8s.io/client-go/tools/cache.(*controller).Run
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:103 +0xac

goroutine 18295 [IO wait, 4 minutes]:
internal/poll.runtime_pollWait(0x7fd88005b500, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc000258198, 0x72, 0xc000959000, 0x1000, 0x1000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc000258180, 0xc000959000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
net.(*netFD).Read(0xc000258180, 0xc000959000, 0x1000, 0x1000, 0x8, 0x0, 0xf73)
        /usr/local/go/src/net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc00137c018, 0xc000959000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/net.go:182 +0x8e
net/http.(*persistConn).Read(0xc000ffc120, 0xc000959000, 0x1000, 0x1000, 0x194d2ac, 0xc000101400, 0x7fd8a8a302f0)
        /usr/local/go/src/net/http/transport.go:1887 +0x77
bufio.(*Reader).fill(0xc001ac4300)
        /usr/local/go/src/bufio/bufio.go:101 +0x105
bufio.(*Reader).ReadSlice(0xc001ac4300, 0x46cd0a, 0xc00119f080, 0x200000003, 0xc00119f080, 0xc000070800, 0xc000f49a60)
        /usr/local/go/src/bufio/bufio.go:360 +0x3d
net/http/internal.readChunkLine(0xc001ac4300, 0xc002534228, 0x0, 0x0, 0xc000f49a98, 0x4a4f51)
        /usr/local/go/src/net/http/internal/chunked.go:122 +0x34
net/http/internal.(*chunkedReader).beginChunk(0xc003034630)
        /usr/local/go/src/net/http/internal/chunked.go:48 +0x32
net/http/internal.(*chunkedReader).Read(0xc003034630, 0xc002204800, 0x200, 0x200, 0x77b213, 0x1763d40, 0xc0003d0630)
        /usr/local/go/src/net/http/internal/chunked.go:93 +0x145
net/http.(*body).readLocked(0xc002c80680, 0xc002204800, 0x200, 0x200, 0x455a45, 0x4553d4, 0xf)
        /usr/local/go/src/net/http/transfer.go:833 +0x5f
net/http.(*body).Read(0xc002c80680, 0xc002204800, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transfer.go:825 +0xf9
net/http.(*bodyEOFSignal).Read(0xc002c806c0, 0xc002204800, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transport.go:2716 +0xe2
encoding/json.(*Decoder).refill(0xc001e7f1e0, 0xc0006c2ea0, 0x7fd880229318)
        /usr/local/go/src/encoding/json/stream.go:165 +0xeb
encoding/json.(*Decoder).readValue(0xc001e7f1e0, 0x0, 0x0, 0x17574a0)
        /usr/local/go/src/encoding/json/stream.go:140 +0x1ff
encoding/json.(*Decoder).Decode(0xc001e7f1e0, 0x1777de0, 0xc0006c2ea0, 0xc000df1e88, 0x44bbf9)
        /usr/local/go/src/encoding/json/stream.go:63 +0x79
k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc0030346c0, 0xc000278c00, 0x400, 0x400, 0x1, 0x38, 0x38)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/framer/framer.go:150 +0x1a8
k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc001f24230, 0x0, 0x1b40ea0, 0xc002c80740, 0xc0006455c0, 0xc000df1fc8, 0x782e85, 0xc0013de700, 0x1b33f00)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0x89
k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc0006c2e80, 0x78603c, 0xc001861b38, 0x1000000000001, 0x3, 0x2, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x6e
k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc002c80700)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:104 +0x147
created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:71 +0xbe

goroutine 10545 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc0021de0e0, 0xc0022bc840)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:62 +0x85

goroutine 17954 [select, 8 minutes]:
net/http.(*persistConn).writeLoop(0xc000fe6120)
        /usr/local/go/src/net/http/transport.go:2340 +0x11c
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1709 +0xcdc

goroutine 2665 [select]:
k8s.io/apimachinery/pkg/util/wait.WaitFor(0xc001086860, 0xc001299fa0, 0xc000fccf00, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:432 +0x11d
k8s.io/apimachinery/pkg/util/wait.PollUntil(0x2540be400, 0xc001299fa0, 0xc000a79b60, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:385 +0xc5
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntil(0x2540be400, 0xc001299fa0, 0xc000a79b60, 0x1a07c18, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:404 +0xb3
sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).healthCheckCluster(0xc00109c510, 0xc00168be00)
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:447 +0xe5
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:353 +0x468

goroutine 16986 [chan receive, 8 minutes]:
k8s.io/client-go/tools/cache.(*controller).Run.func1(0xc00025e120, 0xc000c1f700)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:104 +0x34
created by k8s.io/client-go/tools/cache.(*controller).Run
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:103 +0xac

goroutine 2664 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start(0xc00111dc80, 0xc000a79b60, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:63 +0x9c
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:351 +0x3c7

goroutine 2893 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start(0xc000a3c760, 0xc00158acc0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:63 +0x9c
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:351 +0x3c7

goroutine 18140 [IO wait, 2 minutes]:
internal/poll.runtime_pollWait(0x7fd878399708, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc002884498, 0x72, 0xc000d4d000, 0x1000, 0x1000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc002884480, 0xc000d4d000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
net.(*netFD).Read(0xc002884480, 0xc000d4d000, 0x1000, 0x1000, 0x8, 0x0, 0xf36)
        /usr/local/go/src/net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc00137c000, 0xc000d4d000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/net.go:182 +0x8e
net/http.(*persistConn).Read(0xc001020480, 0xc000d4d000, 0x1000, 0x1000, 0x194d2ac, 0xc000581c00, 0x7fd8a8a2e108)
        /usr/local/go/src/net/http/transport.go:1887 +0x77
bufio.(*Reader).fill(0xc001ac4000)
        /usr/local/go/src/bufio/bufio.go:101 +0x105
bufio.(*Reader).ReadSlice(0xc001ac4000, 0x46cd0a, 0xc0016d6600, 0x200000003, 0x40000000047d925, 0xffffffffffffffff, 0x0)
        /usr/local/go/src/bufio/bufio.go:360 +0x3d
net/http/internal.readChunkLine(0xc001ac4000, 0x0, 0x1, 0x2, 0x1, 0xc000f47ba8)
        /usr/local/go/src/net/http/internal/chunked.go:122 +0x34
net/http/internal.(*chunkedReader).beginChunk(0xc003034120)
        /usr/local/go/src/net/http/internal/chunked.go:48 +0x32
net/http/internal.(*chunkedReader).Read(0xc003034120, 0xc001a6e600, 0x200, 0x200, 0x7fd8800e4bf8, 0xc000f47b68, 0x40f0ca)
        /usr/local/go/src/net/http/internal/chunked.go:93 +0x145
net/http.(*body).readLocked(0xc002c80180, 0xc001a6e600, 0x200, 0x200, 0xc001a6e600, 0x7fd8800e4bf8, 0x1)
        /usr/local/go/src/net/http/transfer.go:833 +0x5f
net/http.(*body).Read(0xc002c80180, 0xc001a6e600, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transfer.go:825 +0xf9
net/http.(*bodyEOFSignal).Read(0xc002c801c0, 0xc001a6e600, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transport.go:2716 +0xe2
encoding/json.(*Decoder).refill(0xc001e7e6e0, 0xc002816500, 0x7fd878783350)
        /usr/local/go/src/encoding/json/stream.go:165 +0xeb
encoding/json.(*Decoder).readValue(0xc001e7e6e0, 0x0, 0x0, 0x17574a0)
        /usr/local/go/src/encoding/json/stream.go:140 +0x1ff
encoding/json.(*Decoder).Decode(0xc001e7e6e0, 0x1777de0, 0xc002816500, 0xc001aace88, 0x44bbf9)
        /usr/local/go/src/encoding/json/stream.go:63 +0x79
k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc003034210, 0xc000ca9c00, 0x400, 0x400, 0x1, 0x38, 0x38)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/framer/framer.go:150 +0x1a8
k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc001f24190, 0x0, 0x1b40ea0, 0xc002c80300, 0x0, 0xc001aacfc8, 0x782e85, 0xc0028fd600, 0x1b33f00)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0x89
k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc0028164e0, 0x78603c, 0xc0006b1e08, 0x1000000000001, 0x3, 0x2, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x6e
k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc002c802c0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:104 +0x147
created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:71 +0xbe

goroutine 7505 [select, 9 minutes]:
k8s.io/apimachinery/pkg/util/wait.contextForChannel.func1(0xc000c23560, 0xc000720160, 0x1b6f100, 0xc000fa4340)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:271 +0xbd
created by k8s.io/apimachinery/pkg/util/wait.contextForChannel
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:270 +0x8c

goroutine 2708 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc00113a380, 0xc000a79b60)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:61 +0x50

goroutine 3308 [select, 9 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func2(0xc000a69ad0, 0xc00158acc0, 0xc000736180, 0xc001c44060)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:260 +0x14a
created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:254 +0x25f

goroutine 15019 [chan receive, 8 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start(0xc001f54bc0, 0xc001478660, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:63 +0x9c
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:351 +0x3c7

goroutine 16987 [select]:
k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc002967970, 0xbfca1a76dabfe380, 0x86c4722e78, 0x2657c80, 0x1b412a0, 0xc0000cc840, 0xc002c1db90, 0xc002766960, 0xc00025e120, 0x0, ...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:355 +0x1a5
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc002967970, 0xc00025e120, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:322 +0x928
k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:152 +0x33
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc001aaaf10)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc002c1df10, 0x3b9aca00, 0x0, 0xc000bac001, 0xc00025e120)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*Reflector).Run(0xc002967970, 0xc00025e120)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:151 +0x16c
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc002c4baf0, 0xc002006ea0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 15134 [chan receive, 8 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc001336540, 0xc001478660)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:61 +0x50

goroutine 17909 [syscall, 8 minutes]:
syscall.Syscall6(0xf7, 0x1, 0x9bf12, 0xc000ee9610, 0x1000004, 0x0, 0x0, 0x4696a0, 0xc000602f00, 0x4)
        /usr/local/go/src/syscall/asm_linux_amd64.s:41 +0x5
os.(*Process).blockUntilWaitable(0xc002dadd10, 0xc000ee9710, 0x44cefd, 0xc000a2e120)
        /usr/local/go/src/os/wait_waitid.go:32 +0xa6
os.(*Process).wait(0xc002dadd10, 0x0, 0xc000ee9770, 0x47ea52)
        /usr/local/go/src/os/exec_unix.go:22 +0x39
os.(*Process).Wait(...)
        /usr/local/go/src/os/exec.go:125
os/exec.(*Cmd).Wait(0xc002e2db80, 0x1a07b38, 0xc00143a040)
        /usr/local/go/src/os/exec/exec.go:507 +0x65
github.com/onsi/gomega/gexec.(*Session).monitorForExit(0xc00328ee10, 0xc0032a3c20)
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/gexec/session.go:197 +0x32
created by github.com/onsi/gomega/gexec.Start
        /home/user/.local/share/golang/pkg/github.com/onsi/[email protected]/gexec/session.go:96 +0x29e

goroutine 2955 [select, 2 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc000efc6e0, 0xbfca1a6cdae3a574, 0x7d7466606c, 0x2657c80, 0x1b412a0, 0xc002c802c0, 0xc001053b90, 0xc0005eed20, 0xc000a79b60, 0x0, ...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:355 +0x1a5
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000efc6e0, 0xc000a79b60, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:322 +0x928
k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:152 +0x33
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc001016f10)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc001053f10, 0x3b9aca00, 0x0, 0xc001626501, 0xc000a79b60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*Reflector).Run(0xc000efc6e0, 0xc000a79b60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:151 +0x16c
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc0011bbd40, 0xc001626660)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 2957 [select, 9 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func2(0xc000efc6e0, 0xc000a79b60, 0xc000733d40, 0xc0005eed20)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:260 +0x14a
created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:254 +0x25f

goroutine 16955 [chan receive, 8 minutes]:
k8s.io/client-go/tools/cache.(*processorListener).run.func1.1(0xc000c80358, 0x2, 0x1)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:653 +0x54
k8s.io/apimachinery/pkg/util/wait.ExponentialBackoff(0x989680, 0x3ff0000000000000, 0x3fb999999999999a, 0x5, 0x0, 0xc002519e18, 0xc00288f8e0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:292 +0x51
k8s.io/client-go/tools/cache.(*processorListener).run.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:652 +0x79
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc000f19f60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc002519f60, 0xdf8475800, 0x0, 0x1, 0xc0016daf60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*processorListener).run(0xc002483000)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:650 +0x9b
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc000125100, 0xc001a81640)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 3371 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*controller).Run.func1(0xc00158acc0, 0xc000293180)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:104 +0x34
created by k8s.io/client-go/tools/cache.(*controller).Run
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:103 +0xac

goroutine 16622 [select]:
k8s.io/apimachinery/pkg/util/wait.WaitFor(0xc001cb79e0, 0xc001071fa0, 0xc000dab740, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:432 +0x11d
k8s.io/apimachinery/pkg/util/wait.PollUntil(0x2540be400, 0xc001071fa0, 0xc00025e120, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:385 +0xc5
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntil(0x2540be400, 0xc001071fa0, 0xc00025e120, 0x1a07c18, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:404 +0xb3
sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).healthCheckCluster(0xc0027b55f0, 0xc000481380)
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:447 +0xe5
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:353 +0x468

goroutine 8966 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc0004761c0, 0xc001e8f0e0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:529 +0x53
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc001d5a9d0, 0xc001dbab00)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 15343 [select, 8 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func2(0xc000df89a0, 0xc001478660, 0xc002084c00, 0xc0019bd920)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:260 +0x14a
created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:254 +0x25f

goroutine 8786 [select]:
k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc0000502a0, 0x2540be400, 0x0, 0xc000050240)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:481 +0x17b
created by k8s.io/apimachinery/pkg/util/wait.poller.func1
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:464 +0x8c

goroutine 3370 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc0000262a0, 0xc000ead140)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:529 +0x53
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc001315200, 0xc0013d4020)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 11331 [select]:
k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc0022bcc00, 0x2540be400, 0x0, 0xc0022bcba0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:481 +0x17b
created by k8s.io/apimachinery/pkg/util/wait.poller.func1
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:464 +0x8c

goroutine 17956 [select]:
net/http.(*persistConn).writeLoop(0xc000fe6480)
        /usr/local/go/src/net/http/transport.go:2340 +0x11c
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1709 +0xcdc

goroutine 18293 [IO wait, 4 minutes]:
internal/poll.runtime_pollWait(0x7fd88005b7a0, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc000258418, 0x72, 0xc002ae3000, 0x1000, 0x1000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc000258400, 0xc002ae3000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
net.(*netFD).Read(0xc000258400, 0xc002ae3000, 0x1000, 0x1000, 0x8, 0x0, 0xf60)
        /usr/local/go/src/net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc000da8080, 0xc002ae3000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/net.go:182 +0x8e
net/http.(*persistConn).Read(0xc000ffd320, 0xc002ae3000, 0x1000, 0x1000, 0xc000f4d9c0, 0x44cefd, 0xc000480960)
        /usr/local/go/src/net/http/transport.go:1887 +0x77
bufio.(*Reader).fill(0xc000c09380)
        /usr/local/go/src/bufio/bufio.go:101 +0x105
bufio.(*Reader).ReadSlice(0xc000c09380, 0xc000f4da0a, 0x203000, 0xc002534028, 0x0, 0x203000, 0x203000)
        /usr/local/go/src/bufio/bufio.go:360 +0x3d
net/http/internal.readChunkLine(0xc000c09380, 0xc000f4dae8, 0x40f5d0, 0xc001ef47d0, 0x50, 0x50)
        /usr/local/go/src/net/http/internal/chunked.go:122 +0x34
net/http/internal.(*chunkedReader).beginChunk(0xc003034030)
        /usr/local/go/src/net/http/internal/chunked.go:48 +0x32
net/http/internal.(*chunkedReader).Read(0xc003034030, 0xc002204400, 0x200, 0x200, 0x7fd88005df70, 0xc000f4db68, 0x40f0ca)
        /usr/local/go/src/net/http/internal/chunked.go:93 +0x145
net/http.(*body).readLocked(0xc002c80040, 0xc002204400, 0x200, 0x200, 0xc002204400, 0x7fd88005df70, 0x1)
        /usr/local/go/src/net/http/transfer.go:833 +0x5f
net/http.(*body).Read(0xc002c80040, 0xc002204400, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transfer.go:825 +0xf9
net/http.(*bodyEOFSignal).Read(0xc002c80080, 0xc002204400, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transport.go:2716 +0xe2
encoding/json.(*Decoder).refill(0xc001e7e420, 0xc0006c2980, 0x7fd880229318)
        /usr/local/go/src/encoding/json/stream.go:165 +0xeb
encoding/json.(*Decoder).readValue(0xc001e7e420, 0x0, 0x0, 0x17574a0)
        /usr/local/go/src/encoding/json/stream.go:140 +0x1ff
encoding/json.(*Decoder).Decode(0xc001e7e420, 0x1777de0, 0xc0006c2980, 0xc000df1e88, 0x44bbf9)
        /usr/local/go/src/encoding/json/stream.go:63 +0x79
k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc003034150, 0xc00097ac00, 0x400, 0x400, 0x1, 0x38, 0x38)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/framer/framer.go:150 +0x1a8
k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc001f24000, 0x0, 0x1b40ea0, 0xc002c80100, 0xc0006455c0, 0xc000df1fc8, 0x782e85, 0xc0013de700, 0x1b33f00)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0x89
k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc0006c2920, 0x78603c, 0xc001861b38, 0x1000000000001, 0x3, 0x2, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x6e
k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc002c800c0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:104 +0x147
created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:71 +0xbe

goroutine 10190 [chan receive, 8 minutes]:
k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher.func1(0x1b412e0, 0xc001a5efc0, 0xc001a5ef90)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/record/event.go:291 +0xaa
created by k8s.io/client-go/tools/record.(*eventBroadcasterImpl).StartEventWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/record/event.go:289 +0x6e

goroutine 8399 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc00113a2a0, 0xc000c23560)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:61 +0x50

goroutine 16985 [chan receive, 8 minutes]:
k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc0001250a0, 0xc00025eea0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:529 +0x53
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc002c4bad0, 0xc002006e60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 8400 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc00113a540, 0xc000c23560)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:62 +0x85

goroutine 17617 [select, 8 minutes]:
net/http.(*persistConn).readLoop(0xc000fe6120)
        /usr/local/go/src/net/http/transport.go:2161 +0x9cc
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1708 +0xcb7

goroutine 17957 [IO wait, 8 minutes]:
internal/poll.runtime_pollWait(0x7fd878748598, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc001ba0298, 0x72, 0xc0003a2000, 0x1000, 0x1000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc001ba0280, 0xc0003a2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
net.(*netFD).Read(0xc001ba0280, 0xc0003a2000, 0x1000, 0x1000, 0x8, 0x0, 0xf73)
        /usr/local/go/src/net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc00145a0a8, 0xc0003a2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/net.go:182 +0x8e
net/http.(*persistConn).Read(0xc000fe6120, 0xc0003a2000, 0x1000, 0x1000, 0x194d2ac, 0xc0004b2c00, 0x7fd8a8a425c8)
        /usr/local/go/src/net/http/transport.go:1887 +0x77
bufio.(*Reader).fill(0xc001d54ae0)
        /usr/local/go/src/bufio/bufio.go:101 +0x105
bufio.(*Reader).ReadSlice(0xc001d54ae0, 0x46cd0a, 0xc0008e3800, 0x200000003, 0x47d925, 0xffffffffffffffff, 0x0)
        /usr/local/go/src/bufio/bufio.go:360 +0x3d
net/http/internal.readChunkLine(0xc001d54ae0, 0x0, 0x1, 0x2, 0x1, 0xc00119aba8)
        /usr/local/go/src/net/http/internal/chunked.go:122 +0x34
net/http/internal.(*chunkedReader).beginChunk(0xc00335c3f0)
        /usr/local/go/src/net/http/internal/chunked.go:48 +0x32
net/http/internal.(*chunkedReader).Read(0xc00335c3f0, 0xc001a6e000, 0x200, 0x200, 0x7fd8800e4bf8, 0xc00119ab68, 0x40f0ca)
        /usr/local/go/src/net/http/internal/chunked.go:93 +0x145
net/http.(*body).readLocked(0xc002d842c0, 0xc001a6e000, 0x200, 0x200, 0xc001a6e000, 0x7fd8800e4bf8, 0x1)
        /usr/local/go/src/net/http/transfer.go:833 +0x5f
net/http.(*body).Read(0xc002d842c0, 0xc001a6e000, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transfer.go:825 +0xf9
net/http.(*bodyEOFSignal).Read(0xc002d84300, 0xc001a6e000, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transport.go:2716 +0xe2
encoding/json.(*Decoder).refill(0xc001c226e0, 0xc000598320, 0x7fd880052e30)
        /usr/local/go/src/encoding/json/stream.go:165 +0xeb
encoding/json.(*Decoder).readValue(0xc001c226e0, 0x0, 0x0, 0x17574a0)
        /usr/local/go/src/encoding/json/stream.go:140 +0x1ff
encoding/json.(*Decoder).Decode(0xc001c226e0, 0x1777de0, 0xc000598320, 0xc000a6f688, 0x44bbf9)
        /usr/local/go/src/encoding/json/stream.go:63 +0x79
k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc00335c480, 0xc000ca8800, 0x400, 0x400, 0x0, 0x38, 0x38)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/framer/framer.go:150 +0x1a8
k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc0010bc550, 0x0, 0x1b40ea0, 0xc002d84380, 0x0, 0xc000a6f7c8, 0x782e85, 0xc0020a6500, 0x1b33f00)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0x89
k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc000598300, 0x0, 0xc001dc83a4, 0x1000000010000, 0x6ae11f, 0x6b16bf, 0xc001dc8380)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x6e
k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc002d84340)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:104 +0x147
created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:71 +0xbe

goroutine 17961 [select, 4 minutes]:
net/http.(*persistConn).readLoop(0xc001020360)
        /usr/local/go/src/net/http/transport.go:2161 +0x9cc
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1708 +0xcb7

goroutine 17925 [select, 2 minutes]:
net/http.(*persistConn).writeLoop(0xc001020480)
        /usr/local/go/src/net/http/transport.go:2340 +0x11c
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1709 +0xcdc

goroutine 11434 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*controller).Run.func1(0xc0022bc840, 0xc000436380)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:104 +0x34
created by k8s.io/client-go/tools/cache.(*controller).Run
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:103 +0xac

goroutine 8970 [select, 9 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func2(0xc001c4e6e0, 0xc000c23560, 0xc001e8f2c0, 0xc001d55500)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:260 +0x14a
created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:254 +0x25f

goroutine 18212 [IO wait, 4 minutes]:
internal/poll.runtime_pollWait(0x7fd88037d2b8, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc002884318, 0x72, 0xc000c4d000, 0x1000, 0x1000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc002884300, 0xc000c4d000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
net.(*netFD).Read(0xc002884300, 0xc000c4d000, 0x1000, 0x1000, 0x5, 0x0, 0x0)
        /usr/local/go/src/net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc00145a0c8, 0xc000c4d000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/net.go:182 +0x8e
net/http.(*persistConn).Read(0xc001020360, 0xc000c4d000, 0x1000, 0x1000, 0x5, 0x0, 0x0)
        /usr/local/go/src/net/http/transport.go:1887 +0x77
bufio.(*Reader).fill(0xc001d54e40)
        /usr/local/go/src/bufio/bufio.go:101 +0x105
bufio.(*Reader).ReadSlice(0xc001d54e40, 0xa, 0x1000, 0xc002ae3000, 0x1, 0x1000, 0x0)
        /usr/local/go/src/bufio/bufio.go:360 +0x3d
net/http/internal.readChunkLine(0xc001d54e40, 0x1, 0xc0019aca88, 0x407d15, 0x43c25c, 0xc0019aca70)
        /usr/local/go/src/net/http/internal/chunked.go:122 +0x34
net/http/internal.(*chunkedReader).beginChunk(0xc001c50240)
        /usr/local/go/src/net/http/internal/chunked.go:48 +0x32
net/http/internal.(*chunkedReader).Read(0xc001c50240, 0xc001a6e400, 0x200, 0x200, 0x7fd8800e4bf8, 0xc0019acb68, 0x40f0ca)
        /usr/local/go/src/net/http/internal/chunked.go:93 +0x145
net/http.(*body).readLocked(0xc0000cc740, 0xc001a6e400, 0x200, 0x200, 0xc001a6e400, 0x7fd8800e4bf8, 0x1)
        /usr/local/go/src/net/http/transfer.go:833 +0x5f
net/http.(*body).Read(0xc0000cc740, 0xc001a6e400, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transfer.go:825 +0xf9
net/http.(*bodyEOFSignal).Read(0xc0000cc780, 0xc001a6e400, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transport.go:2716 +0xe2
encoding/json.(*Decoder).refill(0xc00175cb00, 0xc002c962a0, 0x7fd8800ebee0)
        /usr/local/go/src/encoding/json/stream.go:165 +0xeb
encoding/json.(*Decoder).readValue(0xc00175cb00, 0x0, 0x0, 0x17574a0)
        /usr/local/go/src/encoding/json/stream.go:140 +0x1ff
encoding/json.(*Decoder).Decode(0xc00175cb00, 0x1777de0, 0xc002c962a0, 0xc001aace88, 0x44bbf9)
        /usr/local/go/src/encoding/json/stream.go:63 +0x79
k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc001c50330, 0xc000ca9800, 0x400, 0x400, 0x1, 0x38, 0x38)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/framer/framer.go:150 +0x1a8
k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc000a8c2d0, 0x0, 0x1b40ea0, 0xc0000cc800, 0x0, 0xc001aacfc8, 0x782e85, 0xc0028fd600, 0x1b33f00)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0x89
k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc002c96280, 0x78603c, 0xc0006b1e08, 0x1000000000001, 0x3, 0x2, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x6e
k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc0000cc7c0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:104 +0x147
created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:71 +0xbe

goroutine 17972 [select, 4 minutes]:
net/http.(*persistConn).readLoop(0xc000fe65a0)
        /usr/local/go/src/net/http/transport.go:2161 +0x9cc
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1708 +0xcb7

goroutine 10457 [chan receive, 8 minutes]:
k8s.io/apimachinery/pkg/watch.(*Broadcaster).loop(0xc0004de3c0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/mux.go:207 +0x66
created by k8s.io/apimachinery/pkg/watch.NewBroadcaster
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/mux.go:75 +0xce

goroutine 16712 [select, 8 minutes]:
k8s.io/apimachinery/pkg/util/wait.contextForChannel.func1(0xc00025e120, 0xc001cb57c0, 0x1b6f100, 0xc002d11c80)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:271 +0xbd
created by k8s.io/apimachinery/pkg/util/wait.contextForChannel
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:270 +0x8c

goroutine 11330 [select, 9 minutes]:
k8s.io/apimachinery/pkg/util/wait.contextForChannel.func1(0xc0022bc840, 0xc0013d9140, 0x1b6f100, 0xc00200c940)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:271 +0xbd
created by k8s.io/apimachinery/pkg/util/wait.contextForChannel
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:270 +0x8c

goroutine 8967 [chan receive, 9 minutes]:
k8s.io/client-go/tools/cache.(*controller).Run.func1(0xc000c23560, 0xc00051f000)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:104 +0x34
created by k8s.io/client-go/tools/cache.(*controller).Run
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:103 +0xac

goroutine 17908 [IO wait, 8 minutes]:
internal/poll.runtime_pollWait(0x7fd88005ae00, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc003259b18, 0x72, 0xc003348001, 0x8000, 0x8000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc003259b00, 0xc003348000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
os.(*File).read(...)
        /usr/local/go/src/os/file_posix.go:31
os.(*File).Read(0xc003042b38, 0xc003348000, 0x8000, 0x8000, 0x4d, 0x0, 0x0)
        /usr/local/go/src/os/file.go:116 +0x71
io.copyBuffer(0x1b35020, 0xc00327f440, 0x1b35980, 0xc003042b38, 0xc003348000, 0x8000, 0x8000, 0x1a07f00, 0x8af168c542f, 0xc000a6d7c0)
        /usr/local/go/src/io/io.go:409 +0x12c
io.Copy(...)
        /usr/local/go/src/io/io.go:368
os/exec.(*Cmd).writerDescriptor.func1(0xc002954a80, 0x1a08478)
        /usr/local/go/src/os/exec/exec.go:311 +0x65
os/exec.(*Cmd).Start.func1(0xc002e2db80, 0xc00327f4e0)
        /usr/local/go/src/os/exec/exec.go:441 +0x27
created by os/exec.(*Cmd).Start
        /usr/local/go/src/os/exec/exec.go:440 +0x629

goroutine 16953 [select, 8 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func2(0xc002967970, 0xc00025e120, 0xc0016da8a0, 0xc002766960)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:260 +0x14a
created by k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:254 +0x25f

goroutine 15020 [select]:
k8s.io/apimachinery/pkg/util/wait.WaitFor(0xc001cccde0, 0xc002517fa0, 0xc003000900, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:432 +0x11d
k8s.io/apimachinery/pkg/util/wait.PollUntil(0x2540be400, 0xc002517fa0, 0xc001478660, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:385 +0xc5
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntil(0x2540be400, 0xc002517fa0, 0xc001478660, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:404 +0xb3
sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).healthCheckCluster(0xc0027b55f0, 0xc000c43020)
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:447 +0xe5
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:353 +0x468

goroutine 15136 [select, 8 minutes]:
k8s.io/apimachinery/pkg/util/wait.contextForChannel.func1(0xc001478660, 0xc00199a610, 0x1b6f100, 0xc002b7c740)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:271 +0xbd
created by k8s.io/apimachinery/pkg/util/wait.contextForChannel
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:270 +0x8c

goroutine 11435 [select, 4 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc0000f4b00, 0xbfca1a4d1ad4fff9, 0x5fe28d84f1, 0x2657c80, 0x1b412a0, 0xc0000cc7c0, 0xc000acdb90, 0xc0013007e0, 0xc0022bc840, 0x0, ...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:355 +0x1a5
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc0000f4b00, 0xc0022bc840, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:322 +0x928
k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:152 +0x33
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc0012b1710)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000acdf10, 0x3b9aca00, 0x0, 0xc00108bd01, 0xc0022bc840)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*Reflector).Run(0xc0000f4b00, 0xc0022bc840)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:151 +0x16c
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc0022880c0, 0xc000a3db60)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 8889 [sync.Cond.Wait, 9 minutes]:
runtime.goparkunlock(...)
        /usr/local/go/src/runtime/proc.go:312
sync.runtime_notifyListWait(0xc001c4e658, 0x4)
        /usr/local/go/src/runtime/sema.go:513 +0xf8
sync.(*Cond).Wait(0xc001c4e648)
        /usr/local/go/src/sync/cond.go:56 +0x9d
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc001c4e630, 0xc001e80b90, 0x0, 0x0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/delta_fifo.go:409 +0xa5
k8s.io/client-go/tools/cache.(*controller).processLoop(0xc00051f000)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:153 +0x42
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc0006e8e68)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0006e8e68, 0x3b9aca00, 0x0, 0xc002454901, 0xc000c23560)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*controller).Run(0xc00051f000, 0xc000c23560)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:125 +0x2ce
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc001ffe750, 0xc000c23560)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:331 +0x41a
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).addInformerToMap
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:224 +0x405

goroutine 17955 [select]:
net/http.(*persistConn).readLoop(0xc000fe6480)
        /usr/local/go/src/net/http/transport.go:2161 +0x9cc
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1708 +0xcb7

goroutine 10541 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start(0xc002007060, 0xc0022bc840, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:63 +0x9c
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:351 +0x3c7

goroutine 17717 [IO wait, 8 minutes]:
internal/poll.runtime_pollWait(0x7fd88037d1d8, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc001d54378, 0x72, 0xc0032ee001, 0x8000, 0x8000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc001d54360, 0xc0032ee000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
os.(*File).read(...)
        /usr/local/go/src/os/file_posix.go:31
os.(*File).Read(0xc00145a150, 0xc0032ee000, 0x8000, 0x8000, 0x0, 0x0, 0xc0008cff80)
        /usr/local/go/src/os/file.go:116 +0x71
io.copyBuffer(0x1b34d60, 0xc002d84a80, 0x1b35980, 0xc00145a150, 0xc0032ee000, 0x8000, 0x8000, 0xc00129d7c8, 0x12031b1, 0xc000010038)
        /usr/local/go/src/io/io.go:409 +0x12c
io.Copy(...)
        /usr/local/go/src/io/io.go:368
os/exec.(*Cmd).writerDescriptor.func1(0x1a07c18, 0x0)
        /usr/local/go/src/os/exec/exec.go:311 +0x65
os/exec.(*Cmd).Start.func1(0xc0012edb80, 0xc0003ad000)
        /usr/local/go/src/os/exec/exec.go:441 +0x27
created by os/exec.(*Cmd).Start
        /usr/local/go/src/os/exec/exec.go:440 +0x629

goroutine 8968 [select, 4 minutes]:
k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc001c4e6e0, 0xbfca1a511affb2ad, 0x639c64d7a5, 0x2657c80, 0x1b412a0, 0xc002c80700, 0xc001a13b90, 0xc001d55500, 0xc000c23560, 0x0, ...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:355 +0x1a5
k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc001c4e6e0, 0xc000c23560, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:322 +0x928
k8s.io/client-go/tools/cache.(*Reflector).Run.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:152 +0x33
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc001213f10)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc001a13f10, 0x3b9aca00, 0x0, 0xc0019d5701, 0xc000c23560)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*Reflector).Run(0xc001c4e6e0, 0xc000c23560)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/reflector.go:151 +0x16c
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc001d5a9e0, 0xc001dbab40)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 10544 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc0021de000, 0xc0022bc840)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:61 +0x50

goroutine 8544 [select]:
k8s.io/apimachinery/pkg/util/wait.WaitFor(0xc000812b20, 0xc00103dfa0, 0xc0000501e0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:432 +0x11d
k8s.io/apimachinery/pkg/util/wait.PollUntil(0x2540be400, 0xc00103dfa0, 0xc000c23560, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:385 +0xc5
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntil(0x2540be400, 0xc00103dfa0, 0xc000c23560, 0xc0010b95d1, 0x1)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:404 +0xb3
sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).healthCheckCluster(0xc00109c510, 0xc00093acc0)
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:447 +0xe5
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:353 +0x468

goroutine 8543 [chan receive, 9 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start(0xc001fe4800, 0xc000c23560, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:63 +0x9c
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:351 +0x3c7

goroutine 15340 [sync.Cond.Wait, 8 minutes]:
runtime.goparkunlock(...)
        /usr/local/go/src/runtime/proc.go:312
sync.runtime_notifyListWait(0xc000df8868, 0xf)
        /usr/local/go/src/runtime/sema.go:513 +0xf8
sync.(*Cond).Wait(0xc000df8858)
        /usr/local/go/src/sync/cond.go:56 +0x9d
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc000df8840, 0xc001a746f0, 0x0, 0x0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/delta_fifo.go:409 +0xa5
k8s.io/client-go/tools/cache.(*controller).processLoop(0xc002482400)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:153 +0x42
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc000d16e68)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000d16e68, 0x3b9aca00, 0x0, 0xc00154cf01, 0xc001478660)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*controller).Run(0xc002482400, 0xc001478660)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:125 +0x2ce
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc001089050, 0xc001478660)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:331 +0x41a
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).addInformerToMap
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:224 +0x405

goroutine 15214 [chan receive, 8 minutes]:
k8s.io/client-go/tools/cache.(*sharedProcessor).run(0xc00002e5b0, 0xc00139f1a0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:529 +0x53
k8s.io/apimachinery/pkg/util/wait.(*Group).StartWithChannel.func1()
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:54 +0x2e
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc0015aa820, 0xc002db25c0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65

goroutine 18294 [IO wait, 4 minutes]:
internal/poll.runtime_pollWait(0x7fd88037cad8, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc001ba0718, 0x72, 0xc00268e000, 0x1000, 0x1000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc001ba0700, 0xc00268e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
net.(*netFD).Read(0xc001ba0700, 0xc00268e000, 0x1000, 0x1000, 0x5, 0x0, 0x0)
        /usr/local/go/src/net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc000da8078, 0xc00268e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/net.go:182 +0x8e
net/http.(*persistConn).Read(0xc000fe65a0, 0xc00268e000, 0x1000, 0x1000, 0x5, 0x0, 0x0)
        /usr/local/go/src/net/http/transport.go:1887 +0x77
bufio.(*Reader).fill(0xc000c092c0)
        /usr/local/go/src/bufio/bufio.go:101 +0x105
bufio.(*Reader).ReadSlice(0xc000c092c0, 0xa, 0x1000, 0xc000c4d000, 0x1, 0x1000, 0x0)
        /usr/local/go/src/bufio/bufio.go:360 +0x3d
net/http/internal.readChunkLine(0xc000c092c0, 0x1, 0xc001198a88, 0x407d15, 0x43c25c, 0xc001198a70)
        /usr/local/go/src/net/http/internal/chunked.go:122 +0x34
net/http/internal.(*chunkedReader).beginChunk(0xc003034510)
        /usr/local/go/src/net/http/internal/chunked.go:48 +0x32
net/http/internal.(*chunkedReader).Read(0xc003034510, 0xc002204600, 0x200, 0x200, 0xc001a3e5b8, 0xc002694070, 0xc001198b70)
        /usr/local/go/src/net/http/internal/chunked.go:93 +0x145
net/http.(*body).readLocked(0xc002c80240, 0xc002204600, 0x200, 0x200, 0x455a45, 0x4553d4, 0xf)
        /usr/local/go/src/net/http/transfer.go:833 +0x5f
net/http.(*body).Read(0xc002c80240, 0xc002204600, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transfer.go:825 +0xf9
net/http.(*bodyEOFSignal).Read(0xc002c80280, 0xc002204600, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transport.go:2716 +0xe2
encoding/json.(*Decoder).refill(0xc001e7ef20, 0xc0006c2d20, 0x7fd880229318)
        /usr/local/go/src/encoding/json/stream.go:165 +0xeb
encoding/json.(*Decoder).readValue(0xc001e7ef20, 0x0, 0x0, 0x17574a0)
        /usr/local/go/src/encoding/json/stream.go:140 +0x1ff
encoding/json.(*Decoder).Decode(0xc001e7ef20, 0x1777de0, 0xc0006c2d20, 0xc000df1e88, 0x44bbf9)
        /usr/local/go/src/encoding/json/stream.go:63 +0x79
k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc0030345a0, 0xc00097b800, 0x400, 0x400, 0x1, 0x38, 0x38)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/framer/framer.go:150 +0x1a8
k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc001f240f0, 0x0, 0x1b40ea0, 0xc002c80580, 0xc0006455c0, 0xc000df1fc8, 0x782e85, 0xc0013de700, 0x1b33f00)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0x89
k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc0006c2d00, 0x78603c, 0xc001861b38, 0x1000000000001, 0x3, 0x2, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x6e
k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc002c80540)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:104 +0x147
created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:71 +0xbe

goroutine 11420 [sync.Cond.Wait, 8 minutes]:
runtime.goparkunlock(...)
        /usr/local/go/src/runtime/proc.go:312
sync.runtime_notifyListWait(0xc0000f49c8, 0x25)
        /usr/local/go/src/runtime/sema.go:513 +0xf8
sync.(*Cond).Wait(0xc0000f49b8)
        /usr/local/go/src/sync/cond.go:56 +0x9d
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc0000f49a0, 0xc0013d8270, 0x0, 0x0, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/delta_fifo.go:409 +0xa5
k8s.io/client-go/tools/cache.(*controller).processLoop(0xc000436380)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:153 +0x42
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc001d21e68)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:152 +0x5f
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc001d21e68, 0x3b9aca00, 0x0, 0x1, 0xc0022bc840)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:153 +0x105
k8s.io/apimachinery/pkg/util/wait.Until(...)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:88
k8s.io/client-go/tools/cache.(*controller).Run(0xc000436380, 0xc0022bc840)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:125 +0x2ce
k8s.io/client-go/tools/cache.(*sharedIndexInformer).Run(0xc00179d8c0, 0xc0022bc840)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:331 +0x41a
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).addInformerToMap
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:224 +0x405

goroutine 10542 [select]:
k8s.io/apimachinery/pkg/util/wait.WaitFor(0xc001c8cc00, 0xc0019a7fa0, 0xc0022bcb40, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:432 +0x11d
k8s.io/apimachinery/pkg/util/wait.PollUntil(0x2540be400, 0xc0019a7fa0, 0xc0022bc840, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:385 +0xc5
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntil(0x2540be400, 0xc0019a7fa0, 0xc0022bc840, 0x1a07c18, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:404 +0xb3
sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).healthCheckCluster(0xc0027b55f0, 0xc0005ccea0)
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:447 +0xe5
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:353 +0x468

goroutine 16710 [chan receive, 8 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*specificInformersMap).Start(0xc0023f4000, 0xc00025e120)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/informers_map.go:143 +0x4c
created by sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:61 +0x50

goroutine 18308 [IO wait]:
internal/poll.runtime_pollWait(0x7fd88037d478, 0x72, 0x1b371c0)
        /usr/local/go/src/runtime/netpoll.go:220 +0x55
internal/poll.(*pollDesc).wait(0xc001ba0518, 0x72, 0xc0015a2000, 0x1000, 0x1000)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
        /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0xc001ba0500, 0xc0015a2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/internal/poll/fd_unix.go:159 +0x1b1
net.(*netFD).Read(0xc001ba0500, 0xc0015a2000, 0x1000, 0x1000, 0x8, 0x0, 0xf36)
        /usr/local/go/src/net/fd_posix.go:55 +0x4f
net.(*conn).Read(0xc00145a0b0, 0xc0015a2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/net.go:182 +0x8e
net/http.(*persistConn).Read(0xc000fe6480, 0xc0015a2000, 0x1000, 0x1000, 0x194d2ac, 0xc000101800, 0x7fd8a8a41838)
        /usr/local/go/src/net/http/transport.go:1887 +0x77
bufio.(*Reader).fill(0xc001d54ba0)
        /usr/local/go/src/bufio/bufio.go:101 +0x105
bufio.(*Reader).ReadSlice(0xc001d54ba0, 0x46cd0a, 0xc0008e3e00, 0x200000003, 0xc0008e3e00, 0xc000084800, 0xc000f46a60)
        /usr/local/go/src/bufio/bufio.go:360 +0x3d
net/http/internal.readChunkLine(0xc001d54ba0, 0xc002884ea8, 0x0, 0x0, 0xc000f46a98, 0x4a4f51)
        /usr/local/go/src/net/http/internal/chunked.go:122 +0x34
net/http/internal.(*chunkedReader).beginChunk(0xc001c50030)
        /usr/local/go/src/net/http/internal/chunked.go:48 +0x32
net/http/internal.(*chunkedReader).Read(0xc001c50030, 0xc001a6e800, 0x200, 0x200, 0x7fd8800e4bf8, 0xc000f46b68, 0x40f0ca)
        /usr/local/go/src/net/http/internal/chunked.go:93 +0x145
net/http.(*body).readLocked(0xc0000cc600, 0xc001a6e800, 0x200, 0x200, 0xc001a6e800, 0x7fd8800e4bf8, 0x4aae01)
        /usr/local/go/src/net/http/transfer.go:833 +0x5f
net/http.(*body).Read(0xc0000cc600, 0xc001a6e800, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transfer.go:825 +0xf9
net/http.(*bodyEOFSignal).Read(0xc0000cc6c0, 0xc001a6e800, 0x200, 0x200, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/http/transport.go:2716 +0xe2
encoding/json.(*Decoder).refill(0xc00175c160, 0xc002c96080, 0x7fd8800ebee0)
        /usr/local/go/src/encoding/json/stream.go:165 +0xeb
encoding/json.(*Decoder).readValue(0xc00175c160, 0x0, 0x0, 0x17574a0)
        /usr/local/go/src/encoding/json/stream.go:140 +0x1ff
encoding/json.(*Decoder).Decode(0xc00175c160, 0x1777de0, 0xc002c96080, 0xc002ccad90, 0x455a0f)
        /usr/local/go/src/encoding/json/stream.go:63 +0x79
k8s.io/apimachinery/pkg/util/framer.(*jsonFrameReader).Read(0xc001c500c0, 0xc000279000, 0x400, 0x400, 0x1, 0x38, 0x38)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/framer/framer.go:150 +0x1a8
k8s.io/apimachinery/pkg/runtime/serializer/streaming.(*decoder).Decode(0xc000a8c730, 0x0, 0x1b40ea0, 0xc0000cc8c0, 0x0, 0x0, 0xc002c47a08, 0xc002ccaf90, 0xc002c47ab8)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/runtime/serializer/streaming/streaming.go:77 +0x89
k8s.io/client-go/rest/watch.(*Decoder).Decode(0xc002c96060, 0x78603c, 0xc001082508, 0xc002ccaf01, 0x3, 0x2, 0x0)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/rest/watch/decoder.go:49 +0x6e
k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc0000cc840)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:104 +0x147
created by k8s.io/apimachinery/pkg/watch.NewStreamWatcher
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/watch/streamwatcher.go:71 +0xbe

goroutine 17975 [select, 4 minutes]:
net/http.(*persistConn).writeLoop(0xc000ffd320)
        /usr/local/go/src/net/http/transport.go:2340 +0x11c
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1709 +0xcdc

goroutine 16621 [chan receive, 8 minutes]:
sigs.k8s.io/controller-runtime/pkg/cache/internal.(*InformersMap).Start(0xc001c09760, 0xc00025e120, 0x0, 0x0)
        /home/user/.local/share/golang/pkg/sigs.k8s.io/[email protected]/pkg/cache/internal/deleg_map.go:63 +0x9c
created by sigs.k8s.io/cluster-api/controllers/remote.(*ClusterCacheTracker).newClusterCache
        /home/user/go/src/sigs.k8s.io/cluster-api/controllers/remote/cluster_cache.go:351 +0x3c7

goroutine 15215 [chan receive, 8 minutes]:
k8s.io/client-go/tools/cache.(*controller).Run.func1(0xc001478660, 0xc002482400)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:104 +0x34
created by k8s.io/client-go/tools/cache.(*controller).Run
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/controller.go:103 +0xac

goroutine 15540 [select, 8 minutes]:
k8s.io/client-go/tools/cache.(*processorListener).pop(0xc00016ef80)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/tools/cache/shared_informer.go:621 +0x157
k8s.io/apimachinery/pkg/util/wait.(*Group).Start.func1(0xc00002e610, 0xc0011b4230)
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:71 +0x51
created by k8s.io/apimachinery/pkg/util/wait.(*Group).Start
        /home/user/.local/share/golang/pkg/k8s.io/[email protected]/pkg/util/wait/wait.go:69 +0x65
FAIL    sigs.k8s.io/cluster-api/controllers     600.028s
FAIL
Time: 0h:10m:02s

/unassign @fabriziopandini
/assign @wfernandes

/milestone v0.3.10

@randomvariable I'll start looking into this tomorrow but don't think I'll get anything done until next week.

/lifecycle active

No probs. I think I'm probably cooked for the week anyway.

Was this page helpful?
0 / 5 - 0 ratings