Skip to content

Instantly share code, notes, and snippets.

@glyn
Created November 20, 2019 17:07
Show Gist options
  • Save glyn/ee8d33baed52a7f886071d87da0c2f9a to your computer and use it in GitHub Desktop.
Save glyn/ee8d33baed52a7f886071d87da0c2f9a to your computer and use it in GitHub Desktop.
Integration test failure
make test
/Users/glyn/go/bin/controller-gen object:headerFile=./hack/boilerplate.go.txt paths="./..."
go fmt ./...
go vet ./...
/Users/glyn/go/bin/controller-gen "crd:trivialVersions=true" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
ginkgo -r -nodes=1 -coverprofile cover.out
[1574268149] Controller Suite - 20/20 specs •
------------------------------
• Failure in Spec Setup (BeforeEach) [0.021 seconds]
Integration Test when an image map is created [BeforeEach] when the image map is deleted should remove the image map from the composite
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:117
Unexpected error:
<*errors.StatusError | 0xc0000ecb40>: {
ErrStatus: {
TypeMeta: {Kind: "", APIVersion: ""},
ListMeta: {
SelfLink: "",
ResourceVersion: "",
Continue: "",
RemainingItemCount: nil,
},
Status: "Failure",
Message: "object is being deleted: imagemaps.mapper.imagerelocation.pivotal.io \"myimagemap\" already exists",
Reason: "AlreadyExists",
Details: {
Name: "myimagemap",
Group: "mapper.imagerelocation.pivotal.io",
Kind: "imagemaps",
UID: "",
Causes: nil,
RetryAfterSeconds: 0,
},
Code: 409,
},
}
object is being deleted: imagemaps.mapper.imagerelocation.pivotal.io "myimagemap" already exists
occurred
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:99
------------------------------
2019-11-20T16:42:39.850Z INFO controller-runtime.metrics metrics server is starting to listen {"addr": ":8080"}
2019-11-20T16:42:39.851Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_depth", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewDepthMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:50
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:293
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.851Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_adds_total", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewAddsMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:61
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:294
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.851Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_queue_duration_seconds", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewLatencyMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:73
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:295
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.851Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_work_duration_seconds", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewWorkDurationMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:85
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:296
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.851Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_unfinished_work_seconds", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewUnfinishedWorkSecondsMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:99
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:297
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.851Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_longest_running_processor_seconds", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewLongestRunningProcessorSecondsMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:111
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:298
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.851Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_longest_running_processor_microseconds", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewDeprecatedLongestRunningProcessorMicrosecondsMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:137
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:304
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.851Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_retries_total", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewRetriesMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:122
k8s.io/client-go/util/workqueue.newRetryMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:316
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:52
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.851Z INFO controller-runtime.controller Starting EventSource {"controller": "imagemap", "source": "kind source: /, Kind="}
2019-11-20T16:42:39.852Z INFO controller-runtime.manager starting metrics server {"path": "/metrics"}
2019-11-20T16:42:39.861Z INFO controller-runtime.controller Starting Controller {"controller": "imagemap"}
• Failure in Spec Setup (BeforeEach) [0.022 seconds]
Integration Test when an image map is created [BeforeEach] when a conflicting image map is added should set the status of the conflicting image map appropriately
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:150
Unexpected error:
<*errors.StatusError | 0xc0001306e0>: {
ErrStatus: {
TypeMeta: {Kind: "", APIVersion: ""},
ListMeta: {
SelfLink: "",
ResourceVersion: "",
Continue: "",
RemainingItemCount: nil,
},
Status: "Failure",
Message: "object is being deleted: imagemaps.mapper.imagerelocation.pivotal.io \"myimagemap\" already exists",
Reason: "AlreadyExists",
Details: {
Name: "myimagemap",
Group: "mapper.imagerelocation.pivotal.io",
Kind: "imagemaps",
UID: "",
Causes: nil,
RetryAfterSeconds: 0,
},
Code: 409,
},
}
object is being deleted: imagemaps.mapper.imagerelocation.pivotal.io "myimagemap" already exists
occurred
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:99
------------------------------
2019-11-20T16:42:39.861Z ERROR controller-runtime.controller Could not wait for Cache to sync {"controller": "imagemap", "error": "failed to wait for imagemap caches to sync"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/internal/controller/controller.go:144
sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startLeaderElectionRunnables.func1
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/manager/internal.go:326
2019-11-20T16:42:39.878Z INFO controller-runtime.metrics metrics server is starting to listen {"addr": ":8080"}
2019-11-20T16:42:39.878Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_depth", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewDepthMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:50
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:293
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.878Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_adds_total", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewAddsMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:61
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:294
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.878Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_queue_duration_seconds", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewLatencyMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:73
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:295
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.878Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_work_duration_seconds", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewWorkDurationMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:85
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:296
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.878Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_unfinished_work_seconds", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewUnfinishedWorkSecondsMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:99
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:297
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.878Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_longest_running_processor_seconds", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewLongestRunningProcessorSecondsMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:111
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:298
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.878Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_longest_running_processor_microseconds", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewDeprecatedLongestRunningProcessorMicrosecondsMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:137
k8s.io/client-go/util/workqueue.(*queueMetricsFactory).newQueueMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:304
k8s.io/client-go/util/workqueue.NewNamed
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/queue.go:44
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:47
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.878Z ERROR controller-runtime.metrics failed to register metric {"name": "workqueue_retries_total", "queue": "imagemap", "error": "duplicate metrics collector registration attempted"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/metrics.registerWorkqueueMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:37
sigs.k8s.io/controller-runtime/pkg/metrics.workqueueMetricsProvider.NewRetriesMetric
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/metrics/workqueue.go:122
k8s.io/client-go/util/workqueue.newRetryMetrics
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/metrics.go:316
k8s.io/client-go/util/workqueue.newDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:52
k8s.io/client-go/util/workqueue.NewNamedDelayingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/delaying_queue.go:42
k8s.io/client-go/util/workqueue.NewNamedRateLimitingQueue
/Users/glyn/go/pkg/mod/k8s.io/client-go@v0.0.0-20190918200256-06eb1244587a/util/workqueue/rate_limiting_queue.go:46
sigs.k8s.io/controller-runtime/pkg/controller.New
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/controller/controller.go:89
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).doController
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:213
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Build
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:146
sigs.k8s.io/controller-runtime/pkg/builder.(*Builder).Complete
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/builder/controller.go:129
github.com/pivotal/kubernetes-image-mapper/controllers.(*ImageMapReconciler).SetupWithManager
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/imagemap_controller.go:183
github.com/pivotal/kubernetes-image-mapper/controllers_test.glob..func4.1
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:66
github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:113
github.com/onsi/ginkgo/internal/leafnodes.(*runner).run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/runner.go:64
github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/leafnodes/setup_nodes.go:15
github.com/onsi/ginkgo/internal/spec.(*Spec).runSample
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:193
github.com/onsi/ginkgo/internal/spec.(*Spec).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/spec/spec.go:138
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:200
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:170
github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/specrunner/spec_runner.go:66
github.com/onsi/ginkgo/internal/suite.(*Suite).Run
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/internal/suite/suite.go:62
github.com/onsi/ginkgo.RunSpecsWithCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:221
github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters
/Users/glyn/go/pkg/mod/github.com/onsi/ginkgo@v1.10.1/ginkgo_dsl.go:209
github.com/pivotal/kubernetes-image-mapper/controllers_test.TestAPIs
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/controllers_suite_test.go:48
testing.tRunner
/usr/local/opt/go/libexec/src/testing/testing.go:909
2019-11-20T16:42:39.878Z INFO controller-runtime.controller Starting EventSource {"controller": "imagemap", "source": "kind source: /, Kind="}
2019-11-20T16:42:39.879Z INFO controller-runtime.manager starting metrics server {"path": "/metrics"}
2019-11-20T16:42:39.885Z INFO controller-runtime.controller Starting Controller {"controller": "imagemap"}
2019-11-20T16:42:39.886Z ERROR controller-runtime.controller Could not wait for Cache to sync {"controller": "imagemap", "error": "failed to wait for imagemap caches to sync"}
github.com/go-logr/zapr.(*zapLogger).Error
/Users/glyn/go/pkg/mod/github.com/go-logr/zapr@v0.1.0/zapr.go:128
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/internal/controller/controller.go:144
sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startLeaderElectionRunnables.func1
/Users/glyn/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.3.0/pkg/manager/internal.go:326
•••••••••••••••••
Summarizing 2 Failures:
[Fail] Integration Test when an image map is created [BeforeEach] when the image map is deleted should remove the image map from the composite
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:99
[Fail] Integration Test when an image map is created [BeforeEach] when a conflicting image map is added should set the status of the conflicting image map appropriately
/Users/glyn/go/src/github.com/pivotal/kubernetes-image-mapper/controllers/integration_test.go:99
Ran 20 of 20 Specs in 4.849 seconds
FAIL! -- 18 Passed | 2 Failed | 0 Pending | 0 Skipped
--- FAIL: TestAPIs (4.85s)
FAIL
coverage: 92.6% of statements
Ginkgo ran 1 suite in 10.480468174s
Test Suite Failed
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment