Created
July 15, 2019 18:45
-
-
Save chuckha/0fa40a57ca22de2d3aea6b5956a1134e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initializing cluster | |
E0715 18:26:16.846592 1 runtime.go:69] Observed a panic: "hash of unhashable type []interface {}" (runtime error: hash of unhashable type []interface {}) | |
/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:76 | |
/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:65 | |
/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:51 | |
/usr/local/go/src/runtime/panic.go:522 | |
/usr/local/go/src/runtime/alg.go:166 | |
/usr/local/go/src/runtime/map.go:467 | |
/go/pkg/mod/k8s.io/[email protected]/klogr/klogr.go:87 | |
/go/pkg/mod/k8s.io/[email protected]/klogr/klogr.go:163 | |
/cluster-api-provider-docker/logger/logger.go:31 | |
/cluster-api-provider-docker/actuators/machine.go:101 | |
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/controller/machine/machine_controller.go:223 | |
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:215 | |
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:158 | |
/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:133 | |
/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:134 | |
/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:88 | |
/usr/local/go/src/runtime/asm_amd64.s:1337 | |
panic: runtime error: hash of unhashable type []interface {} [recovered] | |
panic: runtime error: hash of unhashable type []interface {} | |
goroutine 145 [running]: | |
k8s.io/apimachinery/pkg/util/runtime.HandleCrash(0x0, 0x0, 0x0) | |
/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:58 +0x105 | |
panic(0x13736c0, 0xc000573910) | |
/usr/local/go/src/runtime/panic.go:522 +0x1b5 | |
k8s.io/klog/klogr.trimDuplicates(0xc0005f96c8, 0x2, 0x2, 0xc000556ae0, 0x29, 0x7f8eda07c6d0) | |
/go/pkg/mod/k8s.io/[email protected]/klogr/klogr.go:87 +0x177 | |
k8s.io/klog/klogr.klogger.Error(0x0, 0x1514c11, 0x12, 0x2319f28, 0x0, 0x0, 0x16f8b20, 0xc000310360, 0x151f693, 0x1c, ...) | |
/go/pkg/mod/k8s.io/[email protected]/klogr/klogr.go:163 +0x1fb | |
sigs.k8s.io/cluster-api-provider-docker/logger.Log.Error(0x17357c0, 0xc00057c8a0, 0x16f8b20, 0xc000310360, 0x151f693, 0x1c, 0x0, 0x0, 0x0) | |
/cluster-api-provider-docker/logger/logger.go:31 +0x1a9 | |
sigs.k8s.io/cluster-api-provider-docker/actuators.(*Machine).Create(0xc00057c8d0, 0x1725920, 0xc000046088, 0xc0007196c0, 0xc000724840, 0x1, 0x1) | |
/cluster-api-provider-docker/actuators/machine.go:101 +0xb4f | |
sigs.k8s.io/cluster-api/pkg/controller/machine.(*ReconcileMachine).Reconcile(0xc000222b40, 0xc0002a5ab9, 0x7, 0xc0002a5aa0, 0x10, 0x22fc520, 0x6fc23ac00, 0x0, 0x0) | |
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/controller/machine/machine_controller.go:223 +0x8fe | |
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc0000a1360, 0x0) | |
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:215 +0x1cc | |
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1() | |
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:158 +0x36 | |
k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc000486420) | |
/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:133 +0x54 | |
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000486420, 0x3b9aca00, 0x0, 0x8bb2c97001, 0xc0003e0480) | |
/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:134 +0xf8 | |
k8s.io/apimachinery/pkg/util/wait.Until(0xc000486420, 0x3b9aca00, 0xc0003e0480) | |
/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:88 +0x4d | |
created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start | |
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:157 +0x311 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment