Created
February 20, 2018 19:24
-
-
Save alena1108/bf50d53f8762437bd06140887bdffedb 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
``` | |
goroutine 9328 [running]: | |
runtime.throw(0x41a1d69, 0x15) | |
/usr/local/go/src/runtime/panic.go:605 +0x95 fp=0xc42c859960 sp=0xc42c859940 pc=0x42ba95 | |
runtime.mapassign_faststr(0x390ed80, 0xc42bb9cb10, 0xc42489df20, 0x27, 0x1) | |
/usr/local/go/src/runtime/hashmap_fast.go:685 +0x4da fp=0xc42c8599e0 sp=0xc42c859960 pc=0x40ce7a | |
github.com/rancher/rancher/pkg/controllers/user/alert/watcher.(*ProjectAlertLifecycle).Create(0xc424e2f178, 0xc4307e0780, 0x7f014c67db80, 0xc4307e05a0, 0x0) | |
/go/src/github.com/rancher/rancher/pkg/controllers/user/alert/watcher/pod.go:67 +0xee fp=0xc42c859a58 sp=0xc42c8599e0 pc=0x11b738e | |
github.com/rancher/rancher/vendor/github.com/rancher/types/apis/management.cattle.io/v3.(*projectAlertLifecycleAdapter).Create(0xc426118bc0, 0x9405fa0, 0xc4307e0780, 0x9405fa0, 0xc4307e0780, 0x0, 0x0) | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/types/apis/management.cattle.io/v3/zz_generated_project_alert_lifecycle_adapter.go:19 +0x52 fp=0xc42c859a90 sp=0xc42c859a58 pc=0xeeec12 | |
github.com/rancher/rancher/vendor/github.com/rancher/norman/lifecycle.(*objectLifecycleAdapter).create(0xc42bb9cb40, 0x7f014c67db80, 0xc421fee3c0, 0x9405fa0, 0xc421fee3c0, 0x1, 0x0, 0x0) | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/lifecycle/object.go:143 +0xe0 fp=0xc42c859b28 sp=0xc42c859a90 pc=0xe93350 | |
github.com/rancher/rancher/vendor/github.com/rancher/norman/lifecycle.(*objectLifecycleAdapter).sync(0xc42bb9cb40, 0xc424ba2ff0, 0x27, 0x9405fa0, 0xc421fee3c0, 0x417dee0, 0xb) | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/lifecycle/object.go:56 +0x133 fp=0xc42c859bc0 sp=0xc42c859b28 pc=0xe927f3 | |
github.com/rancher/rancher/vendor/github.com/rancher/norman/lifecycle.(*objectLifecycleAdapter).(github.com/rancher/rancher/vendor/github.com/rancher/norman/lifecycle.sync)-fm(0xc424ba2ff0, 0x27, 0x9405fa0, 0xc421fee3c0, 0x417dee0, 0xb) | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/lifecycle/object.go:39 +0x52 fp=0xc42c859c08 sp=0xc42c859bc0 pc=0xe93ef2 | |
github.com/rancher/rancher/vendor/github.com/rancher/types/apis/management.cattle.io/v3.NewProjectAlertLifecycleAdapter.func1(0xc424ba2ff0, 0x27, 0xc421fee3c0, 0xc421fee3c0, 0xc421fee301) | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/types/apis/management.cattle.io/v3/zz_generated_project_alert_lifecycle_adapter.go:49 +0x58 fp=0xc42c859c48 sp=0xc42c859c08 pc=0xf173f8 | |
github.com/rancher/rancher/vendor/github.com/rancher/types/apis/management.cattle.io/v3.(*projectAlertController).AddClusterScopedHandler.func1(0xc424ba2ff0, 0x27, 0x0, 0x0) | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/types/apis/management.cattle.io/v3/zz_generated_project_alert_controller.go:141 +0x12e fp=0xc42c859cc0 sp=0xc42c859c48 pc=0xf172be | |
github.com/rancher/rancher/vendor/github.com/rancher/norman/controller.(*genericController).syncHandler(0xc42d5b3080, 0xc424ba2ff0, 0x27, 0x0, 0x0) | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/controller/generic_controller.go:211 +0x119 fp=0xc42c859d88 sp=0xc42c859cc0 pc=0xe8de49 | |
github.com/rancher/rancher/vendor/github.com/rancher/norman/controller.(*genericController).processNextWorkItem(0xc42d5b3080, 0x8d6100) | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/controller/generic_controller.go:187 +0xec fp=0xc42c859e50 sp=0xc42c859d88 pc=0xe8d9fc | |
github.com/rancher/rancher/vendor/github.com/rancher/norman/controller.(*genericController).runWorker(0xc42d5b3080) | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/controller/generic_controller.go:175 +0x2b fp=0xc42c859e70 sp=0xc42c859e50 pc=0xe8d8eb | |
github.com/rancher/rancher/vendor/github.com/rancher/norman/controller.(*genericController).(github.com/rancher/rancher/vendor/github.com/rancher/norman/controller.runWorker)-fm() | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/controller/generic_controller.go:167 +0x2a fp=0xc42c859e88 sp=0xc42c859e70 pc=0xe8e99a | |
github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc42372fe10) | |
/go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133 +0x5e fp=0xc42c859ec0 sp=0xc42c859e88 pc=0x8d617e | |
github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc42372fe10, 0x3b9aca00, 0x0, 0x1, 0xc429021020) | |
/go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134 +0xbd fp=0xc42c859f90 sp=0xc42c859ec0 pc=0x8d578d | |
github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Until(0xc42372fe10, 0x3b9aca00, 0xc429021020) | |
/go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88 +0x4d fp=0xc42c859fc8 sp=0xc42c859f90 pc=0x8d56bd | |
runtime.goexit() | |
/usr/local/go/src/runtime/asm_amd64.s:2337 +0x1 fp=0xc42c859fd0 sp=0xc42c859fc8 pc=0x45ce61 | |
created by github.com/rancher/rancher/vendor/github.com/rancher/norman/controller.(*genericController).run | |
/go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/controller/generic_controller.go:167 +0xc1 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment