Skip to content

Instantly share code, notes, and snippets.

@bprashanth
Created June 17, 2015 01:25
Show Gist options
  • Save bprashanth/129e08faf70aad54d384 to your computer and use it in GitHub Desktop.
Save bprashanth/129e08faf70aad54d384 to your computer and use it in GitHub Desktop.
WARNING: DATA RACE
Read by goroutine 79:
github.com/GoogleCloudPlatform/kubernetes/pkg/capabilities.Get()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/capabilities/capabilities.go:58 +0x44
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.canRunPod()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/util.go:53 +0x23e
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.(*Kubelet).syncPod()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/kubelet.go:1123 +0x1c5
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.*Kubelet.(github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.syncPod)·fm()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/kubelet.go:333 +0x96
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.func·017()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/pod_workers.go:109 +0x5be
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.(*podWorkers).managePodLoop()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/pod_workers.go:118 +0x1a5
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.func·018()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/pod_workers.go:153 +0x89
Previous write by goroutine 77:
github.com/GoogleCloudPlatform/kubernetes/pkg/capabilities.func·001()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/capabilities/capabilities.go:39 +0x41
sync.(*Once).Do()
/usr/lib/google-golang/src/sync/once.go:44 +0xe6
github.com/GoogleCloudPlatform/kubernetes/pkg/capabilities.Initialize()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/capabilities/capabilities.go:40 +0xbc
github.com/GoogleCloudPlatform/kubernetes/pkg/capabilities.Get()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/capabilities/capabilities.go:62 +0xba
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.canRunPod()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/util.go:53 +0x23e
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.(*Kubelet).syncPod()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/kubelet.go:1123 +0x1c5
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.*Kubelet.(github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.syncPod)·fm()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/kubelet.go:333 +0x96
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.func·017()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/pod_workers.go:109 +0x5be
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.(*podWorkers).managePodLoop()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/pod_workers.go:118 +0x1a5
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.func·018()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/pod_workers.go:153 +0x89
Goroutine 79 (running) created at:
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.(*podWorkers).UpdatePod()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/pod_workers.go:154 +0x396
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.(*Kubelet).NotifyPodWorker()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/kubelet.go:1356 +0x7f
github.com/GoogleCloudPlatform/kubernetes/test/integration.func·003()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/integration/kubelet_benchmark_test.go:40 +0xe3
github.com/GoogleCloudPlatform/kubernetes/test/integration/framework.func·006()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/integration/framework/master_utils.go:303 +0xa9
Goroutine 77 (running) created at:
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.(*podWorkers).UpdatePod()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/pod_workers.go:154 +0x396
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.(*Kubelet).NotifyPodWorker()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/kubelet.go:1356 +0x7f
github.com/GoogleCloudPlatform/kubernetes/test/integration.func·003()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/integration/kubelet_benchmark_test.go:40 +0xe3
github.com/GoogleCloudPlatform/kubernetes/test/integration/framework.func·006()
/usr/local/google/home/beeps/goproj/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/integration/framework/master_utils.go:303 +0xa9
==================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment