I0210 00:49:37.343462 6 test_context.go:419] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready I0210 00:49:37.362587 6 e2e.go:109] Starting e2e run "a405a26a-179e-4f91-8d61-18026f17c077" on Ginkgo node 1 {"msg":"Test Suite starting","total":278,"completed":0,"skipped":0,"failed":0} Running Suite: Kubernetes e2e suite =================================== Random Seed: 1612918176 - Will randomize all specs Will run 278 of 4846 specs Feb 10 00:49:37.422: INFO: >>> kubeConfig: /root/.kube/config Feb 10 00:49:37.426: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable Feb 10 00:49:37.445: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Feb 10 00:49:37.469: INFO: 12 / 12 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Feb 10 00:49:37.469: INFO: expected 2 pod replicas in namespace 'kube-system', 2 are Running and Ready. Feb 10 00:49:37.469: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Feb 10 00:49:37.478: INFO: 3 / 3 pods ready in namespace 'kube-system' in daemonset 'kindnet' (0 seconds elapsed) Feb 10 00:49:37.478: INFO: 3 / 3 pods ready in namespace 'kube-system' in daemonset 'kube-proxy' (0 seconds elapsed) Feb 10 00:49:37.478: INFO: e2e test version: v1.17.17 Feb 10 00:49:37.478: INFO: kube-apiserver version: v1.17.11 Feb 10 00:49:37.478: INFO: >>> kubeConfig: /root/.kube/config Feb 10 00:49:37.482: INFO: Cluster IP family: ipv4 SSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Downward API volume should provide container's memory limit [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:49:37.482: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename downward-api Feb 10 00:49:37.615: INFO: No PodSecurityPolicies found; assuming PodSecurityPolicy is disabled. STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40 [It] should provide container's memory limit [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: Creating a pod to test downward API volume plugin Feb 10 00:49:37.621: INFO: Waiting up to 5m0s for pod "downwardapi-volume-599f41cc-16be-43e5-bfa6-67e0388dfec7" in namespace "downward-api-4306" to be "success or failure" Feb 10 00:49:37.639: INFO: Pod "downwardapi-volume-599f41cc-16be-43e5-bfa6-67e0388dfec7": Phase="Pending", Reason="", readiness=false. Elapsed: 18.705107ms Feb 10 00:49:39.642: INFO: Pod "downwardapi-volume-599f41cc-16be-43e5-bfa6-67e0388dfec7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.021580959s Feb 10 00:49:41.645: INFO: Pod "downwardapi-volume-599f41cc-16be-43e5-bfa6-67e0388dfec7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.024782484s STEP: Saw pod success Feb 10 00:49:41.645: INFO: Pod "downwardapi-volume-599f41cc-16be-43e5-bfa6-67e0388dfec7" satisfied condition "success or failure" Feb 10 00:49:41.647: INFO: Trying to get logs from node jerma-worker2 pod downwardapi-volume-599f41cc-16be-43e5-bfa6-67e0388dfec7 container client-container: STEP: delete the pod Feb 10 00:49:41.819: INFO: Waiting for pod downwardapi-volume-599f41cc-16be-43e5-bfa6-67e0388dfec7 to disappear Feb 10 00:49:42.128: INFO: Pod downwardapi-volume-599f41cc-16be-43e5-bfa6-67e0388dfec7 no longer exists [AfterEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Feb 10 00:49:42.128: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-4306" for this suite. •{"msg":"PASSED [sig-storage] Downward API volume should provide container's memory limit [NodeConformance] [Conformance]","total":278,"completed":1,"skipped":26,"failed":0} SSSSSSSSSSSSSSSSSS ------------------------------ [sig-network] DNS should provide DNS for the cluster [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [sig-network] DNS /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:49:42.137: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename dns STEP: Waiting for a default service account to be provisioned in namespace [It] should provide DNS for the cluster [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@kubernetes.default.svc.cluster.local;check="$$(dig +tcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@kubernetes.default.svc.cluster.local;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-3196.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@PodARecord;sleep 1; done STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@kubernetes.default.svc.cluster.local;check="$$(dig +tcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@kubernetes.default.svc.cluster.local;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-3196.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_tcp@PodARecord;sleep 1; done STEP: creating a pod to probe DNS STEP: submitting the pod to kubernetes STEP: retrieving the pod STEP: looking for the results for each expected name from probers Feb 10 00:49:50.607: INFO: DNS probes using dns-3196/dns-test-af7f83af-c6b8-476d-b9a1-f95a038c8923 succeeded STEP: deleting the pod [AfterEach] [sig-network] DNS /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Feb 10 00:49:50.646: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "dns-3196" for this suite. • [SLOW TEST:8.522 seconds] [sig-network] DNS /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23 should provide DNS for the cluster [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 ------------------------------ {"msg":"PASSED [sig-network] DNS should provide DNS for the cluster [Conformance]","total":278,"completed":2,"skipped":44,"failed":0} SSSSSSSSSSSSSSSSSS ------------------------------ [k8s.io] Docker Containers should be able to override the image's default command and arguments [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [k8s.io] Docker Containers /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:49:50.660: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename containers STEP: Waiting for a default service account to be provisioned in namespace [It] should be able to override the image's default command and arguments [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: Creating a pod to test override all Feb 10 00:49:51.151: INFO: Waiting up to 5m0s for pod "client-containers-453adae5-e105-4965-a170-7973b7c5937b" in namespace "containers-3351" to be "success or failure" Feb 10 00:49:51.161: INFO: Pod "client-containers-453adae5-e105-4965-a170-7973b7c5937b": Phase="Pending", Reason="", readiness=false. Elapsed: 9.969008ms Feb 10 00:49:53.165: INFO: Pod "client-containers-453adae5-e105-4965-a170-7973b7c5937b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013658718s Feb 10 00:49:55.169: INFO: Pod "client-containers-453adae5-e105-4965-a170-7973b7c5937b": Phase="Pending", Reason="", readiness=false. Elapsed: 4.017789477s Feb 10 00:49:57.173: INFO: Pod "client-containers-453adae5-e105-4965-a170-7973b7c5937b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.021530026s STEP: Saw pod success Feb 10 00:49:57.173: INFO: Pod "client-containers-453adae5-e105-4965-a170-7973b7c5937b" satisfied condition "success or failure" Feb 10 00:49:57.175: INFO: Trying to get logs from node jerma-worker pod client-containers-453adae5-e105-4965-a170-7973b7c5937b container test-container: STEP: delete the pod Feb 10 00:49:57.245: INFO: Waiting for pod client-containers-453adae5-e105-4965-a170-7973b7c5937b to disappear Feb 10 00:49:57.262: INFO: Pod client-containers-453adae5-e105-4965-a170-7973b7c5937b no longer exists [AfterEach] [k8s.io] Docker Containers /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Feb 10 00:49:57.262: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "containers-3351" for this suite. • [SLOW TEST:6.611 seconds] [k8s.io] Docker Containers /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716 should be able to override the image's default command and arguments [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 ------------------------------ {"msg":"PASSED [k8s.io] Docker Containers should be able to override the image's default command and arguments [NodeConformance] [Conformance]","total":278,"completed":3,"skipped":62,"failed":0} S ------------------------------ [sig-storage] Downward API volume should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:49:57.270: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename downward-api STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40 [It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: Creating a pod to test downward API volume plugin Feb 10 00:49:57.391: INFO: Waiting up to 5m0s for pod "downwardapi-volume-099b62ae-1ce6-4151-b2fe-32b2fc6c43ad" in namespace "downward-api-1295" to be "success or failure" Feb 10 00:49:57.418: INFO: Pod "downwardapi-volume-099b62ae-1ce6-4151-b2fe-32b2fc6c43ad": Phase="Pending", Reason="", readiness=false. Elapsed: 27.601665ms Feb 10 00:49:59.485: INFO: Pod "downwardapi-volume-099b62ae-1ce6-4151-b2fe-32b2fc6c43ad": Phase="Pending", Reason="", readiness=false. Elapsed: 2.094330396s Feb 10 00:50:01.489: INFO: Pod "downwardapi-volume-099b62ae-1ce6-4151-b2fe-32b2fc6c43ad": Phase="Running", Reason="", readiness=true. Elapsed: 4.098514719s Feb 10 00:50:03.500: INFO: Pod "downwardapi-volume-099b62ae-1ce6-4151-b2fe-32b2fc6c43ad": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.108673099s STEP: Saw pod success Feb 10 00:50:03.500: INFO: Pod "downwardapi-volume-099b62ae-1ce6-4151-b2fe-32b2fc6c43ad" satisfied condition "success or failure" Feb 10 00:50:03.503: INFO: Trying to get logs from node jerma-worker pod downwardapi-volume-099b62ae-1ce6-4151-b2fe-32b2fc6c43ad container client-container: STEP: delete the pod Feb 10 00:50:03.534: INFO: Waiting for pod downwardapi-volume-099b62ae-1ce6-4151-b2fe-32b2fc6c43ad to disappear Feb 10 00:50:03.545: INFO: Pod downwardapi-volume-099b62ae-1ce6-4151-b2fe-32b2fc6c43ad no longer exists [AfterEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Feb 10 00:50:03.545: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-1295" for this suite. • [SLOW TEST:6.282 seconds] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:35 should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 ------------------------------ {"msg":"PASSED [sig-storage] Downward API volume should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":4,"skipped":63,"failed":0} SSSSS ------------------------------ [sig-api-machinery] ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [sig-api-machinery] ResourceQuota /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:50:03.553: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename resourcequota STEP: Waiting for a default service account to be provisioned in namespace [It] should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: Counting existing ResourceQuota STEP: Creating a ResourceQuota STEP: Ensuring resource quota status is calculated [AfterEach] [sig-api-machinery] ResourceQuota /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Feb 10 00:50:10.602: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "resourcequota-2830" for this suite. • [SLOW TEST:7.058 seconds] [sig-api-machinery] ResourceQuota /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 ------------------------------ {"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated. [Conformance]","total":278,"completed":5,"skipped":68,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-storage] Projected configMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [sig-storage] Projected configMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:50:10.613: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename projected STEP: Waiting for a default service account to be provisioned in namespace [It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: Creating configMap with name projected-configmap-test-volume-map-e427e74b-e191-47ec-8172-d03563f324fa STEP: Creating a pod to test consume configMaps Feb 10 00:50:10.726: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-db559f13-946d-4589-9c67-9ca1d63d7c14" in namespace "projected-7653" to be "success or failure" Feb 10 00:50:10.742: INFO: Pod "pod-projected-configmaps-db559f13-946d-4589-9c67-9ca1d63d7c14": Phase="Pending", Reason="", readiness=false. Elapsed: 15.760097ms Feb 10 00:50:12.834: INFO: Pod "pod-projected-configmaps-db559f13-946d-4589-9c67-9ca1d63d7c14": Phase="Pending", Reason="", readiness=false. Elapsed: 2.108083449s Feb 10 00:50:14.839: INFO: Pod "pod-projected-configmaps-db559f13-946d-4589-9c67-9ca1d63d7c14": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.112640381s STEP: Saw pod success Feb 10 00:50:14.839: INFO: Pod "pod-projected-configmaps-db559f13-946d-4589-9c67-9ca1d63d7c14" satisfied condition "success or failure" Feb 10 00:50:14.843: INFO: Trying to get logs from node jerma-worker pod pod-projected-configmaps-db559f13-946d-4589-9c67-9ca1d63d7c14 container projected-configmap-volume-test: STEP: delete the pod Feb 10 00:50:14.879: INFO: Waiting for pod pod-projected-configmaps-db559f13-946d-4589-9c67-9ca1d63d7c14 to disappear Feb 10 00:50:14.891: INFO: Pod pod-projected-configmaps-db559f13-946d-4589-9c67-9ca1d63d7c14 no longer exists [AfterEach] [sig-storage] Projected configMap /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Feb 10 00:50:14.892: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "projected-7653" for this suite. •{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":6,"skipped":176,"failed":0} SSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group but different versions [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:50:14.899: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename crd-publish-openapi STEP: Waiting for a default service account to be provisioned in namespace [It] works for multiple CRDs of same group but different versions [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: CRs in the same group but different versions (one multiversion CRD) show up in OpenAPI documentation Feb 10 00:50:14.964: INFO: >>> kubeConfig: /root/.kube/config STEP: CRs in the same group but different versions (two CRDs) show up in OpenAPI documentation Feb 10 00:50:25.629: INFO: >>> kubeConfig: /root/.kube/config Feb 10 00:50:28.614: INFO: >>> kubeConfig: /root/.kube/config [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Feb 10 00:50:39.450: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "crd-publish-openapi-803" for this suite. • [SLOW TEST:24.557 seconds] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23 works for multiple CRDs of same group but different versions [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 ------------------------------ {"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group but different versions [Conformance]","total":278,"completed":7,"skipped":203,"failed":0} SSSSSSSS ------------------------------ [sig-storage] Downward API volume should provide container's cpu limit [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:50:39.456: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename downward-api STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40 [It] should provide container's cpu limit [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: Creating a pod to test downward API volume plugin Feb 10 00:50:39.560: INFO: Waiting up to 5m0s for pod "downwardapi-volume-ce6db3c1-aa26-4ab8-aac5-fe4e1876565a" in namespace "downward-api-8872" to be "success or failure" Feb 10 00:50:39.563: INFO: Pod "downwardapi-volume-ce6db3c1-aa26-4ab8-aac5-fe4e1876565a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.840168ms Feb 10 00:50:41.638: INFO: Pod "downwardapi-volume-ce6db3c1-aa26-4ab8-aac5-fe4e1876565a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.077787463s Feb 10 00:50:43.641: INFO: Pod "downwardapi-volume-ce6db3c1-aa26-4ab8-aac5-fe4e1876565a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.080708172s STEP: Saw pod success Feb 10 00:50:43.641: INFO: Pod "downwardapi-volume-ce6db3c1-aa26-4ab8-aac5-fe4e1876565a" satisfied condition "success or failure" Feb 10 00:50:43.643: INFO: Trying to get logs from node jerma-worker pod downwardapi-volume-ce6db3c1-aa26-4ab8-aac5-fe4e1876565a container client-container: STEP: delete the pod Feb 10 00:50:43.673: INFO: Waiting for pod downwardapi-volume-ce6db3c1-aa26-4ab8-aac5-fe4e1876565a to disappear Feb 10 00:50:43.684: INFO: Pod downwardapi-volume-ce6db3c1-aa26-4ab8-aac5-fe4e1876565a no longer exists [AfterEach] [sig-storage] Downward API volume /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Feb 10 00:50:43.684: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "downward-api-8872" for this suite. •{"msg":"PASSED [sig-storage] Downward API volume should provide container's cpu limit [NodeConformance] [Conformance]","total":278,"completed":8,"skipped":211,"failed":0} SSSSSSSSSSSSSSSS ------------------------------ [sig-scheduling] SchedulerPredicates [Serial] validates that there is no conflict between pods with same hostPort but different hostIP and protocol [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:50:43.695: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename sched-pred STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:86 Feb 10 00:50:43.753: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready Feb 10 00:50:43.762: INFO: Waiting for terminating namespaces to be deleted... Feb 10 00:50:43.767: INFO: Logging pods the kubelet thinks is on node jerma-worker before test Feb 10 00:50:43.771: INFO: kindnet-c2jgb from kube-system started at 2021-01-10 17:30:25 +0000 UTC (1 container statuses recorded) Feb 10 00:50:43.771: INFO: Container kindnet-cni ready: true, restart count 0 Feb 10 00:50:43.771: INFO: kube-proxy-gdgm6 from kube-system started at 2021-01-10 17:29:37 +0000 UTC (1 container statuses recorded) Feb 10 00:50:43.771: INFO: Container kube-proxy ready: true, restart count 0 Feb 10 00:50:43.771: INFO: chaos-controller-manager-7f9bbd476f-2hzrh from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded) Feb 10 00:50:43.771: INFO: Container chaos-mesh ready: true, restart count 0 Feb 10 00:50:43.771: INFO: chaos-daemon-f2nl5 from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded) Feb 10 00:50:43.771: INFO: Container chaos-daemon ready: true, restart count 0 Feb 10 00:50:43.771: INFO: Logging pods the kubelet thinks is on node jerma-worker2 before test Feb 10 00:50:43.775: INFO: chaos-daemon-n2277 from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded) Feb 10 00:50:43.775: INFO: Container chaos-daemon ready: true, restart count 0 Feb 10 00:50:43.775: INFO: kindnet-4ww4f from kube-system started at 2021-01-10 17:29:22 +0000 UTC (1 container statuses recorded) Feb 10 00:50:43.776: INFO: Container kindnet-cni ready: true, restart count 0 Feb 10 00:50:43.776: INFO: kube-proxy-8vfzd from kube-system started at 2021-01-10 17:29:16 +0000 UTC (1 container statuses recorded) Feb 10 00:50:43.776: INFO: Container kube-proxy ready: true, restart count 0 [It] validates that there is no conflict between pods with same hostPort but different hostIP and protocol [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: Trying to launch a pod without a label to get a node which can launch it. STEP: Explicitly delete pod here to free the resource it takes. STEP: Trying to apply a random label on the found node. STEP: verifying the node has the label kubernetes.io/e2e-61776699-be03-4c4f-ab4e-0a150108daf6 90 STEP: Trying to create a pod(pod1) with hostport 54321 and hostIP 127.0.0.1 and expect scheduled STEP: Trying to create another pod(pod2) with hostport 54321 but hostIP 127.0.0.2 on the node which pod1 resides and expect scheduled STEP: Trying to create a third pod(pod3) with hostport 54321, hostIP 127.0.0.2 but use UDP protocol on the node which pod2 resides STEP: removing the label kubernetes.io/e2e-61776699-be03-4c4f-ab4e-0a150108daf6 off the node jerma-worker2 STEP: verifying the node doesn't have the label kubernetes.io/e2e-61776699-be03-4c4f-ab4e-0a150108daf6 [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Feb 10 00:51:02.022: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "sched-pred-1321" for this suite. [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:77 • [SLOW TEST:18.335 seconds] [sig-scheduling] SchedulerPredicates [Serial] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40 validates that there is no conflict between pods with same hostPort but different hostIP and protocol [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 ------------------------------ {"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that there is no conflict between pods with same hostPort but different hostIP and protocol [Conformance]","total":278,"completed":9,"skipped":227,"failed":0} SSS ------------------------------ [sig-network] Networking Granular Checks: Pods should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [sig-network] Networking /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:51:02.030: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename pod-network-test STEP: Waiting for a default service account to be provisioned in namespace [It] should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: Performing setup for networking test in namespace pod-network-test-3035 STEP: creating a selector STEP: Creating the service pods in kubernetes Feb 10 00:51:02.117: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable STEP: Creating test pods Feb 10 00:51:26.316: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://10.244.2.152:8080/hostName | grep -v '^\s*$'] Namespace:pod-network-test-3035 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Feb 10 00:51:26.316: INFO: >>> kubeConfig: /root/.kube/config I0210 00:51:26.356227 6 log.go:172] (0xc001864630) (0xc001f1a3c0) Create stream I0210 00:51:26.356258 6 log.go:172] (0xc001864630) (0xc001f1a3c0) Stream added, broadcasting: 1 I0210 00:51:26.358506 6 log.go:172] (0xc001864630) Reply frame received for 1 I0210 00:51:26.358561 6 log.go:172] (0xc001864630) (0xc00207e0a0) Create stream I0210 00:51:26.358577 6 log.go:172] (0xc001864630) (0xc00207e0a0) Stream added, broadcasting: 3 I0210 00:51:26.359563 6 log.go:172] (0xc001864630) Reply frame received for 3 I0210 00:51:26.359585 6 log.go:172] (0xc001864630) (0xc00207e140) Create stream I0210 00:51:26.359593 6 log.go:172] (0xc001864630) (0xc00207e140) Stream added, broadcasting: 5 I0210 00:51:26.360419 6 log.go:172] (0xc001864630) Reply frame received for 5 I0210 00:51:26.517634 6 log.go:172] (0xc001864630) Data frame received for 3 I0210 00:51:26.517685 6 log.go:172] (0xc00207e0a0) (3) Data frame handling I0210 00:51:26.517725 6 log.go:172] (0xc00207e0a0) (3) Data frame sent I0210 00:51:26.517986 6 log.go:172] (0xc001864630) Data frame received for 5 I0210 00:51:26.518006 6 log.go:172] (0xc00207e140) (5) Data frame handling I0210 00:51:26.518025 6 log.go:172] (0xc001864630) Data frame received for 3 I0210 00:51:26.518070 6 log.go:172] (0xc00207e0a0) (3) Data frame handling I0210 00:51:26.520337 6 log.go:172] (0xc001864630) Data frame received for 1 I0210 00:51:26.520375 6 log.go:172] (0xc001f1a3c0) (1) Data frame handling I0210 00:51:26.520389 6 log.go:172] (0xc001f1a3c0) (1) Data frame sent I0210 00:51:26.520405 6 log.go:172] (0xc001864630) (0xc001f1a3c0) Stream removed, broadcasting: 1 I0210 00:51:26.520429 6 log.go:172] (0xc001864630) Go away received I0210 00:51:26.520773 6 log.go:172] (0xc001864630) (0xc001f1a3c0) Stream removed, broadcasting: 1 I0210 00:51:26.520787 6 log.go:172] (0xc001864630) (0xc00207e0a0) Stream removed, broadcasting: 3 I0210 00:51:26.520793 6 log.go:172] (0xc001864630) (0xc00207e140) Stream removed, broadcasting: 5 Feb 10 00:51:26.520: INFO: Found all expected endpoints: [netserver-0] Feb 10 00:51:26.536: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://10.244.1.217:8080/hostName | grep -v '^\s*$'] Namespace:pod-network-test-3035 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Feb 10 00:51:26.536: INFO: >>> kubeConfig: /root/.kube/config I0210 00:51:26.568424 6 log.go:172] (0xc005bd1970) (0xc0020441e0) Create stream I0210 00:51:26.568458 6 log.go:172] (0xc005bd1970) (0xc0020441e0) Stream added, broadcasting: 1 I0210 00:51:26.572190 6 log.go:172] (0xc005bd1970) Reply frame received for 1 I0210 00:51:26.572240 6 log.go:172] (0xc005bd1970) (0xc001c225a0) Create stream I0210 00:51:26.572254 6 log.go:172] (0xc005bd1970) (0xc001c225a0) Stream added, broadcasting: 3 I0210 00:51:26.573295 6 log.go:172] (0xc005bd1970) Reply frame received for 3 I0210 00:51:26.573352 6 log.go:172] (0xc005bd1970) (0xc001fa0000) Create stream I0210 00:51:26.573371 6 log.go:172] (0xc005bd1970) (0xc001fa0000) Stream added, broadcasting: 5 I0210 00:51:26.574446 6 log.go:172] (0xc005bd1970) Reply frame received for 5 I0210 00:51:26.648419 6 log.go:172] (0xc005bd1970) Data frame received for 5 I0210 00:51:26.648474 6 log.go:172] (0xc001fa0000) (5) Data frame handling I0210 00:51:26.648503 6 log.go:172] (0xc005bd1970) Data frame received for 3 I0210 00:51:26.648524 6 log.go:172] (0xc001c225a0) (3) Data frame handling I0210 00:51:26.648533 6 log.go:172] (0xc001c225a0) (3) Data frame sent I0210 00:51:26.648541 6 log.go:172] (0xc005bd1970) Data frame received for 3 I0210 00:51:26.648547 6 log.go:172] (0xc001c225a0) (3) Data frame handling I0210 00:51:26.650412 6 log.go:172] (0xc005bd1970) Data frame received for 1 I0210 00:51:26.650449 6 log.go:172] (0xc0020441e0) (1) Data frame handling I0210 00:51:26.650474 6 log.go:172] (0xc0020441e0) (1) Data frame sent I0210 00:51:26.650494 6 log.go:172] (0xc005bd1970) (0xc0020441e0) Stream removed, broadcasting: 1 I0210 00:51:26.650517 6 log.go:172] (0xc005bd1970) Go away received I0210 00:51:26.650615 6 log.go:172] (0xc005bd1970) (0xc0020441e0) Stream removed, broadcasting: 1 I0210 00:51:26.650643 6 log.go:172] (0xc005bd1970) (0xc001c225a0) Stream removed, broadcasting: 3 I0210 00:51:26.650654 6 log.go:172] (0xc005bd1970) (0xc001fa0000) Stream removed, broadcasting: 5 Feb 10 00:51:26.650: INFO: Found all expected endpoints: [netserver-1] [AfterEach] [sig-network] Networking /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 Feb 10 00:51:26.650: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "pod-network-test-3035" for this suite. • [SLOW TEST:24.631 seconds] [sig-network] Networking /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:26 Granular Checks: Pods /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:29 should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 ------------------------------ {"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":10,"skipped":230,"failed":0} SSSSSSSSS ------------------------------ [sig-network] Proxy version v1 should proxy logs on node using proxy subresource [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] version v1 /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Feb 10 00:51:26.661: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename proxy STEP: Waiting for a default service account to be provisioned in namespace [It] should proxy logs on node using proxy subresource [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 Feb 10 00:51:26.838: INFO: (0) /api/v1/nodes/jerma-worker2/proxy/logs/:
alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/
>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-probe
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:51
[It] should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating pod liveness-59eae548-6e76-4603-8b04-f0f7c0e3bf8a in namespace container-probe-1253
Feb 10 00:51:31.024: INFO: Started pod liveness-59eae548-6e76-4603-8b04-f0f7c0e3bf8a in namespace container-probe-1253
STEP: checking the pod's current state and verifying that restartCount is present
Feb 10 00:51:31.026: INFO: Initial restart count of pod liveness-59eae548-6e76-4603-8b04-f0f7c0e3bf8a is 0
Feb 10 00:51:55.298: INFO: Restart count of pod container-probe-1253/liveness-59eae548-6e76-4603-8b04-f0f7c0e3bf8a is now 1 (24.272000436s elapsed)
STEP: deleting the pod
[AfterEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:51:55.327: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-probe-1253" for this suite.

• [SLOW TEST:28.417 seconds]
[k8s.io] Probing container
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Probing container should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]","total":278,"completed":12,"skipped":251,"failed":0}
SSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:51:55.347: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 00:51:57.353: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 00:51:59.362: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515117, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515117, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515117, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515116, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 00:52:01.367: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515117, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515117, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515117, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515116, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 00:52:04.459: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Registering a validating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API
STEP: Registering a mutating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API
STEP: Creating a dummy validating-webhook-configuration object
STEP: Deleting the validating-webhook-configuration, which should be possible to remove
STEP: Creating a dummy mutating-webhook-configuration object
STEP: Deleting the mutating-webhook-configuration, which should be possible to remove
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:52:04.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-1952" for this suite.
STEP: Destroying namespace "webhook-1952-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:9.461 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]","total":278,"completed":13,"skipped":270,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-network] DNS 
  should provide DNS for services  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:52:04.808: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename dns
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide DNS for services  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a test headless service
STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-7165.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-7165.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-7165.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-7165.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-7165.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-7165.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-7165.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-7165.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-7165.svc.cluster.local;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-7165.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@PodARecord;check="$$(dig +notcp +noall +answer +search 152.155.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.155.152_udp@PTR;check="$$(dig +tcp +noall +answer +search 152.155.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.155.152_tcp@PTR;sleep 1; done

STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-7165.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-7165.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-7165.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-7165.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-7165.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-7165.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-7165.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-7165.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-7165.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-7165.svc.cluster.local;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-7165.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_tcp@PodARecord;check="$$(dig +notcp +noall +answer +search 152.155.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.155.152_udp@PTR;check="$$(dig +tcp +noall +answer +search 152.155.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.155.152_tcp@PTR;sleep 1; done

STEP: creating a pod to probe DNS
STEP: submitting the pod to kubernetes
STEP: retrieving the pod
STEP: looking for the results for each expected name from probers
Feb 10 00:52:11.079: INFO: Unable to read wheezy_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:11.083: INFO: Unable to read wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:11.086: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:11.089: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:11.176: INFO: Unable to read jessie_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:11.178: INFO: Unable to read jessie_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:11.181: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:11.183: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:11.201: INFO: Lookups using dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240 failed for: [wheezy_udp@dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_udp@dns-test-service.dns-7165.svc.cluster.local jessie_tcp@dns-test-service.dns-7165.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local]

Feb 10 00:52:16.206: INFO: Unable to read wheezy_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:16.210: INFO: Unable to read wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:16.213: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:16.217: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:16.240: INFO: Unable to read jessie_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:16.243: INFO: Unable to read jessie_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:16.246: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:16.249: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:16.266: INFO: Lookups using dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240 failed for: [wheezy_udp@dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_udp@dns-test-service.dns-7165.svc.cluster.local jessie_tcp@dns-test-service.dns-7165.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local]

Feb 10 00:52:21.206: INFO: Unable to read wheezy_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:21.210: INFO: Unable to read wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:21.213: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:21.217: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:21.241: INFO: Unable to read jessie_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:21.244: INFO: Unable to read jessie_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:21.247: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:21.251: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:21.270: INFO: Lookups using dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240 failed for: [wheezy_udp@dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_udp@dns-test-service.dns-7165.svc.cluster.local jessie_tcp@dns-test-service.dns-7165.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local]

Feb 10 00:52:26.206: INFO: Unable to read wheezy_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:26.211: INFO: Unable to read wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:26.214: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:26.217: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:26.238: INFO: Unable to read jessie_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:26.241: INFO: Unable to read jessie_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:26.244: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:26.253: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:26.294: INFO: Lookups using dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240 failed for: [wheezy_udp@dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_udp@dns-test-service.dns-7165.svc.cluster.local jessie_tcp@dns-test-service.dns-7165.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local]

Feb 10 00:52:31.206: INFO: Unable to read wheezy_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:31.209: INFO: Unable to read wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:31.213: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:31.216: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:31.237: INFO: Unable to read jessie_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:31.240: INFO: Unable to read jessie_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:31.243: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:31.247: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:31.266: INFO: Lookups using dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240 failed for: [wheezy_udp@dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_udp@dns-test-service.dns-7165.svc.cluster.local jessie_tcp@dns-test-service.dns-7165.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local]

Feb 10 00:52:36.207: INFO: Unable to read wheezy_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:36.210: INFO: Unable to read wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:36.213: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:36.216: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:36.238: INFO: Unable to read jessie_udp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:36.241: INFO: Unable to read jessie_tcp@dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:36.247: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:36.250: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:36.266: INFO: Lookups using dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240 failed for: [wheezy_udp@dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@dns-test-service.dns-7165.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_udp@dns-test-service.dns-7165.svc.cluster.local jessie_tcp@dns-test-service.dns-7165.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local]

Feb 10 00:52:41.220: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local from pod dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240: the server could not find the requested resource (get pods dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240)
Feb 10 00:52:41.270: INFO: Lookups using dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240 failed for: [wheezy_tcp@_http._tcp.dns-test-service.dns-7165.svc.cluster.local]

Feb 10 00:52:46.293: INFO: DNS probes using dns-7165/dns-test-5b7b2e4e-892a-4a36-932d-ac98b0890240 succeeded

STEP: deleting the pod
STEP: deleting the test service
STEP: deleting the test headless service
[AfterEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:52:47.319: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "dns-7165" for this suite.

• [SLOW TEST:42.521 seconds]
[sig-network] DNS
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should provide DNS for services  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] DNS should provide DNS for services  [Conformance]","total":278,"completed":14,"skipped":293,"failed":0}
S
------------------------------
[sig-storage] ConfigMap 
  updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:52:47.330: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name configmap-test-upd-90c088e4-9a2c-46ee-8513-2df668ba2f7d
STEP: Creating the pod
STEP: Updating configmap configmap-test-upd-90c088e4-9a2c-46ee-8513-2df668ba2f7d
STEP: waiting to observe update in volume
[AfterEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:54:09.910: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-3944" for this suite.

• [SLOW TEST:82.588 seconds]
[sig-storage] ConfigMap
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:33
  updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] ConfigMap updates should be reflected in volume [NodeConformance] [Conformance]","total":278,"completed":15,"skipped":294,"failed":0}
SS
------------------------------
[sig-storage] Subpath Atomic writer volumes 
  should support subpaths with configmap pod [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Subpath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:54:09.918: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename subpath
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] Atomic writer volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:37
STEP: Setting up data
[It] should support subpaths with configmap pod [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating pod pod-subpath-test-configmap-npft
STEP: Creating a pod to test atomic-volume-subpath
Feb 10 00:54:10.009: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-npft" in namespace "subpath-6561" to be "success or failure"
Feb 10 00:54:10.013: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Pending", Reason="", readiness=false. Elapsed: 3.639635ms
Feb 10 00:54:12.181: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Pending", Reason="", readiness=false. Elapsed: 2.171874978s
Feb 10 00:54:14.184: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Running", Reason="", readiness=true. Elapsed: 4.175093651s
Feb 10 00:54:16.189: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Running", Reason="", readiness=true. Elapsed: 6.179437976s
Feb 10 00:54:18.193: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Running", Reason="", readiness=true. Elapsed: 8.18362077s
Feb 10 00:54:20.199: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Running", Reason="", readiness=true. Elapsed: 10.189283493s
Feb 10 00:54:22.202: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Running", Reason="", readiness=true. Elapsed: 12.193061245s
Feb 10 00:54:24.208: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Running", Reason="", readiness=true. Elapsed: 14.198207369s
Feb 10 00:54:26.212: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Running", Reason="", readiness=true. Elapsed: 16.202506577s
Feb 10 00:54:28.217: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Running", Reason="", readiness=true. Elapsed: 18.207334504s
Feb 10 00:54:30.221: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Running", Reason="", readiness=true. Elapsed: 20.212032159s
Feb 10 00:54:32.225: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Running", Reason="", readiness=true. Elapsed: 22.21594575s
Feb 10 00:54:34.230: INFO: Pod "pod-subpath-test-configmap-npft": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.220644613s
STEP: Saw pod success
Feb 10 00:54:34.230: INFO: Pod "pod-subpath-test-configmap-npft" satisfied condition "success or failure"
Feb 10 00:54:34.234: INFO: Trying to get logs from node jerma-worker pod pod-subpath-test-configmap-npft container test-container-subpath-configmap-npft: 
STEP: delete the pod
Feb 10 00:54:34.289: INFO: Waiting for pod pod-subpath-test-configmap-npft to disappear
Feb 10 00:54:34.299: INFO: Pod pod-subpath-test-configmap-npft no longer exists
STEP: Deleting pod pod-subpath-test-configmap-npft
Feb 10 00:54:34.299: INFO: Deleting pod "pod-subpath-test-configmap-npft" in namespace "subpath-6561"
[AfterEach] [sig-storage] Subpath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:54:34.302: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "subpath-6561" for this suite.

• [SLOW TEST:24.391 seconds]
[sig-storage] Subpath
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23
  Atomic writer volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:33
    should support subpaths with configmap pod [LinuxOnly] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod [LinuxOnly] [Conformance]","total":278,"completed":16,"skipped":296,"failed":0}
SSSSSSSSSSSSSSS
------------------------------
[k8s.io] Container Runtime blackbox test on terminated container 
  should report termination message [LinuxOnly] if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Container Runtime
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:54:34.310: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-runtime
STEP: Waiting for a default service account to be provisioned in namespace
[It] should report termination message [LinuxOnly] if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the container
STEP: wait for the container to reach Succeeded
STEP: get the container status
STEP: the container should be terminated
STEP: the termination message should be set
Feb 10 00:54:39.453: INFO: Expected: &{DONE} to match Container's Termination Message: DONE --
STEP: delete the container
[AfterEach] [k8s.io] Container Runtime
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:54:39.533: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-runtime-2079" for this suite.

• [SLOW TEST:5.231 seconds]
[k8s.io] Container Runtime
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  blackbox test
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:38
    on terminated container
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:131
      should report termination message [LinuxOnly] if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance]
      /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Container Runtime blackbox test on terminated container should report termination message [LinuxOnly] if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance]","total":278,"completed":17,"skipped":311,"failed":0}
S
------------------------------
[k8s.io] Probing container 
  should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:54:39.542: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-probe
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:51
[It] should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating pod test-webserver-4ad34c84-2081-44a0-82f8-b53c059344ab in namespace container-probe-2560
Feb 10 00:54:43.687: INFO: Started pod test-webserver-4ad34c84-2081-44a0-82f8-b53c059344ab in namespace container-probe-2560
STEP: checking the pod's current state and verifying that restartCount is present
Feb 10 00:54:43.690: INFO: Initial restart count of pod test-webserver-4ad34c84-2081-44a0-82f8-b53c059344ab is 0
STEP: deleting the pod
[AfterEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:58:44.761: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-probe-2560" for this suite.

• [SLOW TEST:245.342 seconds]
[k8s.io] Probing container
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Probing container should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]","total":278,"completed":18,"skipped":312,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-network] DNS 
  should provide DNS for pods for Hostname [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:58:44.884: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename dns
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide DNS for pods for Hostname [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a test headless service
STEP: Running these commands on wheezy: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-2.dns-test-service-2.dns-3979.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-2.dns-test-service-2.dns-3979.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/wheezy_hosts@dns-querier-2;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-3979.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@PodARecord;sleep 1; done

STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-2.dns-test-service-2.dns-3979.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-2.dns-test-service-2.dns-3979.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/jessie_hosts@dns-querier-2;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-3979.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_tcp@PodARecord;sleep 1; done

STEP: creating a pod to probe DNS
STEP: submitting the pod to kubernetes
STEP: retrieving the pod
STEP: looking for the results for each expected name from probers
Feb 10 00:58:51.358: INFO: DNS probes using dns-3979/dns-test-06655a92-2c55-415b-9ccb-4096acdf194f succeeded

STEP: deleting the pod
STEP: deleting the test headless service
[AfterEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:58:51.493: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "dns-3979" for this suite.

• [SLOW TEST:6.617 seconds]
[sig-network] DNS
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should provide DNS for pods for Hostname [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] DNS should provide DNS for pods for Hostname [LinuxOnly] [Conformance]","total":278,"completed":19,"skipped":345,"failed":0}
SSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Garbage collector 
  should delete pods created by rc when not orphaning [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:58:51.502: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename gc
STEP: Waiting for a default service account to be provisioned in namespace
[It] should delete pods created by rc when not orphaning [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the rc
STEP: delete the rc
STEP: wait for all pods to be garbage collected
STEP: Gathering metrics
W0210 00:59:01.973807       6 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Feb 10 00:59:01.973: INFO: For apiserver_request_total:
For apiserver_request_latency_seconds:
For apiserver_init_events_total:
For garbage_collector_attempt_to_delete_queue_latency:
For garbage_collector_attempt_to_delete_work_duration:
For garbage_collector_attempt_to_orphan_queue_latency:
For garbage_collector_attempt_to_orphan_work_duration:
For garbage_collector_dirty_processing_latency_microseconds:
For garbage_collector_event_processing_latency_microseconds:
For garbage_collector_graph_changes_queue_latency:
For garbage_collector_graph_changes_work_duration:
For garbage_collector_orphan_processing_latency_microseconds:
For namespace_queue_latency:
For namespace_queue_latency_sum:
For namespace_queue_latency_count:
For namespace_retries:
For namespace_work_duration:
For namespace_work_duration_sum:
For namespace_work_duration_count:
For function_duration_seconds:
For errors_total:
For evicted_pods_total:

[AfterEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:59:01.973: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "gc-4582" for this suite.

• [SLOW TEST:10.479 seconds]
[sig-api-machinery] Garbage collector
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should delete pods created by rc when not orphaning [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Garbage collector should delete pods created by rc when not orphaning [Conformance]","total":278,"completed":20,"skipped":362,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-cli] Kubectl client Kubectl logs 
  should be able to retrieve and filter logs  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:59:01.981: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Kubectl logs
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1358
STEP: creating an pod
Feb 10 00:59:02.134: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config run logs-generator --generator=run-pod/v1 --image=gcr.io/kubernetes-e2e-test-images/agnhost:2.8 --namespace=kubectl-46 -- logs-generator --log-lines-total 100 --run-duration 20s'
Feb 10 00:59:06.041: INFO: stderr: ""
Feb 10 00:59:06.041: INFO: stdout: "pod/logs-generator created\n"
[It] should be able to retrieve and filter logs  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Waiting for log generator to start.
Feb 10 00:59:06.041: INFO: Waiting up to 5m0s for 1 pods to be running and ready, or succeeded: [logs-generator]
Feb 10 00:59:06.041: INFO: Waiting up to 5m0s for pod "logs-generator" in namespace "kubectl-46" to be "running and ready, or succeeded"
Feb 10 00:59:06.094: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 53.276358ms
Feb 10 00:59:08.102: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.060858945s
Feb 10 00:59:10.116: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 4.075091085s
Feb 10 00:59:12.121: INFO: Pod "logs-generator": Phase="Running", Reason="", readiness=true. Elapsed: 6.079798121s
Feb 10 00:59:12.121: INFO: Pod "logs-generator" satisfied condition "running and ready, or succeeded"
Feb 10 00:59:12.121: INFO: Wanted all 1 pods to be running and ready, or succeeded. Result: true. Pods: [logs-generator]
STEP: checking for a matching strings
Feb 10 00:59:12.121: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-46'
Feb 10 00:59:12.326: INFO: stderr: ""
Feb 10 00:59:12.326: INFO: stdout: "I0210 00:59:09.286627       1 logs_generator.go:76] 0 POST /api/v1/namespaces/kube-system/pods/xxq 470\nI0210 00:59:09.490955       1 logs_generator.go:76] 1 POST /api/v1/namespaces/kube-system/pods/8dn 403\nI0210 00:59:09.686833       1 logs_generator.go:76] 2 POST /api/v1/namespaces/kube-system/pods/5f2h 496\nI0210 00:59:09.886846       1 logs_generator.go:76] 3 PUT /api/v1/namespaces/default/pods/snd 276\nI0210 00:59:10.086856       1 logs_generator.go:76] 4 POST /api/v1/namespaces/kube-system/pods/lvh5 514\nI0210 00:59:10.286859       1 logs_generator.go:76] 5 PUT /api/v1/namespaces/ns/pods/v4jl 376\nI0210 00:59:10.486777       1 logs_generator.go:76] 6 POST /api/v1/namespaces/ns/pods/m84x 358\nI0210 00:59:10.686833       1 logs_generator.go:76] 7 GET /api/v1/namespaces/kube-system/pods/jhm 583\nI0210 00:59:10.886893       1 logs_generator.go:76] 8 POST /api/v1/namespaces/ns/pods/sdkc 264\nI0210 00:59:11.086832       1 logs_generator.go:76] 9 GET /api/v1/namespaces/kube-system/pods/sfgq 470\nI0210 00:59:11.286857       1 logs_generator.go:76] 10 POST /api/v1/namespaces/kube-system/pods/xg42 499\nI0210 00:59:11.486795       1 logs_generator.go:76] 11 PUT /api/v1/namespaces/default/pods/rbx 360\nI0210 00:59:11.686873       1 logs_generator.go:76] 12 POST /api/v1/namespaces/ns/pods/2f6 380\nI0210 00:59:11.886857       1 logs_generator.go:76] 13 PUT /api/v1/namespaces/kube-system/pods/hfv 411\nI0210 00:59:12.086828       1 logs_generator.go:76] 14 GET /api/v1/namespaces/kube-system/pods/f49 385\nI0210 00:59:12.286827       1 logs_generator.go:76] 15 PUT /api/v1/namespaces/default/pods/lmb 307\n"
STEP: limiting log lines
Feb 10 00:59:12.326: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-46 --tail=1'
Feb 10 00:59:12.443: INFO: stderr: ""
Feb 10 00:59:12.443: INFO: stdout: "I0210 00:59:12.286827       1 logs_generator.go:76] 15 PUT /api/v1/namespaces/default/pods/lmb 307\n"
Feb 10 00:59:12.443: INFO: got output "I0210 00:59:12.286827       1 logs_generator.go:76] 15 PUT /api/v1/namespaces/default/pods/lmb 307\n"
STEP: limiting log bytes
Feb 10 00:59:12.443: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-46 --limit-bytes=1'
Feb 10 00:59:12.553: INFO: stderr: ""
Feb 10 00:59:12.553: INFO: stdout: "I"
Feb 10 00:59:12.553: INFO: got output "I"
STEP: exposing timestamps
Feb 10 00:59:12.553: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-46 --tail=1 --timestamps'
Feb 10 00:59:12.663: INFO: stderr: ""
Feb 10 00:59:12.663: INFO: stdout: "2021-02-10T00:59:12.487018108Z I0210 00:59:12.486849       1 logs_generator.go:76] 16 POST /api/v1/namespaces/kube-system/pods/7glz 458\n"
Feb 10 00:59:12.663: INFO: got output "2021-02-10T00:59:12.487018108Z I0210 00:59:12.486849       1 logs_generator.go:76] 16 POST /api/v1/namespaces/kube-system/pods/7glz 458\n"
STEP: restricting to a time range
Feb 10 00:59:15.163: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-46 --since=1s'
Feb 10 00:59:15.280: INFO: stderr: ""
Feb 10 00:59:15.281: INFO: stdout: "I0210 00:59:14.286779       1 logs_generator.go:76] 25 POST /api/v1/namespaces/ns/pods/mgv5 352\nI0210 00:59:14.486897       1 logs_generator.go:76] 26 PUT /api/v1/namespaces/kube-system/pods/9jb 558\nI0210 00:59:14.686817       1 logs_generator.go:76] 27 GET /api/v1/namespaces/kube-system/pods/b24 271\nI0210 00:59:14.886873       1 logs_generator.go:76] 28 GET /api/v1/namespaces/kube-system/pods/j6vl 260\nI0210 00:59:15.086813       1 logs_generator.go:76] 29 PUT /api/v1/namespaces/kube-system/pods/sqfz 542\n"
Feb 10 00:59:15.281: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config logs logs-generator logs-generator --namespace=kubectl-46 --since=24h'
Feb 10 00:59:15.412: INFO: stderr: ""
Feb 10 00:59:15.412: INFO: stdout: "I0210 00:59:09.286627       1 logs_generator.go:76] 0 POST /api/v1/namespaces/kube-system/pods/xxq 470\nI0210 00:59:09.490955       1 logs_generator.go:76] 1 POST /api/v1/namespaces/kube-system/pods/8dn 403\nI0210 00:59:09.686833       1 logs_generator.go:76] 2 POST /api/v1/namespaces/kube-system/pods/5f2h 496\nI0210 00:59:09.886846       1 logs_generator.go:76] 3 PUT /api/v1/namespaces/default/pods/snd 276\nI0210 00:59:10.086856       1 logs_generator.go:76] 4 POST /api/v1/namespaces/kube-system/pods/lvh5 514\nI0210 00:59:10.286859       1 logs_generator.go:76] 5 PUT /api/v1/namespaces/ns/pods/v4jl 376\nI0210 00:59:10.486777       1 logs_generator.go:76] 6 POST /api/v1/namespaces/ns/pods/m84x 358\nI0210 00:59:10.686833       1 logs_generator.go:76] 7 GET /api/v1/namespaces/kube-system/pods/jhm 583\nI0210 00:59:10.886893       1 logs_generator.go:76] 8 POST /api/v1/namespaces/ns/pods/sdkc 264\nI0210 00:59:11.086832       1 logs_generator.go:76] 9 GET /api/v1/namespaces/kube-system/pods/sfgq 470\nI0210 00:59:11.286857       1 logs_generator.go:76] 10 POST /api/v1/namespaces/kube-system/pods/xg42 499\nI0210 00:59:11.486795       1 logs_generator.go:76] 11 PUT /api/v1/namespaces/default/pods/rbx 360\nI0210 00:59:11.686873       1 logs_generator.go:76] 12 POST /api/v1/namespaces/ns/pods/2f6 380\nI0210 00:59:11.886857       1 logs_generator.go:76] 13 PUT /api/v1/namespaces/kube-system/pods/hfv 411\nI0210 00:59:12.086828       1 logs_generator.go:76] 14 GET /api/v1/namespaces/kube-system/pods/f49 385\nI0210 00:59:12.286827       1 logs_generator.go:76] 15 PUT /api/v1/namespaces/default/pods/lmb 307\nI0210 00:59:12.486849       1 logs_generator.go:76] 16 POST /api/v1/namespaces/kube-system/pods/7glz 458\nI0210 00:59:12.686855       1 logs_generator.go:76] 17 GET /api/v1/namespaces/default/pods/cbr 295\nI0210 00:59:12.886865       1 logs_generator.go:76] 18 POST /api/v1/namespaces/ns/pods/qdv 418\nI0210 00:59:13.086904       1 logs_generator.go:76] 19 GET /api/v1/namespaces/kube-system/pods/9pj 297\nI0210 00:59:13.286827       1 logs_generator.go:76] 20 PUT /api/v1/namespaces/default/pods/9md 389\nI0210 00:59:13.486804       1 logs_generator.go:76] 21 GET /api/v1/namespaces/default/pods/jhtc 452\nI0210 00:59:13.686891       1 logs_generator.go:76] 22 PUT /api/v1/namespaces/kube-system/pods/fvc2 251\nI0210 00:59:13.886879       1 logs_generator.go:76] 23 GET /api/v1/namespaces/ns/pods/g22 498\nI0210 00:59:14.086844       1 logs_generator.go:76] 24 POST /api/v1/namespaces/ns/pods/fd8h 528\nI0210 00:59:14.286779       1 logs_generator.go:76] 25 POST /api/v1/namespaces/ns/pods/mgv5 352\nI0210 00:59:14.486897       1 logs_generator.go:76] 26 PUT /api/v1/namespaces/kube-system/pods/9jb 558\nI0210 00:59:14.686817       1 logs_generator.go:76] 27 GET /api/v1/namespaces/kube-system/pods/b24 271\nI0210 00:59:14.886873       1 logs_generator.go:76] 28 GET /api/v1/namespaces/kube-system/pods/j6vl 260\nI0210 00:59:15.086813       1 logs_generator.go:76] 29 PUT /api/v1/namespaces/kube-system/pods/sqfz 542\nI0210 00:59:15.286851       1 logs_generator.go:76] 30 POST /api/v1/namespaces/kube-system/pods/qr9n 569\n"
[AfterEach] Kubectl logs
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1364
Feb 10 00:59:15.412: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete pod logs-generator --namespace=kubectl-46'
Feb 10 00:59:18.246: INFO: stderr: ""
Feb 10 00:59:18.246: INFO: stdout: "pod \"logs-generator\" deleted\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:59:18.246: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-46" for this suite.

• [SLOW TEST:16.271 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Kubectl logs
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1354
    should be able to retrieve and filter logs  [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Kubectl logs should be able to retrieve and filter logs  [Conformance]","total":278,"completed":21,"skipped":391,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] ResourceQuota 
  should create a ResourceQuota and capture the life of a secret. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:59:18.253: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename resourcequota
STEP: Waiting for a default service account to be provisioned in namespace
[It] should create a ResourceQuota and capture the life of a secret. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Discovering how many secrets are in namespace by default
STEP: Counting existing ResourceQuota
STEP: Creating a ResourceQuota
STEP: Ensuring resource quota status is calculated
STEP: Creating a Secret
STEP: Ensuring resource quota status captures secret creation
STEP: Deleting a secret
STEP: Ensuring resource quota status released usage
[AfterEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:59:35.422: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "resourcequota-6633" for this suite.

• [SLOW TEST:17.174 seconds]
[sig-api-machinery] ResourceQuota
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should create a ResourceQuota and capture the life of a secret. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a secret. [Conformance]","total":278,"completed":22,"skipped":441,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Secrets 
  should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:59:35.428: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name secret-test-map-f3a98a3f-e0c3-4a0a-a2a7-d4ff244d8d8c
STEP: Creating a pod to test consume secrets
Feb 10 00:59:35.661: INFO: Waiting up to 5m0s for pod "pod-secrets-a0ab1772-0ede-4f4f-b305-f26a9fa1a3aa" in namespace "secrets-9562" to be "success or failure"
Feb 10 00:59:35.703: INFO: Pod "pod-secrets-a0ab1772-0ede-4f4f-b305-f26a9fa1a3aa": Phase="Pending", Reason="", readiness=false. Elapsed: 41.865489ms
Feb 10 00:59:37.708: INFO: Pod "pod-secrets-a0ab1772-0ede-4f4f-b305-f26a9fa1a3aa": Phase="Pending", Reason="", readiness=false. Elapsed: 2.046626389s
Feb 10 00:59:39.712: INFO: Pod "pod-secrets-a0ab1772-0ede-4f4f-b305-f26a9fa1a3aa": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.050648658s
STEP: Saw pod success
Feb 10 00:59:39.712: INFO: Pod "pod-secrets-a0ab1772-0ede-4f4f-b305-f26a9fa1a3aa" satisfied condition "success or failure"
Feb 10 00:59:39.715: INFO: Trying to get logs from node jerma-worker2 pod pod-secrets-a0ab1772-0ede-4f4f-b305-f26a9fa1a3aa container secret-volume-test: 
STEP: delete the pod
Feb 10 00:59:39.840: INFO: Waiting for pod pod-secrets-a0ab1772-0ede-4f4f-b305-f26a9fa1a3aa to disappear
Feb 10 00:59:39.890: INFO: Pod pod-secrets-a0ab1772-0ede-4f4f-b305-f26a9fa1a3aa no longer exists
[AfterEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 00:59:39.890: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-9562" for this suite.
•{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","total":278,"completed":23,"skipped":474,"failed":0}
SSSS
------------------------------
[sig-storage] Subpath Atomic writer volumes 
  should support subpaths with downward pod [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Subpath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 00:59:39.899: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename subpath
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] Atomic writer volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:37
STEP: Setting up data
[It] should support subpaths with downward pod [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating pod pod-subpath-test-downwardapi-7grk
STEP: Creating a pod to test atomic-volume-subpath
Feb 10 00:59:40.075: INFO: Waiting up to 5m0s for pod "pod-subpath-test-downwardapi-7grk" in namespace "subpath-6632" to be "success or failure"
Feb 10 00:59:40.087: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Pending", Reason="", readiness=false. Elapsed: 12.305996ms
Feb 10 00:59:42.147: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Pending", Reason="", readiness=false. Elapsed: 2.072066591s
Feb 10 00:59:44.152: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Running", Reason="", readiness=true. Elapsed: 4.076816421s
Feb 10 00:59:46.156: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Running", Reason="", readiness=true. Elapsed: 6.081106827s
Feb 10 00:59:48.177: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Running", Reason="", readiness=true. Elapsed: 8.101829603s
Feb 10 00:59:50.182: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Running", Reason="", readiness=true. Elapsed: 10.106563502s
Feb 10 00:59:52.186: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Running", Reason="", readiness=true. Elapsed: 12.111200022s
Feb 10 00:59:54.191: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Running", Reason="", readiness=true. Elapsed: 14.115673426s
Feb 10 00:59:56.195: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Running", Reason="", readiness=true. Elapsed: 16.120323794s
Feb 10 00:59:58.200: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Running", Reason="", readiness=true. Elapsed: 18.12446955s
Feb 10 01:00:00.203: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Running", Reason="", readiness=true. Elapsed: 20.128067436s
Feb 10 01:00:02.209: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Running", Reason="", readiness=true. Elapsed: 22.133734085s
Feb 10 01:00:04.213: INFO: Pod "pod-subpath-test-downwardapi-7grk": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.137469162s
STEP: Saw pod success
Feb 10 01:00:04.213: INFO: Pod "pod-subpath-test-downwardapi-7grk" satisfied condition "success or failure"
Feb 10 01:00:04.215: INFO: Trying to get logs from node jerma-worker2 pod pod-subpath-test-downwardapi-7grk container test-container-subpath-downwardapi-7grk: 
STEP: delete the pod
Feb 10 01:00:04.245: INFO: Waiting for pod pod-subpath-test-downwardapi-7grk to disappear
Feb 10 01:00:04.277: INFO: Pod pod-subpath-test-downwardapi-7grk no longer exists
STEP: Deleting pod pod-subpath-test-downwardapi-7grk
Feb 10 01:00:04.277: INFO: Deleting pod "pod-subpath-test-downwardapi-7grk" in namespace "subpath-6632"
[AfterEach] [sig-storage] Subpath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:00:04.279: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "subpath-6632" for this suite.

• [SLOW TEST:24.386 seconds]
[sig-storage] Subpath
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23
  Atomic writer volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:33
    should support subpaths with downward pod [LinuxOnly] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with downward pod [LinuxOnly] [Conformance]","total":278,"completed":24,"skipped":478,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] 
  works for multiple CRDs of different groups [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:00:04.286: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-publish-openapi
STEP: Waiting for a default service account to be provisioned in namespace
[It] works for multiple CRDs of different groups [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: CRs in different groups (two CRDs) show up in OpenAPI documentation
Feb 10 01:00:04.328: INFO: >>> kubeConfig: /root/.kube/config
Feb 10 01:00:07.296: INFO: >>> kubeConfig: /root/.kube/config
[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:00:18.062: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-publish-openapi-5936" for this suite.

• [SLOW TEST:13.820 seconds]
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  works for multiple CRDs of different groups [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of different groups [Conformance]","total":278,"completed":25,"skipped":511,"failed":0}
SSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Variable Expansion 
  should allow substituting values in a container's command [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Variable Expansion
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:00:18.106: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename var-expansion
STEP: Waiting for a default service account to be provisioned in namespace
[It] should allow substituting values in a container's command [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test substitution in container's command
Feb 10 01:00:18.166: INFO: Waiting up to 5m0s for pod "var-expansion-4dedeccc-e3d8-41ff-bed1-5fa1a14e73f5" in namespace "var-expansion-6827" to be "success or failure"
Feb 10 01:00:18.170: INFO: Pod "var-expansion-4dedeccc-e3d8-41ff-bed1-5fa1a14e73f5": Phase="Pending", Reason="", readiness=false. Elapsed: 3.537848ms
Feb 10 01:00:20.188: INFO: Pod "var-expansion-4dedeccc-e3d8-41ff-bed1-5fa1a14e73f5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.021609082s
Feb 10 01:00:22.192: INFO: Pod "var-expansion-4dedeccc-e3d8-41ff-bed1-5fa1a14e73f5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.026002652s
STEP: Saw pod success
Feb 10 01:00:22.192: INFO: Pod "var-expansion-4dedeccc-e3d8-41ff-bed1-5fa1a14e73f5" satisfied condition "success or failure"
Feb 10 01:00:22.195: INFO: Trying to get logs from node jerma-worker2 pod var-expansion-4dedeccc-e3d8-41ff-bed1-5fa1a14e73f5 container dapi-container: 
STEP: delete the pod
Feb 10 01:00:22.239: INFO: Waiting for pod var-expansion-4dedeccc-e3d8-41ff-bed1-5fa1a14e73f5 to disappear
Feb 10 01:00:22.247: INFO: Pod var-expansion-4dedeccc-e3d8-41ff-bed1-5fa1a14e73f5 no longer exists
[AfterEach] [k8s.io] Variable Expansion
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:00:22.247: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "var-expansion-6827" for this suite.
•{"msg":"PASSED [k8s.io] Variable Expansion should allow substituting values in a container's command [NodeConformance] [Conformance]","total":278,"completed":26,"skipped":528,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] CustomResourceDefinition Watch 
  watch on custom resource definition objects [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:00:22.255: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-watch
STEP: Waiting for a default service account to be provisioned in namespace
[It] watch on custom resource definition objects [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:00:22.301: INFO: >>> kubeConfig: /root/.kube/config
STEP: Creating first CR 
Feb 10 01:00:22.588: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2021-02-10T01:00:22Z generation:1 name:name1 resourceVersion:7963465 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name1 uid:a2863715-73e6-4ef4-ab3d-081c212f3215] num:map[num1:9223372036854775807 num2:1000000]]}
STEP: Creating second CR
Feb 10 01:00:32.633: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2021-02-10T01:00:32Z generation:1 name:name2 resourceVersion:7963541 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name2 uid:17cd9868-cfcc-45f5-88da-19e990ca3db0] num:map[num1:9223372036854775807 num2:1000000]]}
STEP: Modifying first CR
Feb 10 01:00:42.639: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2021-02-10T01:00:22Z generation:2 name:name1 resourceVersion:7963578 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name1 uid:a2863715-73e6-4ef4-ab3d-081c212f3215] num:map[num1:9223372036854775807 num2:1000000]]}
STEP: Modifying second CR
Feb 10 01:00:52.658: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2021-02-10T01:00:32Z generation:2 name:name2 resourceVersion:7963603 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name2 uid:17cd9868-cfcc-45f5-88da-19e990ca3db0] num:map[num1:9223372036854775807 num2:1000000]]}
STEP: Deleting first CR
Feb 10 01:01:02.799: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2021-02-10T01:00:22Z generation:2 name:name1 resourceVersion:7963630 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name1 uid:a2863715-73e6-4ef4-ab3d-081c212f3215] num:map[num1:9223372036854775807 num2:1000000]]}
STEP: Deleting second CR
Feb 10 01:01:12.804: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2021-02-10T01:00:32Z generation:2 name:name2 resourceVersion:7963657 selfLink:/apis/mygroup.example.com/v1beta1/noxus/name2 uid:17cd9868-cfcc-45f5-88da-19e990ca3db0] num:map[num1:9223372036854775807 num2:1000000]]}
[AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:01:23.310: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-watch-3595" for this suite.

• [SLOW TEST:61.061 seconds]
[sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  CustomResourceDefinition Watch
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/crd_watch.go:41
    watch on custom resource definition objects [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] CustomResourceDefinition Watch watch on custom resource definition objects [Conformance]","total":278,"completed":27,"skipped":575,"failed":0}
SSSSSSSSSSSSSS
------------------------------
[k8s.io] Security Context when creating containers with AllowPrivilegeEscalation 
  should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:01:23.317: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename security-context-test
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/security_context.go:39
[It] should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:01:23.389: INFO: Waiting up to 5m0s for pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768" in namespace "security-context-test-873" to be "success or failure"
Feb 10 01:01:23.408: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768": Phase="Pending", Reason="", readiness=false. Elapsed: 19.397918ms
Feb 10 01:01:25.714: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768": Phase="Pending", Reason="", readiness=false. Elapsed: 2.324611507s
Feb 10 01:01:27.781: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768": Phase="Pending", Reason="", readiness=false. Elapsed: 4.39237014s
Feb 10 01:01:29.811: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768": Phase="Pending", Reason="", readiness=false. Elapsed: 6.422186582s
Feb 10 01:01:32.083: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768": Phase="Pending", Reason="", readiness=false. Elapsed: 8.693940555s
Feb 10 01:01:34.085: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768": Phase="Pending", Reason="", readiness=false. Elapsed: 10.696146214s
Feb 10 01:01:36.088: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768": Phase="Pending", Reason="", readiness=false. Elapsed: 12.699384069s
Feb 10 01:01:38.375: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768": Phase="Pending", Reason="", readiness=false. Elapsed: 14.98546558s
Feb 10 01:01:40.377: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768": Phase="Pending", Reason="", readiness=false. Elapsed: 16.987865927s
Feb 10 01:01:42.380: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768": Phase="Succeeded", Reason="", readiness=false. Elapsed: 18.990615934s
Feb 10 01:01:42.380: INFO: Pod "alpine-nnp-false-5f1fd1a2-1993-44a5-bdec-58ed2e4f1768" satisfied condition "success or failure"
[AfterEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:01:42.396: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "security-context-test-873" for this suite.

• [SLOW TEST:19.086 seconds]
[k8s.io] Security Context
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  when creating containers with AllowPrivilegeEscalation
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/security_context.go:289
    should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Security Context when creating containers with AllowPrivilegeEscalation should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":28,"skipped":589,"failed":0}
SSSSSSS
------------------------------
[k8s.io] Probing container 
  should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:01:42.403: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-probe
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:51
[It] should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating pod busybox-c2df42b2-dd1c-4509-a452-9f3439e00db4 in namespace container-probe-4449
Feb 10 01:01:46.466: INFO: Started pod busybox-c2df42b2-dd1c-4509-a452-9f3439e00db4 in namespace container-probe-4449
STEP: checking the pod's current state and verifying that restartCount is present
Feb 10 01:01:46.468: INFO: Initial restart count of pod busybox-c2df42b2-dd1c-4509-a452-9f3439e00db4 is 0
Feb 10 01:02:35.029: INFO: Restart count of pod container-probe-4449/busybox-c2df42b2-dd1c-4509-a452-9f3439e00db4 is now 1 (48.561571281s elapsed)
STEP: deleting the pod
[AfterEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:02:35.137: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-probe-4449" for this suite.

• [SLOW TEST:52.752 seconds]
[k8s.io] Probing container
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Probing container should be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]","total":278,"completed":29,"skipped":596,"failed":0}
SSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] ResourceQuota 
  should be able to update and delete ResourceQuota. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:02:35.155: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename resourcequota
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be able to update and delete ResourceQuota. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a ResourceQuota
STEP: Getting a ResourceQuota
STEP: Updating a ResourceQuota
STEP: Verifying a ResourceQuota was modified
STEP: Deleting a ResourceQuota
STEP: Verifying the deleted ResourceQuota
[AfterEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:02:35.302: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "resourcequota-3034" for this suite.
•{"msg":"PASSED [sig-api-machinery] ResourceQuota should be able to update and delete ResourceQuota. [Conformance]","total":278,"completed":30,"skipped":615,"failed":0}
SSSSSSS
------------------------------
[k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook 
  should execute poststart http hook properly [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Container Lifecycle Hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:02:35.306: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-lifecycle-hook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] when create a pod with lifecycle hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:64
STEP: create the container to handle the HTTPGet hook request.
[It] should execute poststart http hook properly [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the pod with lifecycle hook
STEP: check poststart hook
STEP: delete the pod with lifecycle hook
Feb 10 01:02:47.396: INFO: Waiting for pod pod-with-poststart-http-hook to disappear
Feb 10 01:02:47.423: INFO: Pod pod-with-poststart-http-hook still exists
Feb 10 01:02:49.423: INFO: Waiting for pod pod-with-poststart-http-hook to disappear
Feb 10 01:02:49.426: INFO: Pod pod-with-poststart-http-hook still exists
Feb 10 01:02:51.423: INFO: Waiting for pod pod-with-poststart-http-hook to disappear
Feb 10 01:02:51.426: INFO: Pod pod-with-poststart-http-hook still exists
Feb 10 01:02:53.423: INFO: Waiting for pod pod-with-poststart-http-hook to disappear
Feb 10 01:02:53.426: INFO: Pod pod-with-poststart-http-hook no longer exists
[AfterEach] [k8s.io] Container Lifecycle Hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:02:53.426: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-lifecycle-hook-402" for this suite.

• [SLOW TEST:18.126 seconds]
[k8s.io] Container Lifecycle Hook
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  when create a pod with lifecycle hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:42
    should execute poststart http hook properly [NodeConformance] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart http hook properly [NodeConformance] [Conformance]","total":278,"completed":31,"skipped":622,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] Deployment 
  RollingUpdateDeployment should delete old pods and create new ones [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:02:53.433: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename deployment
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:69
[It] RollingUpdateDeployment should delete old pods and create new ones [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:02:53.480: INFO: Creating replica set "test-rolling-update-controller" (going to be adopted)
Feb 10 01:02:53.542: INFO: Pod name sample-pod: Found 0 pods out of 1
Feb 10 01:02:58.550: INFO: Pod name sample-pod: Found 1 pods out of 1
STEP: ensuring each pod is running
Feb 10 01:02:58.550: INFO: Creating deployment "test-rolling-update-deployment"
Feb 10 01:02:58.556: INFO: Ensuring deployment "test-rolling-update-deployment" gets the next revision from the one the adopted replica set "test-rolling-update-controller" has
Feb 10 01:02:58.568: INFO: new replicaset for deployment "test-rolling-update-deployment" is yet to be created
Feb 10 01:03:00.652: INFO: Ensuring status for deployment "test-rolling-update-deployment" is the expected
Feb 10 01:03:00.681: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:2, UpdatedReplicas:1, ReadyReplicas:1, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515778, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515778, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515778, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515778, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rolling-update-deployment-67cf4f6444\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:03:02.742: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:2, UnavailableReplicas:0, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515778, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515778, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515782, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748515778, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rolling-update-deployment-67cf4f6444\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:03:04.684: INFO: Ensuring deployment "test-rolling-update-deployment" has one old replica set (the one it adopted)
[AfterEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:63
Feb 10 01:03:04.693: INFO: Deployment "test-rolling-update-deployment":
&Deployment{ObjectMeta:{test-rolling-update-deployment  deployment-4073 /apis/apps/v1/namespaces/deployment-4073/deployments/test-rolling-update-deployment 2b3c7a6c-7a1f-44be-b29c-a02ae07da073 7964158 1 2021-02-10 01:02:58 +0000 UTC   map[name:sample-pod] map[deployment.kubernetes.io/revision:3546343826724305833] [] []  []},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:sample-pod] map[] [] []  []} {[] [] [{agnhost gcr.io/kubernetes-e2e-test-images/agnhost:2.8 [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc0033a55c8  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:1,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:True,Reason:MinimumReplicasAvailable,Message:Deployment has minimum availability.,LastUpdateTime:2021-02-10 01:02:58 +0000 UTC,LastTransitionTime:2021-02-10 01:02:58 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rolling-update-deployment-67cf4f6444" has successfully progressed.,LastUpdateTime:2021-02-10 01:03:02 +0000 UTC,LastTransitionTime:2021-02-10 01:02:58 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},}

Feb 10 01:03:04.695: INFO: New ReplicaSet "test-rolling-update-deployment-67cf4f6444" of Deployment "test-rolling-update-deployment":
&ReplicaSet{ObjectMeta:{test-rolling-update-deployment-67cf4f6444  deployment-4073 /apis/apps/v1/namespaces/deployment-4073/replicasets/test-rolling-update-deployment-67cf4f6444 5fe52a40-d0e8-4c36-92c7-f7cbed2626e8 7964145 1 2021-02-10 01:02:58 +0000 UTC   map[name:sample-pod pod-template-hash:67cf4f6444] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:3546343826724305833] [{apps/v1 Deployment test-rolling-update-deployment 2b3c7a6c-7a1f-44be-b29c-a02ae07da073 0xc0033a5f27 0xc0033a5f28}] []  []},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,pod-template-hash: 67cf4f6444,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:sample-pod pod-template-hash:67cf4f6444] map[] [] []  []} {[] [] [{agnhost gcr.io/kubernetes-e2e-test-images/agnhost:2.8 [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc0033a5f98  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:03:04.695: INFO: All old ReplicaSets of Deployment "test-rolling-update-deployment":
Feb 10 01:03:04.695: INFO: &ReplicaSet{ObjectMeta:{test-rolling-update-controller  deployment-4073 /apis/apps/v1/namespaces/deployment-4073/replicasets/test-rolling-update-controller 4fd89475-c9ab-4dc3-9365-a38a09d347f1 7964156 2 2021-02-10 01:02:53 +0000 UTC   map[name:sample-pod pod:httpd] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:3546343826724305832] [{apps/v1 Deployment test-rolling-update-deployment 2b3c7a6c-7a1f-44be-b29c-a02ae07da073 0xc0033a5d27 0xc0033a5d28}] []  []},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,pod: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:sample-pod pod:httpd] map[] [] []  []} {[] [] [{httpd docker.io/library/httpd:2.4.38-alpine [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc0033a5db8  ClusterFirst map[]     false false false  PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:03:04.697: INFO: Pod "test-rolling-update-deployment-67cf4f6444-grgbg" is available:
&Pod{ObjectMeta:{test-rolling-update-deployment-67cf4f6444-grgbg test-rolling-update-deployment-67cf4f6444- deployment-4073 /api/v1/namespaces/deployment-4073/pods/test-rolling-update-deployment-67cf4f6444-grgbg f29ff9d6-a6c9-4931-86bb-b8c8a92d9fb2 7964144 0 2021-02-10 01:02:58 +0000 UTC   map[name:sample-pod pod-template-hash:67cf4f6444] map[] [{apps/v1 ReplicaSet test-rolling-update-deployment-67cf4f6444 5fe52a40-d0e8-4c36-92c7-f7cbed2626e8 0xc004192567 0xc004192568}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-wdmzh,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-wdmzh,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:gcr.io/kubernetes-e2e-test-images/agnhost:2.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-wdmzh,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:02:58 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:03:02 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:03:02 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:02:58 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:10.244.2.176,StartTime:2021-02-10 01:02:58 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:03:01 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:gcr.io/kubernetes-e2e-test-images/agnhost:2.8,ImageID:gcr.io/kubernetes-e2e-test-images/agnhost@sha256:daf5332100521b1256d0e3c56d697a238eaec3af48897ed9167cbadd426773b5,ContainerID:containerd://96c364f3c88c1d952860b4099d6c01196576538c0d19e9bfbaf775f5241af62b,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.176,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
[AfterEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:03:04.697: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "deployment-4073" for this suite.

• [SLOW TEST:11.269 seconds]
[sig-apps] Deployment
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  RollingUpdateDeployment should delete old pods and create new ones [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Deployment RollingUpdateDeployment should delete old pods and create new ones [Conformance]","total":278,"completed":32,"skipped":662,"failed":0}
SSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:03:04.702: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0777 on node default medium
Feb 10 01:03:04.796: INFO: Waiting up to 5m0s for pod "pod-ffa8e1e9-bc08-41ca-a046-e56b7cd92b08" in namespace "emptydir-6757" to be "success or failure"
Feb 10 01:03:04.800: INFO: Pod "pod-ffa8e1e9-bc08-41ca-a046-e56b7cd92b08": Phase="Pending", Reason="", readiness=false. Elapsed: 4.035505ms
Feb 10 01:03:06.803: INFO: Pod "pod-ffa8e1e9-bc08-41ca-a046-e56b7cd92b08": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006614222s
Feb 10 01:03:08.806: INFO: Pod "pod-ffa8e1e9-bc08-41ca-a046-e56b7cd92b08": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009937756s
STEP: Saw pod success
Feb 10 01:03:08.806: INFO: Pod "pod-ffa8e1e9-bc08-41ca-a046-e56b7cd92b08" satisfied condition "success or failure"
Feb 10 01:03:08.808: INFO: Trying to get logs from node jerma-worker2 pod pod-ffa8e1e9-bc08-41ca-a046-e56b7cd92b08 container test-container: 
STEP: delete the pod
Feb 10 01:03:08.867: INFO: Waiting for pod pod-ffa8e1e9-bc08-41ca-a046-e56b7cd92b08 to disappear
Feb 10 01:03:08.879: INFO: Pod pod-ffa8e1e9-bc08-41ca-a046-e56b7cd92b08 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:03:08.879: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-6757" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":33,"skipped":665,"failed":0}
SSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Pods 
  should get a host IP [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:03:08.885: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pods
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:177
[It] should get a host IP [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating pod
Feb 10 01:03:13.606: INFO: Pod pod-hostip-83c328eb-8f5a-4e9e-b23d-8641fd00f5fb has hostIP: 172.18.0.5
[AfterEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:03:13.606: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pods-5468" for this suite.
•{"msg":"PASSED [k8s.io] Pods should get a host IP [NodeConformance] [Conformance]","total":278,"completed":34,"skipped":683,"failed":0}
SSSSSSSS
------------------------------
[sig-storage] Projected configMap 
  optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:03:13.612: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name cm-test-opt-del-9b80af62-a171-47a7-b6b6-e029e5f31ac2
STEP: Creating configMap with name cm-test-opt-upd-e546bb36-f32f-4b60-ae88-2fd394c55fc5
STEP: Creating the pod
STEP: Deleting configmap cm-test-opt-del-9b80af62-a171-47a7-b6b6-e029e5f31ac2
STEP: Updating configmap cm-test-opt-upd-e546bb36-f32f-4b60-ae88-2fd394c55fc5
STEP: Creating configMap with name cm-test-opt-create-442f2dbc-dfc5-44e0-8f97-4f0ea84cea8c
STEP: waiting to observe update in volume
[AfterEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:04:47.446: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-4186" for this suite.

• [SLOW TEST:93.839 seconds]
[sig-storage] Projected configMap
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:34
  optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Projected configMap optional updates should be reflected in volume [NodeConformance] [Conformance]","total":278,"completed":35,"skipped":691,"failed":0}
SSSSS
------------------------------
[sig-cli] Kubectl client Update Demo 
  should create and stop a replication controller  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:04:47.452: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Update Demo
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:325
[It] should create and stop a replication controller  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating a replication controller
Feb 10 01:04:47.558: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-5993'
Feb 10 01:04:49.046: INFO: stderr: ""
Feb 10 01:04:49.046: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n"
STEP: waiting for all containers in name=update-demo pods to come up.
Feb 10 01:04:49.046: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-5993'
Feb 10 01:04:49.134: INFO: stderr: ""
Feb 10 01:04:49.134: INFO: stdout: ""
STEP: Replicas for name=update-demo: expected=2 actual=0
Feb 10 01:04:54.135: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-5993'
Feb 10 01:04:54.360: INFO: stderr: ""
Feb 10 01:04:54.360: INFO: stdout: "update-demo-nautilus-45njd update-demo-nautilus-5nmqt "
Feb 10 01:04:54.360: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-45njd -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-5993'
Feb 10 01:04:54.618: INFO: stderr: ""
Feb 10 01:04:54.618: INFO: stdout: ""
Feb 10 01:04:54.618: INFO: update-demo-nautilus-45njd is created but not running
Feb 10 01:04:59.618: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-5993'
Feb 10 01:04:59.720: INFO: stderr: ""
Feb 10 01:04:59.720: INFO: stdout: "update-demo-nautilus-45njd update-demo-nautilus-5nmqt "
Feb 10 01:04:59.720: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-45njd -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-5993'
Feb 10 01:05:00.100: INFO: stderr: ""
Feb 10 01:05:00.100: INFO: stdout: ""
Feb 10 01:05:00.100: INFO: update-demo-nautilus-45njd is created but not running
Feb 10 01:05:05.101: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-5993'
Feb 10 01:05:05.206: INFO: stderr: ""
Feb 10 01:05:05.206: INFO: stdout: "update-demo-nautilus-45njd update-demo-nautilus-5nmqt "
Feb 10 01:05:05.206: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-45njd -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-5993'
Feb 10 01:05:05.301: INFO: stderr: ""
Feb 10 01:05:05.301: INFO: stdout: "true"
Feb 10 01:05:05.302: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-45njd -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-5993'
Feb 10 01:05:05.398: INFO: stderr: ""
Feb 10 01:05:05.398: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0"
Feb 10 01:05:05.398: INFO: validating pod update-demo-nautilus-45njd
Feb 10 01:05:05.402: INFO: got data: {
  "image": "nautilus.jpg"
}

Feb 10 01:05:05.402: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg .
Feb 10 01:05:05.402: INFO: update-demo-nautilus-45njd is verified up and running
Feb 10 01:05:05.403: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-5nmqt -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-5993'
Feb 10 01:05:05.615: INFO: stderr: ""
Feb 10 01:05:05.615: INFO: stdout: "true"
Feb 10 01:05:05.615: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-5nmqt -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-5993'
Feb 10 01:05:05.698: INFO: stderr: ""
Feb 10 01:05:05.698: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0"
Feb 10 01:05:05.698: INFO: validating pod update-demo-nautilus-5nmqt
Feb 10 01:05:05.783: INFO: got data: {
  "image": "nautilus.jpg"
}

Feb 10 01:05:05.783: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg .
Feb 10 01:05:05.783: INFO: update-demo-nautilus-5nmqt is verified up and running
STEP: using delete to clean up resources
Feb 10 01:05:05.783: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-5993'
Feb 10 01:05:05.919: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n"
Feb 10 01:05:05.919: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n"
Feb 10 01:05:05.919: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get rc,svc -l name=update-demo --no-headers --namespace=kubectl-5993'
Feb 10 01:05:06.056: INFO: stderr: "No resources found in kubectl-5993 namespace.\n"
Feb 10 01:05:06.056: INFO: stdout: ""
Feb 10 01:05:06.056: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -l name=update-demo --namespace=kubectl-5993 -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}'
Feb 10 01:05:06.153: INFO: stderr: ""
Feb 10 01:05:06.153: INFO: stdout: "update-demo-nautilus-45njd\nupdate-demo-nautilus-5nmqt\n"
Feb 10 01:05:06.653: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get rc,svc -l name=update-demo --no-headers --namespace=kubectl-5993'
Feb 10 01:05:06.765: INFO: stderr: "No resources found in kubectl-5993 namespace.\n"
Feb 10 01:05:06.765: INFO: stdout: ""
Feb 10 01:05:06.765: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -l name=update-demo --namespace=kubectl-5993 -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}'
Feb 10 01:05:06.867: INFO: stderr: ""
Feb 10 01:05:06.867: INFO: stdout: ""
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:05:06.867: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-5993" for this suite.

• [SLOW TEST:19.422 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Update Demo
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:323
    should create and stop a replication controller  [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Update Demo should create and stop a replication controller  [Conformance]","total":278,"completed":36,"skipped":696,"failed":0}
[sig-apps] Job 
  should adopt matching orphans and release non-matching pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Job
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:05:06.874: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename job
STEP: Waiting for a default service account to be provisioned in namespace
[It] should adopt matching orphans and release non-matching pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a job
STEP: Ensuring active pods == parallelism
STEP: Orphaning one of the Job's Pods
Feb 10 01:05:13.617: INFO: Successfully updated pod "adopt-release-n8vph"
STEP: Checking that the Job readopts the Pod
Feb 10 01:05:13.617: INFO: Waiting up to 15m0s for pod "adopt-release-n8vph" in namespace "job-4275" to be "adopted"
Feb 10 01:05:13.625: INFO: Pod "adopt-release-n8vph": Phase="Running", Reason="", readiness=true. Elapsed: 7.255198ms
Feb 10 01:05:15.628: INFO: Pod "adopt-release-n8vph": Phase="Running", Reason="", readiness=true. Elapsed: 2.010571423s
Feb 10 01:05:15.628: INFO: Pod "adopt-release-n8vph" satisfied condition "adopted"
STEP: Removing the labels from the Job's Pod
Feb 10 01:05:16.136: INFO: Successfully updated pod "adopt-release-n8vph"
STEP: Checking that the Job releases the Pod
Feb 10 01:05:16.137: INFO: Waiting up to 15m0s for pod "adopt-release-n8vph" in namespace "job-4275" to be "released"
Feb 10 01:05:16.158: INFO: Pod "adopt-release-n8vph": Phase="Running", Reason="", readiness=true. Elapsed: 21.133574ms
Feb 10 01:05:18.198: INFO: Pod "adopt-release-n8vph": Phase="Running", Reason="", readiness=true. Elapsed: 2.061122102s
Feb 10 01:05:18.198: INFO: Pod "adopt-release-n8vph" satisfied condition "released"
[AfterEach] [sig-apps] Job
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:05:18.198: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "job-4275" for this suite.

• [SLOW TEST:11.339 seconds]
[sig-apps] Job
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should adopt matching orphans and release non-matching pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Job should adopt matching orphans and release non-matching pods [Conformance]","total":278,"completed":37,"skipped":696,"failed":0}
SSSSS
------------------------------
[k8s.io] Docker Containers 
  should use the image defaults if command and args are blank [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Docker Containers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:05:18.213: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename containers
STEP: Waiting for a default service account to be provisioned in namespace
[It] should use the image defaults if command and args are blank [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[AfterEach] [k8s.io] Docker Containers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:05:28.005: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "containers-9304" for this suite.

• [SLOW TEST:9.798 seconds]
[k8s.io] Docker Containers
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should use the image defaults if command and args are blank [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Docker Containers should use the image defaults if command and args are blank [NodeConformance] [Conformance]","total":278,"completed":38,"skipped":701,"failed":0}
SSSSSSSSSS
------------------------------
[sig-scheduling] SchedulerPredicates [Serial] 
  validates that there exists conflict between pods with same hostPort and protocol but one using 0.0.0.0 hostIP [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:05:28.011: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename sched-pred
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:86
Feb 10 01:05:28.088: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready
Feb 10 01:05:28.100: INFO: Waiting for terminating namespaces to be deleted...
Feb 10 01:05:28.103: INFO: 
Logging pods the kubelet thinks is on node jerma-worker before test
Feb 10 01:05:28.109: INFO: kube-proxy-gdgm6 from kube-system started at 2021-01-10 17:29:37 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.109: INFO: 	Container kube-proxy ready: true, restart count 0
Feb 10 01:05:28.109: INFO: adopt-release-n8vph from job-4275 started at 2021-02-10 01:05:07 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.109: INFO: 	Container c ready: true, restart count 0
Feb 10 01:05:28.109: INFO: adopt-release-vbng5 from job-4275 started at 2021-02-10 01:05:07 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.109: INFO: 	Container c ready: true, restart count 0
Feb 10 01:05:28.109: INFO: chaos-daemon-f2nl5 from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.109: INFO: 	Container chaos-daemon ready: true, restart count 0
Feb 10 01:05:28.109: INFO: chaos-controller-manager-7f9bbd476f-2hzrh from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.109: INFO: 	Container chaos-mesh ready: true, restart count 0
Feb 10 01:05:28.109: INFO: kindnet-c2jgb from kube-system started at 2021-01-10 17:30:25 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.110: INFO: 	Container kindnet-cni ready: true, restart count 0
Feb 10 01:05:28.110: INFO: 
Logging pods the kubelet thinks is on node jerma-worker2 before test
Feb 10 01:05:28.116: INFO: kindnet-4ww4f from kube-system started at 2021-01-10 17:29:22 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.116: INFO: 	Container kindnet-cni ready: true, restart count 0
Feb 10 01:05:28.116: INFO: chaos-daemon-n2277 from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.116: INFO: 	Container chaos-daemon ready: true, restart count 0
Feb 10 01:05:28.116: INFO: adopt-release-rbr67 from job-4275 started at 2021-02-10 01:05:16 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.116: INFO: 	Container c ready: true, restart count 0
Feb 10 01:05:28.116: INFO: kube-proxy-8vfzd from kube-system started at 2021-01-10 17:29:16 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.116: INFO: 	Container kube-proxy ready: true, restart count 0
Feb 10 01:05:28.116: INFO: client-containers-b7e231ac-233e-4ba7-9678-334348b0b816 from containers-9304 started at 2021-02-10 01:05:19 +0000 UTC (1 container statuses recorded)
Feb 10 01:05:28.116: INFO: 	Container test-container ready: true, restart count 0
[It] validates that there exists conflict between pods with same hostPort and protocol but one using 0.0.0.0 hostIP [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Trying to launch a pod without a label to get a node which can launch it.
STEP: Explicitly delete pod here to free the resource it takes.
STEP: Trying to apply a random label on the found node.
STEP: verifying the node has the label kubernetes.io/e2e-f870e423-c39b-41d5-93f1-b8e498207fb4 95
STEP: Trying to create a pod(pod4) with hostport 54322 and hostIP 0.0.0.0(empty string here) and expect scheduled
STEP: Trying to create another pod(pod5) with hostport 54322 but hostIP 127.0.0.1 on the node which pod4 resides and expect not scheduled
STEP: removing the label kubernetes.io/e2e-f870e423-c39b-41d5-93f1-b8e498207fb4 off the node jerma-worker
STEP: verifying the node doesn't have the label kubernetes.io/e2e-f870e423-c39b-41d5-93f1-b8e498207fb4
[AfterEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:10:36.368: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "sched-pred-4643" for this suite.
[AfterEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:77

• [SLOW TEST:308.368 seconds]
[sig-scheduling] SchedulerPredicates [Serial]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40
  validates that there exists conflict between pods with same hostPort and protocol but one using 0.0.0.0 hostIP [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that there exists conflict between pods with same hostPort and protocol but one using 0.0.0.0 hostIP [Conformance]","total":278,"completed":39,"skipped":711,"failed":0}
S
------------------------------
[k8s.io] Pods 
  should be submitted and removed [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:10:36.379: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pods
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:177
[It] should be submitted and removed [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the pod
STEP: setting up watch
STEP: submitting the pod to kubernetes
Feb 10 01:10:36.464: INFO: observed the pod list
STEP: verifying the pod is in kubernetes
STEP: verifying pod creation was observed
STEP: deleting the pod gracefully
STEP: verifying the kubelet observed the termination notice
Feb 10 01:10:45.553: INFO: no pod exists with the name we were looking for, assuming the termination request was observed and completed
STEP: verifying pod deletion was observed
[AfterEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:10:45.556: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pods-5456" for this suite.

• [SLOW TEST:9.184 seconds]
[k8s.io] Pods
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should be submitted and removed [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Pods should be submitted and removed [NodeConformance] [Conformance]","total":278,"completed":40,"skipped":712,"failed":0}
SSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition 
  listing custom resource definition objects works  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:10:45.564: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename custom-resource-definition
STEP: Waiting for a default service account to be provisioned in namespace
[It] listing custom resource definition objects works  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:10:45.618: INFO: >>> kubeConfig: /root/.kube/config
[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:10:50.165: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "custom-resource-definition-631" for this suite.
•{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition listing custom resource definition objects works  [Conformance]","total":278,"completed":41,"skipped":722,"failed":0}
SSSSS
------------------------------
[sig-storage] EmptyDir wrapper volumes 
  should not cause race condition when used for configmaps [Serial] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir wrapper volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:10:50.174: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir-wrapper
STEP: Waiting for a default service account to be provisioned in namespace
[It] should not cause race condition when used for configmaps [Serial] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating 50 configmaps
STEP: Creating RC which spawns configmap-volume pods
Feb 10 01:10:51.086: INFO: Pod name wrapped-volume-race-a0dd3147-0ee8-465c-842a-bee82851e36b: Found 0 pods out of 5
Feb 10 01:10:56.101: INFO: Pod name wrapped-volume-race-a0dd3147-0ee8-465c-842a-bee82851e36b: Found 5 pods out of 5
STEP: Ensuring each pod is running
STEP: deleting ReplicationController wrapped-volume-race-a0dd3147-0ee8-465c-842a-bee82851e36b in namespace emptydir-wrapper-9481, will wait for the garbage collector to delete the pods
Feb 10 01:11:10.219: INFO: Deleting ReplicationController wrapped-volume-race-a0dd3147-0ee8-465c-842a-bee82851e36b took: 33.611821ms
Feb 10 01:11:10.619: INFO: Terminating ReplicationController wrapped-volume-race-a0dd3147-0ee8-465c-842a-bee82851e36b pods took: 400.283574ms
STEP: Creating RC which spawns configmap-volume pods
Feb 10 01:11:22.394: INFO: Pod name wrapped-volume-race-7c1cf0ba-5397-4f63-8c2c-f88d64b10e16: Found 0 pods out of 5
Feb 10 01:11:27.402: INFO: Pod name wrapped-volume-race-7c1cf0ba-5397-4f63-8c2c-f88d64b10e16: Found 5 pods out of 5
STEP: Ensuring each pod is running
STEP: deleting ReplicationController wrapped-volume-race-7c1cf0ba-5397-4f63-8c2c-f88d64b10e16 in namespace emptydir-wrapper-9481, will wait for the garbage collector to delete the pods
Feb 10 01:11:41.492: INFO: Deleting ReplicationController wrapped-volume-race-7c1cf0ba-5397-4f63-8c2c-f88d64b10e16 took: 16.152669ms
Feb 10 01:11:41.892: INFO: Terminating ReplicationController wrapped-volume-race-7c1cf0ba-5397-4f63-8c2c-f88d64b10e16 pods took: 400.303952ms
STEP: Creating RC which spawns configmap-volume pods
Feb 10 01:11:52.326: INFO: Pod name wrapped-volume-race-e3d261ec-8eea-4037-a821-c40c1754724b: Found 0 pods out of 5
Feb 10 01:11:57.334: INFO: Pod name wrapped-volume-race-e3d261ec-8eea-4037-a821-c40c1754724b: Found 5 pods out of 5
STEP: Ensuring each pod is running
STEP: deleting ReplicationController wrapped-volume-race-e3d261ec-8eea-4037-a821-c40c1754724b in namespace emptydir-wrapper-9481, will wait for the garbage collector to delete the pods
Feb 10 01:12:11.436: INFO: Deleting ReplicationController wrapped-volume-race-e3d261ec-8eea-4037-a821-c40c1754724b took: 7.114397ms
Feb 10 01:12:11.836: INFO: Terminating ReplicationController wrapped-volume-race-e3d261ec-8eea-4037-a821-c40c1754724b pods took: 400.34068ms
STEP: Cleaning up the configMaps
[AfterEach] [sig-storage] EmptyDir wrapper volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:12:22.833: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-wrapper-9481" for this suite.

• [SLOW TEST:92.666 seconds]
[sig-storage] EmptyDir wrapper volumes
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23
  should not cause race condition when used for configmaps [Serial] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] EmptyDir wrapper volumes should not cause race condition when used for configmaps [Serial] [Conformance]","total":278,"completed":42,"skipped":727,"failed":0}
S
------------------------------
[sig-storage] Downward API volume 
  should update annotations on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:12:22.840: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40
[It] should update annotations on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating the pod
Feb 10 01:12:27.453: INFO: Successfully updated pod "annotationupdate62c4f65d-f0d5-4e53-8fa2-045642f476cb"
[AfterEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:12:29.489: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-6040" for this suite.

• [SLOW TEST:6.701 seconds]
[sig-storage] Downward API volume
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:35
  should update annotations on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Downward API volume should update annotations on modification [NodeConformance] [Conformance]","total":278,"completed":43,"skipped":728,"failed":0}
SSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Projected configMap 
  updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:12:29.542: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating projection with configMap that has name projected-configmap-test-upd-9bbedbea-028a-4d1b-bae9-0c3a56e928e0
STEP: Creating the pod
STEP: Updating configmap projected-configmap-test-upd-9bbedbea-028a-4d1b-bae9-0c3a56e928e0
STEP: waiting to observe update in volume
[AfterEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:12:35.731: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-7274" for this suite.

• [SLOW TEST:6.197 seconds]
[sig-storage] Projected configMap
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:34
  updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Projected configMap updates should be reflected in volume [NodeConformance] [Conformance]","total":278,"completed":44,"skipped":745,"failed":0}
SSSS
------------------------------
[k8s.io] Pods 
  should support retrieving logs from the container over websockets [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:12:35.739: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pods
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:177
[It] should support retrieving logs from the container over websockets [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:12:35.864: INFO: >>> kubeConfig: /root/.kube/config
STEP: creating the pod
STEP: submitting the pod to kubernetes
[AfterEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:12:39.921: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pods-8665" for this suite.
•{"msg":"PASSED [k8s.io] Pods should support retrieving logs from the container over websockets [NodeConformance] [Conformance]","total":278,"completed":45,"skipped":749,"failed":0}

------------------------------
[k8s.io] InitContainer [NodeConformance] 
  should invoke init containers on a RestartNever pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:12:39.930: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename init-container
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:153
[It] should invoke init containers on a RestartNever pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the pod
Feb 10 01:12:40.008: INFO: PodSpec: initContainers in spec.initContainers
[AfterEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:12:48.840: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "init-container-6295" for this suite.

• [SLOW TEST:8.922 seconds]
[k8s.io] InitContainer [NodeConformance]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should invoke init containers on a RestartNever pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] InitContainer [NodeConformance] should invoke init containers on a RestartNever pod [Conformance]","total":278,"completed":46,"skipped":749,"failed":0}
SSS
------------------------------
[sig-cli] Kubectl client Kubectl run deployment 
  should create a deployment from an image [Deprecated] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:12:48.852: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Kubectl run deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1629
[It] should create a deployment from an image [Deprecated] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: running the image docker.io/library/httpd:2.4.38-alpine
Feb 10 01:12:48.909: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config run e2e-test-httpd-deployment --image=docker.io/library/httpd:2.4.38-alpine --generator=deployment/apps.v1 --namespace=kubectl-1253'
Feb 10 01:12:52.372: INFO: stderr: "kubectl run --generator=deployment/apps.v1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=run-pod/v1 or kubectl create instead.\n"
Feb 10 01:12:52.372: INFO: stdout: "deployment.apps/e2e-test-httpd-deployment created\n"
STEP: verifying the deployment e2e-test-httpd-deployment was created
STEP: verifying the pod controlled by deployment e2e-test-httpd-deployment was created
[AfterEach] Kubectl run deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1634
Feb 10 01:12:56.471: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete deployment e2e-test-httpd-deployment --namespace=kubectl-1253'
Feb 10 01:12:56.569: INFO: stderr: ""
Feb 10 01:12:56.569: INFO: stdout: "deployment.apps \"e2e-test-httpd-deployment\" deleted\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:12:56.569: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-1253" for this suite.

• [SLOW TEST:7.725 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Kubectl run deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1625
    should create a deployment from an image [Deprecated] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Kubectl run deployment should create a deployment from an image [Deprecated] [Conformance]","total":278,"completed":47,"skipped":752,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] ReplicationController 
  should release no longer matching pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] ReplicationController
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:12:56.578: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename replication-controller
STEP: Waiting for a default service account to be provisioned in namespace
[It] should release no longer matching pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Given a ReplicationController is created
STEP: When the matched label of one of its pods change
Feb 10 01:12:56.657: INFO: Pod name pod-release: Found 0 pods out of 1
Feb 10 01:13:01.669: INFO: Pod name pod-release: Found 1 pods out of 1
STEP: Then the pod is released
[AfterEach] [sig-apps] ReplicationController
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:13:01.708: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "replication-controller-4371" for this suite.

• [SLOW TEST:5.212 seconds]
[sig-apps] ReplicationController
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should release no longer matching pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] ReplicationController should release no longer matching pods [Conformance]","total":278,"completed":48,"skipped":811,"failed":0}
SSS
------------------------------
[sig-storage] Secrets 
  should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:13:01.790: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name secret-test-95c7e714-4454-4487-a804-4f3f69c7904b
STEP: Creating a pod to test consume secrets
Feb 10 01:13:01.881: INFO: Waiting up to 5m0s for pod "pod-secrets-f43a0959-d849-430b-8130-d1b3716d3624" in namespace "secrets-5918" to be "success or failure"
Feb 10 01:13:01.993: INFO: Pod "pod-secrets-f43a0959-d849-430b-8130-d1b3716d3624": Phase="Pending", Reason="", readiness=false. Elapsed: 111.457602ms
Feb 10 01:13:04.040: INFO: Pod "pod-secrets-f43a0959-d849-430b-8130-d1b3716d3624": Phase="Pending", Reason="", readiness=false. Elapsed: 2.158330687s
Feb 10 01:13:06.077: INFO: Pod "pod-secrets-f43a0959-d849-430b-8130-d1b3716d3624": Phase="Pending", Reason="", readiness=false. Elapsed: 4.195728282s
Feb 10 01:13:08.081: INFO: Pod "pod-secrets-f43a0959-d849-430b-8130-d1b3716d3624": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.199999047s
STEP: Saw pod success
Feb 10 01:13:08.081: INFO: Pod "pod-secrets-f43a0959-d849-430b-8130-d1b3716d3624" satisfied condition "success or failure"
Feb 10 01:13:08.084: INFO: Trying to get logs from node jerma-worker pod pod-secrets-f43a0959-d849-430b-8130-d1b3716d3624 container secret-volume-test: 
STEP: delete the pod
Feb 10 01:13:08.179: INFO: Waiting for pod pod-secrets-f43a0959-d849-430b-8130-d1b3716d3624 to disappear
Feb 10 01:13:08.279: INFO: Pod pod-secrets-f43a0959-d849-430b-8130-d1b3716d3624 no longer exists
[AfterEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:13:08.280: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-5918" for this suite.

• [SLOW TEST:6.500 seconds]
[sig-storage] Secrets
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/secrets_volume.go:34
  should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":49,"skipped":814,"failed":0}
SSSSSSSSS
------------------------------
[k8s.io] Security Context When creating a pod with privileged 
  should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:13:08.290: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename security-context-test
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/security_context.go:39
[It] should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:13:08.352: INFO: Waiting up to 5m0s for pod "busybox-privileged-false-ab7c6252-8b4c-46ff-85b5-1fe9ec488ad9" in namespace "security-context-test-3906" to be "success or failure"
Feb 10 01:13:08.356: INFO: Pod "busybox-privileged-false-ab7c6252-8b4c-46ff-85b5-1fe9ec488ad9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.631239ms
Feb 10 01:13:10.484: INFO: Pod "busybox-privileged-false-ab7c6252-8b4c-46ff-85b5-1fe9ec488ad9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.13128241s
Feb 10 01:13:12.488: INFO: Pod "busybox-privileged-false-ab7c6252-8b4c-46ff-85b5-1fe9ec488ad9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.135711347s
Feb 10 01:13:12.488: INFO: Pod "busybox-privileged-false-ab7c6252-8b4c-46ff-85b5-1fe9ec488ad9" satisfied condition "success or failure"
Feb 10 01:13:12.496: INFO: Got logs for pod "busybox-privileged-false-ab7c6252-8b4c-46ff-85b5-1fe9ec488ad9": "ip: RTNETLINK answers: Operation not permitted\n"
[AfterEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:13:12.496: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "security-context-test-3906" for this suite.
•{"msg":"PASSED [k8s.io] Security Context When creating a pod with privileged should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":50,"skipped":823,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-cli] Kubectl client Proxy server 
  should support --unix-socket=/path  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:13:12.503: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[It] should support --unix-socket=/path  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Starting the proxy
Feb 10 01:13:12.611: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/root/.kube/config proxy --unix-socket=/tmp/kubectl-proxy-unix648663958/test'
STEP: retrieving proxy /api/ output
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:13:12.677: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-6637" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Proxy server should support --unix-socket=/path  [Conformance]","total":278,"completed":51,"skipped":849,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-network] Services 
  should serve multiport endpoints from pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:13:12.710: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename services
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:139
[It] should serve multiport endpoints from pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating service multi-endpoint-test in namespace services-3781
STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-3781 to expose endpoints map[]
Feb 10 01:13:12.782: INFO: Get endpoints failed (5.928791ms elapsed, ignoring for 5s): endpoints "multi-endpoint-test" not found
Feb 10 01:13:13.786: INFO: successfully validated that service multi-endpoint-test in namespace services-3781 exposes endpoints map[] (1.009607195s elapsed)
STEP: Creating pod pod1 in namespace services-3781
STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-3781 to expose endpoints map[pod1:[100]]
Feb 10 01:13:17.966: INFO: successfully validated that service multi-endpoint-test in namespace services-3781 exposes endpoints map[pod1:[100]] (4.172976887s elapsed)
STEP: Creating pod pod2 in namespace services-3781
STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-3781 to expose endpoints map[pod1:[100] pod2:[101]]
Feb 10 01:13:21.333: INFO: successfully validated that service multi-endpoint-test in namespace services-3781 exposes endpoints map[pod1:[100] pod2:[101]] (3.303907432s elapsed)
STEP: Deleting pod pod1 in namespace services-3781
STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-3781 to expose endpoints map[pod2:[101]]
Feb 10 01:13:22.357: INFO: successfully validated that service multi-endpoint-test in namespace services-3781 exposes endpoints map[pod2:[101]] (1.01943851s elapsed)
STEP: Deleting pod pod2 in namespace services-3781
STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-3781 to expose endpoints map[]
Feb 10 01:13:23.376: INFO: successfully validated that service multi-endpoint-test in namespace services-3781 exposes endpoints map[] (1.008919217s elapsed)
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:13:23.409: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "services-3781" for this suite.
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:143

• [SLOW TEST:10.731 seconds]
[sig-network] Services
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should serve multiport endpoints from pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Services should serve multiport endpoints from pods  [Conformance]","total":278,"completed":52,"skipped":893,"failed":0}
SSSSSS
------------------------------
[sig-storage] Projected secret 
  should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:13:23.441: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating projection with secret that has name projected-secret-test-map-b3bee81b-99d2-4865-a7f3-cef0db19e6fe
STEP: Creating a pod to test consume secrets
Feb 10 01:13:23.717: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-12ec5619-3d15-417c-ada2-f2bcd8d7e7a0" in namespace "projected-5756" to be "success or failure"
Feb 10 01:13:23.719: INFO: Pod "pod-projected-secrets-12ec5619-3d15-417c-ada2-f2bcd8d7e7a0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.178418ms
Feb 10 01:13:25.723: INFO: Pod "pod-projected-secrets-12ec5619-3d15-417c-ada2-f2bcd8d7e7a0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006223062s
Feb 10 01:13:27.727: INFO: Pod "pod-projected-secrets-12ec5619-3d15-417c-ada2-f2bcd8d7e7a0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010563147s
STEP: Saw pod success
Feb 10 01:13:27.728: INFO: Pod "pod-projected-secrets-12ec5619-3d15-417c-ada2-f2bcd8d7e7a0" satisfied condition "success or failure"
Feb 10 01:13:27.731: INFO: Trying to get logs from node jerma-worker pod pod-projected-secrets-12ec5619-3d15-417c-ada2-f2bcd8d7e7a0 container projected-secret-volume-test: 
STEP: delete the pod
Feb 10 01:13:27.761: INFO: Waiting for pod pod-projected-secrets-12ec5619-3d15-417c-ada2-f2bcd8d7e7a0 to disappear
Feb 10 01:13:27.776: INFO: Pod pod-projected-secrets-12ec5619-3d15-417c-ada2-f2bcd8d7e7a0 no longer exists
[AfterEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:13:27.776: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-5756" for this suite.
•{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":53,"skipped":899,"failed":0}

------------------------------
[sig-storage] Downward API volume 
  should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:13:27.785: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40
[It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:13:27.905: INFO: Waiting up to 5m0s for pod "downwardapi-volume-0940900f-146e-4006-80b5-36eb5fabd17d" in namespace "downward-api-8194" to be "success or failure"
Feb 10 01:13:27.908: INFO: Pod "downwardapi-volume-0940900f-146e-4006-80b5-36eb5fabd17d": Phase="Pending", Reason="", readiness=false. Elapsed: 3.042838ms
Feb 10 01:13:29.911: INFO: Pod "downwardapi-volume-0940900f-146e-4006-80b5-36eb5fabd17d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006656618s
Feb 10 01:13:31.916: INFO: Pod "downwardapi-volume-0940900f-146e-4006-80b5-36eb5fabd17d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010899111s
STEP: Saw pod success
Feb 10 01:13:31.916: INFO: Pod "downwardapi-volume-0940900f-146e-4006-80b5-36eb5fabd17d" satisfied condition "success or failure"
Feb 10 01:13:31.919: INFO: Trying to get logs from node jerma-worker2 pod downwardapi-volume-0940900f-146e-4006-80b5-36eb5fabd17d container client-container: 
STEP: delete the pod
Feb 10 01:13:31.940: INFO: Waiting for pod downwardapi-volume-0940900f-146e-4006-80b5-36eb5fabd17d to disappear
Feb 10 01:13:31.944: INFO: Pod downwardapi-volume-0940900f-146e-4006-80b5-36eb5fabd17d no longer exists
[AfterEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:13:31.944: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-8194" for this suite.
•{"msg":"PASSED [sig-storage] Downward API volume should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":54,"skipped":899,"failed":0}
S
------------------------------
[sig-api-machinery] ResourceQuota 
  should create a ResourceQuota and capture the life of a replication controller. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:13:31.950: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename resourcequota
STEP: Waiting for a default service account to be provisioned in namespace
[It] should create a ResourceQuota and capture the life of a replication controller. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Counting existing ResourceQuota
STEP: Creating a ResourceQuota
STEP: Ensuring resource quota status is calculated
STEP: Creating a ReplicationController
STEP: Ensuring resource quota status captures replication controller creation
STEP: Deleting a ReplicationController
STEP: Ensuring resource quota status released usage
[AfterEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:13:43.067: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "resourcequota-3417" for this suite.

• [SLOW TEST:11.125 seconds]
[sig-api-machinery] ResourceQuota
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should create a ResourceQuota and capture the life of a replication controller. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replication controller. [Conformance]","total":278,"completed":55,"skipped":900,"failed":0}
SSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Namespaces [Serial] 
  should ensure that all pods are removed when a namespace is deleted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Namespaces [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:13:43.076: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename namespaces
STEP: Waiting for a default service account to be provisioned in namespace
[It] should ensure that all pods are removed when a namespace is deleted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a test namespace
STEP: Waiting for a default service account to be provisioned in namespace
STEP: Creating a pod in the namespace
STEP: Waiting for the pod to have running status
STEP: Deleting the namespace
STEP: Waiting for the namespace to be removed.
STEP: Recreating the namespace
STEP: Verifying there are no pods in the namespace
[AfterEach] [sig-api-machinery] Namespaces [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:14:15.266: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "namespaces-2706" for this suite.
STEP: Destroying namespace "nsdeletetest-7574" for this suite.
Feb 10 01:14:15.283: INFO: Namespace nsdeletetest-7574 was already deleted
STEP: Destroying namespace "nsdeletetest-7802" for this suite.

• [SLOW TEST:32.212 seconds]
[sig-api-machinery] Namespaces [Serial]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should ensure that all pods are removed when a namespace is deleted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should ensure that all pods are removed when a namespace is deleted [Conformance]","total":278,"completed":56,"skipped":915,"failed":0}
SSSSSSSSSSS
------------------------------
[k8s.io] Docker Containers 
  should be able to override the image's default arguments (docker cmd) [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Docker Containers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:14:15.288: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename containers
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be able to override the image's default arguments (docker cmd) [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test override arguments
Feb 10 01:14:15.376: INFO: Waiting up to 5m0s for pod "client-containers-c7f9d8c8-caa0-4a93-99fe-c4e1f59a940b" in namespace "containers-9923" to be "success or failure"
Feb 10 01:14:15.385: INFO: Pod "client-containers-c7f9d8c8-caa0-4a93-99fe-c4e1f59a940b": Phase="Pending", Reason="", readiness=false. Elapsed: 8.756648ms
Feb 10 01:14:17.389: INFO: Pod "client-containers-c7f9d8c8-caa0-4a93-99fe-c4e1f59a940b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012945843s
Feb 10 01:14:19.394: INFO: Pod "client-containers-c7f9d8c8-caa0-4a93-99fe-c4e1f59a940b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.017647693s
STEP: Saw pod success
Feb 10 01:14:19.394: INFO: Pod "client-containers-c7f9d8c8-caa0-4a93-99fe-c4e1f59a940b" satisfied condition "success or failure"
Feb 10 01:14:19.398: INFO: Trying to get logs from node jerma-worker pod client-containers-c7f9d8c8-caa0-4a93-99fe-c4e1f59a940b container test-container: 
STEP: delete the pod
Feb 10 01:14:19.459: INFO: Waiting for pod client-containers-c7f9d8c8-caa0-4a93-99fe-c4e1f59a940b to disappear
Feb 10 01:14:19.463: INFO: Pod client-containers-c7f9d8c8-caa0-4a93-99fe-c4e1f59a940b no longer exists
[AfterEach] [k8s.io] Docker Containers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:14:19.463: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "containers-9923" for this suite.
•{"msg":"PASSED [k8s.io] Docker Containers should be able to override the image's default arguments (docker cmd) [NodeConformance] [Conformance]","total":278,"completed":57,"skipped":926,"failed":0}
S
------------------------------
[sig-network] DNS 
  should provide DNS for pods for Subdomain [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:14:19.470: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename dns
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide DNS for pods for Subdomain [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a test headless service
STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-526.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-526.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-526.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@PodARecord;sleep 1; done

STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-526.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service-2.dns-526.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-526.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-526.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_tcp@PodARecord;sleep 1; done

STEP: creating a pod to probe DNS
STEP: submitting the pod to kubernetes
STEP: retrieving the pod
STEP: looking for the results for each expected name from probers
Feb 10 01:14:25.779: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:25.782: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:25.785: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:25.787: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:25.795: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:25.798: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:25.801: INFO: Unable to read jessie_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:25.805: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:25.813: INFO: Lookups using dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local]

Feb 10 01:14:30.839: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:30.842: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:30.845: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:30.848: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:30.856: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:30.858: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:30.860: INFO: Unable to read jessie_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:30.863: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:30.868: INFO: Lookups using dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local]

Feb 10 01:14:35.818: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:35.822: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:35.825: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:35.828: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:35.838: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:35.841: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:35.844: INFO: Unable to read jessie_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:35.847: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:35.854: INFO: Lookups using dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local]

Feb 10 01:14:40.817: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:40.820: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:40.823: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:40.826: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:40.835: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:40.838: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:40.841: INFO: Unable to read jessie_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:40.843: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:40.857: INFO: Lookups using dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local]

Feb 10 01:14:45.817: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:45.821: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:45.825: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:45.828: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:45.839: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:45.843: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:45.846: INFO: Unable to read jessie_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:45.849: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:45.855: INFO: Lookups using dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local]

Feb 10 01:14:50.833: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:50.836: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:50.844: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:50.847: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:50.854: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:50.857: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:50.859: INFO: Unable to read jessie_udp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:50.861: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local from pod dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888: the server could not find the requested resource (get pods dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888)
Feb 10 01:14:50.866: INFO: Lookups using dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local wheezy_udp@dns-test-service-2.dns-526.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-526.svc.cluster.local jessie_udp@dns-test-service-2.dns-526.svc.cluster.local jessie_tcp@dns-test-service-2.dns-526.svc.cluster.local]

Feb 10 01:14:55.852: INFO: DNS probes using dns-526/dns-test-7e356c2b-b614-424c-aa81-7d2e7037a888 succeeded

STEP: deleting the pod
STEP: deleting the test headless service
[AfterEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:14:56.643: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "dns-526" for this suite.

• [SLOW TEST:37.312 seconds]
[sig-network] DNS
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should provide DNS for pods for Subdomain [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] DNS should provide DNS for pods for Subdomain [Conformance]","total":278,"completed":58,"skipped":927,"failed":0}
SSSSSSSSS
------------------------------
[k8s.io] Pods 
  should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:14:56.782: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pods
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:177
[It] should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the pod
STEP: submitting the pod to kubernetes
STEP: verifying the pod is in kubernetes
STEP: updating the pod
Feb 10 01:15:03.361: INFO: Successfully updated pod "pod-update-activedeadlineseconds-39be8ab8-9585-4a9c-8800-0613a6e6b2a0"
Feb 10 01:15:03.361: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-39be8ab8-9585-4a9c-8800-0613a6e6b2a0" in namespace "pods-6483" to be "terminated due to deadline exceeded"
Feb 10 01:15:03.368: INFO: Pod "pod-update-activedeadlineseconds-39be8ab8-9585-4a9c-8800-0613a6e6b2a0": Phase="Running", Reason="", readiness=true. Elapsed: 6.98585ms
Feb 10 01:15:05.373: INFO: Pod "pod-update-activedeadlineseconds-39be8ab8-9585-4a9c-8800-0613a6e6b2a0": Phase="Failed", Reason="DeadlineExceeded", readiness=false. Elapsed: 2.011606061s
Feb 10 01:15:05.373: INFO: Pod "pod-update-activedeadlineseconds-39be8ab8-9585-4a9c-8800-0613a6e6b2a0" satisfied condition "terminated due to deadline exceeded"
[AfterEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:15:05.373: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pods-6483" for this suite.

• [SLOW TEST:8.600 seconds]
[k8s.io] Pods
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Pods should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance]","total":278,"completed":59,"skipped":936,"failed":0}
SSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:15:05.383: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0644 on node default medium
Feb 10 01:15:05.454: INFO: Waiting up to 5m0s for pod "pod-588232df-4192-4c39-af50-095fdf7cf115" in namespace "emptydir-3968" to be "success or failure"
Feb 10 01:15:05.482: INFO: Pod "pod-588232df-4192-4c39-af50-095fdf7cf115": Phase="Pending", Reason="", readiness=false. Elapsed: 28.028073ms
Feb 10 01:15:07.486: INFO: Pod "pod-588232df-4192-4c39-af50-095fdf7cf115": Phase="Pending", Reason="", readiness=false. Elapsed: 2.032172707s
Feb 10 01:15:09.611: INFO: Pod "pod-588232df-4192-4c39-af50-095fdf7cf115": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.156566396s
STEP: Saw pod success
Feb 10 01:15:09.611: INFO: Pod "pod-588232df-4192-4c39-af50-095fdf7cf115" satisfied condition "success or failure"
Feb 10 01:15:09.613: INFO: Trying to get logs from node jerma-worker2 pod pod-588232df-4192-4c39-af50-095fdf7cf115 container test-container: 
STEP: delete the pod
Feb 10 01:15:09.659: INFO: Waiting for pod pod-588232df-4192-4c39-af50-095fdf7cf115 to disappear
Feb 10 01:15:09.664: INFO: Pod pod-588232df-4192-4c39-af50-095fdf7cf115 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:15:09.665: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-3968" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":60,"skipped":954,"failed":0}
SSSSSSSSSSSSSS
------------------------------
[sig-network] Service endpoints latency 
  should not be very high  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Service endpoints latency
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:15:09.671: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename svc-latency
STEP: Waiting for a default service account to be provisioned in namespace
[It] should not be very high  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:15:09.756: INFO: >>> kubeConfig: /root/.kube/config
STEP: creating replication controller svc-latency-rc in namespace svc-latency-9482
I0210 01:15:09.774975       6 runners.go:189] Created replication controller with name: svc-latency-rc, namespace: svc-latency-9482, replica count: 1
I0210 01:15:10.825448       6 runners.go:189] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:15:11.825690       6 runners.go:189] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:15:12.825963       6 runners.go:189] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:15:13.826203       6 runners.go:189] svc-latency-rc Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
Feb 10 01:15:13.941: INFO: Created: latency-svc-bqg28
Feb 10 01:15:13.971: INFO: Got endpoints: latency-svc-bqg28 [45.330294ms]
Feb 10 01:15:14.002: INFO: Created: latency-svc-vqk7k
Feb 10 01:15:14.012: INFO: Got endpoints: latency-svc-vqk7k [41.064699ms]
Feb 10 01:15:14.108: INFO: Created: latency-svc-zmp4j
Feb 10 01:15:14.136: INFO: Got endpoints: latency-svc-zmp4j [164.780071ms]
Feb 10 01:15:14.137: INFO: Created: latency-svc-5t9g5
Feb 10 01:15:14.154: INFO: Got endpoints: latency-svc-5t9g5 [182.177724ms]
Feb 10 01:15:14.172: INFO: Created: latency-svc-zwq4s
Feb 10 01:15:14.190: INFO: Got endpoints: latency-svc-zwq4s [218.044185ms]
Feb 10 01:15:14.264: INFO: Created: latency-svc-mlrkc
Feb 10 01:15:14.294: INFO: Created: latency-svc-4774b
Feb 10 01:15:14.294: INFO: Got endpoints: latency-svc-mlrkc [322.286441ms]
Feb 10 01:15:14.309: INFO: Got endpoints: latency-svc-4774b [337.690605ms]
Feb 10 01:15:14.328: INFO: Created: latency-svc-vbmkd
Feb 10 01:15:14.358: INFO: Got endpoints: latency-svc-vbmkd [386.799827ms]
Feb 10 01:15:14.432: INFO: Created: latency-svc-xcqzs
Feb 10 01:15:14.450: INFO: Created: latency-svc-bh4j4
Feb 10 01:15:14.450: INFO: Got endpoints: latency-svc-xcqzs [478.517042ms]
Feb 10 01:15:14.466: INFO: Got endpoints: latency-svc-bh4j4 [494.036927ms]
Feb 10 01:15:14.487: INFO: Created: latency-svc-x8f9q
Feb 10 01:15:14.498: INFO: Got endpoints: latency-svc-x8f9q [526.628287ms]
Feb 10 01:15:14.516: INFO: Created: latency-svc-m4vgq
Feb 10 01:15:14.528: INFO: Got endpoints: latency-svc-m4vgq [556.67779ms]
Feb 10 01:15:14.563: INFO: Created: latency-svc-c8nxh
Feb 10 01:15:14.570: INFO: Got endpoints: latency-svc-c8nxh [598.904586ms]
Feb 10 01:15:14.586: INFO: Created: latency-svc-n5k58
Feb 10 01:15:14.600: INFO: Got endpoints: latency-svc-n5k58 [628.103363ms]
Feb 10 01:15:14.616: INFO: Created: latency-svc-hqlch
Feb 10 01:15:14.642: INFO: Got endpoints: latency-svc-hqlch [669.947864ms]
Feb 10 01:15:14.701: INFO: Created: latency-svc-26fjx
Feb 10 01:15:14.738: INFO: Got endpoints: latency-svc-26fjx [765.993365ms]
Feb 10 01:15:14.738: INFO: Created: latency-svc-56dvr
Feb 10 01:15:14.750: INFO: Got endpoints: latency-svc-56dvr [737.067058ms]
Feb 10 01:15:14.784: INFO: Created: latency-svc-jtzm4
Feb 10 01:15:14.798: INFO: Got endpoints: latency-svc-jtzm4 [661.67097ms]
Feb 10 01:15:14.845: INFO: Created: latency-svc-qbbpn
Feb 10 01:15:14.862: INFO: Created: latency-svc-pxdcv
Feb 10 01:15:14.863: INFO: Got endpoints: latency-svc-qbbpn [709.0098ms]
Feb 10 01:15:14.878: INFO: Got endpoints: latency-svc-pxdcv [688.178201ms]
Feb 10 01:15:14.917: INFO: Created: latency-svc-fjb2l
Feb 10 01:15:14.936: INFO: Got endpoints: latency-svc-fjb2l [641.599466ms]
Feb 10 01:15:14.983: INFO: Created: latency-svc-5mfll
Feb 10 01:15:15.000: INFO: Created: latency-svc-52bcp
Feb 10 01:15:15.000: INFO: Got endpoints: latency-svc-5mfll [690.731319ms]
Feb 10 01:15:15.016: INFO: Got endpoints: latency-svc-52bcp [657.708377ms]
Feb 10 01:15:15.045: INFO: Created: latency-svc-bm67c
Feb 10 01:15:15.058: INFO: Got endpoints: latency-svc-bm67c [607.812049ms]
Feb 10 01:15:15.074: INFO: Created: latency-svc-qqqqj
Feb 10 01:15:15.102: INFO: Got endpoints: latency-svc-qqqqj [635.863342ms]
Feb 10 01:15:15.156: INFO: Created: latency-svc-8z6bg
Feb 10 01:15:15.169: INFO: Got endpoints: latency-svc-8z6bg [670.688602ms]
Feb 10 01:15:15.192: INFO: Created: latency-svc-jr692
Feb 10 01:15:15.227: INFO: Got endpoints: latency-svc-jr692 [698.969001ms]
Feb 10 01:15:15.229: INFO: Created: latency-svc-9vbxh
Feb 10 01:15:15.247: INFO: Got endpoints: latency-svc-9vbxh [676.187357ms]
Feb 10 01:15:15.265: INFO: Created: latency-svc-pfqgj
Feb 10 01:15:15.283: INFO: Got endpoints: latency-svc-pfqgj [683.090924ms]
Feb 10 01:15:15.302: INFO: Created: latency-svc-2flws
Feb 10 01:15:15.319: INFO: Got endpoints: latency-svc-2flws [677.178957ms]
Feb 10 01:15:15.366: INFO: Created: latency-svc-kn2jb
Feb 10 01:15:15.373: INFO: Got endpoints: latency-svc-kn2jb [634.909517ms]
Feb 10 01:15:15.414: INFO: Created: latency-svc-5xpff
Feb 10 01:15:15.427: INFO: Got endpoints: latency-svc-5xpff [677.15314ms]
Feb 10 01:15:15.510: INFO: Created: latency-svc-fj68x
Feb 10 01:15:15.526: INFO: Got endpoints: latency-svc-fj68x [727.795796ms]
Feb 10 01:15:15.560: INFO: Created: latency-svc-l2468
Feb 10 01:15:15.568: INFO: Got endpoints: latency-svc-l2468 [705.166771ms]
Feb 10 01:15:15.590: INFO: Created: latency-svc-wmrk2
Feb 10 01:15:15.660: INFO: Got endpoints: latency-svc-wmrk2 [782.182167ms]
Feb 10 01:15:15.662: INFO: Created: latency-svc-68rtt
Feb 10 01:15:15.671: INFO: Got endpoints: latency-svc-68rtt [735.563814ms]
Feb 10 01:15:15.734: INFO: Created: latency-svc-tdcvk
Feb 10 01:15:15.790: INFO: Got endpoints: latency-svc-tdcvk [790.202248ms]
Feb 10 01:15:15.805: INFO: Created: latency-svc-s8fv5
Feb 10 01:15:15.819: INFO: Got endpoints: latency-svc-s8fv5 [803.037323ms]
Feb 10 01:15:15.837: INFO: Created: latency-svc-bmqx9
Feb 10 01:15:15.849: INFO: Got endpoints: latency-svc-bmqx9 [791.07833ms]
Feb 10 01:15:15.870: INFO: Created: latency-svc-rx69c
Feb 10 01:15:15.882: INFO: Got endpoints: latency-svc-rx69c [780.29668ms]
Feb 10 01:15:15.937: INFO: Created: latency-svc-52br6
Feb 10 01:15:15.940: INFO: Got endpoints: latency-svc-52br6 [771.129224ms]
Feb 10 01:15:15.973: INFO: Created: latency-svc-fq5b6
Feb 10 01:15:15.990: INFO: Got endpoints: latency-svc-fq5b6 [762.378917ms]
Feb 10 01:15:16.084: INFO: Created: latency-svc-cvqfl
Feb 10 01:15:16.091: INFO: Got endpoints: latency-svc-cvqfl [844.789931ms]
Feb 10 01:15:16.148: INFO: Created: latency-svc-w2z2m
Feb 10 01:15:16.164: INFO: Got endpoints: latency-svc-w2z2m [880.795418ms]
Feb 10 01:15:16.234: INFO: Created: latency-svc-pv5nl
Feb 10 01:15:16.272: INFO: Got endpoints: latency-svc-pv5nl [953.080277ms]
Feb 10 01:15:16.273: INFO: Created: latency-svc-mfbnb
Feb 10 01:15:16.314: INFO: Got endpoints: latency-svc-mfbnb [941.457373ms]
Feb 10 01:15:16.394: INFO: Created: latency-svc-9fdkx
Feb 10 01:15:16.418: INFO: Got endpoints: latency-svc-9fdkx [991.309749ms]
Feb 10 01:15:16.453: INFO: Created: latency-svc-rkmnt
Feb 10 01:15:16.504: INFO: Got endpoints: latency-svc-rkmnt [978.226443ms]
Feb 10 01:15:16.518: INFO: Created: latency-svc-7dk8n
Feb 10 01:15:16.532: INFO: Got endpoints: latency-svc-7dk8n [963.954195ms]
Feb 10 01:15:16.596: INFO: Created: latency-svc-4rdjr
Feb 10 01:15:16.635: INFO: Got endpoints: latency-svc-4rdjr [975.025156ms]
Feb 10 01:15:16.675: INFO: Created: latency-svc-6vxdl
Feb 10 01:15:16.694: INFO: Got endpoints: latency-svc-6vxdl [1.02227194s]
Feb 10 01:15:16.792: INFO: Created: latency-svc-qwtjc
Feb 10 01:15:16.812: INFO: Got endpoints: latency-svc-qwtjc [1.021305547s]
Feb 10 01:15:16.843: INFO: Created: latency-svc-jtn4l
Feb 10 01:15:16.856: INFO: Got endpoints: latency-svc-jtn4l [1.036442934s]
Feb 10 01:15:16.885: INFO: Created: latency-svc-rzxgz
Feb 10 01:15:16.922: INFO: Got endpoints: latency-svc-rzxgz [1.072805067s]
Feb 10 01:15:16.933: INFO: Created: latency-svc-l6v29
Feb 10 01:15:16.962: INFO: Got endpoints: latency-svc-l6v29 [1.080218505s]
Feb 10 01:15:16.986: INFO: Created: latency-svc-hwdg8
Feb 10 01:15:16.997: INFO: Got endpoints: latency-svc-hwdg8 [1.056578422s]
Feb 10 01:15:17.010: INFO: Created: latency-svc-s6v8t
Feb 10 01:15:17.048: INFO: Got endpoints: latency-svc-s6v8t [1.057837029s]
Feb 10 01:15:17.071: INFO: Created: latency-svc-k5q9p
Feb 10 01:15:17.086: INFO: Got endpoints: latency-svc-k5q9p [994.544455ms]
Feb 10 01:15:17.186: INFO: Created: latency-svc-9dhmm
Feb 10 01:15:17.208: INFO: Got endpoints: latency-svc-9dhmm [1.043898399s]
Feb 10 01:15:17.208: INFO: Created: latency-svc-8jw7x
Feb 10 01:15:17.224: INFO: Got endpoints: latency-svc-8jw7x [952.117446ms]
Feb 10 01:15:17.250: INFO: Created: latency-svc-n7tfb
Feb 10 01:15:17.263: INFO: Got endpoints: latency-svc-n7tfb [948.594633ms]
Feb 10 01:15:17.280: INFO: Created: latency-svc-7xglr
Feb 10 01:15:17.323: INFO: Got endpoints: latency-svc-7xglr [904.830014ms]
Feb 10 01:15:17.353: INFO: Created: latency-svc-nhlqb
Feb 10 01:15:17.364: INFO: Got endpoints: latency-svc-nhlqb [860.372499ms]
Feb 10 01:15:17.389: INFO: Created: latency-svc-t5p6p
Feb 10 01:15:17.407: INFO: Got endpoints: latency-svc-t5p6p [874.930017ms]
Feb 10 01:15:17.460: INFO: Created: latency-svc-hkl67
Feb 10 01:15:17.485: INFO: Got endpoints: latency-svc-hkl67 [849.437811ms]
Feb 10 01:15:17.507: INFO: Created: latency-svc-n7fpx
Feb 10 01:15:17.521: INFO: Got endpoints: latency-svc-n7fpx [827.248664ms]
Feb 10 01:15:17.540: INFO: Created: latency-svc-p6k4j
Feb 10 01:15:17.587: INFO: Got endpoints: latency-svc-p6k4j [775.30697ms]
Feb 10 01:15:17.599: INFO: Created: latency-svc-6578f
Feb 10 01:15:17.614: INFO: Got endpoints: latency-svc-6578f [757.871617ms]
Feb 10 01:15:17.663: INFO: Created: latency-svc-s89dz
Feb 10 01:15:17.679: INFO: Got endpoints: latency-svc-s89dz [757.12484ms]
Feb 10 01:15:17.738: INFO: Created: latency-svc-nxwpt
Feb 10 01:15:17.766: INFO: Got endpoints: latency-svc-nxwpt [803.445032ms]
Feb 10 01:15:17.767: INFO: Created: latency-svc-wfw52
Feb 10 01:15:17.775: INFO: Got endpoints: latency-svc-wfw52 [778.307697ms]
Feb 10 01:15:17.804: INFO: Created: latency-svc-jtj76
Feb 10 01:15:17.834: INFO: Got endpoints: latency-svc-jtj76 [786.050127ms]
Feb 10 01:15:17.881: INFO: Created: latency-svc-9nbpd
Feb 10 01:15:17.889: INFO: Got endpoints: latency-svc-9nbpd [803.30907ms]
Feb 10 01:15:17.909: INFO: Created: latency-svc-sppwj
Feb 10 01:15:17.919: INFO: Got endpoints: latency-svc-sppwj [711.76099ms]
Feb 10 01:15:17.945: INFO: Created: latency-svc-b8vdg
Feb 10 01:15:17.977: INFO: Got endpoints: latency-svc-b8vdg [752.54138ms]
Feb 10 01:15:18.014: INFO: Created: latency-svc-q4v7p
Feb 10 01:15:18.030: INFO: Got endpoints: latency-svc-q4v7p [767.365889ms]
Feb 10 01:15:18.055: INFO: Created: latency-svc-xk99q
Feb 10 01:15:18.067: INFO: Got endpoints: latency-svc-xk99q [744.12748ms]
Feb 10 01:15:18.132: INFO: Created: latency-svc-htftf
Feb 10 01:15:18.156: INFO: Got endpoints: latency-svc-htftf [790.990834ms]
Feb 10 01:15:18.157: INFO: Created: latency-svc-hsxdn
Feb 10 01:15:18.175: INFO: Got endpoints: latency-svc-hsxdn [768.094941ms]
Feb 10 01:15:18.199: INFO: Created: latency-svc-pfw6v
Feb 10 01:15:18.210: INFO: Got endpoints: latency-svc-pfw6v [724.989886ms]
Feb 10 01:15:18.223: INFO: Created: latency-svc-zmxcn
Feb 10 01:15:18.270: INFO: Got endpoints: latency-svc-zmxcn [748.867847ms]
Feb 10 01:15:18.305: INFO: Created: latency-svc-jw7n5
Feb 10 01:15:18.321: INFO: Got endpoints: latency-svc-jw7n5 [733.617216ms]
Feb 10 01:15:18.355: INFO: Created: latency-svc-tngbn
Feb 10 01:15:18.362: INFO: Got endpoints: latency-svc-tngbn [748.540255ms]
Feb 10 01:15:18.401: INFO: Created: latency-svc-qmk55
Feb 10 01:15:18.410: INFO: Got endpoints: latency-svc-qmk55 [731.126663ms]
Feb 10 01:15:18.427: INFO: Created: latency-svc-c4zts
Feb 10 01:15:18.448: INFO: Got endpoints: latency-svc-c4zts [681.789301ms]
Feb 10 01:15:18.460: INFO: Created: latency-svc-w488w
Feb 10 01:15:18.470: INFO: Got endpoints: latency-svc-w488w [694.243192ms]
Feb 10 01:15:18.492: INFO: Created: latency-svc-7gjld
Feb 10 01:15:18.527: INFO: Got endpoints: latency-svc-7gjld [693.408485ms]
Feb 10 01:15:18.533: INFO: Created: latency-svc-z4p4c
Feb 10 01:15:18.548: INFO: Got endpoints: latency-svc-z4p4c [658.587155ms]
Feb 10 01:15:18.570: INFO: Created: latency-svc-z6w9n
Feb 10 01:15:18.592: INFO: Got endpoints: latency-svc-z6w9n [672.008128ms]
Feb 10 01:15:18.607: INFO: Created: latency-svc-b6kv7
Feb 10 01:15:18.623: INFO: Got endpoints: latency-svc-b6kv7 [646.391671ms]
Feb 10 01:15:18.666: INFO: Created: latency-svc-dlbgn
Feb 10 01:15:18.698: INFO: Created: latency-svc-9wjx2
Feb 10 01:15:18.698: INFO: Got endpoints: latency-svc-dlbgn [667.597031ms]
Feb 10 01:15:18.719: INFO: Got endpoints: latency-svc-9wjx2 [652.197643ms]
Feb 10 01:15:18.762: INFO: Created: latency-svc-7zj2b
Feb 10 01:15:18.827: INFO: Got endpoints: latency-svc-7zj2b [671.392579ms]
Feb 10 01:15:18.831: INFO: Created: latency-svc-xjfmn
Feb 10 01:15:18.838: INFO: Got endpoints: latency-svc-xjfmn [663.452699ms]
Feb 10 01:15:18.865: INFO: Created: latency-svc-2dq2r
Feb 10 01:15:18.875: INFO: Got endpoints: latency-svc-2dq2r [665.170459ms]
Feb 10 01:15:18.896: INFO: Created: latency-svc-l4wgv
Feb 10 01:15:18.908: INFO: Got endpoints: latency-svc-l4wgv [638.220249ms]
Feb 10 01:15:18.923: INFO: Created: latency-svc-mpcjv
Feb 10 01:15:18.958: INFO: Got endpoints: latency-svc-mpcjv [637.444806ms]
Feb 10 01:15:18.966: INFO: Created: latency-svc-mv7ck
Feb 10 01:15:18.980: INFO: Got endpoints: latency-svc-mv7ck [617.463107ms]
Feb 10 01:15:18.995: INFO: Created: latency-svc-q9n56
Feb 10 01:15:19.010: INFO: Got endpoints: latency-svc-q9n56 [599.513004ms]
Feb 10 01:15:19.032: INFO: Created: latency-svc-w4htm
Feb 10 01:15:19.046: INFO: Got endpoints: latency-svc-w4htm [598.143641ms]
Feb 10 01:15:19.096: INFO: Created: latency-svc-4ccks
Feb 10 01:15:19.118: INFO: Got endpoints: latency-svc-4ccks [647.906083ms]
Feb 10 01:15:19.118: INFO: Created: latency-svc-gldb2
Feb 10 01:15:19.130: INFO: Got endpoints: latency-svc-gldb2 [602.573159ms]
Feb 10 01:15:19.158: INFO: Created: latency-svc-gkmh9
Feb 10 01:15:19.188: INFO: Got endpoints: latency-svc-gkmh9 [640.005994ms]
Feb 10 01:15:19.240: INFO: Created: latency-svc-2dzlg
Feb 10 01:15:19.261: INFO: Got endpoints: latency-svc-2dzlg [669.391879ms]
Feb 10 01:15:19.262: INFO: Created: latency-svc-k8wsp
Feb 10 01:15:19.276: INFO: Got endpoints: latency-svc-k8wsp [652.949346ms]
Feb 10 01:15:19.291: INFO: Created: latency-svc-lf9bs
Feb 10 01:15:19.309: INFO: Got endpoints: latency-svc-lf9bs [610.806557ms]
Feb 10 01:15:19.327: INFO: Created: latency-svc-9c2ll
Feb 10 01:15:19.336: INFO: Got endpoints: latency-svc-9c2ll [616.484455ms]
Feb 10 01:15:19.383: INFO: Created: latency-svc-sxbnq
Feb 10 01:15:19.422: INFO: Created: latency-svc-xnck9
Feb 10 01:15:19.422: INFO: Got endpoints: latency-svc-sxbnq [595.174955ms]
Feb 10 01:15:19.444: INFO: Got endpoints: latency-svc-xnck9 [605.919913ms]
Feb 10 01:15:19.534: INFO: Created: latency-svc-xrnrx
Feb 10 01:15:19.561: INFO: Got endpoints: latency-svc-xrnrx [686.19852ms]
Feb 10 01:15:19.562: INFO: Created: latency-svc-7z69z
Feb 10 01:15:19.579: INFO: Got endpoints: latency-svc-7z69z [670.961122ms]
Feb 10 01:15:19.601: INFO: Created: latency-svc-rsczk
Feb 10 01:15:19.615: INFO: Got endpoints: latency-svc-rsczk [656.681855ms]
Feb 10 01:15:19.671: INFO: Created: latency-svc-mslrx
Feb 10 01:15:19.679: INFO: Got endpoints: latency-svc-mslrx [699.536898ms]
Feb 10 01:15:19.730: INFO: Created: latency-svc-4zspq
Feb 10 01:15:19.760: INFO: Got endpoints: latency-svc-4zspq [749.755483ms]
Feb 10 01:15:19.809: INFO: Created: latency-svc-bfss6
Feb 10 01:15:19.824: INFO: Got endpoints: latency-svc-bfss6 [777.662346ms]
Feb 10 01:15:19.855: INFO: Created: latency-svc-s2pcp
Feb 10 01:15:19.870: INFO: Got endpoints: latency-svc-s2pcp [751.777488ms]
Feb 10 01:15:19.890: INFO: Created: latency-svc-z74vk
Feb 10 01:15:19.905: INFO: Got endpoints: latency-svc-z74vk [775.387006ms]
Feb 10 01:15:19.946: INFO: Created: latency-svc-7tggg
Feb 10 01:15:19.970: INFO: Created: latency-svc-9lhzr
Feb 10 01:15:19.970: INFO: Got endpoints: latency-svc-7tggg [781.645384ms]
Feb 10 01:15:19.995: INFO: Got endpoints: latency-svc-9lhzr [733.808515ms]
Feb 10 01:15:20.017: INFO: Created: latency-svc-hv56w
Feb 10 01:15:20.031: INFO: Got endpoints: latency-svc-hv56w [754.843765ms]
Feb 10 01:15:20.093: INFO: Created: latency-svc-jd8dr
Feb 10 01:15:20.121: INFO: Got endpoints: latency-svc-jd8dr [126.411575ms]
Feb 10 01:15:20.173: INFO: Created: latency-svc-bw2jg
Feb 10 01:15:20.216: INFO: Got endpoints: latency-svc-bw2jg [906.901583ms]
Feb 10 01:15:20.263: INFO: Created: latency-svc-pj22v
Feb 10 01:15:20.280: INFO: Got endpoints: latency-svc-pj22v [944.038626ms]
Feb 10 01:15:20.316: INFO: Created: latency-svc-jc6gz
Feb 10 01:15:20.366: INFO: Got endpoints: latency-svc-jc6gz [943.687274ms]
Feb 10 01:15:20.377: INFO: Created: latency-svc-hkw82
Feb 10 01:15:20.393: INFO: Got endpoints: latency-svc-hkw82 [948.920395ms]
Feb 10 01:15:20.425: INFO: Created: latency-svc-nvzbb
Feb 10 01:15:20.442: INFO: Got endpoints: latency-svc-nvzbb [880.425001ms]
Feb 10 01:15:20.461: INFO: Created: latency-svc-4hvxq
Feb 10 01:15:20.497: INFO: Got endpoints: latency-svc-4hvxq [917.847506ms]
Feb 10 01:15:20.507: INFO: Created: latency-svc-8w7wl
Feb 10 01:15:20.519: INFO: Got endpoints: latency-svc-8w7wl [904.35294ms]
Feb 10 01:15:20.537: INFO: Created: latency-svc-l7shk
Feb 10 01:15:20.549: INFO: Got endpoints: latency-svc-l7shk [869.916664ms]
Feb 10 01:15:20.574: INFO: Created: latency-svc-gwz4c
Feb 10 01:15:20.588: INFO: Got endpoints: latency-svc-gwz4c [828.397053ms]
Feb 10 01:15:20.629: INFO: Created: latency-svc-2zzwt
Feb 10 01:15:20.641: INFO: Got endpoints: latency-svc-2zzwt [817.443582ms]
Feb 10 01:15:20.666: INFO: Created: latency-svc-8pk9n
Feb 10 01:15:20.679: INFO: Got endpoints: latency-svc-8pk9n [809.787773ms]
Feb 10 01:15:20.695: INFO: Created: latency-svc-p6bgw
Feb 10 01:15:20.714: INFO: Got endpoints: latency-svc-p6bgw [808.912111ms]
Feb 10 01:15:20.773: INFO: Created: latency-svc-jdbkx
Feb 10 01:15:20.795: INFO: Got endpoints: latency-svc-jdbkx [825.062744ms]
Feb 10 01:15:20.795: INFO: Created: latency-svc-t9jkd
Feb 10 01:15:20.839: INFO: Got endpoints: latency-svc-t9jkd [807.764235ms]
Feb 10 01:15:20.929: INFO: Created: latency-svc-8tkw9
Feb 10 01:15:20.951: INFO: Created: latency-svc-56wdd
Feb 10 01:15:20.951: INFO: Got endpoints: latency-svc-8tkw9 [829.35899ms]
Feb 10 01:15:20.969: INFO: Got endpoints: latency-svc-56wdd [752.697747ms]
Feb 10 01:15:20.999: INFO: Created: latency-svc-pbdm9
Feb 10 01:15:21.084: INFO: Got endpoints: latency-svc-pbdm9 [803.937581ms]
Feb 10 01:15:21.091: INFO: Created: latency-svc-ktc5v
Feb 10 01:15:21.106: INFO: Got endpoints: latency-svc-ktc5v [739.968934ms]
Feb 10 01:15:21.133: INFO: Created: latency-svc-rwggs
Feb 10 01:15:21.149: INFO: Got endpoints: latency-svc-rwggs [755.234373ms]
Feb 10 01:15:21.179: INFO: Created: latency-svc-25bg4
Feb 10 01:15:21.252: INFO: Got endpoints: latency-svc-25bg4 [810.248276ms]
Feb 10 01:15:21.301: INFO: Created: latency-svc-zxnz8
Feb 10 01:15:21.316: INFO: Got endpoints: latency-svc-zxnz8 [818.783629ms]
Feb 10 01:15:21.343: INFO: Created: latency-svc-f6hhk
Feb 10 01:15:21.378: INFO: Got endpoints: latency-svc-f6hhk [858.244281ms]
Feb 10 01:15:21.389: INFO: Created: latency-svc-bqp8r
Feb 10 01:15:21.416: INFO: Got endpoints: latency-svc-bqp8r [866.252413ms]
Feb 10 01:15:21.437: INFO: Created: latency-svc-d8k2r
Feb 10 01:15:21.451: INFO: Got endpoints: latency-svc-d8k2r [862.490146ms]
Feb 10 01:15:21.521: INFO: Created: latency-svc-fqhm9
Feb 10 01:15:21.553: INFO: Created: latency-svc-pvwgm
Feb 10 01:15:21.553: INFO: Got endpoints: latency-svc-fqhm9 [911.730251ms]
Feb 10 01:15:21.601: INFO: Got endpoints: latency-svc-pvwgm [921.252991ms]
Feb 10 01:15:21.655: INFO: Created: latency-svc-qjx7h
Feb 10 01:15:21.683: INFO: Created: latency-svc-pfj2g
Feb 10 01:15:21.683: INFO: Got endpoints: latency-svc-qjx7h [968.855183ms]
Feb 10 01:15:21.697: INFO: Got endpoints: latency-svc-pfj2g [901.68411ms]
Feb 10 01:15:21.714: INFO: Created: latency-svc-rb79k
Feb 10 01:15:21.727: INFO: Got endpoints: latency-svc-rb79k [887.536839ms]
Feb 10 01:15:21.798: INFO: Created: latency-svc-rxfgk
Feb 10 01:15:21.853: INFO: Got endpoints: latency-svc-rxfgk [902.04369ms]
Feb 10 01:15:21.854: INFO: Created: latency-svc-59dzg
Feb 10 01:15:21.867: INFO: Got endpoints: latency-svc-59dzg [898.855314ms]
Feb 10 01:15:21.889: INFO: Created: latency-svc-dv94q
Feb 10 01:15:21.923: INFO: Got endpoints: latency-svc-dv94q [838.970697ms]
Feb 10 01:15:21.935: INFO: Created: latency-svc-29mmw
Feb 10 01:15:21.951: INFO: Got endpoints: latency-svc-29mmw [845.113378ms]
Feb 10 01:15:21.971: INFO: Created: latency-svc-dvm2p
Feb 10 01:15:22.008: INFO: Got endpoints: latency-svc-dvm2p [859.264783ms]
Feb 10 01:15:22.079: INFO: Created: latency-svc-bc6nl
Feb 10 01:15:22.095: INFO: Got endpoints: latency-svc-bc6nl [842.798727ms]
Feb 10 01:15:22.133: INFO: Created: latency-svc-skl56
Feb 10 01:15:22.143: INFO: Got endpoints: latency-svc-skl56 [827.076374ms]
Feb 10 01:15:22.210: INFO: Created: latency-svc-4552s
Feb 10 01:15:22.224: INFO: Got endpoints: latency-svc-4552s [846.070919ms]
Feb 10 01:15:22.243: INFO: Created: latency-svc-s8v9f
Feb 10 01:15:22.254: INFO: Got endpoints: latency-svc-s8v9f [838.42255ms]
Feb 10 01:15:22.303: INFO: Created: latency-svc-sr4tw
Feb 10 01:15:22.348: INFO: Got endpoints: latency-svc-sr4tw [896.74654ms]
Feb 10 01:15:22.361: INFO: Created: latency-svc-8mvhk
Feb 10 01:15:22.374: INFO: Got endpoints: latency-svc-8mvhk [820.819041ms]
Feb 10 01:15:22.410: INFO: Created: latency-svc-9kwnj
Feb 10 01:15:22.422: INFO: Got endpoints: latency-svc-9kwnj [820.978079ms]
Feb 10 01:15:22.441: INFO: Created: latency-svc-bqkfh
Feb 10 01:15:22.474: INFO: Got endpoints: latency-svc-bqkfh [790.371601ms]
Feb 10 01:15:22.488: INFO: Created: latency-svc-cd9tb
Feb 10 01:15:22.502: INFO: Got endpoints: latency-svc-cd9tb [805.684333ms]
Feb 10 01:15:22.519: INFO: Created: latency-svc-hx7g8
Feb 10 01:15:22.533: INFO: Got endpoints: latency-svc-hx7g8 [805.812014ms]
Feb 10 01:15:22.547: INFO: Created: latency-svc-r7vls
Feb 10 01:15:22.563: INFO: Got endpoints: latency-svc-r7vls [709.53159ms]
Feb 10 01:15:22.612: INFO: Created: latency-svc-qkwks
Feb 10 01:15:22.649: INFO: Got endpoints: latency-svc-qkwks [781.815701ms]
Feb 10 01:15:22.651: INFO: Created: latency-svc-2w8md
Feb 10 01:15:22.658: INFO: Got endpoints: latency-svc-2w8md [735.023024ms]
Feb 10 01:15:22.686: INFO: Created: latency-svc-f6cq6
Feb 10 01:15:22.700: INFO: Got endpoints: latency-svc-f6cq6 [749.148024ms]
Feb 10 01:15:22.749: INFO: Created: latency-svc-rbwgc
Feb 10 01:15:22.775: INFO: Got endpoints: latency-svc-rbwgc [766.774567ms]
Feb 10 01:15:22.775: INFO: Created: latency-svc-p6nbt
Feb 10 01:15:22.787: INFO: Got endpoints: latency-svc-p6nbt [691.626392ms]
Feb 10 01:15:22.805: INFO: Created: latency-svc-7gkw6
Feb 10 01:15:22.817: INFO: Got endpoints: latency-svc-7gkw6 [673.925748ms]
Feb 10 01:15:22.849: INFO: Created: latency-svc-pcm6b
Feb 10 01:15:22.881: INFO: Got endpoints: latency-svc-pcm6b [657.023978ms]
Feb 10 01:15:22.897: INFO: Created: latency-svc-dtdlf
Feb 10 01:15:22.907: INFO: Got endpoints: latency-svc-dtdlf [652.691475ms]
Feb 10 01:15:22.920: INFO: Created: latency-svc-8xg8c
Feb 10 01:15:22.931: INFO: Got endpoints: latency-svc-8xg8c [583.420796ms]
Feb 10 01:15:22.942: INFO: Created: latency-svc-mxj2l
Feb 10 01:15:22.961: INFO: Got endpoints: latency-svc-mxj2l [587.706639ms]
Feb 10 01:15:22.979: INFO: Created: latency-svc-7sn6p
Feb 10 01:15:23.012: INFO: Got endpoints: latency-svc-7sn6p [590.111336ms]
Feb 10 01:15:23.020: INFO: Created: latency-svc-zg5mc
Feb 10 01:15:23.035: INFO: Got endpoints: latency-svc-zg5mc [561.434919ms]
Feb 10 01:15:23.055: INFO: Created: latency-svc-pvddv
Feb 10 01:15:23.070: INFO: Got endpoints: latency-svc-pvddv [567.499591ms]
Feb 10 01:15:23.094: INFO: Created: latency-svc-p5fpm
Feb 10 01:15:23.107: INFO: Got endpoints: latency-svc-p5fpm [574.800748ms]
Feb 10 01:15:23.150: INFO: Created: latency-svc-nj6pz
Feb 10 01:15:23.162: INFO: Got endpoints: latency-svc-nj6pz [599.442807ms]
Feb 10 01:15:23.195: INFO: Created: latency-svc-mgmwd
Feb 10 01:15:23.213: INFO: Got endpoints: latency-svc-mgmwd [563.705619ms]
Feb 10 01:15:23.233: INFO: Created: latency-svc-cvjxf
Feb 10 01:15:23.246: INFO: Got endpoints: latency-svc-cvjxf [587.596222ms]
Feb 10 01:15:23.306: INFO: Created: latency-svc-dc5wq
Feb 10 01:15:23.334: INFO: Created: latency-svc-947xp
Feb 10 01:15:23.335: INFO: Got endpoints: latency-svc-dc5wq [634.412637ms]
Feb 10 01:15:23.357: INFO: Got endpoints: latency-svc-947xp [582.082009ms]
Feb 10 01:15:23.387: INFO: Created: latency-svc-n85cm
Feb 10 01:15:23.405: INFO: Got endpoints: latency-svc-n85cm [617.794396ms]
Feb 10 01:15:23.474: INFO: Created: latency-svc-9pxw9
Feb 10 01:15:23.496: INFO: Got endpoints: latency-svc-9pxw9 [679.481558ms]
Feb 10 01:15:23.497: INFO: Created: latency-svc-mz8n8
Feb 10 01:15:23.520: INFO: Got endpoints: latency-svc-mz8n8 [639.105598ms]
Feb 10 01:15:23.538: INFO: Created: latency-svc-xj57l
Feb 10 01:15:23.548: INFO: Got endpoints: latency-svc-xj57l [640.885895ms]
Feb 10 01:15:23.641: INFO: Created: latency-svc-k25rf
Feb 10 01:15:23.670: INFO: Created: latency-svc-vk8cs
Feb 10 01:15:23.671: INFO: Got endpoints: latency-svc-k25rf [739.607751ms]
Feb 10 01:15:23.701: INFO: Got endpoints: latency-svc-vk8cs [738.994069ms]
Feb 10 01:15:23.725: INFO: Created: latency-svc-2zqd9
Feb 10 01:15:23.737: INFO: Got endpoints: latency-svc-2zqd9 [724.617351ms]
Feb 10 01:15:23.767: INFO: Created: latency-svc-cfjzd
Feb 10 01:15:23.785: INFO: Got endpoints: latency-svc-cfjzd [749.659938ms]
Feb 10 01:15:23.813: INFO: Created: latency-svc-jzqtj
Feb 10 01:15:23.826: INFO: Got endpoints: latency-svc-jzqtj [756.248899ms]
Feb 10 01:15:23.850: INFO: Created: latency-svc-rg7wk
Feb 10 01:15:23.862: INFO: Got endpoints: latency-svc-rg7wk [754.642081ms]
Feb 10 01:15:23.905: INFO: Created: latency-svc-vlqkq
Feb 10 01:15:23.910: INFO: Got endpoints: latency-svc-vlqkq [748.058973ms]
Feb 10 01:15:23.928: INFO: Created: latency-svc-k44zf
Feb 10 01:15:23.951: INFO: Got endpoints: latency-svc-k44zf [737.665092ms]
Feb 10 01:15:23.987: INFO: Created: latency-svc-rkj7s
Feb 10 01:15:24.001: INFO: Got endpoints: latency-svc-rkj7s [754.92168ms]
Feb 10 01:15:24.042: INFO: Created: latency-svc-g2l5k
Feb 10 01:15:24.102: INFO: Created: latency-svc-rvv8g
Feb 10 01:15:24.102: INFO: Got endpoints: latency-svc-g2l5k [767.475427ms]
Feb 10 01:15:24.180: INFO: Got endpoints: latency-svc-rvv8g [822.655266ms]
Feb 10 01:15:24.190: INFO: Created: latency-svc-z5wmk
Feb 10 01:15:24.207: INFO: Got endpoints: latency-svc-z5wmk [802.126192ms]
Feb 10 01:15:24.207: INFO: Latencies: [41.064699ms 126.411575ms 164.780071ms 182.177724ms 218.044185ms 322.286441ms 337.690605ms 386.799827ms 478.517042ms 494.036927ms 526.628287ms 556.67779ms 561.434919ms 563.705619ms 567.499591ms 574.800748ms 582.082009ms 583.420796ms 587.596222ms 587.706639ms 590.111336ms 595.174955ms 598.143641ms 598.904586ms 599.442807ms 599.513004ms 602.573159ms 605.919913ms 607.812049ms 610.806557ms 616.484455ms 617.463107ms 617.794396ms 628.103363ms 634.412637ms 634.909517ms 635.863342ms 637.444806ms 638.220249ms 639.105598ms 640.005994ms 640.885895ms 641.599466ms 646.391671ms 647.906083ms 652.197643ms 652.691475ms 652.949346ms 656.681855ms 657.023978ms 657.708377ms 658.587155ms 661.67097ms 663.452699ms 665.170459ms 667.597031ms 669.391879ms 669.947864ms 670.688602ms 670.961122ms 671.392579ms 672.008128ms 673.925748ms 676.187357ms 677.15314ms 677.178957ms 679.481558ms 681.789301ms 683.090924ms 686.19852ms 688.178201ms 690.731319ms 691.626392ms 693.408485ms 694.243192ms 698.969001ms 699.536898ms 705.166771ms 709.0098ms 709.53159ms 711.76099ms 724.617351ms 724.989886ms 727.795796ms 731.126663ms 733.617216ms 733.808515ms 735.023024ms 735.563814ms 737.067058ms 737.665092ms 738.994069ms 739.607751ms 739.968934ms 744.12748ms 748.058973ms 748.540255ms 748.867847ms 749.148024ms 749.659938ms 749.755483ms 751.777488ms 752.54138ms 752.697747ms 754.642081ms 754.843765ms 754.92168ms 755.234373ms 756.248899ms 757.12484ms 757.871617ms 762.378917ms 765.993365ms 766.774567ms 767.365889ms 767.475427ms 768.094941ms 771.129224ms 775.30697ms 775.387006ms 777.662346ms 778.307697ms 780.29668ms 781.645384ms 781.815701ms 782.182167ms 786.050127ms 790.202248ms 790.371601ms 790.990834ms 791.07833ms 802.126192ms 803.037323ms 803.30907ms 803.445032ms 803.937581ms 805.684333ms 805.812014ms 807.764235ms 808.912111ms 809.787773ms 810.248276ms 817.443582ms 818.783629ms 820.819041ms 820.978079ms 822.655266ms 825.062744ms 827.076374ms 827.248664ms 828.397053ms 829.35899ms 838.42255ms 838.970697ms 842.798727ms 844.789931ms 845.113378ms 846.070919ms 849.437811ms 858.244281ms 859.264783ms 860.372499ms 862.490146ms 866.252413ms 869.916664ms 874.930017ms 880.425001ms 880.795418ms 887.536839ms 896.74654ms 898.855314ms 901.68411ms 902.04369ms 904.35294ms 904.830014ms 906.901583ms 911.730251ms 917.847506ms 921.252991ms 941.457373ms 943.687274ms 944.038626ms 948.594633ms 948.920395ms 952.117446ms 953.080277ms 963.954195ms 968.855183ms 975.025156ms 978.226443ms 991.309749ms 994.544455ms 1.021305547s 1.02227194s 1.036442934s 1.043898399s 1.056578422s 1.057837029s 1.072805067s 1.080218505s]
Feb 10 01:15:24.207: INFO: 50 %ile: 749.755483ms
Feb 10 01:15:24.207: INFO: 90 %ile: 943.687274ms
Feb 10 01:15:24.207: INFO: 99 %ile: 1.072805067s
Feb 10 01:15:24.207: INFO: Total sample count: 200
[AfterEach] [sig-network] Service endpoints latency
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:15:24.207: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "svc-latency-9482" for this suite.

• [SLOW TEST:14.567 seconds]
[sig-network] Service endpoints latency
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should not be very high  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Service endpoints latency should not be very high  [Conformance]","total":278,"completed":61,"skipped":968,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Garbage collector 
  should delete RS created by deployment when not orphaning [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:15:24.239: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename gc
STEP: Waiting for a default service account to be provisioned in namespace
[It] should delete RS created by deployment when not orphaning [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the deployment
STEP: Wait for the Deployment to create new ReplicaSet
STEP: delete the deployment
STEP: wait for all rs to be garbage collected
STEP: expected 0 rs, got 1 rs
STEP: expected 0 pods, got 2 pods
STEP: Gathering metrics
W0210 01:15:25.476919       6 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Feb 10 01:15:25.476: INFO: For apiserver_request_total:
For apiserver_request_latency_seconds:
For apiserver_init_events_total:
For garbage_collector_attempt_to_delete_queue_latency:
For garbage_collector_attempt_to_delete_work_duration:
For garbage_collector_attempt_to_orphan_queue_latency:
For garbage_collector_attempt_to_orphan_work_duration:
For garbage_collector_dirty_processing_latency_microseconds:
For garbage_collector_event_processing_latency_microseconds:
For garbage_collector_graph_changes_queue_latency:
For garbage_collector_graph_changes_work_duration:
For garbage_collector_orphan_processing_latency_microseconds:
For namespace_queue_latency:
For namespace_queue_latency_sum:
For namespace_queue_latency_count:
For namespace_retries:
For namespace_work_duration:
For namespace_work_duration_sum:
For namespace_work_duration_count:
For function_duration_seconds:
For errors_total:
For evicted_pods_total:

[AfterEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:15:25.477: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "gc-8881" for this suite.
•{"msg":"PASSED [sig-api-machinery] Garbage collector should delete RS created by deployment when not orphaning [Conformance]","total":278,"completed":62,"skipped":1000,"failed":0}
SSSSSSSSSSSS
------------------------------
[sig-apps] Daemon set [Serial] 
  should run and stop simple daemon [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:15:25.484: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename daemonsets
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:133
[It] should run and stop simple daemon [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating simple DaemonSet "daemon-set"
STEP: Check that daemon pods launch on every node of the cluster.
Feb 10 01:15:25.812: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:25.824: INFO: Number of nodes with available pods: 0
Feb 10 01:15:25.824: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:26.863: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:26.865: INFO: Number of nodes with available pods: 0
Feb 10 01:15:26.865: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:27.829: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:27.832: INFO: Number of nodes with available pods: 0
Feb 10 01:15:27.832: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:28.860: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:28.863: INFO: Number of nodes with available pods: 0
Feb 10 01:15:28.863: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:29.937: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:29.940: INFO: Number of nodes with available pods: 1
Feb 10 01:15:29.940: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:15:30.846: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:30.874: INFO: Number of nodes with available pods: 2
Feb 10 01:15:30.875: INFO: Number of running nodes: 2, number of available pods: 2
STEP: Stop a daemon pod, check that the daemon pod is revived.
Feb 10 01:15:31.041: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:31.058: INFO: Number of nodes with available pods: 1
Feb 10 01:15:31.058: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:32.128: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:32.133: INFO: Number of nodes with available pods: 1
Feb 10 01:15:32.133: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:33.115: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:33.147: INFO: Number of nodes with available pods: 1
Feb 10 01:15:33.147: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:34.078: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:34.135: INFO: Number of nodes with available pods: 1
Feb 10 01:15:34.135: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:35.078: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:35.090: INFO: Number of nodes with available pods: 1
Feb 10 01:15:35.090: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:36.078: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:36.109: INFO: Number of nodes with available pods: 1
Feb 10 01:15:36.109: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:37.066: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:37.111: INFO: Number of nodes with available pods: 1
Feb 10 01:15:37.111: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:38.075: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:38.088: INFO: Number of nodes with available pods: 1
Feb 10 01:15:38.088: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:39.086: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:39.090: INFO: Number of nodes with available pods: 1
Feb 10 01:15:39.090: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:40.071: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:40.079: INFO: Number of nodes with available pods: 1
Feb 10 01:15:40.079: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:41.067: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:41.073: INFO: Number of nodes with available pods: 1
Feb 10 01:15:41.073: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:42.080: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:42.095: INFO: Number of nodes with available pods: 1
Feb 10 01:15:42.095: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:43.097: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:43.141: INFO: Number of nodes with available pods: 1
Feb 10 01:15:43.141: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:44.237: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:44.294: INFO: Number of nodes with available pods: 1
Feb 10 01:15:44.294: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:45.068: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:45.078: INFO: Number of nodes with available pods: 1
Feb 10 01:15:45.078: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:15:46.064: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:15:46.075: INFO: Number of nodes with available pods: 2
Feb 10 01:15:46.075: INFO: Number of running nodes: 2, number of available pods: 2
[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:99
STEP: Deleting DaemonSet "daemon-set"
STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-3657, will wait for the garbage collector to delete the pods
Feb 10 01:15:46.197: INFO: Deleting DaemonSet.extensions daemon-set took: 20.712019ms
Feb 10 01:15:46.298: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.224202ms
Feb 10 01:16:01.401: INFO: Number of nodes with available pods: 0
Feb 10 01:16:01.401: INFO: Number of running nodes: 0, number of available pods: 0
Feb 10 01:16:01.404: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/daemonsets-3657/daemonsets","resourceVersion":"7969681"},"items":null}

Feb 10 01:16:01.407: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/daemonsets-3657/pods","resourceVersion":"7969681"},"items":null}

[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:16:01.418: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "daemonsets-3657" for this suite.

• [SLOW TEST:35.941 seconds]
[sig-apps] Daemon set [Serial]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should run and stop simple daemon [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Daemon set [Serial] should run and stop simple daemon [Conformance]","total":278,"completed":63,"skipped":1012,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] Daemon set [Serial] 
  should update pod when spec was updated and update strategy is RollingUpdate [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:16:01.428: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename daemonsets
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:133
[It] should update pod when spec was updated and update strategy is RollingUpdate [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:16:01.519: INFO: Creating simple daemon set daemon-set
STEP: Check that daemon pods launch on every node of the cluster.
Feb 10 01:16:01.544: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:01.570: INFO: Number of nodes with available pods: 0
Feb 10 01:16:01.570: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:16:02.576: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:02.578: INFO: Number of nodes with available pods: 0
Feb 10 01:16:02.578: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:16:03.576: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:03.578: INFO: Number of nodes with available pods: 0
Feb 10 01:16:03.578: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:16:04.576: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:04.580: INFO: Number of nodes with available pods: 0
Feb 10 01:16:04.580: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:16:05.576: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:05.579: INFO: Number of nodes with available pods: 2
Feb 10 01:16:05.579: INFO: Number of running nodes: 2, number of available pods: 2
STEP: Update daemon pods image.
STEP: Check that daemon pods images are updated.
Feb 10 01:16:05.632: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:05.632: INFO: Wrong image for pod: daemon-set-vlntz. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:05.638: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:06.659: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:06.659: INFO: Wrong image for pod: daemon-set-vlntz. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:06.745: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:07.642: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:07.642: INFO: Wrong image for pod: daemon-set-vlntz. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:07.646: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:08.642: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:08.642: INFO: Wrong image for pod: daemon-set-vlntz. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:08.642: INFO: Pod daemon-set-vlntz is not available
Feb 10 01:16:08.647: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:09.642: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:09.642: INFO: Wrong image for pod: daemon-set-vlntz. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:09.642: INFO: Pod daemon-set-vlntz is not available
Feb 10 01:16:09.645: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:10.643: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:10.643: INFO: Wrong image for pod: daemon-set-vlntz. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:10.643: INFO: Pod daemon-set-vlntz is not available
Feb 10 01:16:10.647: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:11.643: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:11.643: INFO: Wrong image for pod: daemon-set-vlntz. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:11.643: INFO: Pod daemon-set-vlntz is not available
Feb 10 01:16:11.647: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:12.642: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:12.642: INFO: Pod daemon-set-kt6db is not available
Feb 10 01:16:12.647: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:13.642: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:13.642: INFO: Pod daemon-set-kt6db is not available
Feb 10 01:16:13.646: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:14.643: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:14.643: INFO: Pod daemon-set-kt6db is not available
Feb 10 01:16:14.646: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:15.642: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:15.646: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:16.648: INFO: Wrong image for pod: daemon-set-9kthn. Expected: gcr.io/kubernetes-e2e-test-images/agnhost:2.8, got: docker.io/library/httpd:2.4.38-alpine.
Feb 10 01:16:16.648: INFO: Pod daemon-set-9kthn is not available
Feb 10 01:16:16.652: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:17.642: INFO: Pod daemon-set-tnj6g is not available
Feb 10 01:16:17.645: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
STEP: Check that daemon pods are still running on every node of the cluster.
Feb 10 01:16:17.648: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:17.650: INFO: Number of nodes with available pods: 1
Feb 10 01:16:17.650: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:16:18.655: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:18.658: INFO: Number of nodes with available pods: 1
Feb 10 01:16:18.658: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:16:19.656: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:19.659: INFO: Number of nodes with available pods: 1
Feb 10 01:16:19.659: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:16:20.656: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:16:20.659: INFO: Number of nodes with available pods: 2
Feb 10 01:16:20.659: INFO: Number of running nodes: 2, number of available pods: 2
[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:99
STEP: Deleting DaemonSet "daemon-set"
STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-5717, will wait for the garbage collector to delete the pods
Feb 10 01:16:20.746: INFO: Deleting DaemonSet.extensions daemon-set took: 15.980106ms
Feb 10 01:16:21.146: INFO: Terminating DaemonSet.extensions daemon-set pods took: 400.228286ms
Feb 10 01:16:32.149: INFO: Number of nodes with available pods: 0
Feb 10 01:16:32.149: INFO: Number of running nodes: 0, number of available pods: 0
Feb 10 01:16:32.152: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/daemonsets-5717/daemonsets","resourceVersion":"7969872"},"items":null}

Feb 10 01:16:32.155: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/daemonsets-5717/pods","resourceVersion":"7969872"},"items":null}

[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:16:32.165: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "daemonsets-5717" for this suite.

• [SLOW TEST:30.746 seconds]
[sig-apps] Daemon set [Serial]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should update pod when spec was updated and update strategy is RollingUpdate [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Daemon set [Serial] should update pod when spec was updated and update strategy is RollingUpdate [Conformance]","total":278,"completed":64,"skipped":1075,"failed":0}
SSSSSSSSSSSSSS
------------------------------
[sig-storage] Secrets 
  should be consumable from pods in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:16:32.174: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name secret-test-77f26660-fd84-4bef-b673-a216fd68e3b6
STEP: Creating a pod to test consume secrets
Feb 10 01:16:32.230: INFO: Waiting up to 5m0s for pod "pod-secrets-57577cee-9b11-4a2c-825c-eba78c9279f8" in namespace "secrets-5046" to be "success or failure"
Feb 10 01:16:32.259: INFO: Pod "pod-secrets-57577cee-9b11-4a2c-825c-eba78c9279f8": Phase="Pending", Reason="", readiness=false. Elapsed: 28.295305ms
Feb 10 01:16:34.262: INFO: Pod "pod-secrets-57577cee-9b11-4a2c-825c-eba78c9279f8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.032039542s
Feb 10 01:16:36.266: INFO: Pod "pod-secrets-57577cee-9b11-4a2c-825c-eba78c9279f8": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.035748552s
STEP: Saw pod success
Feb 10 01:16:36.266: INFO: Pod "pod-secrets-57577cee-9b11-4a2c-825c-eba78c9279f8" satisfied condition "success or failure"
Feb 10 01:16:36.269: INFO: Trying to get logs from node jerma-worker pod pod-secrets-57577cee-9b11-4a2c-825c-eba78c9279f8 container secret-volume-test: 
STEP: delete the pod
Feb 10 01:16:36.320: INFO: Waiting for pod pod-secrets-57577cee-9b11-4a2c-825c-eba78c9279f8 to disappear
Feb 10 01:16:36.382: INFO: Pod pod-secrets-57577cee-9b11-4a2c-825c-eba78c9279f8 no longer exists
[AfterEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:16:36.382: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-5046" for this suite.
•{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume [NodeConformance] [Conformance]","total":278,"completed":65,"skipped":1089,"failed":0}
SSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:16:36.390: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0777 on tmpfs
Feb 10 01:16:36.500: INFO: Waiting up to 5m0s for pod "pod-9a2f92cd-4285-4e72-bd02-c6136c5c3fc6" in namespace "emptydir-1791" to be "success or failure"
Feb 10 01:16:36.510: INFO: Pod "pod-9a2f92cd-4285-4e72-bd02-c6136c5c3fc6": Phase="Pending", Reason="", readiness=false. Elapsed: 9.728612ms
Feb 10 01:16:38.514: INFO: Pod "pod-9a2f92cd-4285-4e72-bd02-c6136c5c3fc6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013729826s
Feb 10 01:16:40.642: INFO: Pod "pod-9a2f92cd-4285-4e72-bd02-c6136c5c3fc6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.141867627s
STEP: Saw pod success
Feb 10 01:16:40.642: INFO: Pod "pod-9a2f92cd-4285-4e72-bd02-c6136c5c3fc6" satisfied condition "success or failure"
Feb 10 01:16:40.646: INFO: Trying to get logs from node jerma-worker2 pod pod-9a2f92cd-4285-4e72-bd02-c6136c5c3fc6 container test-container: 
STEP: delete the pod
Feb 10 01:16:40.716: INFO: Waiting for pod pod-9a2f92cd-4285-4e72-bd02-c6136c5c3fc6 to disappear
Feb 10 01:16:40.768: INFO: Pod pod-9a2f92cd-4285-4e72-bd02-c6136c5c3fc6 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:16:40.768: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-1791" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":66,"skipped":1092,"failed":0}

------------------------------
[sig-storage] Secrets 
  should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:16:40.775: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name secret-test-a3d8e934-3c85-428a-b4be-61b4cd06f618
STEP: Creating a pod to test consume secrets
Feb 10 01:16:40.945: INFO: Waiting up to 5m0s for pod "pod-secrets-9dc6dcf1-c4fb-430a-be69-4eddf8fe139e" in namespace "secrets-1269" to be "success or failure"
Feb 10 01:16:40.950: INFO: Pod "pod-secrets-9dc6dcf1-c4fb-430a-be69-4eddf8fe139e": Phase="Pending", Reason="", readiness=false. Elapsed: 5.324216ms
Feb 10 01:16:42.954: INFO: Pod "pod-secrets-9dc6dcf1-c4fb-430a-be69-4eddf8fe139e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009312719s
Feb 10 01:16:44.958: INFO: Pod "pod-secrets-9dc6dcf1-c4fb-430a-be69-4eddf8fe139e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012766489s
STEP: Saw pod success
Feb 10 01:16:44.958: INFO: Pod "pod-secrets-9dc6dcf1-c4fb-430a-be69-4eddf8fe139e" satisfied condition "success or failure"
Feb 10 01:16:44.960: INFO: Trying to get logs from node jerma-worker2 pod pod-secrets-9dc6dcf1-c4fb-430a-be69-4eddf8fe139e container secret-volume-test: 
STEP: delete the pod
Feb 10 01:16:44.988: INFO: Waiting for pod pod-secrets-9dc6dcf1-c4fb-430a-be69-4eddf8fe139e to disappear
Feb 10 01:16:44.992: INFO: Pod pod-secrets-9dc6dcf1-c4fb-430a-be69-4eddf8fe139e no longer exists
[AfterEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:16:44.992: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-1269" for this suite.
STEP: Destroying namespace "secret-namespace-204" for this suite.
•{"msg":"PASSED [sig-storage] Secrets should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance]","total":278,"completed":67,"skipped":1092,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Garbage collector 
  should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:16:45.029: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename gc
STEP: Waiting for a default service account to be provisioned in namespace
[It] should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the deployment
STEP: Wait for the Deployment to create new ReplicaSet
STEP: delete the deployment
STEP: wait for 30 seconds to see if the garbage collector mistakenly deletes the rs
STEP: Gathering metrics
W0210 01:17:15.633046       6 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Feb 10 01:17:15.633: INFO: For apiserver_request_total:
For apiserver_request_latency_seconds:
For apiserver_init_events_total:
For garbage_collector_attempt_to_delete_queue_latency:
For garbage_collector_attempt_to_delete_work_duration:
For garbage_collector_attempt_to_orphan_queue_latency:
For garbage_collector_attempt_to_orphan_work_duration:
For garbage_collector_dirty_processing_latency_microseconds:
For garbage_collector_event_processing_latency_microseconds:
For garbage_collector_graph_changes_queue_latency:
For garbage_collector_graph_changes_work_duration:
For garbage_collector_orphan_processing_latency_microseconds:
For namespace_queue_latency:
For namespace_queue_latency_sum:
For namespace_queue_latency_count:
For namespace_retries:
For namespace_work_duration:
For namespace_work_duration_sum:
For namespace_work_duration_count:
For function_duration_seconds:
For errors_total:
For evicted_pods_total:

[AfterEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:17:15.633: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "gc-7275" for this suite.

• [SLOW TEST:30.610 seconds]
[sig-api-machinery] Garbage collector
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Garbage collector should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance]","total":278,"completed":68,"skipped":1124,"failed":0}
SSSSSS
------------------------------
[k8s.io] Kubelet when scheduling a busybox command that always fails in a pod 
  should have an terminated reason [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:17:15.639: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubelet-test
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:37
[BeforeEach] when scheduling a busybox command that always fails in a pod
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:81
[It] should have an terminated reason [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[AfterEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:17:19.738: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubelet-test-9248" for this suite.
•{"msg":"PASSED [k8s.io] Kubelet when scheduling a busybox command that always fails in a pod should have an terminated reason [NodeConformance] [Conformance]","total":278,"completed":69,"skipped":1130,"failed":0}
SSSSSSSSSS
------------------------------
[sig-network] Networking Granular Checks: Pods 
  should function for intra-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Networking
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:17:19.747: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pod-network-test
STEP: Waiting for a default service account to be provisioned in namespace
[It] should function for intra-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Performing setup for networking test in namespace pod-network-test-4884
STEP: creating a selector
STEP: Creating the service pods in kubernetes
Feb 10 01:17:19.790: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable
STEP: Creating test pods
Feb 10 01:17:48.041: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.244.2.207:8080/dial?request=hostname&protocol=udp&host=10.244.2.206&port=8081&tries=1'] Namespace:pod-network-test-4884 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:17:48.041: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:17:48.074153       6 log.go:172] (0xc001fee4d0) (0xc001c7cdc0) Create stream
I0210 01:17:48.074183       6 log.go:172] (0xc001fee4d0) (0xc001c7cdc0) Stream added, broadcasting: 1
I0210 01:17:48.076531       6 log.go:172] (0xc001fee4d0) Reply frame received for 1
I0210 01:17:48.076603       6 log.go:172] (0xc001fee4d0) (0xc002a15cc0) Create stream
I0210 01:17:48.076626       6 log.go:172] (0xc001fee4d0) (0xc002a15cc0) Stream added, broadcasting: 3
I0210 01:17:48.077942       6 log.go:172] (0xc001fee4d0) Reply frame received for 3
I0210 01:17:48.077973       6 log.go:172] (0xc001fee4d0) (0xc002a15d60) Create stream
I0210 01:17:48.077989       6 log.go:172] (0xc001fee4d0) (0xc002a15d60) Stream added, broadcasting: 5
I0210 01:17:48.079168       6 log.go:172] (0xc001fee4d0) Reply frame received for 5
I0210 01:17:48.133368       6 log.go:172] (0xc001fee4d0) Data frame received for 3
I0210 01:17:48.133404       6 log.go:172] (0xc002a15cc0) (3) Data frame handling
I0210 01:17:48.133431       6 log.go:172] (0xc002a15cc0) (3) Data frame sent
I0210 01:17:48.134073       6 log.go:172] (0xc001fee4d0) Data frame received for 3
I0210 01:17:48.134098       6 log.go:172] (0xc002a15cc0) (3) Data frame handling
I0210 01:17:48.134129       6 log.go:172] (0xc001fee4d0) Data frame received for 5
I0210 01:17:48.134160       6 log.go:172] (0xc002a15d60) (5) Data frame handling
I0210 01:17:48.135674       6 log.go:172] (0xc001fee4d0) Data frame received for 1
I0210 01:17:48.135692       6 log.go:172] (0xc001c7cdc0) (1) Data frame handling
I0210 01:17:48.135711       6 log.go:172] (0xc001c7cdc0) (1) Data frame sent
I0210 01:17:48.135726       6 log.go:172] (0xc001fee4d0) (0xc001c7cdc0) Stream removed, broadcasting: 1
I0210 01:17:48.135811       6 log.go:172] (0xc001fee4d0) (0xc001c7cdc0) Stream removed, broadcasting: 1
I0210 01:17:48.135836       6 log.go:172] (0xc001fee4d0) (0xc002a15cc0) Stream removed, broadcasting: 3
I0210 01:17:48.135854       6 log.go:172] (0xc001fee4d0) (0xc002a15d60) Stream removed, broadcasting: 5
Feb 10 01:17:48.135: INFO: Waiting for responses: map[]
I0210 01:17:48.135922       6 log.go:172] (0xc001fee4d0) Go away received
Feb 10 01:17:48.139: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.244.2.207:8080/dial?request=hostname&protocol=udp&host=10.244.1.20&port=8081&tries=1'] Namespace:pod-network-test-4884 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:17:48.139: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:17:48.170128       6 log.go:172] (0xc005cac790) (0xc0023b2140) Create stream
I0210 01:17:48.170160       6 log.go:172] (0xc005cac790) (0xc0023b2140) Stream added, broadcasting: 1
I0210 01:17:48.172381       6 log.go:172] (0xc005cac790) Reply frame received for 1
I0210 01:17:48.172424       6 log.go:172] (0xc005cac790) (0xc0023b2280) Create stream
I0210 01:17:48.172440       6 log.go:172] (0xc005cac790) (0xc0023b2280) Stream added, broadcasting: 3
I0210 01:17:48.173466       6 log.go:172] (0xc005cac790) Reply frame received for 3
I0210 01:17:48.173511       6 log.go:172] (0xc005cac790) (0xc001bdc1e0) Create stream
I0210 01:17:48.173525       6 log.go:172] (0xc005cac790) (0xc001bdc1e0) Stream added, broadcasting: 5
I0210 01:17:48.174772       6 log.go:172] (0xc005cac790) Reply frame received for 5
I0210 01:17:48.257689       6 log.go:172] (0xc005cac790) Data frame received for 3
I0210 01:17:48.257709       6 log.go:172] (0xc0023b2280) (3) Data frame handling
I0210 01:17:48.257717       6 log.go:172] (0xc0023b2280) (3) Data frame sent
I0210 01:17:48.258139       6 log.go:172] (0xc005cac790) Data frame received for 5
I0210 01:17:48.258162       6 log.go:172] (0xc001bdc1e0) (5) Data frame handling
I0210 01:17:48.258301       6 log.go:172] (0xc005cac790) Data frame received for 3
I0210 01:17:48.258318       6 log.go:172] (0xc0023b2280) (3) Data frame handling
I0210 01:17:48.259956       6 log.go:172] (0xc005cac790) Data frame received for 1
I0210 01:17:48.259998       6 log.go:172] (0xc0023b2140) (1) Data frame handling
I0210 01:17:48.260089       6 log.go:172] (0xc0023b2140) (1) Data frame sent
I0210 01:17:48.260126       6 log.go:172] (0xc005cac790) (0xc0023b2140) Stream removed, broadcasting: 1
I0210 01:17:48.260188       6 log.go:172] (0xc005cac790) Go away received
I0210 01:17:48.260268       6 log.go:172] (0xc005cac790) (0xc0023b2140) Stream removed, broadcasting: 1
I0210 01:17:48.260316       6 log.go:172] (0xc005cac790) (0xc0023b2280) Stream removed, broadcasting: 3
I0210 01:17:48.260330       6 log.go:172] (0xc005cac790) (0xc001bdc1e0) Stream removed, broadcasting: 5
Feb 10 01:17:48.260: INFO: Waiting for responses: map[]
[AfterEach] [sig-network] Networking
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:17:48.260: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pod-network-test-4884" for this suite.

• [SLOW TEST:28.522 seconds]
[sig-network] Networking
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:26
  Granular Checks: Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:29
    should function for intra-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":70,"skipped":1140,"failed":0}
SSSSSSSSS
------------------------------
[sig-network] DNS 
  should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:17:48.269: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename dns
STEP: Waiting for a default service account to be provisioned in namespace
[It] should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a test headless service
STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service;check="$$(dig +tcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-1222 A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-1222;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-1222 A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-1222;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-1222.svc A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-1222.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-1222.svc A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-1222.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-1222.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-1222.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-1222.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-1222.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-1222.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-1222.svc;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-1222.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@PodARecord;check="$$(dig +notcp +noall +answer +search 96.157.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.157.96_udp@PTR;check="$$(dig +tcp +noall +answer +search 96.157.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.157.96_tcp@PTR;sleep 1; done

STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service;check="$$(dig +tcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-1222 A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-1222;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-1222 A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-1222;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-1222.svc A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-1222.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-1222.svc A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-1222.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-1222.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-1222.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-1222.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-1222.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-1222.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-1222.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-1222.svc;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-1222.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_tcp@PodARecord;check="$$(dig +notcp +noall +answer +search 96.157.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.157.96_udp@PTR;check="$$(dig +tcp +noall +answer +search 96.157.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.157.96_tcp@PTR;sleep 1; done

STEP: creating a pod to probe DNS
STEP: submitting the pod to kubernetes
STEP: retrieving the pod
STEP: looking for the results for each expected name from probers
Feb 10 01:17:56.461: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.465: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.468: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.518: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.522: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.531: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.537: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.540: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.560: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.562: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.566: INFO: Unable to read jessie_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.568: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.572: INFO: Unable to read jessie_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.575: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.577: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.581: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:17:56.600: INFO: Lookups using dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1222 wheezy_tcp@dns-test-service.dns-1222 wheezy_udp@dns-test-service.dns-1222.svc wheezy_tcp@dns-test-service.dns-1222.svc wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1222 jessie_tcp@dns-test-service.dns-1222 jessie_udp@dns-test-service.dns-1222.svc jessie_tcp@dns-test-service.dns-1222.svc jessie_udp@_http._tcp.dns-test-service.dns-1222.svc jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc]

Feb 10 01:18:01.604: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.607: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.610: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.613: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.616: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.619: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.622: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.624: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.644: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.646: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.649: INFO: Unable to read jessie_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.651: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.654: INFO: Unable to read jessie_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.656: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.659: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.661: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:01.680: INFO: Lookups using dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1222 wheezy_tcp@dns-test-service.dns-1222 wheezy_udp@dns-test-service.dns-1222.svc wheezy_tcp@dns-test-service.dns-1222.svc wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1222 jessie_tcp@dns-test-service.dns-1222 jessie_udp@dns-test-service.dns-1222.svc jessie_tcp@dns-test-service.dns-1222.svc jessie_udp@_http._tcp.dns-test-service.dns-1222.svc jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc]

Feb 10 01:18:06.604: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.607: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.612: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.615: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.618: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.621: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.624: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.626: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.647: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.650: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.667: INFO: Unable to read jessie_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.670: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.673: INFO: Unable to read jessie_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.676: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.678: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.681: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:06.697: INFO: Lookups using dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1222 wheezy_tcp@dns-test-service.dns-1222 wheezy_udp@dns-test-service.dns-1222.svc wheezy_tcp@dns-test-service.dns-1222.svc wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1222 jessie_tcp@dns-test-service.dns-1222 jessie_udp@dns-test-service.dns-1222.svc jessie_tcp@dns-test-service.dns-1222.svc jessie_udp@_http._tcp.dns-test-service.dns-1222.svc jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc]

Feb 10 01:18:11.680: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.683: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.686: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.689: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.692: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.695: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.697: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.700: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.719: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.721: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.724: INFO: Unable to read jessie_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.727: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.730: INFO: Unable to read jessie_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.732: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.735: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.738: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:11.756: INFO: Lookups using dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1222 wheezy_tcp@dns-test-service.dns-1222 wheezy_udp@dns-test-service.dns-1222.svc wheezy_tcp@dns-test-service.dns-1222.svc wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1222 jessie_tcp@dns-test-service.dns-1222 jessie_udp@dns-test-service.dns-1222.svc jessie_tcp@dns-test-service.dns-1222.svc jessie_udp@_http._tcp.dns-test-service.dns-1222.svc jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc]

Feb 10 01:18:16.605: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.608: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.612: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.615: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.617: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.621: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.624: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.626: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.648: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.651: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.654: INFO: Unable to read jessie_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.657: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.659: INFO: Unable to read jessie_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.663: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.666: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.668: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:16.739: INFO: Lookups using dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1222 wheezy_tcp@dns-test-service.dns-1222 wheezy_udp@dns-test-service.dns-1222.svc wheezy_tcp@dns-test-service.dns-1222.svc wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1222 jessie_tcp@dns-test-service.dns-1222 jessie_udp@dns-test-service.dns-1222.svc jessie_tcp@dns-test-service.dns-1222.svc jessie_udp@_http._tcp.dns-test-service.dns-1222.svc jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc]

Feb 10 01:18:21.605: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.609: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.612: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.615: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.619: INFO: Unable to read wheezy_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.623: INFO: Unable to read wheezy_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.626: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.629: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.647: INFO: Unable to read jessie_udp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.649: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.651: INFO: Unable to read jessie_udp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.653: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222 from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.656: INFO: Unable to read jessie_udp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.658: INFO: Unable to read jessie_tcp@dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.661: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.686: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc from pod dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2: the server could not find the requested resource (get pods dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2)
Feb 10 01:18:21.714: INFO: Lookups using dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-1222 wheezy_tcp@dns-test-service.dns-1222 wheezy_udp@dns-test-service.dns-1222.svc wheezy_tcp@dns-test-service.dns-1222.svc wheezy_udp@_http._tcp.dns-test-service.dns-1222.svc wheezy_tcp@_http._tcp.dns-test-service.dns-1222.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-1222 jessie_tcp@dns-test-service.dns-1222 jessie_udp@dns-test-service.dns-1222.svc jessie_tcp@dns-test-service.dns-1222.svc jessie_udp@_http._tcp.dns-test-service.dns-1222.svc jessie_tcp@_http._tcp.dns-test-service.dns-1222.svc]

Feb 10 01:18:26.727: INFO: DNS probes using dns-1222/dns-test-16d986fc-ac7a-4b09-b7eb-a743d4274ef2 succeeded

STEP: deleting the pod
STEP: deleting the test service
STEP: deleting the test headless service
[AfterEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:18:27.584: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "dns-1222" for this suite.

• [SLOW TEST:39.354 seconds]
[sig-network] DNS
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] DNS should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance]","total":278,"completed":71,"skipped":1149,"failed":0}
SSSSSSSSSSS
------------------------------
[sig-api-machinery] ResourceQuota 
  should create a ResourceQuota and capture the life of a configMap. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:18:27.624: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename resourcequota
STEP: Waiting for a default service account to be provisioned in namespace
[It] should create a ResourceQuota and capture the life of a configMap. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Counting existing ResourceQuota
STEP: Creating a ResourceQuota
STEP: Ensuring resource quota status is calculated
STEP: Creating a ConfigMap
STEP: Ensuring resource quota status captures configMap creation
STEP: Deleting a ConfigMap
STEP: Ensuring resource quota status released usage
[AfterEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:18:43.783: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "resourcequota-1412" for this suite.

• [SLOW TEST:16.167 seconds]
[sig-api-machinery] ResourceQuota
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should create a ResourceQuota and capture the life of a configMap. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]","total":278,"completed":72,"skipped":1160,"failed":0}
SS
------------------------------
[sig-storage] Projected combined 
  should project all components that make up the projection API [Projection][NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected combined
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:18:43.791: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should project all components that make up the projection API [Projection][NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name configmap-projected-all-test-volume-e6b7e785-2c34-4244-86b2-5d13c660a24d
STEP: Creating secret with name secret-projected-all-test-volume-76a73a20-7654-4a9c-b416-8c23958f6c7c
STEP: Creating a pod to test Check all projections for projected volume plugin
Feb 10 01:18:43.930: INFO: Waiting up to 5m0s for pod "projected-volume-1b2f28bf-994f-4654-84d8-f52c711caf77" in namespace "projected-2324" to be "success or failure"
Feb 10 01:18:43.939: INFO: Pod "projected-volume-1b2f28bf-994f-4654-84d8-f52c711caf77": Phase="Pending", Reason="", readiness=false. Elapsed: 9.381953ms
Feb 10 01:18:45.944: INFO: Pod "projected-volume-1b2f28bf-994f-4654-84d8-f52c711caf77": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013953503s
Feb 10 01:18:47.967: INFO: Pod "projected-volume-1b2f28bf-994f-4654-84d8-f52c711caf77": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.037041744s
STEP: Saw pod success
Feb 10 01:18:47.967: INFO: Pod "projected-volume-1b2f28bf-994f-4654-84d8-f52c711caf77" satisfied condition "success or failure"
Feb 10 01:18:47.969: INFO: Trying to get logs from node jerma-worker pod projected-volume-1b2f28bf-994f-4654-84d8-f52c711caf77 container projected-all-volume-test: 
STEP: delete the pod
Feb 10 01:18:48.017: INFO: Waiting for pod projected-volume-1b2f28bf-994f-4654-84d8-f52c711caf77 to disappear
Feb 10 01:18:48.022: INFO: Pod projected-volume-1b2f28bf-994f-4654-84d8-f52c711caf77 no longer exists
[AfterEach] [sig-storage] Projected combined
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:18:48.022: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-2324" for this suite.
•{"msg":"PASSED [sig-storage] Projected combined should project all components that make up the projection API [Projection][NodeConformance] [Conformance]","total":278,"completed":73,"skipped":1162,"failed":0}
SSSS
------------------------------
[k8s.io] Pods 
  should be updated [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:18:48.029: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pods
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:177
[It] should be updated [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the pod
STEP: submitting the pod to kubernetes
STEP: verifying the pod is in kubernetes
STEP: updating the pod
Feb 10 01:18:52.833: INFO: Successfully updated pod "pod-update-0ebfd802-e05a-49fa-9238-e328fcfb567b"
STEP: verifying the updated pod is in kubernetes
Feb 10 01:18:52.874: INFO: Pod update OK
[AfterEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:18:52.874: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pods-732" for this suite.
•{"msg":"PASSED [k8s.io] Pods should be updated [NodeConformance] [Conformance]","total":278,"completed":74,"skipped":1166,"failed":0}

------------------------------
[sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] 
  should perform canary updates and phased rolling updates of template modifications [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:18:52.883: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename statefulset
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:64
[BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:79
STEP: Creating service test in namespace statefulset-927
[It] should perform canary updates and phased rolling updates of template modifications [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a new StatefulSet
Feb 10 01:18:53.014: INFO: Found 0 stateful pods, waiting for 3
Feb 10 01:19:03.020: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:19:03.020: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:19:03.020: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Pending - Ready=false
Feb 10 01:19:13.019: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:19:13.019: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:19:13.019: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true
STEP: Updating stateful set template: update image from docker.io/library/httpd:2.4.38-alpine to docker.io/library/httpd:2.4.39-alpine
Feb 10 01:19:13.047: INFO: Updating stateful set ss2
STEP: Creating a new revision
STEP: Not applying an update when the partition is greater than the number of replicas
STEP: Performing a canary update
Feb 10 01:19:23.090: INFO: Updating stateful set ss2
Feb 10 01:19:23.136: INFO: Waiting for Pod statefulset-927/ss2-2 to have revision ss2-84f9d6bf57 update revision ss2-65c7964b94
STEP: Restoring Pods to the correct revision when they are deleted
Feb 10 01:19:34.137: INFO: Found 2 stateful pods, waiting for 3
Feb 10 01:19:44.142: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:19:44.142: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:19:44.142: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true
STEP: Performing a phased rolling update
Feb 10 01:19:44.165: INFO: Updating stateful set ss2
Feb 10 01:19:44.194: INFO: Waiting for Pod statefulset-927/ss2-1 to have revision ss2-84f9d6bf57 update revision ss2-65c7964b94
Feb 10 01:19:54.219: INFO: Updating stateful set ss2
Feb 10 01:19:54.253: INFO: Waiting for StatefulSet statefulset-927/ss2 to complete update
Feb 10 01:19:54.254: INFO: Waiting for Pod statefulset-927/ss2-0 to have revision ss2-84f9d6bf57 update revision ss2-65c7964b94
Feb 10 01:20:04.261: INFO: Waiting for StatefulSet statefulset-927/ss2 to complete update
[AfterEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:90
Feb 10 01:20:14.261: INFO: Deleting all statefulset in ns statefulset-927
Feb 10 01:20:14.264: INFO: Scaling statefulset ss2 to 0
Feb 10 01:20:34.282: INFO: Waiting for statefulset status.replicas updated to 0
Feb 10 01:20:34.284: INFO: Deleting statefulset ss2
[AfterEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:20:34.304: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "statefulset-927" for this suite.

• [SLOW TEST:101.427 seconds]
[sig-apps] StatefulSet
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
    should perform canary updates and phased rolling updates of template modifications [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should perform canary updates and phased rolling updates of template modifications [Conformance]","total":278,"completed":75,"skipped":1166,"failed":0}
[sig-api-machinery] Garbage collector 
  should orphan pods created by rc if delete options say so [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:20:34.310: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename gc
STEP: Waiting for a default service account to be provisioned in namespace
[It] should orphan pods created by rc if delete options say so [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the rc
STEP: delete the rc
STEP: wait for the rc to be deleted
STEP: wait for 30 seconds to see if the garbage collector mistakenly deletes the pods
STEP: Gathering metrics
W0210 01:21:15.105884       6 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Feb 10 01:21:15.105: INFO: For apiserver_request_total:
For apiserver_request_latency_seconds:
For apiserver_init_events_total:
For garbage_collector_attempt_to_delete_queue_latency:
For garbage_collector_attempt_to_delete_work_duration:
For garbage_collector_attempt_to_orphan_queue_latency:
For garbage_collector_attempt_to_orphan_work_duration:
For garbage_collector_dirty_processing_latency_microseconds:
For garbage_collector_event_processing_latency_microseconds:
For garbage_collector_graph_changes_queue_latency:
For garbage_collector_graph_changes_work_duration:
For garbage_collector_orphan_processing_latency_microseconds:
For namespace_queue_latency:
For namespace_queue_latency_sum:
For namespace_queue_latency_count:
For namespace_retries:
For namespace_work_duration:
For namespace_work_duration_sum:
For namespace_work_duration_count:
For function_duration_seconds:
For errors_total:
For evicted_pods_total:

[AfterEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:21:15.106: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "gc-7904" for this suite.

• [SLOW TEST:40.803 seconds]
[sig-api-machinery] Garbage collector
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should orphan pods created by rc if delete options say so [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Garbage collector should orphan pods created by rc if delete options say so [Conformance]","total":278,"completed":76,"skipped":1166,"failed":0}
SS
------------------------------
[k8s.io] InitContainer [NodeConformance] 
  should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:21:15.113: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename init-container
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:153
[It] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the pod
Feb 10 01:21:15.174: INFO: PodSpec: initContainers in spec.initContainers
[AfterEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:21:21.279: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "init-container-4852" for this suite.

• [SLOW TEST:6.257 seconds]
[k8s.io] InitContainer [NodeConformance]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] InitContainer [NodeConformance] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance]","total":278,"completed":77,"skipped":1168,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-cli] Kubectl client Kubectl rolling-update 
  should support rolling-update to same image [Deprecated] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:21:21.371: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Kubectl rolling-update
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1587
[It] should support rolling-update to same image [Deprecated] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: running the image docker.io/library/httpd:2.4.38-alpine
Feb 10 01:21:21.466: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config run e2e-test-httpd-rc --image=docker.io/library/httpd:2.4.38-alpine --generator=run/v1 --namespace=kubectl-4665'
Feb 10 01:21:21.767: INFO: stderr: "kubectl run --generator=run/v1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=run-pod/v1 or kubectl create instead.\n"
Feb 10 01:21:21.767: INFO: stdout: "replicationcontroller/e2e-test-httpd-rc created\n"
STEP: verifying the rc e2e-test-httpd-rc was created
Feb 10 01:21:22.128: INFO: Waiting for rc e2e-test-httpd-rc to stabilize, generation 1 observed generation 0 spec.replicas 1 status.replicas 0
Feb 10 01:21:22.165: INFO: Waiting for rc e2e-test-httpd-rc to stabilize, generation 1 observed generation 1 spec.replicas 1 status.replicas 0
STEP: rolling-update to same image controller
Feb 10 01:21:22.215: INFO: scanned /root for discovery docs: 
Feb 10 01:21:22.215: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config rolling-update e2e-test-httpd-rc --update-period=1s --image=docker.io/library/httpd:2.4.38-alpine --image-pull-policy=IfNotPresent --namespace=kubectl-4665'
Feb 10 01:21:43.291: INFO: stderr: "Command \"rolling-update\" is deprecated, use \"rollout\" instead\n"
Feb 10 01:21:43.291: INFO: stdout: "Created e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733\nScaling up e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733 from 0 to 1, scaling down e2e-test-httpd-rc from 1 to 0 (keep 1 pods available, don't exceed 2 pods)\nScaling e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733 up to 1\nScaling e2e-test-httpd-rc down to 0\nUpdate succeeded. Deleting old controller: e2e-test-httpd-rc\nRenaming e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733 to e2e-test-httpd-rc\nreplicationcontroller/e2e-test-httpd-rc rolling updated\n"
Feb 10 01:21:43.291: INFO: stdout: "Created e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733\nScaling up e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733 from 0 to 1, scaling down e2e-test-httpd-rc from 1 to 0 (keep 1 pods available, don't exceed 2 pods)\nScaling e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733 up to 1\nScaling e2e-test-httpd-rc down to 0\nUpdate succeeded. Deleting old controller: e2e-test-httpd-rc\nRenaming e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733 to e2e-test-httpd-rc\nreplicationcontroller/e2e-test-httpd-rc rolling updated\n"
STEP: waiting for all containers in run=e2e-test-httpd-rc pods to come up.
Feb 10 01:21:43.291: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l run=e2e-test-httpd-rc --namespace=kubectl-4665'
Feb 10 01:21:43.386: INFO: stderr: ""
Feb 10 01:21:43.386: INFO: stdout: "e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733-tnq5f "
Feb 10 01:21:43.386: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733-tnq5f -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "e2e-test-httpd-rc") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-4665'
Feb 10 01:21:43.484: INFO: stderr: ""
Feb 10 01:21:43.484: INFO: stdout: "true"
Feb 10 01:21:43.484: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733-tnq5f -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "e2e-test-httpd-rc"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-4665'
Feb 10 01:21:43.580: INFO: stderr: ""
Feb 10 01:21:43.581: INFO: stdout: "docker.io/library/httpd:2.4.38-alpine"
Feb 10 01:21:43.581: INFO: e2e-test-httpd-rc-6b3467cadd2b4864f452facc467d6733-tnq5f is verified up and running
[AfterEach] Kubectl rolling-update
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1593
Feb 10 01:21:43.581: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete rc e2e-test-httpd-rc --namespace=kubectl-4665'
Feb 10 01:21:43.700: INFO: stderr: ""
Feb 10 01:21:43.700: INFO: stdout: "replicationcontroller \"e2e-test-httpd-rc\" deleted\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:21:43.700: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-4665" for this suite.

• [SLOW TEST:22.376 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Kubectl rolling-update
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1582
    should support rolling-update to same image [Deprecated] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Kubectl rolling-update should support rolling-update to same image [Deprecated] [Conformance]","total":278,"completed":78,"skipped":1205,"failed":0}
SSSS
------------------------------
[k8s.io] Security Context When creating a container with runAsUser 
  should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:21:43.747: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename security-context-test
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/security_context.go:39
[It] should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:21:44.195: INFO: Waiting up to 5m0s for pod "busybox-user-65534-acec15f8-31f1-4449-acc8-daa99ca340f2" in namespace "security-context-test-1702" to be "success or failure"
Feb 10 01:21:44.262: INFO: Pod "busybox-user-65534-acec15f8-31f1-4449-acc8-daa99ca340f2": Phase="Pending", Reason="", readiness=false. Elapsed: 67.171519ms
Feb 10 01:21:46.266: INFO: Pod "busybox-user-65534-acec15f8-31f1-4449-acc8-daa99ca340f2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.07157552s
Feb 10 01:21:48.270: INFO: Pod "busybox-user-65534-acec15f8-31f1-4449-acc8-daa99ca340f2": Phase="Running", Reason="", readiness=true. Elapsed: 4.075766674s
Feb 10 01:21:50.275: INFO: Pod "busybox-user-65534-acec15f8-31f1-4449-acc8-daa99ca340f2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.080065945s
Feb 10 01:21:50.275: INFO: Pod "busybox-user-65534-acec15f8-31f1-4449-acc8-daa99ca340f2" satisfied condition "success or failure"
[AfterEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:21:50.275: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "security-context-test-1702" for this suite.

• [SLOW TEST:6.536 seconds]
[k8s.io] Security Context
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  When creating a container with runAsUser
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/security_context.go:43
    should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Security Context When creating a container with runAsUser should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":79,"skipped":1209,"failed":0}
SS
------------------------------
[k8s.io] Variable Expansion 
  should allow composing env vars into new env vars [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Variable Expansion
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:21:50.284: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename var-expansion
STEP: Waiting for a default service account to be provisioned in namespace
[It] should allow composing env vars into new env vars [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test env composition
Feb 10 01:21:50.371: INFO: Waiting up to 5m0s for pod "var-expansion-95bb8017-ef62-4cfe-9922-8942923197fa" in namespace "var-expansion-9031" to be "success or failure"
Feb 10 01:21:50.375: INFO: Pod "var-expansion-95bb8017-ef62-4cfe-9922-8942923197fa": Phase="Pending", Reason="", readiness=false. Elapsed: 4.067677ms
Feb 10 01:21:52.379: INFO: Pod "var-expansion-95bb8017-ef62-4cfe-9922-8942923197fa": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007560698s
Feb 10 01:21:54.383: INFO: Pod "var-expansion-95bb8017-ef62-4cfe-9922-8942923197fa": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011849735s
STEP: Saw pod success
Feb 10 01:21:54.383: INFO: Pod "var-expansion-95bb8017-ef62-4cfe-9922-8942923197fa" satisfied condition "success or failure"
Feb 10 01:21:54.386: INFO: Trying to get logs from node jerma-worker2 pod var-expansion-95bb8017-ef62-4cfe-9922-8942923197fa container dapi-container: 
STEP: delete the pod
Feb 10 01:21:54.419: INFO: Waiting for pod var-expansion-95bb8017-ef62-4cfe-9922-8942923197fa to disappear
Feb 10 01:21:54.436: INFO: Pod var-expansion-95bb8017-ef62-4cfe-9922-8942923197fa no longer exists
[AfterEach] [k8s.io] Variable Expansion
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:21:54.436: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "var-expansion-9031" for this suite.
•{"msg":"PASSED [k8s.io] Variable Expansion should allow composing env vars into new env vars [NodeConformance] [Conformance]","total":278,"completed":80,"skipped":1211,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-node] ConfigMap 
  should be consumable via the environment [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-node] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:21:54.443: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable via the environment [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap configmap-9180/configmap-test-2657627f-68f8-4ea0-b899-5535283a2f63
STEP: Creating a pod to test consume configMaps
Feb 10 01:21:54.516: INFO: Waiting up to 5m0s for pod "pod-configmaps-3730dcce-310e-49d4-a5d9-de1d9c623566" in namespace "configmap-9180" to be "success or failure"
Feb 10 01:21:54.519: INFO: Pod "pod-configmaps-3730dcce-310e-49d4-a5d9-de1d9c623566": Phase="Pending", Reason="", readiness=false. Elapsed: 3.871548ms
Feb 10 01:21:56.642: INFO: Pod "pod-configmaps-3730dcce-310e-49d4-a5d9-de1d9c623566": Phase="Pending", Reason="", readiness=false. Elapsed: 2.126017285s
Feb 10 01:21:58.646: INFO: Pod "pod-configmaps-3730dcce-310e-49d4-a5d9-de1d9c623566": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.13015662s
STEP: Saw pod success
Feb 10 01:21:58.646: INFO: Pod "pod-configmaps-3730dcce-310e-49d4-a5d9-de1d9c623566" satisfied condition "success or failure"
Feb 10 01:21:58.649: INFO: Trying to get logs from node jerma-worker pod pod-configmaps-3730dcce-310e-49d4-a5d9-de1d9c623566 container env-test: 
STEP: delete the pod
Feb 10 01:21:58.682: INFO: Waiting for pod pod-configmaps-3730dcce-310e-49d4-a5d9-de1d9c623566 to disappear
Feb 10 01:21:58.711: INFO: Pod pod-configmaps-3730dcce-310e-49d4-a5d9-de1d9c623566 no longer exists
[AfterEach] [sig-node] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:21:58.711: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-9180" for this suite.
•{"msg":"PASSED [sig-node] ConfigMap should be consumable via the environment [NodeConformance] [Conformance]","total":278,"completed":81,"skipped":1236,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Projected downwardAPI 
  should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:21:58.721: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:21:58.809: INFO: Waiting up to 5m0s for pod "downwardapi-volume-60af1c1f-d374-4857-9ad7-355344818a05" in namespace "projected-4215" to be "success or failure"
Feb 10 01:21:58.813: INFO: Pod "downwardapi-volume-60af1c1f-d374-4857-9ad7-355344818a05": Phase="Pending", Reason="", readiness=false. Elapsed: 3.339291ms
Feb 10 01:22:00.817: INFO: Pod "downwardapi-volume-60af1c1f-d374-4857-9ad7-355344818a05": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007211845s
Feb 10 01:22:02.820: INFO: Pod "downwardapi-volume-60af1c1f-d374-4857-9ad7-355344818a05": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010730682s
STEP: Saw pod success
Feb 10 01:22:02.820: INFO: Pod "downwardapi-volume-60af1c1f-d374-4857-9ad7-355344818a05" satisfied condition "success or failure"
Feb 10 01:22:02.823: INFO: Trying to get logs from node jerma-worker pod downwardapi-volume-60af1c1f-d374-4857-9ad7-355344818a05 container client-container: 
STEP: delete the pod
Feb 10 01:22:02.912: INFO: Waiting for pod downwardapi-volume-60af1c1f-d374-4857-9ad7-355344818a05 to disappear
Feb 10 01:22:02.926: INFO: Pod downwardapi-volume-60af1c1f-d374-4857-9ad7-355344818a05 no longer exists
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:22:02.926: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-4215" for this suite.
•{"msg":"PASSED [sig-storage] Projected downwardAPI should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":82,"skipped":1259,"failed":0}
SSS
------------------------------
[sig-network] Services 
  should be able to change the type from ExternalName to NodePort [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:22:02.933: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename services
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:139
[It] should be able to change the type from ExternalName to NodePort [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating a service externalname-service with the type=ExternalName in namespace services-4646
STEP: changing the ExternalName service to type=NodePort
STEP: creating replication controller externalname-service in namespace services-4646
I0210 01:22:03.221123       6 runners.go:189] Created replication controller with name: externalname-service, namespace: services-4646, replica count: 2
I0210 01:22:06.271560       6 runners.go:189] externalname-service Pods: 2 out of 2 created, 0 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:22:09.271779       6 runners.go:189] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
Feb 10 01:22:09.271: INFO: Creating new exec pod
Feb 10 01:22:14.331: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-4646 execpodd74c4 -- /bin/sh -x -c nc -zv -t -w 2 externalname-service 80'
Feb 10 01:22:14.604: INFO: stderr: "I0210 01:22:14.467099     740 log.go:172] (0xc000986580) (0xc000a08000) Create stream\nI0210 01:22:14.467152     740 log.go:172] (0xc000986580) (0xc000a08000) Stream added, broadcasting: 1\nI0210 01:22:14.469276     740 log.go:172] (0xc000986580) Reply frame received for 1\nI0210 01:22:14.469330     740 log.go:172] (0xc000986580) (0xc00063ba40) Create stream\nI0210 01:22:14.469346     740 log.go:172] (0xc000986580) (0xc00063ba40) Stream added, broadcasting: 3\nI0210 01:22:14.470105     740 log.go:172] (0xc000986580) Reply frame received for 3\nI0210 01:22:14.470129     740 log.go:172] (0xc000986580) (0xc000a080a0) Create stream\nI0210 01:22:14.470137     740 log.go:172] (0xc000986580) (0xc000a080a0) Stream added, broadcasting: 5\nI0210 01:22:14.470894     740 log.go:172] (0xc000986580) Reply frame received for 5\nI0210 01:22:14.578043     740 log.go:172] (0xc000986580) Data frame received for 5\nI0210 01:22:14.578077     740 log.go:172] (0xc000a080a0) (5) Data frame handling\nI0210 01:22:14.578106     740 log.go:172] (0xc000a080a0) (5) Data frame sent\n+ nc -zv -t -w 2 externalname-service 80\nI0210 01:22:14.594992     740 log.go:172] (0xc000986580) Data frame received for 5\nI0210 01:22:14.595032     740 log.go:172] (0xc000a080a0) (5) Data frame handling\nI0210 01:22:14.595060     740 log.go:172] (0xc000a080a0) (5) Data frame sent\nConnection to externalname-service 80 port [tcp/http] succeeded!\nI0210 01:22:14.595393     740 log.go:172] (0xc000986580) Data frame received for 5\nI0210 01:22:14.595417     740 log.go:172] (0xc000a080a0) (5) Data frame handling\nI0210 01:22:14.595514     740 log.go:172] (0xc000986580) Data frame received for 3\nI0210 01:22:14.595545     740 log.go:172] (0xc00063ba40) (3) Data frame handling\nI0210 01:22:14.597460     740 log.go:172] (0xc000986580) Data frame received for 1\nI0210 01:22:14.597488     740 log.go:172] (0xc000a08000) (1) Data frame handling\nI0210 01:22:14.597510     740 log.go:172] (0xc000a08000) (1) Data frame sent\nI0210 01:22:14.597529     740 log.go:172] (0xc000986580) (0xc000a08000) Stream removed, broadcasting: 1\nI0210 01:22:14.597561     740 log.go:172] (0xc000986580) Go away received\nI0210 01:22:14.597937     740 log.go:172] (0xc000986580) (0xc000a08000) Stream removed, broadcasting: 1\nI0210 01:22:14.597970     740 log.go:172] (0xc000986580) (0xc00063ba40) Stream removed, broadcasting: 3\nI0210 01:22:14.597987     740 log.go:172] (0xc000986580) (0xc000a080a0) Stream removed, broadcasting: 5\n"
Feb 10 01:22:14.605: INFO: stdout: ""
Feb 10 01:22:14.606: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-4646 execpodd74c4 -- /bin/sh -x -c nc -zv -t -w 2 10.96.58.30 80'
Feb 10 01:22:14.799: INFO: stderr: "I0210 01:22:14.737218     760 log.go:172] (0xc0006929a0) (0xc0006dc000) Create stream\nI0210 01:22:14.737332     760 log.go:172] (0xc0006929a0) (0xc0006dc000) Stream added, broadcasting: 1\nI0210 01:22:14.741069     760 log.go:172] (0xc0006929a0) Reply frame received for 1\nI0210 01:22:14.741130     760 log.go:172] (0xc0006929a0) (0xc000688000) Create stream\nI0210 01:22:14.741148     760 log.go:172] (0xc0006929a0) (0xc000688000) Stream added, broadcasting: 3\nI0210 01:22:14.743397     760 log.go:172] (0xc0006929a0) Reply frame received for 3\nI0210 01:22:14.743433     760 log.go:172] (0xc0006929a0) (0xc0006dc0a0) Create stream\nI0210 01:22:14.743445     760 log.go:172] (0xc0006929a0) (0xc0006dc0a0) Stream added, broadcasting: 5\nI0210 01:22:14.744268     760 log.go:172] (0xc0006929a0) Reply frame received for 5\nI0210 01:22:14.790940     760 log.go:172] (0xc0006929a0) Data frame received for 3\nI0210 01:22:14.791027     760 log.go:172] (0xc000688000) (3) Data frame handling\nI0210 01:22:14.791075     760 log.go:172] (0xc0006929a0) Data frame received for 5\nI0210 01:22:14.791088     760 log.go:172] (0xc0006dc0a0) (5) Data frame handling\nI0210 01:22:14.791095     760 log.go:172] (0xc0006dc0a0) (5) Data frame sent\nI0210 01:22:14.791100     760 log.go:172] (0xc0006929a0) Data frame received for 5\nI0210 01:22:14.791104     760 log.go:172] (0xc0006dc0a0) (5) Data frame handling\n+ nc -zv -t -w 2 10.96.58.30 80\nConnection to 10.96.58.30 80 port [tcp/http] succeeded!\nI0210 01:22:14.792091     760 log.go:172] (0xc0006929a0) Data frame received for 1\nI0210 01:22:14.792119     760 log.go:172] (0xc0006dc000) (1) Data frame handling\nI0210 01:22:14.792132     760 log.go:172] (0xc0006dc000) (1) Data frame sent\nI0210 01:22:14.792147     760 log.go:172] (0xc0006929a0) (0xc0006dc000) Stream removed, broadcasting: 1\nI0210 01:22:14.792165     760 log.go:172] (0xc0006929a0) Go away received\nI0210 01:22:14.792739     760 log.go:172] (0xc0006929a0) (0xc0006dc000) Stream removed, broadcasting: 1\nI0210 01:22:14.792764     760 log.go:172] (0xc0006929a0) (0xc000688000) Stream removed, broadcasting: 3\nI0210 01:22:14.792776     760 log.go:172] (0xc0006929a0) (0xc0006dc0a0) Stream removed, broadcasting: 5\n"
Feb 10 01:22:14.799: INFO: stdout: ""
Feb 10 01:22:14.799: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-4646 execpodd74c4 -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.6 31348'
Feb 10 01:22:14.995: INFO: stderr: "I0210 01:22:14.915952     781 log.go:172] (0xc0002daa50) (0xc00065d9a0) Create stream\nI0210 01:22:14.916000     781 log.go:172] (0xc0002daa50) (0xc00065d9a0) Stream added, broadcasting: 1\nI0210 01:22:14.918100     781 log.go:172] (0xc0002daa50) Reply frame received for 1\nI0210 01:22:14.918135     781 log.go:172] (0xc0002daa50) (0xc000aa6000) Create stream\nI0210 01:22:14.918149     781 log.go:172] (0xc0002daa50) (0xc000aa6000) Stream added, broadcasting: 3\nI0210 01:22:14.918858     781 log.go:172] (0xc0002daa50) Reply frame received for 3\nI0210 01:22:14.918906     781 log.go:172] (0xc0002daa50) (0xc0005a2000) Create stream\nI0210 01:22:14.918923     781 log.go:172] (0xc0002daa50) (0xc0005a2000) Stream added, broadcasting: 5\nI0210 01:22:14.919634     781 log.go:172] (0xc0002daa50) Reply frame received for 5\nI0210 01:22:14.985509     781 log.go:172] (0xc0002daa50) Data frame received for 5\nI0210 01:22:14.985548     781 log.go:172] (0xc0005a2000) (5) Data frame handling\nI0210 01:22:14.985588     781 log.go:172] (0xc0005a2000) (5) Data frame sent\nI0210 01:22:14.985608     781 log.go:172] (0xc0002daa50) Data frame received for 5\nI0210 01:22:14.985618     781 log.go:172] (0xc0005a2000) (5) Data frame handling\n+ nc -zv -t -w 2 172.18.0.6 31348\nConnection to 172.18.0.6 31348 port [tcp/31348] succeeded!\nI0210 01:22:14.985645     781 log.go:172] (0xc0005a2000) (5) Data frame sent\nI0210 01:22:14.986007     781 log.go:172] (0xc0002daa50) Data frame received for 5\nI0210 01:22:14.986037     781 log.go:172] (0xc0005a2000) (5) Data frame handling\nI0210 01:22:14.986302     781 log.go:172] (0xc0002daa50) Data frame received for 3\nI0210 01:22:14.986322     781 log.go:172] (0xc000aa6000) (3) Data frame handling\nI0210 01:22:14.987814     781 log.go:172] (0xc0002daa50) Data frame received for 1\nI0210 01:22:14.987842     781 log.go:172] (0xc00065d9a0) (1) Data frame handling\nI0210 01:22:14.987856     781 log.go:172] (0xc00065d9a0) (1) Data frame sent\nI0210 01:22:14.987873     781 log.go:172] (0xc0002daa50) (0xc00065d9a0) Stream removed, broadcasting: 1\nI0210 01:22:14.987895     781 log.go:172] (0xc0002daa50) Go away received\nI0210 01:22:14.988429     781 log.go:172] (0xc0002daa50) (0xc00065d9a0) Stream removed, broadcasting: 1\nI0210 01:22:14.988453     781 log.go:172] (0xc0002daa50) (0xc000aa6000) Stream removed, broadcasting: 3\nI0210 01:22:14.988472     781 log.go:172] (0xc0002daa50) (0xc0005a2000) Stream removed, broadcasting: 5\n"
Feb 10 01:22:14.995: INFO: stdout: ""
Feb 10 01:22:14.995: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-4646 execpodd74c4 -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.5 31348'
Feb 10 01:22:15.206: INFO: stderr: "I0210 01:22:15.124021     801 log.go:172] (0xc00061e2c0) (0xc000713e00) Create stream\nI0210 01:22:15.124086     801 log.go:172] (0xc00061e2c0) (0xc000713e00) Stream added, broadcasting: 1\nI0210 01:22:15.127218     801 log.go:172] (0xc00061e2c0) Reply frame received for 1\nI0210 01:22:15.127285     801 log.go:172] (0xc00061e2c0) (0xc0006c06e0) Create stream\nI0210 01:22:15.127309     801 log.go:172] (0xc00061e2c0) (0xc0006c06e0) Stream added, broadcasting: 3\nI0210 01:22:15.128178     801 log.go:172] (0xc00061e2c0) Reply frame received for 3\nI0210 01:22:15.128224     801 log.go:172] (0xc00061e2c0) (0xc000713ea0) Create stream\nI0210 01:22:15.128245     801 log.go:172] (0xc00061e2c0) (0xc000713ea0) Stream added, broadcasting: 5\nI0210 01:22:15.129240     801 log.go:172] (0xc00061e2c0) Reply frame received for 5\nI0210 01:22:15.197067     801 log.go:172] (0xc00061e2c0) Data frame received for 3\nI0210 01:22:15.197108     801 log.go:172] (0xc0006c06e0) (3) Data frame handling\nI0210 01:22:15.197134     801 log.go:172] (0xc00061e2c0) Data frame received for 5\nI0210 01:22:15.197149     801 log.go:172] (0xc000713ea0) (5) Data frame handling\nI0210 01:22:15.197166     801 log.go:172] (0xc000713ea0) (5) Data frame sent\nI0210 01:22:15.197176     801 log.go:172] (0xc00061e2c0) Data frame received for 5\nI0210 01:22:15.197186     801 log.go:172] (0xc000713ea0) (5) Data frame handling\n+ nc -zv -t -w 2 172.18.0.5 31348\nConnection to 172.18.0.5 31348 port [tcp/31348] succeeded!\nI0210 01:22:15.198388     801 log.go:172] (0xc00061e2c0) Data frame received for 1\nI0210 01:22:15.198407     801 log.go:172] (0xc000713e00) (1) Data frame handling\nI0210 01:22:15.198419     801 log.go:172] (0xc000713e00) (1) Data frame sent\nI0210 01:22:15.198429     801 log.go:172] (0xc00061e2c0) (0xc000713e00) Stream removed, broadcasting: 1\nI0210 01:22:15.198442     801 log.go:172] (0xc00061e2c0) Go away received\nI0210 01:22:15.198970     801 log.go:172] (0xc00061e2c0) (0xc000713e00) Stream removed, broadcasting: 1\nI0210 01:22:15.199011     801 log.go:172] (0xc00061e2c0) (0xc0006c06e0) Stream removed, broadcasting: 3\nI0210 01:22:15.199025     801 log.go:172] (0xc00061e2c0) (0xc000713ea0) Stream removed, broadcasting: 5\n"
Feb 10 01:22:15.206: INFO: stdout: ""
Feb 10 01:22:15.206: INFO: Cleaning up the ExternalName to NodePort test service
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:22:15.252: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "services-4646" for this suite.
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:143

• [SLOW TEST:12.334 seconds]
[sig-network] Services
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should be able to change the type from ExternalName to NodePort [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Services should be able to change the type from ExternalName to NodePort [Conformance]","total":278,"completed":83,"skipped":1262,"failed":0}
SSSS
------------------------------
[sig-node] ConfigMap 
  should fail to create ConfigMap with empty key [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-node] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:22:15.267: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] should fail to create ConfigMap with empty key [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap that has name configmap-test-emptyKey-da431542-0477-4927-8704-4c825e58b28e
[AfterEach] [sig-node] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:22:15.333: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-5590" for this suite.
•{"msg":"PASSED [sig-node] ConfigMap should fail to create ConfigMap with empty key [Conformance]","total":278,"completed":84,"skipped":1266,"failed":0}
SSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] ResourceQuota 
  should create a ResourceQuota and capture the life of a service. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:22:15.351: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename resourcequota
STEP: Waiting for a default service account to be provisioned in namespace
[It] should create a ResourceQuota and capture the life of a service. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Counting existing ResourceQuota
STEP: Creating a ResourceQuota
STEP: Ensuring resource quota status is calculated
STEP: Creating a Service
STEP: Ensuring resource quota status captures service creation
STEP: Deleting a Service
STEP: Ensuring resource quota status released usage
[AfterEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:22:26.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "resourcequota-2589" for this suite.

• [SLOW TEST:11.280 seconds]
[sig-api-machinery] ResourceQuota
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should create a ResourceQuota and capture the life of a service. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a service. [Conformance]","total":278,"completed":85,"skipped":1281,"failed":0}
SSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Subpath Atomic writer volumes 
  should support subpaths with projected pod [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Subpath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:22:26.631: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename subpath
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] Atomic writer volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:37
STEP: Setting up data
[It] should support subpaths with projected pod [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating pod pod-subpath-test-projected-x8bh
STEP: Creating a pod to test atomic-volume-subpath
Feb 10 01:22:26.780: INFO: Waiting up to 5m0s for pod "pod-subpath-test-projected-x8bh" in namespace "subpath-7231" to be "success or failure"
Feb 10 01:22:26.789: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Pending", Reason="", readiness=false. Elapsed: 9.450873ms
Feb 10 01:22:28.793: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013543185s
Feb 10 01:22:30.815: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Running", Reason="", readiness=true. Elapsed: 4.034703361s
Feb 10 01:22:32.818: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Running", Reason="", readiness=true. Elapsed: 6.038388557s
Feb 10 01:22:34.823: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Running", Reason="", readiness=true. Elapsed: 8.04299379s
Feb 10 01:22:36.826: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Running", Reason="", readiness=true. Elapsed: 10.04620393s
Feb 10 01:22:38.829: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Running", Reason="", readiness=true. Elapsed: 12.048929245s
Feb 10 01:22:40.832: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Running", Reason="", readiness=true. Elapsed: 14.0519735s
Feb 10 01:22:42.837: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Running", Reason="", readiness=true. Elapsed: 16.057040988s
Feb 10 01:22:44.841: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Running", Reason="", readiness=true. Elapsed: 18.060944482s
Feb 10 01:22:46.845: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Running", Reason="", readiness=true. Elapsed: 20.065423965s
Feb 10 01:22:48.850: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Running", Reason="", readiness=true. Elapsed: 22.070248656s
Feb 10 01:22:50.855: INFO: Pod "pod-subpath-test-projected-x8bh": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.074894206s
STEP: Saw pod success
Feb 10 01:22:50.855: INFO: Pod "pod-subpath-test-projected-x8bh" satisfied condition "success or failure"
Feb 10 01:22:50.858: INFO: Trying to get logs from node jerma-worker pod pod-subpath-test-projected-x8bh container test-container-subpath-projected-x8bh: 
STEP: delete the pod
Feb 10 01:22:50.875: INFO: Waiting for pod pod-subpath-test-projected-x8bh to disappear
Feb 10 01:22:50.885: INFO: Pod pod-subpath-test-projected-x8bh no longer exists
STEP: Deleting pod pod-subpath-test-projected-x8bh
Feb 10 01:22:50.885: INFO: Deleting pod "pod-subpath-test-projected-x8bh" in namespace "subpath-7231"
[AfterEach] [sig-storage] Subpath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:22:50.891: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "subpath-7231" for this suite.

• [SLOW TEST:24.271 seconds]
[sig-storage] Subpath
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23
  Atomic writer volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:33
    should support subpaths with projected pod [LinuxOnly] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with projected pod [LinuxOnly] [Conformance]","total":278,"completed":86,"skipped":1298,"failed":0}
SSSSSSSSSSSS
------------------------------
[sig-storage] Downward API volume 
  should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:22:50.903: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40
[It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:22:50.984: INFO: Waiting up to 5m0s for pod "downwardapi-volume-f2d30ea3-7230-4521-952d-f112785edcb0" in namespace "downward-api-7801" to be "success or failure"
Feb 10 01:22:51.001: INFO: Pod "downwardapi-volume-f2d30ea3-7230-4521-952d-f112785edcb0": Phase="Pending", Reason="", readiness=false. Elapsed: 17.055849ms
Feb 10 01:22:53.005: INFO: Pod "downwardapi-volume-f2d30ea3-7230-4521-952d-f112785edcb0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.021218499s
Feb 10 01:22:55.009: INFO: Pod "downwardapi-volume-f2d30ea3-7230-4521-952d-f112785edcb0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.025194738s
STEP: Saw pod success
Feb 10 01:22:55.010: INFO: Pod "downwardapi-volume-f2d30ea3-7230-4521-952d-f112785edcb0" satisfied condition "success or failure"
Feb 10 01:22:55.012: INFO: Trying to get logs from node jerma-worker pod downwardapi-volume-f2d30ea3-7230-4521-952d-f112785edcb0 container client-container: 
STEP: delete the pod
Feb 10 01:22:55.098: INFO: Waiting for pod downwardapi-volume-f2d30ea3-7230-4521-952d-f112785edcb0 to disappear
Feb 10 01:22:55.126: INFO: Pod downwardapi-volume-f2d30ea3-7230-4521-952d-f112785edcb0 no longer exists
[AfterEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:22:55.126: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-7801" for this suite.
•{"msg":"PASSED [sig-storage] Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]","total":278,"completed":87,"skipped":1310,"failed":0}

------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should unconditionally reject operations on fail closed webhook [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:22:55.156: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:22:55.860: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:22:57.869: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748516975, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748516975, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748516975, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748516975, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:23:00.893: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should unconditionally reject operations on fail closed webhook [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Registering a webhook that server cannot talk to, with fail closed policy, via the AdmissionRegistration API
STEP: create a namespace for the webhook
STEP: create a configmap should be unconditionally rejected by the webhook
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:23:00.985: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-7412" for this suite.
STEP: Destroying namespace "webhook-7412-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:5.911 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should unconditionally reject operations on fail closed webhook [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should unconditionally reject operations on fail closed webhook [Conformance]","total":278,"completed":88,"skipped":1310,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Watchers 
  should observe an object deletion if it stops meeting the requirements of the selector [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Watchers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:23:01.068: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename watch
STEP: Waiting for a default service account to be provisioned in namespace
[It] should observe an object deletion if it stops meeting the requirements of the selector [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating a watch on configmaps with a certain label
STEP: creating a new configmap
STEP: modifying the configmap once
STEP: changing the label value of the configmap
STEP: Expecting to observe a delete notification for the watched object
Feb 10 01:23:01.158: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed  watch-940 /api/v1/namespaces/watch-940/configmaps/e2e-watch-test-label-changed 5a07c782-6e3a-42ea-b476-1a5c8646386d 7972266 0 2021-02-10 01:23:01 +0000 UTC   map[watch-this-configmap:label-changed-and-restored] map[] [] []  []},Data:map[string]string{},BinaryData:map[string][]byte{},}
Feb 10 01:23:01.158: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed  watch-940 /api/v1/namespaces/watch-940/configmaps/e2e-watch-test-label-changed 5a07c782-6e3a-42ea-b476-1a5c8646386d 7972267 0 2021-02-10 01:23:01 +0000 UTC   map[watch-this-configmap:label-changed-and-restored] map[] [] []  []},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},}
Feb 10 01:23:01.158: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed  watch-940 /api/v1/namespaces/watch-940/configmaps/e2e-watch-test-label-changed 5a07c782-6e3a-42ea-b476-1a5c8646386d 7972268 0 2021-02-10 01:23:01 +0000 UTC   map[watch-this-configmap:label-changed-and-restored] map[] [] []  []},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},}
STEP: modifying the configmap a second time
STEP: Expecting not to observe a notification because the object no longer meets the selector's requirements
STEP: changing the label value of the configmap back
STEP: modifying the configmap a third time
STEP: deleting the configmap
STEP: Expecting to observe an add notification for the watched object when the label value was restored
Feb 10 01:23:11.253: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed  watch-940 /api/v1/namespaces/watch-940/configmaps/e2e-watch-test-label-changed 5a07c782-6e3a-42ea-b476-1a5c8646386d 7972322 0 2021-02-10 01:23:01 +0000 UTC   map[watch-this-configmap:label-changed-and-restored] map[] [] []  []},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
Feb 10 01:23:11.253: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed  watch-940 /api/v1/namespaces/watch-940/configmaps/e2e-watch-test-label-changed 5a07c782-6e3a-42ea-b476-1a5c8646386d 7972323 0 2021-02-10 01:23:01 +0000 UTC   map[watch-this-configmap:label-changed-and-restored] map[] [] []  []},Data:map[string]string{mutation: 3,},BinaryData:map[string][]byte{},}
Feb 10 01:23:11.253: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed  watch-940 /api/v1/namespaces/watch-940/configmaps/e2e-watch-test-label-changed 5a07c782-6e3a-42ea-b476-1a5c8646386d 7972324 0 2021-02-10 01:23:01 +0000 UTC   map[watch-this-configmap:label-changed-and-restored] map[] [] []  []},Data:map[string]string{mutation: 3,},BinaryData:map[string][]byte{},}
[AfterEach] [sig-api-machinery] Watchers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:23:11.254: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "watch-940" for this suite.

• [SLOW TEST:10.194 seconds]
[sig-api-machinery] Watchers
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should observe an object deletion if it stops meeting the requirements of the selector [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Watchers should observe an object deletion if it stops meeting the requirements of the selector [Conformance]","total":278,"completed":89,"skipped":1356,"failed":0}
SSSSSSS
------------------------------
[sig-node] Downward API 
  should provide host IP as an env var [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-node] Downward API
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:23:11.262: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide host IP as an env var [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward api env vars
Feb 10 01:23:11.362: INFO: Waiting up to 5m0s for pod "downward-api-746628d3-ab1c-41bd-ace8-b730bcbc11ef" in namespace "downward-api-2527" to be "success or failure"
Feb 10 01:23:11.365: INFO: Pod "downward-api-746628d3-ab1c-41bd-ace8-b730bcbc11ef": Phase="Pending", Reason="", readiness=false. Elapsed: 3.496948ms
Feb 10 01:23:13.370: INFO: Pod "downward-api-746628d3-ab1c-41bd-ace8-b730bcbc11ef": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007997069s
Feb 10 01:23:15.374: INFO: Pod "downward-api-746628d3-ab1c-41bd-ace8-b730bcbc11ef": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012205422s
STEP: Saw pod success
Feb 10 01:23:15.374: INFO: Pod "downward-api-746628d3-ab1c-41bd-ace8-b730bcbc11ef" satisfied condition "success or failure"
Feb 10 01:23:15.377: INFO: Trying to get logs from node jerma-worker2 pod downward-api-746628d3-ab1c-41bd-ace8-b730bcbc11ef container dapi-container: 
STEP: delete the pod
Feb 10 01:23:15.396: INFO: Waiting for pod downward-api-746628d3-ab1c-41bd-ace8-b730bcbc11ef to disappear
Feb 10 01:23:15.413: INFO: Pod downward-api-746628d3-ab1c-41bd-ace8-b730bcbc11ef no longer exists
[AfterEach] [sig-node] Downward API
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:23:15.413: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-2527" for this suite.
•{"msg":"PASSED [sig-node] Downward API should provide host IP as an env var [NodeConformance] [Conformance]","total":278,"completed":90,"skipped":1363,"failed":0}
SSSSSSSSSSSS
------------------------------
[k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook 
  should execute prestop exec hook properly [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Container Lifecycle Hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:23:15.420: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-lifecycle-hook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] when create a pod with lifecycle hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:64
STEP: create the container to handle the HTTPGet hook request.
[It] should execute prestop exec hook properly [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the pod with lifecycle hook
STEP: delete the pod with lifecycle hook
Feb 10 01:23:23.613: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear
Feb 10 01:23:23.617: INFO: Pod pod-with-prestop-exec-hook still exists
Feb 10 01:23:25.618: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear
Feb 10 01:23:25.744: INFO: Pod pod-with-prestop-exec-hook still exists
Feb 10 01:23:27.618: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear
Feb 10 01:23:27.621: INFO: Pod pod-with-prestop-exec-hook still exists
Feb 10 01:23:29.618: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear
Feb 10 01:23:29.622: INFO: Pod pod-with-prestop-exec-hook still exists
Feb 10 01:23:31.618: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear
Feb 10 01:23:31.621: INFO: Pod pod-with-prestop-exec-hook no longer exists
STEP: check prestop hook
[AfterEach] [k8s.io] Container Lifecycle Hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:23:31.627: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-lifecycle-hook-7456" for this suite.

• [SLOW TEST:16.215 seconds]
[k8s.io] Container Lifecycle Hook
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  when create a pod with lifecycle hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:42
    should execute prestop exec hook properly [NodeConformance] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop exec hook properly [NodeConformance] [Conformance]","total":278,"completed":91,"skipped":1375,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] ResourceQuota 
  should create a ResourceQuota and capture the life of a pod. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:23:31.636: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename resourcequota
STEP: Waiting for a default service account to be provisioned in namespace
[It] should create a ResourceQuota and capture the life of a pod. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Counting existing ResourceQuota
STEP: Creating a ResourceQuota
STEP: Ensuring resource quota status is calculated
STEP: Creating a Pod that fits quota
STEP: Ensuring ResourceQuota status captures the pod usage
STEP: Not allowing a pod to be created that exceeds remaining quota
STEP: Not allowing a pod to be created that exceeds remaining quota(validation on extended resources)
STEP: Ensuring a pod cannot update its resource requirements
STEP: Ensuring attempts to update pod resource requirements did not change quota usage
STEP: Deleting the pod
STEP: Ensuring resource quota status released the pod usage
[AfterEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:23:44.867: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "resourcequota-9378" for this suite.

• [SLOW TEST:13.239 seconds]
[sig-api-machinery] ResourceQuota
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should create a ResourceQuota and capture the life of a pod. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a pod. [Conformance]","total":278,"completed":92,"skipped":1415,"failed":0}
SSSSSSSSSSSS
------------------------------
[sig-api-machinery] Garbage collector 
  should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:23:44.875: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename gc
STEP: Waiting for a default service account to be provisioned in namespace
[It] should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the rc
STEP: delete the rc
STEP: wait for the rc to be deleted
Feb 10 01:23:52.363: INFO: 9 pods remaining
Feb 10 01:23:52.364: INFO: 0 pods has nil DeletionTimestamp
Feb 10 01:23:52.364: INFO: 
Feb 10 01:23:52.929: INFO: 0 pods remaining
Feb 10 01:23:52.929: INFO: 0 pods has nil DeletionTimestamp
Feb 10 01:23:52.929: INFO: 
STEP: Gathering metrics
W0210 01:23:53.624234       6 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Feb 10 01:23:53.624: INFO: For apiserver_request_total:
For apiserver_request_latency_seconds:
For apiserver_init_events_total:
For garbage_collector_attempt_to_delete_queue_latency:
For garbage_collector_attempt_to_delete_work_duration:
For garbage_collector_attempt_to_orphan_queue_latency:
For garbage_collector_attempt_to_orphan_work_duration:
For garbage_collector_dirty_processing_latency_microseconds:
For garbage_collector_event_processing_latency_microseconds:
For garbage_collector_graph_changes_queue_latency:
For garbage_collector_graph_changes_work_duration:
For garbage_collector_orphan_processing_latency_microseconds:
For namespace_queue_latency:
For namespace_queue_latency_sum:
For namespace_queue_latency_count:
For namespace_retries:
For namespace_work_duration:
For namespace_work_duration_sum:
For namespace_work_duration_count:
For function_duration_seconds:
For errors_total:
For evicted_pods_total:

[AfterEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:23:53.624: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "gc-5913" for this suite.

• [SLOW TEST:9.360 seconds]
[sig-api-machinery] Garbage collector
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Garbage collector should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance]","total":278,"completed":93,"skipped":1427,"failed":0}
[sig-scheduling] SchedulerPredicates [Serial] 
  validates resource limits of pods that are allowed to run  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:23:54.235: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename sched-pred
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:86
Feb 10 01:23:55.387: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready
Feb 10 01:23:55.535: INFO: Waiting for terminating namespaces to be deleted...
Feb 10 01:23:55.750: INFO: 
Logging pods the kubelet thinks is on node jerma-worker before test
Feb 10 01:23:55.758: INFO: kube-proxy-gdgm6 from kube-system started at 2021-01-10 17:29:37 +0000 UTC (1 container statuses recorded)
Feb 10 01:23:55.758: INFO: 	Container kube-proxy ready: true, restart count 0
Feb 10 01:23:55.758: INFO: chaos-daemon-f2nl5 from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:23:55.758: INFO: 	Container chaos-daemon ready: true, restart count 0
Feb 10 01:23:55.758: INFO: chaos-controller-manager-7f9bbd476f-2hzrh from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:23:55.758: INFO: 	Container chaos-mesh ready: true, restart count 0
Feb 10 01:23:55.758: INFO: kindnet-c2jgb from kube-system started at 2021-01-10 17:30:25 +0000 UTC (1 container statuses recorded)
Feb 10 01:23:55.758: INFO: 	Container kindnet-cni ready: true, restart count 0
Feb 10 01:23:55.758: INFO: 
Logging pods the kubelet thinks is on node jerma-worker2 before test
Feb 10 01:23:55.763: INFO: kube-proxy-8vfzd from kube-system started at 2021-01-10 17:29:16 +0000 UTC (1 container statuses recorded)
Feb 10 01:23:55.763: INFO: 	Container kube-proxy ready: true, restart count 0
Feb 10 01:23:55.763: INFO: chaos-daemon-n2277 from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:23:55.763: INFO: 	Container chaos-daemon ready: true, restart count 0
Feb 10 01:23:55.763: INFO: kindnet-4ww4f from kube-system started at 2021-01-10 17:29:22 +0000 UTC (1 container statuses recorded)
Feb 10 01:23:55.763: INFO: 	Container kindnet-cni ready: true, restart count 0
[It] validates resource limits of pods that are allowed to run  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: verifying the node has the label node jerma-worker
STEP: verifying the node has the label node jerma-worker2
Feb 10 01:23:56.158: INFO: Pod chaos-controller-manager-7f9bbd476f-2hzrh requesting resource cpu=25m on Node jerma-worker
Feb 10 01:23:56.158: INFO: Pod chaos-daemon-f2nl5 requesting resource cpu=0m on Node jerma-worker
Feb 10 01:23:56.158: INFO: Pod chaos-daemon-n2277 requesting resource cpu=0m on Node jerma-worker2
Feb 10 01:23:56.158: INFO: Pod kindnet-4ww4f requesting resource cpu=100m on Node jerma-worker2
Feb 10 01:23:56.158: INFO: Pod kindnet-c2jgb requesting resource cpu=100m on Node jerma-worker
Feb 10 01:23:56.158: INFO: Pod kube-proxy-8vfzd requesting resource cpu=0m on Node jerma-worker2
Feb 10 01:23:56.158: INFO: Pod kube-proxy-gdgm6 requesting resource cpu=0m on Node jerma-worker
STEP: Starting Pods to consume most of the cluster CPU.
Feb 10 01:23:56.158: INFO: Creating a pod which consumes cpu=11130m on Node jerma-worker2
Feb 10 01:23:56.523: INFO: Creating a pod which consumes cpu=11112m on Node jerma-worker
STEP: Creating another pod that requires unavailable amount of CPU.
STEP: Considering event: 
Type = [Normal], Name = [filler-pod-a656cc5f-ce5b-45a1-a35f-8bf222a92851.16623e68dfb2a20a], Reason = [Scheduled], Message = [Successfully assigned sched-pred-46/filler-pod-a656cc5f-ce5b-45a1-a35f-8bf222a92851 to jerma-worker2]
STEP: Considering event: 
Type = [Normal], Name = [filler-pod-a656cc5f-ce5b-45a1-a35f-8bf222a92851.16623e6930492587], Reason = [Pulled], Message = [Container image "k8s.gcr.io/pause:3.1" already present on machine]
STEP: Considering event: 
Type = [Normal], Name = [filler-pod-a656cc5f-ce5b-45a1-a35f-8bf222a92851.16623e697a179fb0], Reason = [Created], Message = [Created container filler-pod-a656cc5f-ce5b-45a1-a35f-8bf222a92851]
STEP: Considering event: 
Type = [Normal], Name = [filler-pod-a656cc5f-ce5b-45a1-a35f-8bf222a92851.16623e699f8e7054], Reason = [Started], Message = [Started container filler-pod-a656cc5f-ce5b-45a1-a35f-8bf222a92851]
STEP: Considering event: 
Type = [Normal], Name = [filler-pod-c08772a9-9c82-4773-86c7-53c526cce22d.16623e68ef0933b1], Reason = [Scheduled], Message = [Successfully assigned sched-pred-46/filler-pod-c08772a9-9c82-4773-86c7-53c526cce22d to jerma-worker]
STEP: Considering event: 
Type = [Normal], Name = [filler-pod-c08772a9-9c82-4773-86c7-53c526cce22d.16623e697dfb2326], Reason = [Pulled], Message = [Container image "k8s.gcr.io/pause:3.1" already present on machine]
STEP: Considering event: 
Type = [Normal], Name = [filler-pod-c08772a9-9c82-4773-86c7-53c526cce22d.16623e69ba7dddf7], Reason = [Created], Message = [Created container filler-pod-c08772a9-9c82-4773-86c7-53c526cce22d]
STEP: Considering event: 
Type = [Normal], Name = [filler-pod-c08772a9-9c82-4773-86c7-53c526cce22d.16623e69ce973c9d], Reason = [Started], Message = [Started container filler-pod-c08772a9-9c82-4773-86c7-53c526cce22d]
STEP: Considering event: 
Type = [Warning], Name = [additional-pod.16623e6a6b7fdfb7], Reason = [FailedScheduling], Message = [0/3 nodes are available: 1 node(s) had taints that the pod didn't tolerate, 2 Insufficient cpu.]
STEP: Considering event: 
Type = [Warning], Name = [additional-pod.16623e6a6d33f4bc], Reason = [FailedScheduling], Message = [0/3 nodes are available: 1 node(s) had taints that the pod didn't tolerate, 2 Insufficient cpu.]
STEP: removing the label node off the node jerma-worker
STEP: verifying the node doesn't have the label node
STEP: removing the label node off the node jerma-worker2
STEP: verifying the node doesn't have the label node
[AfterEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:24:04.431: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "sched-pred-46" for this suite.
[AfterEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:77

• [SLOW TEST:10.203 seconds]
[sig-scheduling] SchedulerPredicates [Serial]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40
  validates resource limits of pods that are allowed to run  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run  [Conformance]","total":278,"completed":94,"skipped":1427,"failed":0}
SSSSSSSSSS
------------------------------
[sig-storage] Projected configMap 
  should be consumable from pods in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:24:04.439: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name projected-configmap-test-volume-7d950c68-fdd0-4509-9990-de72d50f5960
STEP: Creating a pod to test consume configMaps
Feb 10 01:24:04.541: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-4a2acbc4-cc90-487f-b751-68d357c0966e" in namespace "projected-9227" to be "success or failure"
Feb 10 01:24:04.558: INFO: Pod "pod-projected-configmaps-4a2acbc4-cc90-487f-b751-68d357c0966e": Phase="Pending", Reason="", readiness=false. Elapsed: 17.255889ms
Feb 10 01:24:06.564: INFO: Pod "pod-projected-configmaps-4a2acbc4-cc90-487f-b751-68d357c0966e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.023856299s
Feb 10 01:24:08.568: INFO: Pod "pod-projected-configmaps-4a2acbc4-cc90-487f-b751-68d357c0966e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.027382192s
STEP: Saw pod success
Feb 10 01:24:08.568: INFO: Pod "pod-projected-configmaps-4a2acbc4-cc90-487f-b751-68d357c0966e" satisfied condition "success or failure"
Feb 10 01:24:08.571: INFO: Trying to get logs from node jerma-worker2 pod pod-projected-configmaps-4a2acbc4-cc90-487f-b751-68d357c0966e container projected-configmap-volume-test: 
STEP: delete the pod
Feb 10 01:24:08.631: INFO: Waiting for pod pod-projected-configmaps-4a2acbc4-cc90-487f-b751-68d357c0966e to disappear
Feb 10 01:24:08.642: INFO: Pod pod-projected-configmaps-4a2acbc4-cc90-487f-b751-68d357c0966e no longer exists
[AfterEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:24:08.642: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-9227" for this suite.
•{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume [NodeConformance] [Conformance]","total":278,"completed":95,"skipped":1437,"failed":0}
SSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Kubelet when scheduling a busybox command in a pod 
  should print the output to logs [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:24:08.650: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubelet-test
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:37
[It] should print the output to logs [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[AfterEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:24:14.816: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubelet-test-3875" for this suite.

• [SLOW TEST:6.173 seconds]
[k8s.io] Kubelet
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  when scheduling a busybox command in a pod
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:40
    should print the output to logs [NodeConformance] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Kubelet when scheduling a busybox command in a pod should print the output to logs [NodeConformance] [Conformance]","total":278,"completed":96,"skipped":1458,"failed":0}
SSSSSSSSSSSSS
------------------------------
[sig-network] Services 
  should be able to create a functioning NodePort service [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:24:14.823: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename services
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:139
[It] should be able to create a functioning NodePort service [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating service nodeport-test with type=NodePort in namespace services-7871
STEP: creating replication controller nodeport-test in namespace services-7871
I0210 01:24:14.954198       6 runners.go:189] Created replication controller with name: nodeport-test, namespace: services-7871, replica count: 2
I0210 01:24:18.004641       6 runners.go:189] nodeport-test Pods: 2 out of 2 created, 0 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:24:21.004970       6 runners.go:189] nodeport-test Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:24:24.005198       6 runners.go:189] nodeport-test Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
Feb 10 01:24:24.005: INFO: Creating new exec pod
Feb 10 01:24:29.024: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-7871 execpodggr42 -- /bin/sh -x -c nc -zv -t -w 2 nodeport-test 80'
Feb 10 01:24:32.033: INFO: stderr: "I0210 01:24:31.902251     823 log.go:172] (0xc0003d9340) (0xc00088a1e0) Create stream\nI0210 01:24:31.902307     823 log.go:172] (0xc0003d9340) (0xc00088a1e0) Stream added, broadcasting: 1\nI0210 01:24:31.905998     823 log.go:172] (0xc0003d9340) Reply frame received for 1\nI0210 01:24:31.906046     823 log.go:172] (0xc0003d9340) (0xc000659e00) Create stream\nI0210 01:24:31.906057     823 log.go:172] (0xc0003d9340) (0xc000659e00) Stream added, broadcasting: 3\nI0210 01:24:31.907192     823 log.go:172] (0xc0003d9340) Reply frame received for 3\nI0210 01:24:31.907231     823 log.go:172] (0xc0003d9340) (0xc000528780) Create stream\nI0210 01:24:31.907257     823 log.go:172] (0xc0003d9340) (0xc000528780) Stream added, broadcasting: 5\nI0210 01:24:31.908334     823 log.go:172] (0xc0003d9340) Reply frame received for 5\nI0210 01:24:32.008168     823 log.go:172] (0xc0003d9340) Data frame received for 5\nI0210 01:24:32.008198     823 log.go:172] (0xc000528780) (5) Data frame handling\nI0210 01:24:32.008210     823 log.go:172] (0xc000528780) (5) Data frame sent\n+ nc -zv -t -w 2 nodeport-test 80\nI0210 01:24:32.023992     823 log.go:172] (0xc0003d9340) Data frame received for 5\nI0210 01:24:32.024010     823 log.go:172] (0xc000528780) (5) Data frame handling\nI0210 01:24:32.024033     823 log.go:172] (0xc000528780) (5) Data frame sent\nConnection to nodeport-test 80 port [tcp/http] succeeded!\nI0210 01:24:32.024368     823 log.go:172] (0xc0003d9340) Data frame received for 5\nI0210 01:24:32.024394     823 log.go:172] (0xc000528780) (5) Data frame handling\nI0210 01:24:32.024409     823 log.go:172] (0xc0003d9340) Data frame received for 3\nI0210 01:24:32.024415     823 log.go:172] (0xc000659e00) (3) Data frame handling\nI0210 01:24:32.025912     823 log.go:172] (0xc0003d9340) Data frame received for 1\nI0210 01:24:32.025929     823 log.go:172] (0xc00088a1e0) (1) Data frame handling\nI0210 01:24:32.025939     823 log.go:172] (0xc00088a1e0) (1) Data frame sent\nI0210 01:24:32.025951     823 log.go:172] (0xc0003d9340) (0xc00088a1e0) Stream removed, broadcasting: 1\nI0210 01:24:32.025991     823 log.go:172] (0xc0003d9340) Go away received\nI0210 01:24:32.026302     823 log.go:172] (0xc0003d9340) (0xc00088a1e0) Stream removed, broadcasting: 1\nI0210 01:24:32.026324     823 log.go:172] (0xc0003d9340) (0xc000659e00) Stream removed, broadcasting: 3\nI0210 01:24:32.026336     823 log.go:172] (0xc0003d9340) (0xc000528780) Stream removed, broadcasting: 5\n"
Feb 10 01:24:32.034: INFO: stdout: ""
Feb 10 01:24:32.034: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-7871 execpodggr42 -- /bin/sh -x -c nc -zv -t -w 2 10.96.226.220 80'
Feb 10 01:24:32.243: INFO: stderr: "I0210 01:24:32.157008     856 log.go:172] (0xc00021ed10) (0xc000570140) Create stream\nI0210 01:24:32.157067     856 log.go:172] (0xc00021ed10) (0xc000570140) Stream added, broadcasting: 1\nI0210 01:24:32.160086     856 log.go:172] (0xc00021ed10) Reply frame received for 1\nI0210 01:24:32.160136     856 log.go:172] (0xc00021ed10) (0xc0005f05a0) Create stream\nI0210 01:24:32.160155     856 log.go:172] (0xc00021ed10) (0xc0005f05a0) Stream added, broadcasting: 3\nI0210 01:24:32.161254     856 log.go:172] (0xc00021ed10) Reply frame received for 3\nI0210 01:24:32.161299     856 log.go:172] (0xc00021ed10) (0xc0006a79a0) Create stream\nI0210 01:24:32.161312     856 log.go:172] (0xc00021ed10) (0xc0006a79a0) Stream added, broadcasting: 5\nI0210 01:24:32.162481     856 log.go:172] (0xc00021ed10) Reply frame received for 5\nI0210 01:24:32.236554     856 log.go:172] (0xc00021ed10) Data frame received for 5\nI0210 01:24:32.236589     856 log.go:172] (0xc0006a79a0) (5) Data frame handling\nI0210 01:24:32.236599     856 log.go:172] (0xc0006a79a0) (5) Data frame sent\nI0210 01:24:32.236605     856 log.go:172] (0xc00021ed10) Data frame received for 5\nI0210 01:24:32.236611     856 log.go:172] (0xc0006a79a0) (5) Data frame handling\n+ nc -zv -t -w 2 10.96.226.220 80\nConnection to 10.96.226.220 80 port [tcp/http] succeeded!\nI0210 01:24:32.236629     856 log.go:172] (0xc00021ed10) Data frame received for 3\nI0210 01:24:32.236635     856 log.go:172] (0xc0005f05a0) (3) Data frame handling\nI0210 01:24:32.237664     856 log.go:172] (0xc00021ed10) Data frame received for 1\nI0210 01:24:32.237699     856 log.go:172] (0xc000570140) (1) Data frame handling\nI0210 01:24:32.237716     856 log.go:172] (0xc000570140) (1) Data frame sent\nI0210 01:24:32.237732     856 log.go:172] (0xc00021ed10) (0xc000570140) Stream removed, broadcasting: 1\nI0210 01:24:32.237756     856 log.go:172] (0xc00021ed10) Go away received\nI0210 01:24:32.238052     856 log.go:172] (0xc00021ed10) (0xc000570140) Stream removed, broadcasting: 1\nI0210 01:24:32.238066     856 log.go:172] (0xc00021ed10) (0xc0005f05a0) Stream removed, broadcasting: 3\nI0210 01:24:32.238072     856 log.go:172] (0xc00021ed10) (0xc0006a79a0) Stream removed, broadcasting: 5\n"
Feb 10 01:24:32.243: INFO: stdout: ""
Feb 10 01:24:32.243: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-7871 execpodggr42 -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.6 31703'
Feb 10 01:24:32.486: INFO: stderr: "I0210 01:24:32.382935     878 log.go:172] (0xc0000f71e0) (0xc0005e3b80) Create stream\nI0210 01:24:32.383004     878 log.go:172] (0xc0000f71e0) (0xc0005e3b80) Stream added, broadcasting: 1\nI0210 01:24:32.386587     878 log.go:172] (0xc0000f71e0) Reply frame received for 1\nI0210 01:24:32.386630     878 log.go:172] (0xc0000f71e0) (0xc000a34000) Create stream\nI0210 01:24:32.386644     878 log.go:172] (0xc0000f71e0) (0xc000a34000) Stream added, broadcasting: 3\nI0210 01:24:32.387751     878 log.go:172] (0xc0000f71e0) Reply frame received for 3\nI0210 01:24:32.387858     878 log.go:172] (0xc0000f71e0) (0xc0005e3d60) Create stream\nI0210 01:24:32.387870     878 log.go:172] (0xc0000f71e0) (0xc0005e3d60) Stream added, broadcasting: 5\nI0210 01:24:32.389172     878 log.go:172] (0xc0000f71e0) Reply frame received for 5\nI0210 01:24:32.473291     878 log.go:172] (0xc0000f71e0) Data frame received for 5\nI0210 01:24:32.473337     878 log.go:172] (0xc0005e3d60) (5) Data frame handling\nI0210 01:24:32.473371     878 log.go:172] (0xc0005e3d60) (5) Data frame sent\nI0210 01:24:32.473390     878 log.go:172] (0xc0000f71e0) Data frame received for 5\nI0210 01:24:32.473409     878 log.go:172] (0xc0005e3d60) (5) Data frame handling\n+ nc -zv -t -w 2 172.18.0.6 31703\nConnection to 172.18.0.6 31703 port [tcp/31703] succeeded!\nI0210 01:24:32.473451     878 log.go:172] (0xc0005e3d60) (5) Data frame sent\nI0210 01:24:32.473842     878 log.go:172] (0xc0000f71e0) Data frame received for 3\nI0210 01:24:32.473869     878 log.go:172] (0xc000a34000) (3) Data frame handling\nI0210 01:24:32.473934     878 log.go:172] (0xc0000f71e0) Data frame received for 5\nI0210 01:24:32.473965     878 log.go:172] (0xc0005e3d60) (5) Data frame handling\nI0210 01:24:32.481101     878 log.go:172] (0xc0000f71e0) Data frame received for 1\nI0210 01:24:32.481128     878 log.go:172] (0xc0005e3b80) (1) Data frame handling\nI0210 01:24:32.481140     878 log.go:172] (0xc0005e3b80) (1) Data frame sent\nI0210 01:24:32.481152     878 log.go:172] (0xc0000f71e0) (0xc0005e3b80) Stream removed, broadcasting: 1\nI0210 01:24:32.481397     878 log.go:172] (0xc0000f71e0) Go away received\nI0210 01:24:32.481447     878 log.go:172] (0xc0000f71e0) (0xc0005e3b80) Stream removed, broadcasting: 1\nI0210 01:24:32.481457     878 log.go:172] (0xc0000f71e0) (0xc000a34000) Stream removed, broadcasting: 3\nI0210 01:24:32.481462     878 log.go:172] (0xc0000f71e0) (0xc0005e3d60) Stream removed, broadcasting: 5\n"
Feb 10 01:24:32.486: INFO: stdout: ""
Feb 10 01:24:32.486: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-7871 execpodggr42 -- /bin/sh -x -c nc -zv -t -w 2 172.18.0.5 31703'
Feb 10 01:24:32.698: INFO: stderr: "I0210 01:24:32.609666     900 log.go:172] (0xc0009573f0) (0xc0009285a0) Create stream\nI0210 01:24:32.609730     900 log.go:172] (0xc0009573f0) (0xc0009285a0) Stream added, broadcasting: 1\nI0210 01:24:32.615308     900 log.go:172] (0xc0009573f0) Reply frame received for 1\nI0210 01:24:32.615344     900 log.go:172] (0xc0009573f0) (0xc000681a40) Create stream\nI0210 01:24:32.615357     900 log.go:172] (0xc0009573f0) (0xc000681a40) Stream added, broadcasting: 3\nI0210 01:24:32.616203     900 log.go:172] (0xc0009573f0) Reply frame received for 3\nI0210 01:24:32.616253     900 log.go:172] (0xc0009573f0) (0xc000658640) Create stream\nI0210 01:24:32.616269     900 log.go:172] (0xc0009573f0) (0xc000658640) Stream added, broadcasting: 5\nI0210 01:24:32.617160     900 log.go:172] (0xc0009573f0) Reply frame received for 5\nI0210 01:24:32.691173     900 log.go:172] (0xc0009573f0) Data frame received for 3\nI0210 01:24:32.691296     900 log.go:172] (0xc000681a40) (3) Data frame handling\nI0210 01:24:32.691352     900 log.go:172] (0xc0009573f0) Data frame received for 5\nI0210 01:24:32.691411     900 log.go:172] (0xc000658640) (5) Data frame handling\nI0210 01:24:32.691435     900 log.go:172] (0xc000658640) (5) Data frame sent\n+ nc -zv -t -w 2 172.18.0.5 31703\nConnection to 172.18.0.5 31703 port [tcp/31703] succeeded!\nI0210 01:24:32.691599     900 log.go:172] (0xc0009573f0) Data frame received for 5\nI0210 01:24:32.691626     900 log.go:172] (0xc000658640) (5) Data frame handling\nI0210 01:24:32.693103     900 log.go:172] (0xc0009573f0) Data frame received for 1\nI0210 01:24:32.693153     900 log.go:172] (0xc0009285a0) (1) Data frame handling\nI0210 01:24:32.693179     900 log.go:172] (0xc0009285a0) (1) Data frame sent\nI0210 01:24:32.693195     900 log.go:172] (0xc0009573f0) (0xc0009285a0) Stream removed, broadcasting: 1\nI0210 01:24:32.693212     900 log.go:172] (0xc0009573f0) Go away received\nI0210 01:24:32.693551     900 log.go:172] (0xc0009573f0) (0xc0009285a0) Stream removed, broadcasting: 1\nI0210 01:24:32.693561     900 log.go:172] (0xc0009573f0) (0xc000681a40) Stream removed, broadcasting: 3\nI0210 01:24:32.693566     900 log.go:172] (0xc0009573f0) (0xc000658640) Stream removed, broadcasting: 5\n"
Feb 10 01:24:32.699: INFO: stdout: ""
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:24:32.699: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "services-7871" for this suite.
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:143

• [SLOW TEST:17.884 seconds]
[sig-network] Services
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should be able to create a functioning NodePort service [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Services should be able to create a functioning NodePort service [Conformance]","total":278,"completed":97,"skipped":1471,"failed":0}
SS
------------------------------
[sig-storage] Projected configMap 
  should be consumable from pods in volume as non-root [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:24:32.707: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name projected-configmap-test-volume-4d73ba5e-22a7-4832-8089-54c5f6a8ed81
STEP: Creating a pod to test consume configMaps
Feb 10 01:24:32.945: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-f9797db8-f2ee-4a36-a890-6f8cfff39e07" in namespace "projected-7562" to be "success or failure"
Feb 10 01:24:32.954: INFO: Pod "pod-projected-configmaps-f9797db8-f2ee-4a36-a890-6f8cfff39e07": Phase="Pending", Reason="", readiness=false. Elapsed: 9.871972ms
Feb 10 01:24:34.958: INFO: Pod "pod-projected-configmaps-f9797db8-f2ee-4a36-a890-6f8cfff39e07": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013358148s
Feb 10 01:24:36.961: INFO: Pod "pod-projected-configmaps-f9797db8-f2ee-4a36-a890-6f8cfff39e07": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.016411939s
STEP: Saw pod success
Feb 10 01:24:36.961: INFO: Pod "pod-projected-configmaps-f9797db8-f2ee-4a36-a890-6f8cfff39e07" satisfied condition "success or failure"
Feb 10 01:24:36.963: INFO: Trying to get logs from node jerma-worker2 pod pod-projected-configmaps-f9797db8-f2ee-4a36-a890-6f8cfff39e07 container projected-configmap-volume-test: 
STEP: delete the pod
Feb 10 01:24:37.010: INFO: Waiting for pod pod-projected-configmaps-f9797db8-f2ee-4a36-a890-6f8cfff39e07 to disappear
Feb 10 01:24:37.061: INFO: Pod pod-projected-configmaps-f9797db8-f2ee-4a36-a890-6f8cfff39e07 no longer exists
[AfterEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:24:37.062: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-7562" for this suite.
•{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]","total":278,"completed":98,"skipped":1473,"failed":0}
SSSSSSSS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should mutate configmap [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:24:37.070: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:24:37.669: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:24:39.683: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517077, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517077, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517077, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517077, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:24:42.745: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should mutate configmap [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Registering the mutating configmap webhook via the AdmissionRegistration API
STEP: create a configmap that should be updated by the webhook
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:24:42.822: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-5088" for this suite.
STEP: Destroying namespace "webhook-5088-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:5.905 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should mutate configmap [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance]","total":278,"completed":99,"skipped":1481,"failed":0}
[sig-cli] Kubectl client Kubectl describe 
  should check if kubectl describe prints relevant information for rc and pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:24:42.975: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[It] should check if kubectl describe prints relevant information for rc and pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:24:43.123: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7181'
Feb 10 01:24:43.759: INFO: stderr: ""
Feb 10 01:24:43.759: INFO: stdout: "replicationcontroller/agnhost-master created\n"
Feb 10 01:24:43.759: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7181'
Feb 10 01:24:44.317: INFO: stderr: ""
Feb 10 01:24:44.317: INFO: stdout: "service/agnhost-master created\n"
STEP: Waiting for Agnhost master to start.
Feb 10 01:24:45.356: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:24:45.356: INFO: Found 0 / 1
Feb 10 01:24:46.322: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:24:46.322: INFO: Found 0 / 1
Feb 10 01:24:47.322: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:24:47.322: INFO: Found 1 / 1
Feb 10 01:24:47.322: INFO: WaitFor completed with timeout 5m0s.  Pods found = 1 out of 1
Feb 10 01:24:47.326: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:24:47.326: INFO: ForEach: Found 1 pods from the filter.  Now looping through them.
Feb 10 01:24:47.326: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config describe pod agnhost-master-p8cr8 --namespace=kubectl-7181'
Feb 10 01:24:47.465: INFO: stderr: ""
Feb 10 01:24:47.465: INFO: stdout: "Name:         agnhost-master-p8cr8\nNamespace:    kubectl-7181\nPriority:     0\nNode:         jerma-worker/172.18.0.6\nStart Time:   Wed, 10 Feb 2021 01:24:43 +0000\nLabels:       app=agnhost\n              role=master\nAnnotations:  \nStatus:       Running\nIP:           10.244.2.234\nIPs:\n  IP:           10.244.2.234\nControlled By:  ReplicationController/agnhost-master\nContainers:\n  agnhost-master:\n    Container ID:   containerd://9da7d74e4160c87022247259cf0a06a8adf1f0e2b91dd4fd6ee67568e33d9289\n    Image:          gcr.io/kubernetes-e2e-test-images/agnhost:2.8\n    Image ID:       gcr.io/kubernetes-e2e-test-images/agnhost@sha256:daf5332100521b1256d0e3c56d697a238eaec3af48897ed9167cbadd426773b5\n    Port:           6379/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Wed, 10 Feb 2021 01:24:46 +0000\n    Ready:          True\n    Restart Count:  0\n    Environment:    \n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from default-token-hjh4d (ro)\nConditions:\n  Type              Status\n  Initialized       True \n  Ready             True \n  ContainersReady   True \n  PodScheduled      True \nVolumes:\n  default-token-hjh4d:\n    Type:        Secret (a volume populated by a Secret)\n    SecretName:  default-token-hjh4d\n    Optional:    false\nQoS Class:       BestEffort\nNode-Selectors:  \nTolerations:     node.kubernetes.io/not-ready:NoExecute for 300s\n                 node.kubernetes.io/unreachable:NoExecute for 300s\nEvents:\n  Type    Reason     Age   From                   Message\n  ----    ------     ----  ----                   -------\n  Normal  Scheduled  3s    default-scheduler      Successfully assigned kubectl-7181/agnhost-master-p8cr8 to jerma-worker\n  Normal  Pulled     2s    kubelet, jerma-worker  Container image \"gcr.io/kubernetes-e2e-test-images/agnhost:2.8\" already present on machine\n  Normal  Created    1s    kubelet, jerma-worker  Created container agnhost-master\n  Normal  Started    1s    kubelet, jerma-worker  Started container agnhost-master\n"
Feb 10 01:24:47.466: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config describe rc agnhost-master --namespace=kubectl-7181'
Feb 10 01:24:47.580: INFO: stderr: ""
Feb 10 01:24:47.580: INFO: stdout: "Name:         agnhost-master\nNamespace:    kubectl-7181\nSelector:     app=agnhost,role=master\nLabels:       app=agnhost\n              role=master\nAnnotations:  \nReplicas:     1 current / 1 desired\nPods Status:  1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:  app=agnhost\n           role=master\n  Containers:\n   agnhost-master:\n    Image:        gcr.io/kubernetes-e2e-test-images/agnhost:2.8\n    Port:         6379/TCP\n    Host Port:    0/TCP\n    Environment:  \n    Mounts:       \n  Volumes:        \nEvents:\n  Type    Reason            Age   From                    Message\n  ----    ------            ----  ----                    -------\n  Normal  SuccessfulCreate  4s    replication-controller  Created pod: agnhost-master-p8cr8\n"
Feb 10 01:24:47.580: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config describe service agnhost-master --namespace=kubectl-7181'
Feb 10 01:24:47.674: INFO: stderr: ""
Feb 10 01:24:47.674: INFO: stdout: "Name:              agnhost-master\nNamespace:         kubectl-7181\nLabels:            app=agnhost\n                   role=master\nAnnotations:       \nSelector:          app=agnhost,role=master\nType:              ClusterIP\nIP:                10.96.237.50\nPort:                6379/TCP\nTargetPort:        agnhost-server/TCP\nEndpoints:         10.244.2.234:6379\nSession Affinity:  None\nEvents:            \n"
Feb 10 01:24:47.677: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config describe node jerma-control-plane'
Feb 10 01:24:47.832: INFO: stderr: ""
Feb 10 01:24:47.832: INFO: stdout: "Name:               jerma-control-plane\nRoles:              master\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=jerma-control-plane\n                    kubernetes.io/os=linux\n                    node-role.kubernetes.io/master=\nAnnotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Sun, 10 Jan 2021 17:28:44 +0000\nTaints:             node-role.kubernetes.io/master:NoSchedule\nUnschedulable:      false\nLease:\n  HolderIdentity:  jerma-control-plane\n  AcquireTime:     \n  RenewTime:       Wed, 10 Feb 2021 01:24:40 +0000\nConditions:\n  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----             ------  -----------------                 ------------------                ------                       -------\n  MemoryPressure   False   Wed, 10 Feb 2021 01:22:58 +0000   Sun, 10 Jan 2021 17:28:39 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure     False   Wed, 10 Feb 2021 01:22:58 +0000   Sun, 10 Jan 2021 17:28:39 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure      False   Wed, 10 Feb 2021 01:22:58 +0000   Sun, 10 Jan 2021 17:28:39 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready            True    Wed, 10 Feb 2021 01:22:58 +0000   Sun, 10 Jan 2021 17:30:40 +0000   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  172.18.0.7\n  Hostname:    jerma-control-plane\nCapacity:\n  cpu:                16\n  ephemeral-storage:  2303189964Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             131759868Ki\n  pods:               110\nAllocatable:\n  cpu:                16\n  ephemeral-storage:  2303189964Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             131759868Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 f2a69b341b2c4fbaab31db445a7a4b8d\n  System UUID:                9c15b39a-bc1d-4d29-8c92-991cbb313925\n  Boot ID:                    b267d78b-f69b-4338-80e8-3f4944338e5d\n  Kernel Version:             4.15.0-118-generic\n  OS Image:                   Ubuntu Groovy Gorilla (development branch)\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.4.0\n  Kubelet Version:            v1.17.11\n  Kube-Proxy Version:         v1.17.11\nPodCIDR:                      10.244.0.0/24\nPodCIDRs:                     10.244.0.0/24\nProviderID:                   kind://docker/jerma/jerma-control-plane\nNon-terminated Pods:          (9 in total)\n  Namespace                   Name                                           CPU Requests  CPU Limits  Memory Requests  Memory Limits  AGE\n  ---------                   ----                                           ------------  ----------  ---------------  -------------  ---\n  kube-system                 coredns-6955765f44-lplmg                       100m (0%)     0 (0%)      70Mi (0%)        170Mi (0%)     30d\n  kube-system                 coredns-6955765f44-vdmkg                       100m (0%)     0 (0%)      70Mi (0%)        170Mi (0%)     30d\n  kube-system                 etcd-jerma-control-plane                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         30d\n  kube-system                 kindnet-x42bj                                  100m (0%)     100m (0%)   50Mi (0%)        50Mi (0%)      30d\n  kube-system                 kube-apiserver-jerma-control-plane             250m (1%)     0 (0%)      0 (0%)           0 (0%)         30d\n  kube-system                 kube-controller-manager-jerma-control-plane    200m (1%)     0 (0%)      0 (0%)           0 (0%)         30d\n  kube-system                 kube-proxy-8rpbj                               0 (0%)        0 (0%)      0 (0%)           0 (0%)         30d\n  kube-system                 kube-scheduler-jerma-control-plane             100m (0%)     0 (0%)      0 (0%)           0 (0%)         30d\n  local-path-storage          local-path-provisioner-5f4b769cdf-5fdg8        0 (0%)        0 (0%)      0 (0%)           0 (0%)         30d\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests    Limits\n  --------           --------    ------\n  cpu                850m (5%)   100m (0%)\n  memory             190Mi (0%)  390Mi (0%)\n  ephemeral-storage  0 (0%)      0 (0%)\nEvents:              \n"
Feb 10 01:24:47.832: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config describe namespace kubectl-7181'
Feb 10 01:24:47.934: INFO: stderr: ""
Feb 10 01:24:47.934: INFO: stdout: "Name:         kubectl-7181\nLabels:       e2e-framework=kubectl\n              e2e-run=a405a26a-179e-4f91-8d61-18026f17c077\nAnnotations:  \nStatus:       Active\n\nNo resource quota.\n\nNo LimitRange resource.\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:24:47.934: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-7181" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods  [Conformance]","total":278,"completed":100,"skipped":1481,"failed":0}
SSSSSSSSSSS
------------------------------
[sig-apps] Daemon set [Serial] 
  should run and stop complex daemon [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:24:47.943: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename daemonsets
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:133
[It] should run and stop complex daemon [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:24:48.075: INFO: Creating daemon "daemon-set" with a node selector
STEP: Initially, daemon pods should not be running on any nodes.
Feb 10 01:24:48.080: INFO: Number of nodes with available pods: 0
Feb 10 01:24:48.080: INFO: Number of running nodes: 0, number of available pods: 0
STEP: Change node label to blue, check that daemon pod is launched.
Feb 10 01:24:48.151: INFO: Number of nodes with available pods: 0
Feb 10 01:24:48.151: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:24:49.155: INFO: Number of nodes with available pods: 0
Feb 10 01:24:49.155: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:24:50.156: INFO: Number of nodes with available pods: 0
Feb 10 01:24:50.156: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:24:51.157: INFO: Number of nodes with available pods: 0
Feb 10 01:24:51.157: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:24:52.156: INFO: Number of nodes with available pods: 1
Feb 10 01:24:52.156: INFO: Number of running nodes: 1, number of available pods: 1
STEP: Update the node label to green, and wait for daemons to be unscheduled
Feb 10 01:24:52.203: INFO: Number of nodes with available pods: 1
Feb 10 01:24:52.203: INFO: Number of running nodes: 0, number of available pods: 1
Feb 10 01:24:53.206: INFO: Number of nodes with available pods: 0
Feb 10 01:24:53.206: INFO: Number of running nodes: 0, number of available pods: 0
STEP: Update DaemonSet node selector to green, and change its update strategy to RollingUpdate
Feb 10 01:24:53.219: INFO: Number of nodes with available pods: 0
Feb 10 01:24:53.219: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:24:54.223: INFO: Number of nodes with available pods: 0
Feb 10 01:24:54.223: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:24:55.223: INFO: Number of nodes with available pods: 0
Feb 10 01:24:55.223: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:24:56.223: INFO: Number of nodes with available pods: 0
Feb 10 01:24:56.224: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:24:57.223: INFO: Number of nodes with available pods: 0
Feb 10 01:24:57.223: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:24:58.338: INFO: Number of nodes with available pods: 0
Feb 10 01:24:58.338: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:24:59.267: INFO: Number of nodes with available pods: 0
Feb 10 01:24:59.267: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:25:00.223: INFO: Number of nodes with available pods: 0
Feb 10 01:25:00.224: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:25:01.223: INFO: Number of nodes with available pods: 1
Feb 10 01:25:01.223: INFO: Number of running nodes: 1, number of available pods: 1
[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:99
STEP: Deleting DaemonSet "daemon-set"
STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1251, will wait for the garbage collector to delete the pods
Feb 10 01:25:01.286: INFO: Deleting DaemonSet.extensions daemon-set took: 5.778423ms
Feb 10 01:25:01.387: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.243764ms
Feb 10 01:25:12.200: INFO: Number of nodes with available pods: 0
Feb 10 01:25:12.200: INFO: Number of running nodes: 0, number of available pods: 0
Feb 10 01:25:12.202: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/daemonsets-1251/daemonsets","resourceVersion":"7973270"},"items":null}

Feb 10 01:25:12.205: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/daemonsets-1251/pods","resourceVersion":"7973270"},"items":null}

[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:25:12.218: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "daemonsets-1251" for this suite.

• [SLOW TEST:24.300 seconds]
[sig-apps] Daemon set [Serial]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should run and stop complex daemon [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Daemon set [Serial] should run and stop complex daemon [Conformance]","total":278,"completed":101,"skipped":1492,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] Deployment 
  deployment should support rollover [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:25:12.244: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename deployment
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:69
[It] deployment should support rollover [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:25:12.319: INFO: Pod name rollover-pod: Found 0 pods out of 1
Feb 10 01:25:17.323: INFO: Pod name rollover-pod: Found 1 pods out of 1
STEP: ensuring each pod is running
Feb 10 01:25:17.323: INFO: Waiting for pods owned by replica set "test-rollover-controller" to become ready
Feb 10 01:25:19.326: INFO: Creating deployment "test-rollover-deployment"
Feb 10 01:25:19.338: INFO: Make sure deployment "test-rollover-deployment" performs scaling operations
Feb 10 01:25:21.344: INFO: Check revision of new replica set for deployment "test-rollover-deployment"
Feb 10 01:25:21.350: INFO: Ensure that both replica sets have 1 created replica
Feb 10 01:25:21.355: INFO: Rollover old replica sets for deployment "test-rollover-deployment" with new image update
Feb 10 01:25:21.361: INFO: Updating deployment test-rollover-deployment
Feb 10 01:25:21.361: INFO: Wait deployment "test-rollover-deployment" to be observed by the deployment controller
Feb 10 01:25:23.401: INFO: Wait for revision update of deployment "test-rollover-deployment" to 2
Feb 10 01:25:23.408: INFO: Make sure deployment "test-rollover-deployment" is complete
Feb 10 01:25:23.413: INFO: all replica sets need to contain the pod-template-hash label
Feb 10 01:25:23.413: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:1, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517121, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-574d6dfbff\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:25:26.662: INFO: all replica sets need to contain the pod-template-hash label
Feb 10 01:25:26.662: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:1, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517121, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-574d6dfbff\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:25:27.421: INFO: all replica sets need to contain the pod-template-hash label
Feb 10 01:25:27.421: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:1, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517121, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-574d6dfbff\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:25:29.422: INFO: all replica sets need to contain the pod-template-hash label
Feb 10 01:25:29.422: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517128, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-574d6dfbff\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:25:31.422: INFO: all replica sets need to contain the pod-template-hash label
Feb 10 01:25:31.422: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517128, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-574d6dfbff\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:25:33.421: INFO: all replica sets need to contain the pod-template-hash label
Feb 10 01:25:33.421: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517128, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-574d6dfbff\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:25:35.421: INFO: all replica sets need to contain the pod-template-hash label
Feb 10 01:25:35.421: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517128, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-574d6dfbff\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:25:37.421: INFO: all replica sets need to contain the pod-template-hash label
Feb 10 01:25:37.421: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517128, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517119, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-574d6dfbff\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:25:39.546: INFO: 
Feb 10 01:25:39.546: INFO: Ensure that both old replica sets have no replicas
[AfterEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:63
Feb 10 01:25:39.554: INFO: Deployment "test-rollover-deployment":
&Deployment{ObjectMeta:{test-rollover-deployment  deployment-3037 /apis/apps/v1/namespaces/deployment-3037/deployments/test-rollover-deployment dcc806c6-35e7-4566-b9b9-3b61a17973ab 7973435 2 2021-02-10 01:25:19 +0000 UTC   map[name:rollover-pod] map[deployment.kubernetes.io/revision:2] [] []  []},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:rollover-pod] map[] [] []  []} {[] [] [{agnhost gcr.io/kubernetes-e2e-test-images/agnhost:2.8 [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc000741a58  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:0,MaxSurge:1,},},MinReadySeconds:10,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:2,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:True,Reason:MinimumReplicasAvailable,Message:Deployment has minimum availability.,LastUpdateTime:2021-02-10 01:25:19 +0000 UTC,LastTransitionTime:2021-02-10 01:25:19 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rollover-deployment-574d6dfbff" has successfully progressed.,LastUpdateTime:2021-02-10 01:25:38 +0000 UTC,LastTransitionTime:2021-02-10 01:25:19 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},}

Feb 10 01:25:39.557: INFO: New ReplicaSet "test-rollover-deployment-574d6dfbff" of Deployment "test-rollover-deployment":
&ReplicaSet{ObjectMeta:{test-rollover-deployment-574d6dfbff  deployment-3037 /apis/apps/v1/namespaces/deployment-3037/replicasets/test-rollover-deployment-574d6dfbff 19fff259-c8c3-440e-85b4-a473d311e2be 7973423 2 2021-02-10 01:25:21 +0000 UTC   map[name:rollover-pod pod-template-hash:574d6dfbff] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-rollover-deployment dcc806c6-35e7-4566-b9b9-3b61a17973ab 0xc002016107 0xc002016108}] []  []},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 574d6dfbff,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:rollover-pod pod-template-hash:574d6dfbff] map[] [] []  []} {[] [] [{agnhost gcr.io/kubernetes-e2e-test-images/agnhost:2.8 [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc002016178  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:2,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:25:39.557: INFO: All old ReplicaSets of Deployment "test-rollover-deployment":
Feb 10 01:25:39.557: INFO: &ReplicaSet{ObjectMeta:{test-rollover-controller  deployment-3037 /apis/apps/v1/namespaces/deployment-3037/replicasets/test-rollover-controller e8114cf0-42a4-426e-935d-b05ba51351d2 7973434 2 2021-02-10 01:25:12 +0000 UTC   map[name:rollover-pod pod:httpd] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2] [{apps/v1 Deployment test-rollover-deployment dcc806c6-35e7-4566-b9b9-3b61a17973ab 0xc002016037 0xc002016038}] []  []},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:rollover-pod pod:httpd] map[] [] []  []} {[] [] [{httpd docker.io/library/httpd:2.4.38-alpine [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc002016098  ClusterFirst map[]     false false false  PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:25:39.557: INFO: &ReplicaSet{ObjectMeta:{test-rollover-deployment-f6c94f66c  deployment-3037 /apis/apps/v1/namespaces/deployment-3037/replicasets/test-rollover-deployment-f6c94f66c 332117b0-7ca6-4437-a855-24821d6a51f1 7973371 2 2021-02-10 01:25:19 +0000 UTC   map[name:rollover-pod pod-template-hash:f6c94f66c] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-rollover-deployment dcc806c6-35e7-4566-b9b9-3b61a17973ab 0xc0020161e0 0xc0020161e1}] []  []},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: f6c94f66c,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:rollover-pod pod-template-hash:f6c94f66c] map[] [] []  []} {[] [] [{redis-slave gcr.io/google_samples/gb-redisslave:nonexistent [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc002016258  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:25:39.560: INFO: Pod "test-rollover-deployment-574d6dfbff-gt6xl" is available:
&Pod{ObjectMeta:{test-rollover-deployment-574d6dfbff-gt6xl test-rollover-deployment-574d6dfbff- deployment-3037 /api/v1/namespaces/deployment-3037/pods/test-rollover-deployment-574d6dfbff-gt6xl 68dbaba2-b011-4333-aed9-913e672492ca 7973391 0 2021-02-10 01:25:21 +0000 UTC   map[name:rollover-pod pod-template-hash:574d6dfbff] map[] [{apps/v1 ReplicaSet test-rollover-deployment-574d6dfbff 19fff259-c8c3-440e-85b4-a473d311e2be 0xc004769887 0xc004769888}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-jn9jl,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-jn9jl,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:gcr.io/kubernetes-e2e-test-images/agnhost:2.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-jn9jl,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:25:21 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:25:28 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:25:28 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:25:21 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:10.244.2.236,StartTime:2021-02-10 01:25:21 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:25:27 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:gcr.io/kubernetes-e2e-test-images/agnhost:2.8,ImageID:gcr.io/kubernetes-e2e-test-images/agnhost@sha256:daf5332100521b1256d0e3c56d697a238eaec3af48897ed9167cbadd426773b5,ContainerID:containerd://307624c196d1a5751ec41939b907aedd56a73c5cf094f305e7a7e5febed76c14,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.236,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
[AfterEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:25:39.560: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "deployment-3037" for this suite.

• [SLOW TEST:27.326 seconds]
[sig-apps] Deployment
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  deployment should support rollover [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Deployment deployment should support rollover [Conformance]","total":278,"completed":102,"skipped":1523,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] 
  removes definition from spec when one version gets changed to not be served [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:25:39.571: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-publish-openapi
STEP: Waiting for a default service account to be provisioned in namespace
[It] removes definition from spec when one version gets changed to not be served [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: set up a multi version CRD
Feb 10 01:25:39.604: INFO: >>> kubeConfig: /root/.kube/config
STEP: mark a version not serverd
STEP: check the unserved version gets removed
STEP: check the other version is not changed
[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:25:53.959: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-publish-openapi-8384" for this suite.

• [SLOW TEST:14.394 seconds]
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  removes definition from spec when one version gets changed to not be served [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] removes definition from spec when one version gets changed to not be served [Conformance]","total":278,"completed":103,"skipped":1546,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Secrets 
  should be consumable via the environment [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:25:53.966: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable via the environment [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating secret secrets-5516/secret-test-c4435fdf-b5a4-4725-a055-7736145b3f05
STEP: Creating a pod to test consume secrets
Feb 10 01:25:54.068: INFO: Waiting up to 5m0s for pod "pod-configmaps-6f062216-650b-464e-b30b-30c2c8228710" in namespace "secrets-5516" to be "success or failure"
Feb 10 01:25:54.071: INFO: Pod "pod-configmaps-6f062216-650b-464e-b30b-30c2c8228710": Phase="Pending", Reason="", readiness=false. Elapsed: 2.975622ms
Feb 10 01:25:56.074: INFO: Pod "pod-configmaps-6f062216-650b-464e-b30b-30c2c8228710": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006059695s
Feb 10 01:25:58.078: INFO: Pod "pod-configmaps-6f062216-650b-464e-b30b-30c2c8228710": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010458914s
STEP: Saw pod success
Feb 10 01:25:58.078: INFO: Pod "pod-configmaps-6f062216-650b-464e-b30b-30c2c8228710" satisfied condition "success or failure"
Feb 10 01:25:58.081: INFO: Trying to get logs from node jerma-worker2 pod pod-configmaps-6f062216-650b-464e-b30b-30c2c8228710 container env-test: 
STEP: delete the pod
Feb 10 01:25:58.102: INFO: Waiting for pod pod-configmaps-6f062216-650b-464e-b30b-30c2c8228710 to disappear
Feb 10 01:25:58.140: INFO: Pod pod-configmaps-6f062216-650b-464e-b30b-30c2c8228710 no longer exists
[AfterEach] [sig-api-machinery] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:25:58.141: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-5516" for this suite.
•{"msg":"PASSED [sig-api-machinery] Secrets should be consumable via the environment [NodeConformance] [Conformance]","total":278,"completed":104,"skipped":1570,"failed":0}
SSSSSSSSSSS
------------------------------
[sig-apps] ReplicationController 
  should serve a basic image on each replica with a public image  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] ReplicationController
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:25:58.149: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename replication-controller
STEP: Waiting for a default service account to be provisioned in namespace
[It] should serve a basic image on each replica with a public image  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating replication controller my-hostname-basic-1e116240-bc6c-477d-ad3b-7d5b9afe5a18
Feb 10 01:25:58.227: INFO: Pod name my-hostname-basic-1e116240-bc6c-477d-ad3b-7d5b9afe5a18: Found 0 pods out of 1
Feb 10 01:26:03.230: INFO: Pod name my-hostname-basic-1e116240-bc6c-477d-ad3b-7d5b9afe5a18: Found 1 pods out of 1
Feb 10 01:26:03.230: INFO: Ensuring all pods for ReplicationController "my-hostname-basic-1e116240-bc6c-477d-ad3b-7d5b9afe5a18" are running
Feb 10 01:26:03.233: INFO: Pod "my-hostname-basic-1e116240-bc6c-477d-ad3b-7d5b9afe5a18-7s4cz" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2021-02-10 01:25:58 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2021-02-10 01:26:01 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2021-02-10 01:26:01 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2021-02-10 01:25:58 +0000 UTC Reason: Message:}])
Feb 10 01:26:03.233: INFO: Trying to dial the pod
Feb 10 01:26:08.245: INFO: Controller my-hostname-basic-1e116240-bc6c-477d-ad3b-7d5b9afe5a18: Got expected result from replica 1 [my-hostname-basic-1e116240-bc6c-477d-ad3b-7d5b9afe5a18-7s4cz]: "my-hostname-basic-1e116240-bc6c-477d-ad3b-7d5b9afe5a18-7s4cz", 1 of 1 required successes so far
[AfterEach] [sig-apps] ReplicationController
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:26:08.246: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "replication-controller-4971" for this suite.

• [SLOW TEST:10.105 seconds]
[sig-apps] ReplicationController
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should serve a basic image on each replica with a public image  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] ReplicationController should serve a basic image on each replica with a public image  [Conformance]","total":278,"completed":105,"skipped":1581,"failed":0}
SSSSSSSSSSSSS
------------------------------
[sig-node] Downward API 
  should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-node] Downward API
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:26:08.255: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward api env vars
Feb 10 01:26:08.324: INFO: Waiting up to 5m0s for pod "downward-api-10dcb1e1-6b4a-41d2-a6d9-b7822735d298" in namespace "downward-api-9775" to be "success or failure"
Feb 10 01:26:08.349: INFO: Pod "downward-api-10dcb1e1-6b4a-41d2-a6d9-b7822735d298": Phase="Pending", Reason="", readiness=false. Elapsed: 25.552055ms
Feb 10 01:26:10.353: INFO: Pod "downward-api-10dcb1e1-6b4a-41d2-a6d9-b7822735d298": Phase="Pending", Reason="", readiness=false. Elapsed: 2.029508505s
Feb 10 01:26:12.358: INFO: Pod "downward-api-10dcb1e1-6b4a-41d2-a6d9-b7822735d298": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.034097115s
STEP: Saw pod success
Feb 10 01:26:12.358: INFO: Pod "downward-api-10dcb1e1-6b4a-41d2-a6d9-b7822735d298" satisfied condition "success or failure"
Feb 10 01:26:12.361: INFO: Trying to get logs from node jerma-worker pod downward-api-10dcb1e1-6b4a-41d2-a6d9-b7822735d298 container dapi-container: 
STEP: delete the pod
Feb 10 01:26:12.395: INFO: Waiting for pod downward-api-10dcb1e1-6b4a-41d2-a6d9-b7822735d298 to disappear
Feb 10 01:26:12.399: INFO: Pod downward-api-10dcb1e1-6b4a-41d2-a6d9-b7822735d298 no longer exists
[AfterEach] [sig-node] Downward API
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:26:12.399: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-9775" for this suite.
•{"msg":"PASSED [sig-node] Downward API should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance]","total":278,"completed":106,"skipped":1594,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] 
  works for multiple CRDs of same group and version but different kinds [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:26:12.408: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-publish-openapi
STEP: Waiting for a default service account to be provisioned in namespace
[It] works for multiple CRDs of same group and version but different kinds [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: CRs in the same group and version but different kinds (two CRDs) show up in OpenAPI documentation
Feb 10 01:26:12.490: INFO: >>> kubeConfig: /root/.kube/config
Feb 10 01:26:15.470: INFO: >>> kubeConfig: /root/.kube/config
[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:26:26.252: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-publish-openapi-1858" for this suite.

• [SLOW TEST:13.849 seconds]
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  works for multiple CRDs of same group and version but different kinds [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group and version but different kinds [Conformance]","total":278,"completed":107,"skipped":1630,"failed":0}
SSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Secrets 
  should be consumable from pods in env vars [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:26:26.257: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in env vars [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name secret-test-5d698093-267f-4297-b5c1-8def68bbcc9c
STEP: Creating a pod to test consume secrets
Feb 10 01:26:26.350: INFO: Waiting up to 5m0s for pod "pod-secrets-496f79c1-4267-4374-9f89-f8e94b5f3d55" in namespace "secrets-7549" to be "success or failure"
Feb 10 01:26:26.381: INFO: Pod "pod-secrets-496f79c1-4267-4374-9f89-f8e94b5f3d55": Phase="Pending", Reason="", readiness=false. Elapsed: 31.516733ms
Feb 10 01:26:28.453: INFO: Pod "pod-secrets-496f79c1-4267-4374-9f89-f8e94b5f3d55": Phase="Pending", Reason="", readiness=false. Elapsed: 2.102616733s
Feb 10 01:26:30.457: INFO: Pod "pod-secrets-496f79c1-4267-4374-9f89-f8e94b5f3d55": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.106735511s
STEP: Saw pod success
Feb 10 01:26:30.457: INFO: Pod "pod-secrets-496f79c1-4267-4374-9f89-f8e94b5f3d55" satisfied condition "success or failure"
Feb 10 01:26:30.459: INFO: Trying to get logs from node jerma-worker2 pod pod-secrets-496f79c1-4267-4374-9f89-f8e94b5f3d55 container secret-env-test: 
STEP: delete the pod
Feb 10 01:26:30.485: INFO: Waiting for pod pod-secrets-496f79c1-4267-4374-9f89-f8e94b5f3d55 to disappear
Feb 10 01:26:30.501: INFO: Pod pod-secrets-496f79c1-4267-4374-9f89-f8e94b5f3d55 no longer exists
[AfterEach] [sig-api-machinery] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:26:30.501: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-7549" for this suite.
•{"msg":"PASSED [sig-api-machinery] Secrets should be consumable from pods in env vars [NodeConformance] [Conformance]","total":278,"completed":108,"skipped":1645,"failed":0}
SSSSSSS
------------------------------
[sig-node] Downward API 
  should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-node] Downward API
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:26:30.509: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward api env vars
Feb 10 01:26:30.595: INFO: Waiting up to 5m0s for pod "downward-api-5c2216d3-08c4-4f5c-b3c3-20fa700f79be" in namespace "downward-api-678" to be "success or failure"
Feb 10 01:26:30.610: INFO: Pod "downward-api-5c2216d3-08c4-4f5c-b3c3-20fa700f79be": Phase="Pending", Reason="", readiness=false. Elapsed: 14.792772ms
Feb 10 01:26:32.638: INFO: Pod "downward-api-5c2216d3-08c4-4f5c-b3c3-20fa700f79be": Phase="Pending", Reason="", readiness=false. Elapsed: 2.043596035s
Feb 10 01:26:34.643: INFO: Pod "downward-api-5c2216d3-08c4-4f5c-b3c3-20fa700f79be": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.048404387s
STEP: Saw pod success
Feb 10 01:26:34.643: INFO: Pod "downward-api-5c2216d3-08c4-4f5c-b3c3-20fa700f79be" satisfied condition "success or failure"
Feb 10 01:26:34.647: INFO: Trying to get logs from node jerma-worker2 pod downward-api-5c2216d3-08c4-4f5c-b3c3-20fa700f79be container dapi-container: 
STEP: delete the pod
Feb 10 01:26:34.683: INFO: Waiting for pod downward-api-5c2216d3-08c4-4f5c-b3c3-20fa700f79be to disappear
Feb 10 01:26:34.699: INFO: Pod downward-api-5c2216d3-08c4-4f5c-b3c3-20fa700f79be no longer exists
[AfterEach] [sig-node] Downward API
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:26:34.699: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-678" for this suite.
•{"msg":"PASSED [sig-node] Downward API should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance]","total":278,"completed":109,"skipped":1652,"failed":0}

------------------------------
[k8s.io] [sig-node] PreStop 
  should call prestop when killing a pod  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] [sig-node] PreStop
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:26:34.707: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename prestop
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] [sig-node] PreStop
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/node/pre_stop.go:172
[It] should call prestop when killing a pod  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating server pod server in namespace prestop-8018
STEP: Waiting for pods to come up.
STEP: Creating tester pod tester in namespace prestop-8018
STEP: Deleting pre-stop pod
Feb 10 01:26:47.835: INFO: Saw: {
	"Hostname": "server",
	"Sent": null,
	"Received": {
		"prestop": 1
	},
	"Errors": null,
	"Log": [
		"default/nettest has 0 endpoints ([]), which is less than 8 as expected. Waiting for all endpoints to come up.",
		"default/nettest has 0 endpoints ([]), which is less than 8 as expected. Waiting for all endpoints to come up.",
		"default/nettest has 0 endpoints ([]), which is less than 8 as expected. Waiting for all endpoints to come up."
	],
	"StillContactingPeers": true
}
STEP: Deleting the server pod
[AfterEach] [k8s.io] [sig-node] PreStop
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:26:47.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "prestop-8018" for this suite.

• [SLOW TEST:13.162 seconds]
[k8s.io] [sig-node] PreStop
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should call prestop when killing a pod  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] [sig-node] PreStop should call prestop when killing a pod  [Conformance]","total":278,"completed":110,"skipped":1652,"failed":0}
SSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:26:47.870: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir volume type on node default medium
Feb 10 01:26:47.971: INFO: Waiting up to 5m0s for pod "pod-cd6e1230-4331-4fd2-b0d8-b645d26474f7" in namespace "emptydir-7960" to be "success or failure"
Feb 10 01:26:48.166: INFO: Pod "pod-cd6e1230-4331-4fd2-b0d8-b645d26474f7": Phase="Pending", Reason="", readiness=false. Elapsed: 194.795381ms
Feb 10 01:26:50.170: INFO: Pod "pod-cd6e1230-4331-4fd2-b0d8-b645d26474f7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.198886615s
Feb 10 01:26:52.173: INFO: Pod "pod-cd6e1230-4331-4fd2-b0d8-b645d26474f7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.20250755s
STEP: Saw pod success
Feb 10 01:26:52.173: INFO: Pod "pod-cd6e1230-4331-4fd2-b0d8-b645d26474f7" satisfied condition "success or failure"
Feb 10 01:26:52.176: INFO: Trying to get logs from node jerma-worker pod pod-cd6e1230-4331-4fd2-b0d8-b645d26474f7 container test-container: 
STEP: delete the pod
Feb 10 01:26:52.281: INFO: Waiting for pod pod-cd6e1230-4331-4fd2-b0d8-b645d26474f7 to disappear
Feb 10 01:26:52.320: INFO: Pod pod-cd6e1230-4331-4fd2-b0d8-b645d26474f7 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:26:52.320: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-7960" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":111,"skipped":1672,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:26:52.330: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0666 on node default medium
Feb 10 01:26:52.407: INFO: Waiting up to 5m0s for pod "pod-eae42232-9f8f-40b8-be65-a1ab5e07bea7" in namespace "emptydir-6328" to be "success or failure"
Feb 10 01:26:52.414: INFO: Pod "pod-eae42232-9f8f-40b8-be65-a1ab5e07bea7": Phase="Pending", Reason="", readiness=false. Elapsed: 7.269184ms
Feb 10 01:26:54.419: INFO: Pod "pod-eae42232-9f8f-40b8-be65-a1ab5e07bea7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011570193s
Feb 10 01:26:56.423: INFO: Pod "pod-eae42232-9f8f-40b8-be65-a1ab5e07bea7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01545972s
STEP: Saw pod success
Feb 10 01:26:56.423: INFO: Pod "pod-eae42232-9f8f-40b8-be65-a1ab5e07bea7" satisfied condition "success or failure"
Feb 10 01:26:56.425: INFO: Trying to get logs from node jerma-worker pod pod-eae42232-9f8f-40b8-be65-a1ab5e07bea7 container test-container: 
STEP: delete the pod
Feb 10 01:26:56.444: INFO: Waiting for pod pod-eae42232-9f8f-40b8-be65-a1ab5e07bea7 to disappear
Feb 10 01:26:56.448: INFO: Pod pod-eae42232-9f8f-40b8-be65-a1ab5e07bea7 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:26:56.448: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-6328" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":112,"skipped":1739,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Downward API volume 
  should provide podname only [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:26:56.455: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40
[It] should provide podname only [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:26:56.539: INFO: Waiting up to 5m0s for pod "downwardapi-volume-0657369d-2002-4d47-9d07-e98e2c18584c" in namespace "downward-api-5310" to be "success or failure"
Feb 10 01:26:56.581: INFO: Pod "downwardapi-volume-0657369d-2002-4d47-9d07-e98e2c18584c": Phase="Pending", Reason="", readiness=false. Elapsed: 41.785021ms
Feb 10 01:26:58.593: INFO: Pod "downwardapi-volume-0657369d-2002-4d47-9d07-e98e2c18584c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.053762283s
Feb 10 01:27:00.597: INFO: Pod "downwardapi-volume-0657369d-2002-4d47-9d07-e98e2c18584c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.057649781s
STEP: Saw pod success
Feb 10 01:27:00.597: INFO: Pod "downwardapi-volume-0657369d-2002-4d47-9d07-e98e2c18584c" satisfied condition "success or failure"
Feb 10 01:27:00.599: INFO: Trying to get logs from node jerma-worker2 pod downwardapi-volume-0657369d-2002-4d47-9d07-e98e2c18584c container client-container: 
STEP: delete the pod
Feb 10 01:27:00.640: INFO: Waiting for pod downwardapi-volume-0657369d-2002-4d47-9d07-e98e2c18584c to disappear
Feb 10 01:27:00.668: INFO: Pod downwardapi-volume-0657369d-2002-4d47-9d07-e98e2c18584c no longer exists
[AfterEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:27:00.668: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-5310" for this suite.
•{"msg":"PASSED [sig-storage] Downward API volume should provide podname only [NodeConformance] [Conformance]","total":278,"completed":113,"skipped":1772,"failed":0}
SSSSSSSSSSSSSSS
------------------------------
[k8s.io] KubeletManagedEtcHosts 
  should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] KubeletManagedEtcHosts
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:27:00.678: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename e2e-kubelet-etc-hosts
STEP: Waiting for a default service account to be provisioned in namespace
[It] should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Setting up the test
STEP: Creating hostNetwork=false pod
STEP: Creating hostNetwork=true pod
STEP: Running the test
STEP: Verifying /etc/hosts of container is kubelet-managed for pod with hostNetwork=false
Feb 10 01:27:12.795: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-5543 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:27:12.795: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:27:12.825142       6 log.go:172] (0xc0026f1760) (0xc001a88640) Create stream
I0210 01:27:12.825193       6 log.go:172] (0xc0026f1760) (0xc001a88640) Stream added, broadcasting: 1
I0210 01:27:12.827962       6 log.go:172] (0xc0026f1760) Reply frame received for 1
I0210 01:27:12.828010       6 log.go:172] (0xc0026f1760) (0xc001fa1720) Create stream
I0210 01:27:12.828024       6 log.go:172] (0xc0026f1760) (0xc001fa1720) Stream added, broadcasting: 3
I0210 01:27:12.828777       6 log.go:172] (0xc0026f1760) Reply frame received for 3
I0210 01:27:12.828801       6 log.go:172] (0xc0026f1760) (0xc001fa17c0) Create stream
I0210 01:27:12.828810       6 log.go:172] (0xc0026f1760) (0xc001fa17c0) Stream added, broadcasting: 5
I0210 01:27:12.829564       6 log.go:172] (0xc0026f1760) Reply frame received for 5
I0210 01:27:12.897746       6 log.go:172] (0xc0026f1760) Data frame received for 5
I0210 01:27:12.897806       6 log.go:172] (0xc001fa17c0) (5) Data frame handling
I0210 01:27:12.897847       6 log.go:172] (0xc0026f1760) Data frame received for 3
I0210 01:27:12.897872       6 log.go:172] (0xc001fa1720) (3) Data frame handling
I0210 01:27:12.897906       6 log.go:172] (0xc001fa1720) (3) Data frame sent
I0210 01:27:12.897928       6 log.go:172] (0xc0026f1760) Data frame received for 3
I0210 01:27:12.897948       6 log.go:172] (0xc001fa1720) (3) Data frame handling
I0210 01:27:12.899675       6 log.go:172] (0xc0026f1760) Data frame received for 1
I0210 01:27:12.899705       6 log.go:172] (0xc001a88640) (1) Data frame handling
I0210 01:27:12.899727       6 log.go:172] (0xc001a88640) (1) Data frame sent
I0210 01:27:12.899745       6 log.go:172] (0xc0026f1760) (0xc001a88640) Stream removed, broadcasting: 1
I0210 01:27:12.899806       6 log.go:172] (0xc0026f1760) Go away received
I0210 01:27:12.899895       6 log.go:172] (0xc0026f1760) (0xc001a88640) Stream removed, broadcasting: 1
I0210 01:27:12.899936       6 log.go:172] (0xc0026f1760) (0xc001fa1720) Stream removed, broadcasting: 3
I0210 01:27:12.899958       6 log.go:172] (0xc0026f1760) (0xc001fa17c0) Stream removed, broadcasting: 5
Feb 10 01:27:12.899: INFO: Exec stderr: ""
Feb 10 01:27:12.900: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-5543 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:27:12.900: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:27:12.936004       6 log.go:172] (0xc002aa6000) (0xc001a88b40) Create stream
I0210 01:27:12.936033       6 log.go:172] (0xc002aa6000) (0xc001a88b40) Stream added, broadcasting: 1
I0210 01:27:12.938419       6 log.go:172] (0xc002aa6000) Reply frame received for 1
I0210 01:27:12.938456       6 log.go:172] (0xc002aa6000) (0xc001bddae0) Create stream
I0210 01:27:12.938469       6 log.go:172] (0xc002aa6000) (0xc001bddae0) Stream added, broadcasting: 3
I0210 01:27:12.939497       6 log.go:172] (0xc002aa6000) Reply frame received for 3
I0210 01:27:12.939572       6 log.go:172] (0xc002aa6000) (0xc001a88be0) Create stream
I0210 01:27:12.939588       6 log.go:172] (0xc002aa6000) (0xc001a88be0) Stream added, broadcasting: 5
I0210 01:27:12.941012       6 log.go:172] (0xc002aa6000) Reply frame received for 5
I0210 01:27:13.001060       6 log.go:172] (0xc002aa6000) Data frame received for 5
I0210 01:27:13.001106       6 log.go:172] (0xc001a88be0) (5) Data frame handling
I0210 01:27:13.001131       6 log.go:172] (0xc002aa6000) Data frame received for 3
I0210 01:27:13.001146       6 log.go:172] (0xc001bddae0) (3) Data frame handling
I0210 01:27:13.001169       6 log.go:172] (0xc001bddae0) (3) Data frame sent
I0210 01:27:13.001180       6 log.go:172] (0xc002aa6000) Data frame received for 3
I0210 01:27:13.001208       6 log.go:172] (0xc001bddae0) (3) Data frame handling
I0210 01:27:13.002392       6 log.go:172] (0xc002aa6000) Data frame received for 1
I0210 01:27:13.002474       6 log.go:172] (0xc001a88b40) (1) Data frame handling
I0210 01:27:13.002506       6 log.go:172] (0xc001a88b40) (1) Data frame sent
I0210 01:27:13.002528       6 log.go:172] (0xc002aa6000) (0xc001a88b40) Stream removed, broadcasting: 1
I0210 01:27:13.002587       6 log.go:172] (0xc002aa6000) (0xc001a88b40) Stream removed, broadcasting: 1
I0210 01:27:13.002603       6 log.go:172] (0xc002aa6000) (0xc001bddae0) Stream removed, broadcasting: 3
I0210 01:27:13.002639       6 log.go:172] (0xc002aa6000) Go away received
I0210 01:27:13.002724       6 log.go:172] (0xc002aa6000) (0xc001a88be0) Stream removed, broadcasting: 5
Feb 10 01:27:13.002: INFO: Exec stderr: ""
Feb 10 01:27:13.002: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-5543 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:27:13.002: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:27:13.032911       6 log.go:172] (0xc001a22630) (0xc001a890e0) Create stream
I0210 01:27:13.032934       6 log.go:172] (0xc001a22630) (0xc001a890e0) Stream added, broadcasting: 1
I0210 01:27:13.034675       6 log.go:172] (0xc001a22630) Reply frame received for 1
I0210 01:27:13.034720       6 log.go:172] (0xc001a22630) (0xc001bddc20) Create stream
I0210 01:27:13.034740       6 log.go:172] (0xc001a22630) (0xc001bddc20) Stream added, broadcasting: 3
I0210 01:27:13.035711       6 log.go:172] (0xc001a22630) Reply frame received for 3
I0210 01:27:13.035752       6 log.go:172] (0xc001a22630) (0xc002884000) Create stream
I0210 01:27:13.035764       6 log.go:172] (0xc001a22630) (0xc002884000) Stream added, broadcasting: 5
I0210 01:27:13.036670       6 log.go:172] (0xc001a22630) Reply frame received for 5
I0210 01:27:13.101730       6 log.go:172] (0xc001a22630) Data frame received for 5
I0210 01:27:13.101777       6 log.go:172] (0xc002884000) (5) Data frame handling
I0210 01:27:13.101816       6 log.go:172] (0xc001a22630) Data frame received for 3
I0210 01:27:13.101853       6 log.go:172] (0xc001bddc20) (3) Data frame handling
I0210 01:27:13.101884       6 log.go:172] (0xc001bddc20) (3) Data frame sent
I0210 01:27:13.101906       6 log.go:172] (0xc001a22630) Data frame received for 3
I0210 01:27:13.101925       6 log.go:172] (0xc001bddc20) (3) Data frame handling
I0210 01:27:13.104212       6 log.go:172] (0xc001a22630) Data frame received for 1
I0210 01:27:13.104241       6 log.go:172] (0xc001a890e0) (1) Data frame handling
I0210 01:27:13.104286       6 log.go:172] (0xc001a890e0) (1) Data frame sent
I0210 01:27:13.104317       6 log.go:172] (0xc001a22630) (0xc001a890e0) Stream removed, broadcasting: 1
I0210 01:27:13.104337       6 log.go:172] (0xc001a22630) Go away received
I0210 01:27:13.104501       6 log.go:172] (0xc001a22630) (0xc001a890e0) Stream removed, broadcasting: 1
I0210 01:27:13.104530       6 log.go:172] (0xc001a22630) (0xc001bddc20) Stream removed, broadcasting: 3
I0210 01:27:13.104555       6 log.go:172] (0xc001a22630) (0xc002884000) Stream removed, broadcasting: 5
Feb 10 01:27:13.104: INFO: Exec stderr: ""
Feb 10 01:27:13.104: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-5543 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:27:13.104: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:27:13.131484       6 log.go:172] (0xc005cac790) (0xc001fa1d60) Create stream
I0210 01:27:13.131523       6 log.go:172] (0xc005cac790) (0xc001fa1d60) Stream added, broadcasting: 1
I0210 01:27:13.133356       6 log.go:172] (0xc005cac790) Reply frame received for 1
I0210 01:27:13.133401       6 log.go:172] (0xc005cac790) (0xc0028840a0) Create stream
I0210 01:27:13.133416       6 log.go:172] (0xc005cac790) (0xc0028840a0) Stream added, broadcasting: 3
I0210 01:27:13.134445       6 log.go:172] (0xc005cac790) Reply frame received for 3
I0210 01:27:13.134472       6 log.go:172] (0xc005cac790) (0xc001bddf40) Create stream
I0210 01:27:13.134484       6 log.go:172] (0xc005cac790) (0xc001bddf40) Stream added, broadcasting: 5
I0210 01:27:13.135496       6 log.go:172] (0xc005cac790) Reply frame received for 5
I0210 01:27:13.205308       6 log.go:172] (0xc005cac790) Data frame received for 5
I0210 01:27:13.205347       6 log.go:172] (0xc001bddf40) (5) Data frame handling
I0210 01:27:13.205366       6 log.go:172] (0xc005cac790) Data frame received for 3
I0210 01:27:13.205375       6 log.go:172] (0xc0028840a0) (3) Data frame handling
I0210 01:27:13.205383       6 log.go:172] (0xc0028840a0) (3) Data frame sent
I0210 01:27:13.205390       6 log.go:172] (0xc005cac790) Data frame received for 3
I0210 01:27:13.205396       6 log.go:172] (0xc0028840a0) (3) Data frame handling
I0210 01:27:13.206260       6 log.go:172] (0xc005cac790) Data frame received for 1
I0210 01:27:13.206282       6 log.go:172] (0xc001fa1d60) (1) Data frame handling
I0210 01:27:13.206293       6 log.go:172] (0xc001fa1d60) (1) Data frame sent
I0210 01:27:13.206305       6 log.go:172] (0xc005cac790) (0xc001fa1d60) Stream removed, broadcasting: 1
I0210 01:27:13.206324       6 log.go:172] (0xc005cac790) Go away received
I0210 01:27:13.206404       6 log.go:172] (0xc005cac790) (0xc001fa1d60) Stream removed, broadcasting: 1
I0210 01:27:13.206421       6 log.go:172] (0xc005cac790) (0xc0028840a0) Stream removed, broadcasting: 3
I0210 01:27:13.206428       6 log.go:172] (0xc005cac790) (0xc001bddf40) Stream removed, broadcasting: 5
Feb 10 01:27:13.206: INFO: Exec stderr: ""
STEP: Verifying /etc/hosts of container is not kubelet-managed since container specifies /etc/hosts mount
Feb 10 01:27:13.206: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-5543 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:27:13.206: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:27:13.228127       6 log.go:172] (0xc002a68840) (0xc00242dc20) Create stream
I0210 01:27:13.228154       6 log.go:172] (0xc002a68840) (0xc00242dc20) Stream added, broadcasting: 1
I0210 01:27:13.229794       6 log.go:172] (0xc002a68840) Reply frame received for 1
I0210 01:27:13.229843       6 log.go:172] (0xc002a68840) (0xc00242dcc0) Create stream
I0210 01:27:13.229857       6 log.go:172] (0xc002a68840) (0xc00242dcc0) Stream added, broadcasting: 3
I0210 01:27:13.230746       6 log.go:172] (0xc002a68840) Reply frame received for 3
I0210 01:27:13.230776       6 log.go:172] (0xc002a68840) (0xc002884140) Create stream
I0210 01:27:13.230786       6 log.go:172] (0xc002a68840) (0xc002884140) Stream added, broadcasting: 5
I0210 01:27:13.231690       6 log.go:172] (0xc002a68840) Reply frame received for 5
I0210 01:27:13.293189       6 log.go:172] (0xc002a68840) Data frame received for 3
I0210 01:27:13.293253       6 log.go:172] (0xc00242dcc0) (3) Data frame handling
I0210 01:27:13.293288       6 log.go:172] (0xc00242dcc0) (3) Data frame sent
I0210 01:27:13.293312       6 log.go:172] (0xc002a68840) Data frame received for 3
I0210 01:27:13.293334       6 log.go:172] (0xc00242dcc0) (3) Data frame handling
I0210 01:27:13.293686       6 log.go:172] (0xc002a68840) Data frame received for 5
I0210 01:27:13.293709       6 log.go:172] (0xc002884140) (5) Data frame handling
I0210 01:27:13.295123       6 log.go:172] (0xc002a68840) Data frame received for 1
I0210 01:27:13.295141       6 log.go:172] (0xc00242dc20) (1) Data frame handling
I0210 01:27:13.295150       6 log.go:172] (0xc00242dc20) (1) Data frame sent
I0210 01:27:13.295162       6 log.go:172] (0xc002a68840) (0xc00242dc20) Stream removed, broadcasting: 1
I0210 01:27:13.295229       6 log.go:172] (0xc002a68840) (0xc00242dc20) Stream removed, broadcasting: 1
I0210 01:27:13.295260       6 log.go:172] (0xc002a68840) (0xc00242dcc0) Stream removed, broadcasting: 3
I0210 01:27:13.295268       6 log.go:172] (0xc002a68840) (0xc002884140) Stream removed, broadcasting: 5
Feb 10 01:27:13.295: INFO: Exec stderr: ""
Feb 10 01:27:13.295: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-5543 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:27:13.295: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:27:13.295725       6 log.go:172] (0xc002a68840) Go away received
I0210 01:27:13.321142       6 log.go:172] (0xc0046ec370) (0xc0028845a0) Create stream
I0210 01:27:13.321171       6 log.go:172] (0xc0046ec370) (0xc0028845a0) Stream added, broadcasting: 1
I0210 01:27:13.323416       6 log.go:172] (0xc0046ec370) Reply frame received for 1
I0210 01:27:13.323474       6 log.go:172] (0xc0046ec370) (0xc001a89220) Create stream
I0210 01:27:13.323494       6 log.go:172] (0xc0046ec370) (0xc001a89220) Stream added, broadcasting: 3
I0210 01:27:13.324384       6 log.go:172] (0xc0046ec370) Reply frame received for 3
I0210 01:27:13.324423       6 log.go:172] (0xc0046ec370) (0xc001c22000) Create stream
I0210 01:27:13.324438       6 log.go:172] (0xc0046ec370) (0xc001c22000) Stream added, broadcasting: 5
I0210 01:27:13.325282       6 log.go:172] (0xc0046ec370) Reply frame received for 5
I0210 01:27:13.405566       6 log.go:172] (0xc0046ec370) Data frame received for 5
I0210 01:27:13.405605       6 log.go:172] (0xc001c22000) (5) Data frame handling
I0210 01:27:13.405636       6 log.go:172] (0xc0046ec370) Data frame received for 3
I0210 01:27:13.405650       6 log.go:172] (0xc001a89220) (3) Data frame handling
I0210 01:27:13.405667       6 log.go:172] (0xc001a89220) (3) Data frame sent
I0210 01:27:13.405681       6 log.go:172] (0xc0046ec370) Data frame received for 3
I0210 01:27:13.405691       6 log.go:172] (0xc001a89220) (3) Data frame handling
I0210 01:27:13.406860       6 log.go:172] (0xc0046ec370) Data frame received for 1
I0210 01:27:13.406889       6 log.go:172] (0xc0028845a0) (1) Data frame handling
I0210 01:27:13.406900       6 log.go:172] (0xc0028845a0) (1) Data frame sent
I0210 01:27:13.406912       6 log.go:172] (0xc0046ec370) (0xc0028845a0) Stream removed, broadcasting: 1
I0210 01:27:13.406933       6 log.go:172] (0xc0046ec370) Go away received
I0210 01:27:13.407065       6 log.go:172] (0xc0046ec370) (0xc0028845a0) Stream removed, broadcasting: 1
I0210 01:27:13.407086       6 log.go:172] (0xc0046ec370) (0xc001a89220) Stream removed, broadcasting: 3
I0210 01:27:13.407101       6 log.go:172] (0xc0046ec370) (0xc001c22000) Stream removed, broadcasting: 5
Feb 10 01:27:13.407: INFO: Exec stderr: ""
STEP: Verifying /etc/hosts content of container is not kubelet-managed for pod with hostNetwork=true
Feb 10 01:27:13.407: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-5543 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:27:13.407: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:27:13.433129       6 log.go:172] (0xc005cacdc0) (0xc0023b20a0) Create stream
I0210 01:27:13.433154       6 log.go:172] (0xc005cacdc0) (0xc0023b20a0) Stream added, broadcasting: 1
I0210 01:27:13.434467       6 log.go:172] (0xc005cacdc0) Reply frame received for 1
I0210 01:27:13.434505       6 log.go:172] (0xc005cacdc0) (0xc001a892c0) Create stream
I0210 01:27:13.434512       6 log.go:172] (0xc005cacdc0) (0xc001a892c0) Stream added, broadcasting: 3
I0210 01:27:13.435120       6 log.go:172] (0xc005cacdc0) Reply frame received for 3
I0210 01:27:13.435141       6 log.go:172] (0xc005cacdc0) (0xc001a89360) Create stream
I0210 01:27:13.435149       6 log.go:172] (0xc005cacdc0) (0xc001a89360) Stream added, broadcasting: 5
I0210 01:27:13.435655       6 log.go:172] (0xc005cacdc0) Reply frame received for 5
I0210 01:27:13.491970       6 log.go:172] (0xc005cacdc0) Data frame received for 5
I0210 01:27:13.492025       6 log.go:172] (0xc005cacdc0) Data frame received for 3
I0210 01:27:13.492078       6 log.go:172] (0xc001a892c0) (3) Data frame handling
I0210 01:27:13.492097       6 log.go:172] (0xc001a892c0) (3) Data frame sent
I0210 01:27:13.492125       6 log.go:172] (0xc005cacdc0) Data frame received for 3
I0210 01:27:13.492138       6 log.go:172] (0xc001a892c0) (3) Data frame handling
I0210 01:27:13.492158       6 log.go:172] (0xc001a89360) (5) Data frame handling
I0210 01:27:13.493882       6 log.go:172] (0xc005cacdc0) Data frame received for 1
I0210 01:27:13.493913       6 log.go:172] (0xc0023b20a0) (1) Data frame handling
I0210 01:27:13.493933       6 log.go:172] (0xc0023b20a0) (1) Data frame sent
I0210 01:27:13.493949       6 log.go:172] (0xc005cacdc0) (0xc0023b20a0) Stream removed, broadcasting: 1
I0210 01:27:13.493968       6 log.go:172] (0xc005cacdc0) Go away received
I0210 01:27:13.494113       6 log.go:172] (0xc005cacdc0) (0xc0023b20a0) Stream removed, broadcasting: 1
I0210 01:27:13.494134       6 log.go:172] (0xc005cacdc0) (0xc001a892c0) Stream removed, broadcasting: 3
I0210 01:27:13.494148       6 log.go:172] (0xc005cacdc0) (0xc001a89360) Stream removed, broadcasting: 5
Feb 10 01:27:13.494: INFO: Exec stderr: ""
Feb 10 01:27:13.494: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-5543 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:27:13.494: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:27:13.524156       6 log.go:172] (0xc001a22c60) (0xc001a897c0) Create stream
I0210 01:27:13.524194       6 log.go:172] (0xc001a22c60) (0xc001a897c0) Stream added, broadcasting: 1
I0210 01:27:13.526447       6 log.go:172] (0xc001a22c60) Reply frame received for 1
I0210 01:27:13.526479       6 log.go:172] (0xc001a22c60) (0xc001a89900) Create stream
I0210 01:27:13.526489       6 log.go:172] (0xc001a22c60) (0xc001a89900) Stream added, broadcasting: 3
I0210 01:27:13.527370       6 log.go:172] (0xc001a22c60) Reply frame received for 3
I0210 01:27:13.527402       6 log.go:172] (0xc001a22c60) (0xc00242dd60) Create stream
I0210 01:27:13.527412       6 log.go:172] (0xc001a22c60) (0xc00242dd60) Stream added, broadcasting: 5
I0210 01:27:13.528396       6 log.go:172] (0xc001a22c60) Reply frame received for 5
I0210 01:27:13.588014       6 log.go:172] (0xc001a22c60) Data frame received for 5
I0210 01:27:13.588047       6 log.go:172] (0xc00242dd60) (5) Data frame handling
I0210 01:27:13.588067       6 log.go:172] (0xc001a22c60) Data frame received for 3
I0210 01:27:13.588077       6 log.go:172] (0xc001a89900) (3) Data frame handling
I0210 01:27:13.588088       6 log.go:172] (0xc001a89900) (3) Data frame sent
I0210 01:27:13.588101       6 log.go:172] (0xc001a22c60) Data frame received for 3
I0210 01:27:13.588124       6 log.go:172] (0xc001a89900) (3) Data frame handling
I0210 01:27:13.589490       6 log.go:172] (0xc001a22c60) Data frame received for 1
I0210 01:27:13.589513       6 log.go:172] (0xc001a897c0) (1) Data frame handling
I0210 01:27:13.589526       6 log.go:172] (0xc001a897c0) (1) Data frame sent
I0210 01:27:13.589537       6 log.go:172] (0xc001a22c60) (0xc001a897c0) Stream removed, broadcasting: 1
I0210 01:27:13.589601       6 log.go:172] (0xc001a22c60) Go away received
I0210 01:27:13.589630       6 log.go:172] (0xc001a22c60) (0xc001a897c0) Stream removed, broadcasting: 1
I0210 01:27:13.589650       6 log.go:172] (0xc001a22c60) (0xc001a89900) Stream removed, broadcasting: 3
I0210 01:27:13.589694       6 log.go:172] (0xc001a22c60) (0xc00242dd60) Stream removed, broadcasting: 5
Feb 10 01:27:13.589: INFO: Exec stderr: ""
Feb 10 01:27:13.589: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-5543 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:27:13.589: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:27:13.611878       6 log.go:172] (0xc001a231e0) (0xc001a89ae0) Create stream
I0210 01:27:13.611911       6 log.go:172] (0xc001a231e0) (0xc001a89ae0) Stream added, broadcasting: 1
I0210 01:27:13.613639       6 log.go:172] (0xc001a231e0) Reply frame received for 1
I0210 01:27:13.613668       6 log.go:172] (0xc001a231e0) (0xc001a89c20) Create stream
I0210 01:27:13.613681       6 log.go:172] (0xc001a231e0) (0xc001a89c20) Stream added, broadcasting: 3
I0210 01:27:13.614428       6 log.go:172] (0xc001a231e0) Reply frame received for 3
I0210 01:27:13.614467       6 log.go:172] (0xc001a231e0) (0xc001a89ea0) Create stream
I0210 01:27:13.614482       6 log.go:172] (0xc001a231e0) (0xc001a89ea0) Stream added, broadcasting: 5
I0210 01:27:13.615245       6 log.go:172] (0xc001a231e0) Reply frame received for 5
I0210 01:27:13.677120       6 log.go:172] (0xc001a231e0) Data frame received for 5
I0210 01:27:13.677155       6 log.go:172] (0xc001a89ea0) (5) Data frame handling
I0210 01:27:13.677193       6 log.go:172] (0xc001a231e0) Data frame received for 3
I0210 01:27:13.677205       6 log.go:172] (0xc001a89c20) (3) Data frame handling
I0210 01:27:13.677221       6 log.go:172] (0xc001a89c20) (3) Data frame sent
I0210 01:27:13.677231       6 log.go:172] (0xc001a231e0) Data frame received for 3
I0210 01:27:13.677239       6 log.go:172] (0xc001a89c20) (3) Data frame handling
I0210 01:27:13.680747       6 log.go:172] (0xc001a231e0) Data frame received for 1
I0210 01:27:13.680812       6 log.go:172] (0xc001a89ae0) (1) Data frame handling
I0210 01:27:13.680962       6 log.go:172] (0xc001a89ae0) (1) Data frame sent
I0210 01:27:13.680991       6 log.go:172] (0xc001a231e0) (0xc001a89ae0) Stream removed, broadcasting: 1
I0210 01:27:13.681007       6 log.go:172] (0xc001a231e0) Go away received
I0210 01:27:13.681097       6 log.go:172] (0xc001a231e0) (0xc001a89ae0) Stream removed, broadcasting: 1
I0210 01:27:13.681118       6 log.go:172] (0xc001a231e0) (0xc001a89c20) Stream removed, broadcasting: 3
I0210 01:27:13.681133       6 log.go:172] (0xc001a231e0) (0xc001a89ea0) Stream removed, broadcasting: 5
Feb 10 01:27:13.681: INFO: Exec stderr: ""
Feb 10 01:27:13.681: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-5543 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:27:13.681: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:27:13.707932       6 log.go:172] (0xc0029911e0) (0xc001c228c0) Create stream
I0210 01:27:13.707963       6 log.go:172] (0xc0029911e0) (0xc001c228c0) Stream added, broadcasting: 1
I0210 01:27:13.709526       6 log.go:172] (0xc0029911e0) Reply frame received for 1
I0210 01:27:13.709557       6 log.go:172] (0xc0029911e0) (0xc0023b2280) Create stream
I0210 01:27:13.709567       6 log.go:172] (0xc0029911e0) (0xc0023b2280) Stream added, broadcasting: 3
I0210 01:27:13.710392       6 log.go:172] (0xc0029911e0) Reply frame received for 3
I0210 01:27:13.710423       6 log.go:172] (0xc0029911e0) (0xc001c22960) Create stream
I0210 01:27:13.710434       6 log.go:172] (0xc0029911e0) (0xc001c22960) Stream added, broadcasting: 5
I0210 01:27:13.711116       6 log.go:172] (0xc0029911e0) Reply frame received for 5
I0210 01:27:13.761171       6 log.go:172] (0xc0029911e0) Data frame received for 3
I0210 01:27:13.761235       6 log.go:172] (0xc0023b2280) (3) Data frame handling
I0210 01:27:13.761267       6 log.go:172] (0xc0023b2280) (3) Data frame sent
I0210 01:27:13.761292       6 log.go:172] (0xc0029911e0) Data frame received for 3
I0210 01:27:13.761322       6 log.go:172] (0xc0029911e0) Data frame received for 5
I0210 01:27:13.761368       6 log.go:172] (0xc001c22960) (5) Data frame handling
I0210 01:27:13.761381       6 log.go:172] (0xc0023b2280) (3) Data frame handling
I0210 01:27:13.762162       6 log.go:172] (0xc0029911e0) Data frame received for 1
I0210 01:27:13.762184       6 log.go:172] (0xc001c228c0) (1) Data frame handling
I0210 01:27:13.762205       6 log.go:172] (0xc001c228c0) (1) Data frame sent
I0210 01:27:13.762247       6 log.go:172] (0xc0029911e0) (0xc001c228c0) Stream removed, broadcasting: 1
I0210 01:27:13.762279       6 log.go:172] (0xc0029911e0) Go away received
I0210 01:27:13.762489       6 log.go:172] (0xc0029911e0) (0xc001c228c0) Stream removed, broadcasting: 1
I0210 01:27:13.762507       6 log.go:172] (0xc0029911e0) (0xc0023b2280) Stream removed, broadcasting: 3
I0210 01:27:13.762520       6 log.go:172] (0xc0029911e0) (0xc001c22960) Stream removed, broadcasting: 5
Feb 10 01:27:13.762: INFO: Exec stderr: ""
[AfterEach] [k8s.io] KubeletManagedEtcHosts
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:27:13.762: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "e2e-kubelet-etc-hosts-5543" for this suite.

• [SLOW TEST:13.243 seconds]
[k8s.io] KubeletManagedEtcHosts
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] KubeletManagedEtcHosts should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":114,"skipped":1787,"failed":0}
SSSSSSSSSSSSSS
------------------------------
[sig-storage] Secrets 
  should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:27:13.921: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name secret-test-d4661139-8ab0-4c49-b0a7-1f83abb3d37e
STEP: Creating a pod to test consume secrets
Feb 10 01:27:14.358: INFO: Waiting up to 5m0s for pod "pod-secrets-bcc6b07b-2967-4975-a591-5eada7df9dee" in namespace "secrets-6017" to be "success or failure"
Feb 10 01:27:14.361: INFO: Pod "pod-secrets-bcc6b07b-2967-4975-a591-5eada7df9dee": Phase="Pending", Reason="", readiness=false. Elapsed: 3.184931ms
Feb 10 01:27:16.365: INFO: Pod "pod-secrets-bcc6b07b-2967-4975-a591-5eada7df9dee": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007336301s
Feb 10 01:27:18.369: INFO: Pod "pod-secrets-bcc6b07b-2967-4975-a591-5eada7df9dee": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011803081s
STEP: Saw pod success
Feb 10 01:27:18.369: INFO: Pod "pod-secrets-bcc6b07b-2967-4975-a591-5eada7df9dee" satisfied condition "success or failure"
Feb 10 01:27:18.372: INFO: Trying to get logs from node jerma-worker pod pod-secrets-bcc6b07b-2967-4975-a591-5eada7df9dee container secret-volume-test: 
STEP: delete the pod
Feb 10 01:27:18.430: INFO: Waiting for pod pod-secrets-bcc6b07b-2967-4975-a591-5eada7df9dee to disappear
Feb 10 01:27:18.440: INFO: Pod pod-secrets-bcc6b07b-2967-4975-a591-5eada7df9dee no longer exists
[AfterEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:27:18.440: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-6017" for this suite.
•{"msg":"PASSED [sig-storage] Secrets should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]","total":278,"completed":115,"skipped":1801,"failed":0}
SSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Kubelet when scheduling a busybox command that always fails in a pod 
  should be possible to delete [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:27:18.446: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubelet-test
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:37
[BeforeEach] when scheduling a busybox command that always fails in a pod
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:81
[It] should be possible to delete [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[AfterEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:27:18.606: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubelet-test-5971" for this suite.
•{"msg":"PASSED [k8s.io] Kubelet when scheduling a busybox command that always fails in a pod should be possible to delete [NodeConformance] [Conformance]","total":278,"completed":116,"skipped":1818,"failed":0}
SSSSSSSSSSSSSS
------------------------------
[sig-storage] ConfigMap 
  should be consumable from pods in volume as non-root [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:27:18.616: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume as non-root [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name configmap-test-volume-f26e51f9-facc-485f-93cb-d5fc24c3d018
STEP: Creating a pod to test consume configMaps
Feb 10 01:27:18.720: INFO: Waiting up to 5m0s for pod "pod-configmaps-ed734af7-55eb-4dec-aba3-5884f452c88a" in namespace "configmap-2807" to be "success or failure"
Feb 10 01:27:18.741: INFO: Pod "pod-configmaps-ed734af7-55eb-4dec-aba3-5884f452c88a": Phase="Pending", Reason="", readiness=false. Elapsed: 20.731827ms
Feb 10 01:27:20.744: INFO: Pod "pod-configmaps-ed734af7-55eb-4dec-aba3-5884f452c88a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.024369191s
Feb 10 01:27:22.748: INFO: Pod "pod-configmaps-ed734af7-55eb-4dec-aba3-5884f452c88a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.028022273s
STEP: Saw pod success
Feb 10 01:27:22.748: INFO: Pod "pod-configmaps-ed734af7-55eb-4dec-aba3-5884f452c88a" satisfied condition "success or failure"
Feb 10 01:27:22.751: INFO: Trying to get logs from node jerma-worker pod pod-configmaps-ed734af7-55eb-4dec-aba3-5884f452c88a container configmap-volume-test: 
STEP: delete the pod
Feb 10 01:27:22.792: INFO: Waiting for pod pod-configmaps-ed734af7-55eb-4dec-aba3-5884f452c88a to disappear
Feb 10 01:27:22.797: INFO: Pod pod-configmaps-ed734af7-55eb-4dec-aba3-5884f452c88a no longer exists
[AfterEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:27:22.797: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-2807" for this suite.
•{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume as non-root [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":117,"skipped":1832,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:27:22.806: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0666 on tmpfs
Feb 10 01:27:22.852: INFO: Waiting up to 5m0s for pod "pod-c2fd42ae-7694-4c1b-ba70-e5011dde51ac" in namespace "emptydir-9973" to be "success or failure"
Feb 10 01:27:22.856: INFO: Pod "pod-c2fd42ae-7694-4c1b-ba70-e5011dde51ac": Phase="Pending", Reason="", readiness=false. Elapsed: 4.140316ms
Feb 10 01:27:24.860: INFO: Pod "pod-c2fd42ae-7694-4c1b-ba70-e5011dde51ac": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008469385s
Feb 10 01:27:26.864: INFO: Pod "pod-c2fd42ae-7694-4c1b-ba70-e5011dde51ac": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012299445s
STEP: Saw pod success
Feb 10 01:27:26.864: INFO: Pod "pod-c2fd42ae-7694-4c1b-ba70-e5011dde51ac" satisfied condition "success or failure"
Feb 10 01:27:26.867: INFO: Trying to get logs from node jerma-worker pod pod-c2fd42ae-7694-4c1b-ba70-e5011dde51ac container test-container: 
STEP: delete the pod
Feb 10 01:27:26.894: INFO: Waiting for pod pod-c2fd42ae-7694-4c1b-ba70-e5011dde51ac to disappear
Feb 10 01:27:26.900: INFO: Pod pod-c2fd42ae-7694-4c1b-ba70-e5011dde51ac no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:27:26.900: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-9973" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":118,"skipped":1888,"failed":0}
S
------------------------------
[sig-storage] Projected secret 
  should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:27:26.907: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating projection with secret that has name projected-secret-test-d5eaeaa0-ba51-49ac-92c7-de4f39db0131
STEP: Creating a pod to test consume secrets
Feb 10 01:27:26.980: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-b5b71a77-058d-42e9-aad1-7812033e88ca" in namespace "projected-4682" to be "success or failure"
Feb 10 01:27:26.984: INFO: Pod "pod-projected-secrets-b5b71a77-058d-42e9-aad1-7812033e88ca": Phase="Pending", Reason="", readiness=false. Elapsed: 3.939492ms
Feb 10 01:27:28.988: INFO: Pod "pod-projected-secrets-b5b71a77-058d-42e9-aad1-7812033e88ca": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008580968s
Feb 10 01:27:30.993: INFO: Pod "pod-projected-secrets-b5b71a77-058d-42e9-aad1-7812033e88ca": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012869561s
STEP: Saw pod success
Feb 10 01:27:30.993: INFO: Pod "pod-projected-secrets-b5b71a77-058d-42e9-aad1-7812033e88ca" satisfied condition "success or failure"
Feb 10 01:27:30.996: INFO: Trying to get logs from node jerma-worker pod pod-projected-secrets-b5b71a77-058d-42e9-aad1-7812033e88ca container projected-secret-volume-test: 
STEP: delete the pod
Feb 10 01:27:31.299: INFO: Waiting for pod pod-projected-secrets-b5b71a77-058d-42e9-aad1-7812033e88ca to disappear
Feb 10 01:27:31.376: INFO: Pod pod-projected-secrets-b5b71a77-058d-42e9-aad1-7812033e88ca no longer exists
[AfterEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:27:31.376: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-4682" for this suite.
•{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":119,"skipped":1889,"failed":0}
SSSSSSSSSSSSSS
------------------------------
[k8s.io] Probing container 
  should have monotonically increasing restart count [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:27:31.553: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-probe
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:51
[It] should have monotonically increasing restart count [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating pod liveness-11d85cbd-740e-4887-942e-ebd110ca1738 in namespace container-probe-1150
Feb 10 01:27:35.673: INFO: Started pod liveness-11d85cbd-740e-4887-942e-ebd110ca1738 in namespace container-probe-1150
STEP: checking the pod's current state and verifying that restartCount is present
Feb 10 01:27:35.676: INFO: Initial restart count of pod liveness-11d85cbd-740e-4887-942e-ebd110ca1738 is 0
Feb 10 01:27:49.888: INFO: Restart count of pod container-probe-1150/liveness-11d85cbd-740e-4887-942e-ebd110ca1738 is now 1 (14.212175959s elapsed)
Feb 10 01:28:09.929: INFO: Restart count of pod container-probe-1150/liveness-11d85cbd-740e-4887-942e-ebd110ca1738 is now 2 (34.252494584s elapsed)
Feb 10 01:28:29.970: INFO: Restart count of pod container-probe-1150/liveness-11d85cbd-740e-4887-942e-ebd110ca1738 is now 3 (54.293850368s elapsed)
Feb 10 01:28:50.010: INFO: Restart count of pod container-probe-1150/liveness-11d85cbd-740e-4887-942e-ebd110ca1738 is now 4 (1m14.333283964s elapsed)
Feb 10 01:29:52.149: INFO: Restart count of pod container-probe-1150/liveness-11d85cbd-740e-4887-942e-ebd110ca1738 is now 5 (2m16.47234539s elapsed)
STEP: deleting the pod
[AfterEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:29:52.216: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-probe-1150" for this suite.

• [SLOW TEST:140.670 seconds]
[k8s.io] Probing container
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should have monotonically increasing restart count [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Probing container should have monotonically increasing restart count [NodeConformance] [Conformance]","total":278,"completed":120,"skipped":1903,"failed":0}
SSSSSSSSSSSS
------------------------------
[sig-storage] Projected downwardAPI 
  should provide podname only [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:29:52.223: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should provide podname only [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:29:52.607: INFO: Waiting up to 5m0s for pod "downwardapi-volume-5e45dde5-5fbc-4511-95f2-541c1276d4d3" in namespace "projected-8665" to be "success or failure"
Feb 10 01:29:52.625: INFO: Pod "downwardapi-volume-5e45dde5-5fbc-4511-95f2-541c1276d4d3": Phase="Pending", Reason="", readiness=false. Elapsed: 18.14502ms
Feb 10 01:29:54.629: INFO: Pod "downwardapi-volume-5e45dde5-5fbc-4511-95f2-541c1276d4d3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.022011041s
Feb 10 01:29:56.633: INFO: Pod "downwardapi-volume-5e45dde5-5fbc-4511-95f2-541c1276d4d3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.025589797s
STEP: Saw pod success
Feb 10 01:29:56.633: INFO: Pod "downwardapi-volume-5e45dde5-5fbc-4511-95f2-541c1276d4d3" satisfied condition "success or failure"
Feb 10 01:29:56.635: INFO: Trying to get logs from node jerma-worker pod downwardapi-volume-5e45dde5-5fbc-4511-95f2-541c1276d4d3 container client-container: 
STEP: delete the pod
Feb 10 01:29:56.672: INFO: Waiting for pod downwardapi-volume-5e45dde5-5fbc-4511-95f2-541c1276d4d3 to disappear
Feb 10 01:29:56.676: INFO: Pod downwardapi-volume-5e45dde5-5fbc-4511-95f2-541c1276d4d3 no longer exists
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:29:56.676: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-8665" for this suite.
•{"msg":"PASSED [sig-storage] Projected downwardAPI should provide podname only [NodeConformance] [Conformance]","total":278,"completed":121,"skipped":1915,"failed":0}
SSSSSS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  listing mutating webhooks should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:29:56.684: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:29:57.412: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:29:59.423: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517397, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517397, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517397, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517397, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:30:02.449: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] listing mutating webhooks should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Listing all of the created validation webhooks
STEP: Creating a configMap that should be mutated
STEP: Deleting the collection of validation webhooks
STEP: Creating a configMap that should not be mutated
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:30:02.860: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-5001" for this suite.
STEP: Destroying namespace "webhook-5001-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:6.255 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  listing mutating webhooks should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing mutating webhooks should work [Conformance]","total":278,"completed":122,"skipped":1921,"failed":0}
[sig-storage] EmptyDir volumes 
  should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:30:02.938: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0644 on tmpfs
Feb 10 01:30:03.044: INFO: Waiting up to 5m0s for pod "pod-6a37ab9a-a4a3-4aba-8d6d-381f3d94ddda" in namespace "emptydir-8005" to be "success or failure"
Feb 10 01:30:03.065: INFO: Pod "pod-6a37ab9a-a4a3-4aba-8d6d-381f3d94ddda": Phase="Pending", Reason="", readiness=false. Elapsed: 20.777082ms
Feb 10 01:30:05.069: INFO: Pod "pod-6a37ab9a-a4a3-4aba-8d6d-381f3d94ddda": Phase="Pending", Reason="", readiness=false. Elapsed: 2.025010024s
Feb 10 01:30:07.073: INFO: Pod "pod-6a37ab9a-a4a3-4aba-8d6d-381f3d94ddda": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.028704544s
STEP: Saw pod success
Feb 10 01:30:07.073: INFO: Pod "pod-6a37ab9a-a4a3-4aba-8d6d-381f3d94ddda" satisfied condition "success or failure"
Feb 10 01:30:07.076: INFO: Trying to get logs from node jerma-worker2 pod pod-6a37ab9a-a4a3-4aba-8d6d-381f3d94ddda container test-container: 
STEP: delete the pod
Feb 10 01:30:07.109: INFO: Waiting for pod pod-6a37ab9a-a4a3-4aba-8d6d-381f3d94ddda to disappear
Feb 10 01:30:07.119: INFO: Pod pod-6a37ab9a-a4a3-4aba-8d6d-381f3d94ddda no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:30:07.119: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-8005" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":123,"skipped":1921,"failed":0}

------------------------------
[sig-cli] Kubectl client Kubectl run job 
  should create a job from an image when restart is OnFailure [Deprecated] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:30:07.179: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Kubectl run job
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1685
[It] should create a job from an image when restart is OnFailure [Deprecated] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: running the image docker.io/library/httpd:2.4.38-alpine
Feb 10 01:30:07.505: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config run e2e-test-httpd-job --restart=OnFailure --generator=job/v1 --image=docker.io/library/httpd:2.4.38-alpine --namespace=kubectl-4540'
Feb 10 01:30:07.600: INFO: stderr: "kubectl run --generator=job/v1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=run-pod/v1 or kubectl create instead.\n"
Feb 10 01:30:07.601: INFO: stdout: "job.batch/e2e-test-httpd-job created\n"
STEP: verifying the job e2e-test-httpd-job was created
[AfterEach] Kubectl run job
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1690
Feb 10 01:30:07.635: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete jobs e2e-test-httpd-job --namespace=kubectl-4540'
Feb 10 01:30:07.736: INFO: stderr: ""
Feb 10 01:30:07.736: INFO: stdout: "job.batch \"e2e-test-httpd-job\" deleted\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:30:07.736: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-4540" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Kubectl run job should create a job from an image when restart is OnFailure [Deprecated] [Conformance]","total":278,"completed":124,"skipped":1921,"failed":0}
SSSS
------------------------------
[sig-cli] Kubectl client Proxy server 
  should support proxy with --port 0  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:30:07.780: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[It] should support proxy with --port 0  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: starting the proxy server
Feb 10 01:30:07.850: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/root/.kube/config proxy -p 0 --disable-filter'
STEP: curling proxy /api/ output
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:30:07.961: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-2493" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Proxy server should support proxy with --port 0  [Conformance]","total":278,"completed":125,"skipped":1925,"failed":0}
SSSSSSSS
------------------------------
[sig-auth] ServiceAccounts 
  should mount an API token into pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-auth] ServiceAccounts
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:30:07.970: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename svcaccounts
STEP: Waiting for a default service account to be provisioned in namespace
[It] should mount an API token into pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: getting the auto-created API token
STEP: reading a file in the container
Feb 10 01:30:12.626: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-4766 pod-service-account-92923cbd-512e-44d2-842c-40871956fda1 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/token'
STEP: reading a file in the container
Feb 10 01:30:12.840: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-4766 pod-service-account-92923cbd-512e-44d2-842c-40871956fda1 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt'
STEP: reading a file in the container
Feb 10 01:30:13.026: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-4766 pod-service-account-92923cbd-512e-44d2-842c-40871956fda1 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/namespace'
[AfterEach] [sig-auth] ServiceAccounts
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:30:13.245: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "svcaccounts-4766" for this suite.

• [SLOW TEST:5.282 seconds]
[sig-auth] ServiceAccounts
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/auth/framework.go:23
  should mount an API token into pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-auth] ServiceAccounts should mount an API token into pods  [Conformance]","total":278,"completed":126,"skipped":1933,"failed":0}
SSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-network] Services 
  should be able to change the type from ExternalName to ClusterIP [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:30:13.252: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename services
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:139
[It] should be able to change the type from ExternalName to ClusterIP [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating a service externalname-service with the type=ExternalName in namespace services-5568
STEP: changing the ExternalName service to type=ClusterIP
STEP: creating replication controller externalname-service in namespace services-5568
I0210 01:30:13.420139       6 runners.go:189] Created replication controller with name: externalname-service, namespace: services-5568, replica count: 2
I0210 01:30:16.470761       6 runners.go:189] externalname-service Pods: 2 out of 2 created, 0 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:30:19.471048       6 runners.go:189] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
Feb 10 01:30:19.471: INFO: Creating new exec pod
Feb 10 01:30:24.504: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-5568 execpod4ss5q -- /bin/sh -x -c nc -zv -t -w 2 externalname-service 80'
Feb 10 01:30:24.732: INFO: stderr: "I0210 01:30:24.634355    1193 log.go:172] (0xc000218f20) (0xc0007c0000) Create stream\nI0210 01:30:24.634428    1193 log.go:172] (0xc000218f20) (0xc0007c0000) Stream added, broadcasting: 1\nI0210 01:30:24.636714    1193 log.go:172] (0xc000218f20) Reply frame received for 1\nI0210 01:30:24.636760    1193 log.go:172] (0xc000218f20) (0xc0009ae000) Create stream\nI0210 01:30:24.636773    1193 log.go:172] (0xc000218f20) (0xc0009ae000) Stream added, broadcasting: 3\nI0210 01:30:24.637813    1193 log.go:172] (0xc000218f20) Reply frame received for 3\nI0210 01:30:24.637850    1193 log.go:172] (0xc000218f20) (0xc0005e1b80) Create stream\nI0210 01:30:24.637863    1193 log.go:172] (0xc000218f20) (0xc0005e1b80) Stream added, broadcasting: 5\nI0210 01:30:24.638847    1193 log.go:172] (0xc000218f20) Reply frame received for 5\nI0210 01:30:24.723926    1193 log.go:172] (0xc000218f20) Data frame received for 5\nI0210 01:30:24.723970    1193 log.go:172] (0xc0005e1b80) (5) Data frame handling\nI0210 01:30:24.723984    1193 log.go:172] (0xc0005e1b80) (5) Data frame sent\nI0210 01:30:24.723995    1193 log.go:172] (0xc000218f20) Data frame received for 5\nI0210 01:30:24.724004    1193 log.go:172] (0xc0005e1b80) (5) Data frame handling\n+ nc -zv -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\nI0210 01:30:24.724037    1193 log.go:172] (0xc000218f20) Data frame received for 3\nI0210 01:30:24.724055    1193 log.go:172] (0xc0009ae000) (3) Data frame handling\nI0210 01:30:24.726589    1193 log.go:172] (0xc000218f20) Data frame received for 1\nI0210 01:30:24.726623    1193 log.go:172] (0xc0007c0000) (1) Data frame handling\nI0210 01:30:24.726642    1193 log.go:172] (0xc0007c0000) (1) Data frame sent\nI0210 01:30:24.726657    1193 log.go:172] (0xc000218f20) (0xc0007c0000) Stream removed, broadcasting: 1\nI0210 01:30:24.726678    1193 log.go:172] (0xc000218f20) Go away received\nI0210 01:30:24.727122    1193 log.go:172] (0xc000218f20) (0xc0007c0000) Stream removed, broadcasting: 1\nI0210 01:30:24.727148    1193 log.go:172] (0xc000218f20) (0xc0009ae000) Stream removed, broadcasting: 3\nI0210 01:30:24.727164    1193 log.go:172] (0xc000218f20) (0xc0005e1b80) Stream removed, broadcasting: 5\n"
Feb 10 01:30:24.733: INFO: stdout: ""
Feb 10 01:30:24.733: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-5568 execpod4ss5q -- /bin/sh -x -c nc -zv -t -w 2 10.96.56.179 80'
Feb 10 01:30:24.944: INFO: stderr: "I0210 01:30:24.870027    1215 log.go:172] (0xc00010cd10) (0xc00090c140) Create stream\nI0210 01:30:24.870089    1215 log.go:172] (0xc00010cd10) (0xc00090c140) Stream added, broadcasting: 1\nI0210 01:30:24.872694    1215 log.go:172] (0xc00010cd10) Reply frame received for 1\nI0210 01:30:24.872729    1215 log.go:172] (0xc00010cd10) (0xc00090c1e0) Create stream\nI0210 01:30:24.872740    1215 log.go:172] (0xc00010cd10) (0xc00090c1e0) Stream added, broadcasting: 3\nI0210 01:30:24.874027    1215 log.go:172] (0xc00010cd10) Reply frame received for 3\nI0210 01:30:24.874103    1215 log.go:172] (0xc00010cd10) (0xc00090c320) Create stream\nI0210 01:30:24.874142    1215 log.go:172] (0xc00010cd10) (0xc00090c320) Stream added, broadcasting: 5\nI0210 01:30:24.875163    1215 log.go:172] (0xc00010cd10) Reply frame received for 5\nI0210 01:30:24.934246    1215 log.go:172] (0xc00010cd10) Data frame received for 5\nI0210 01:30:24.934286    1215 log.go:172] (0xc00090c320) (5) Data frame handling\nI0210 01:30:24.934304    1215 log.go:172] (0xc00090c320) (5) Data frame sent\nI0210 01:30:24.934311    1215 log.go:172] (0xc00010cd10) Data frame received for 5\n+ nc -zv -t -w 2 10.96.56.179 80\nConnection to 10.96.56.179 80 port [tcp/http] succeeded!\nI0210 01:30:24.934352    1215 log.go:172] (0xc00010cd10) Data frame received for 3\nI0210 01:30:24.934431    1215 log.go:172] (0xc00090c1e0) (3) Data frame handling\nI0210 01:30:24.934480    1215 log.go:172] (0xc00090c320) (5) Data frame handling\nI0210 01:30:24.935615    1215 log.go:172] (0xc00010cd10) Data frame received for 1\nI0210 01:30:24.935639    1215 log.go:172] (0xc00090c140) (1) Data frame handling\nI0210 01:30:24.935649    1215 log.go:172] (0xc00090c140) (1) Data frame sent\nI0210 01:30:24.935665    1215 log.go:172] (0xc00010cd10) (0xc00090c140) Stream removed, broadcasting: 1\nI0210 01:30:24.935677    1215 log.go:172] (0xc00010cd10) Go away received\nI0210 01:30:24.936274    1215 log.go:172] (0xc00010cd10) (0xc00090c140) Stream removed, broadcasting: 1\nI0210 01:30:24.936305    1215 log.go:172] (0xc00010cd10) (0xc00090c1e0) Stream removed, broadcasting: 3\nI0210 01:30:24.936324    1215 log.go:172] (0xc00010cd10) (0xc00090c320) Stream removed, broadcasting: 5\n"
Feb 10 01:30:24.944: INFO: stdout: ""
Feb 10 01:30:24.944: INFO: Cleaning up the ExternalName to ClusterIP test service
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:30:24.968: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "services-5568" for this suite.
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:143

• [SLOW TEST:11.741 seconds]
[sig-network] Services
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should be able to change the type from ExternalName to ClusterIP [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Services should be able to change the type from ExternalName to ClusterIP [Conformance]","total":278,"completed":127,"skipped":1955,"failed":0}
S
------------------------------
[k8s.io] InitContainer [NodeConformance] 
  should invoke init containers on a RestartAlways pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:30:24.994: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename init-container
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:153
[It] should invoke init containers on a RestartAlways pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the pod
Feb 10 01:30:25.062: INFO: PodSpec: initContainers in spec.initContainers
[AfterEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:30:33.042: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "init-container-7683" for this suite.

• [SLOW TEST:8.289 seconds]
[k8s.io] InitContainer [NodeConformance]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should invoke init containers on a RestartAlways pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] InitContainer [NodeConformance] should invoke init containers on a RestartAlways pod [Conformance]","total":278,"completed":128,"skipped":1956,"failed":0}
SSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] Daemon set [Serial] 
  should rollback without unnecessary restarts [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:30:33.283: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename daemonsets
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:133
[It] should rollback without unnecessary restarts [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:30:33.433: INFO: Create a RollingUpdate DaemonSet
Feb 10 01:30:33.436: INFO: Check that daemon pods launch on every node of the cluster
Feb 10 01:30:33.439: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:30:33.452: INFO: Number of nodes with available pods: 0
Feb 10 01:30:33.452: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:30:34.457: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:30:34.461: INFO: Number of nodes with available pods: 0
Feb 10 01:30:34.461: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:30:35.457: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:30:35.461: INFO: Number of nodes with available pods: 0
Feb 10 01:30:35.461: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:30:36.457: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:30:36.461: INFO: Number of nodes with available pods: 0
Feb 10 01:30:36.461: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:30:37.457: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:30:37.461: INFO: Number of nodes with available pods: 2
Feb 10 01:30:37.461: INFO: Number of running nodes: 2, number of available pods: 2
Feb 10 01:30:37.461: INFO: Update the DaemonSet to trigger a rollout
Feb 10 01:30:37.468: INFO: Updating DaemonSet daemon-set
Feb 10 01:30:52.486: INFO: Roll back the DaemonSet before rollout is complete
Feb 10 01:30:52.492: INFO: Updating DaemonSet daemon-set
Feb 10 01:30:52.492: INFO: Make sure DaemonSet rollback is complete
Feb 10 01:30:52.498: INFO: Wrong image for pod: daemon-set-gkhqj. Expected: docker.io/library/httpd:2.4.38-alpine, got: foo:non-existent.
Feb 10 01:30:52.498: INFO: Pod daemon-set-gkhqj is not available
Feb 10 01:30:52.505: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:30:53.576: INFO: Wrong image for pod: daemon-set-gkhqj. Expected: docker.io/library/httpd:2.4.38-alpine, got: foo:non-existent.
Feb 10 01:30:53.576: INFO: Pod daemon-set-gkhqj is not available
Feb 10 01:30:53.601: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:30:54.696: INFO: Wrong image for pod: daemon-set-gkhqj. Expected: docker.io/library/httpd:2.4.38-alpine, got: foo:non-existent.
Feb 10 01:30:54.697: INFO: Pod daemon-set-gkhqj is not available
Feb 10 01:30:54.700: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:30:55.510: INFO: Pod daemon-set-g56pc is not available
Feb 10 01:30:55.515: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:99
STEP: Deleting DaemonSet "daemon-set"
STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1933, will wait for the garbage collector to delete the pods
Feb 10 01:30:55.584: INFO: Deleting DaemonSet.extensions daemon-set took: 10.146993ms
Feb 10 01:30:55.985: INFO: Terminating DaemonSet.extensions daemon-set pods took: 400.294764ms
Feb 10 01:31:01.388: INFO: Number of nodes with available pods: 0
Feb 10 01:31:01.388: INFO: Number of running nodes: 0, number of available pods: 0
Feb 10 01:31:01.390: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/daemonsets-1933/daemonsets","resourceVersion":"7975293"},"items":null}

Feb 10 01:31:01.392: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/daemonsets-1933/pods","resourceVersion":"7975293"},"items":null}

[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:31:01.445: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "daemonsets-1933" for this suite.

• [SLOW TEST:28.170 seconds]
[sig-apps] Daemon set [Serial]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should rollback without unnecessary restarts [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Daemon set [Serial] should rollback without unnecessary restarts [Conformance]","total":278,"completed":129,"skipped":1973,"failed":0}
SSSSSSSS
------------------------------
[sig-storage] Subpath Atomic writer volumes 
  should support subpaths with configmap pod with mountPath of existing file [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Subpath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:31:01.453: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename subpath
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] Atomic writer volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:37
STEP: Setting up data
[It] should support subpaths with configmap pod with mountPath of existing file [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating pod pod-subpath-test-configmap-dfhn
STEP: Creating a pod to test atomic-volume-subpath
Feb 10 01:31:01.599: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-dfhn" in namespace "subpath-9740" to be "success or failure"
Feb 10 01:31:01.609: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Pending", Reason="", readiness=false. Elapsed: 9.88597ms
Feb 10 01:31:03.612: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013485376s
Feb 10 01:31:05.617: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Running", Reason="", readiness=true. Elapsed: 4.017847889s
Feb 10 01:31:07.620: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Running", Reason="", readiness=true. Elapsed: 6.020806554s
Feb 10 01:31:09.624: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Running", Reason="", readiness=true. Elapsed: 8.025012595s
Feb 10 01:31:11.646: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Running", Reason="", readiness=true. Elapsed: 10.046877557s
Feb 10 01:31:13.650: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Running", Reason="", readiness=true. Elapsed: 12.050772342s
Feb 10 01:31:15.654: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Running", Reason="", readiness=true. Elapsed: 14.055088007s
Feb 10 01:31:17.658: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Running", Reason="", readiness=true. Elapsed: 16.058828543s
Feb 10 01:31:19.662: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Running", Reason="", readiness=true. Elapsed: 18.062971524s
Feb 10 01:31:21.666: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Running", Reason="", readiness=true. Elapsed: 20.067159092s
Feb 10 01:31:23.670: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Running", Reason="", readiness=true. Elapsed: 22.071575935s
Feb 10 01:31:25.675: INFO: Pod "pod-subpath-test-configmap-dfhn": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.0761775s
STEP: Saw pod success
Feb 10 01:31:25.675: INFO: Pod "pod-subpath-test-configmap-dfhn" satisfied condition "success or failure"
Feb 10 01:31:25.679: INFO: Trying to get logs from node jerma-worker pod pod-subpath-test-configmap-dfhn container test-container-subpath-configmap-dfhn: 
STEP: delete the pod
Feb 10 01:31:25.759: INFO: Waiting for pod pod-subpath-test-configmap-dfhn to disappear
Feb 10 01:31:25.763: INFO: Pod pod-subpath-test-configmap-dfhn no longer exists
STEP: Deleting pod pod-subpath-test-configmap-dfhn
Feb 10 01:31:25.763: INFO: Deleting pod "pod-subpath-test-configmap-dfhn" in namespace "subpath-9740"
[AfterEach] [sig-storage] Subpath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:31:25.765: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "subpath-9740" for this suite.

• [SLOW TEST:24.319 seconds]
[sig-storage] Subpath
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23
  Atomic writer volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:33
    should support subpaths with configmap pod with mountPath of existing file [LinuxOnly] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod with mountPath of existing file [LinuxOnly] [Conformance]","total":278,"completed":130,"skipped":1981,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] 
  Should recreate evicted statefulset [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:31:25.772: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename statefulset
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:64
[BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:79
STEP: Creating service test in namespace statefulset-9257
[It] Should recreate evicted statefulset [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Looking for a node to schedule stateful set and pod
STEP: Creating pod with conflicting port in namespace statefulset-9257
STEP: Creating statefulset with conflicting port in namespace statefulset-9257
STEP: Waiting until pod test-pod will start running in namespace statefulset-9257
STEP: Waiting until stateful pod ss-0 will be recreated and deleted at least once in namespace statefulset-9257
Feb 10 01:31:32.019: INFO: Observed stateful pod in namespace: statefulset-9257, name: ss-0, uid: 5b999bdf-6e91-4be7-9fda-9a3087e01e1d, status phase: Pending. Waiting for statefulset controller to delete.
Feb 10 01:31:32.239: INFO: Observed stateful pod in namespace: statefulset-9257, name: ss-0, uid: 5b999bdf-6e91-4be7-9fda-9a3087e01e1d, status phase: Failed. Waiting for statefulset controller to delete.
Feb 10 01:31:32.246: INFO: Observed stateful pod in namespace: statefulset-9257, name: ss-0, uid: 5b999bdf-6e91-4be7-9fda-9a3087e01e1d, status phase: Failed. Waiting for statefulset controller to delete.
Feb 10 01:31:32.272: INFO: Observed delete event for stateful pod ss-0 in namespace statefulset-9257
STEP: Removing pod with conflicting port in namespace statefulset-9257
STEP: Waiting when stateful pod ss-0 will be recreated in namespace statefulset-9257 and will be in running state
[AfterEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:90
Feb 10 01:31:38.317: INFO: Deleting all statefulset in ns statefulset-9257
Feb 10 01:31:38.320: INFO: Scaling statefulset ss to 0
Feb 10 01:31:48.339: INFO: Waiting for statefulset status.replicas updated to 0
Feb 10 01:31:48.341: INFO: Deleting statefulset ss
[AfterEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:31:48.359: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "statefulset-9257" for this suite.

• [SLOW TEST:22.594 seconds]
[sig-apps] StatefulSet
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
    Should recreate evicted statefulset [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Should recreate evicted statefulset [Conformance]","total":278,"completed":131,"skipped":2009,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-scheduling] SchedulerPredicates [Serial] 
  validates that NodeSelector is respected if matching  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:31:48.367: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename sched-pred
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:86
Feb 10 01:31:48.487: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready
Feb 10 01:31:48.508: INFO: Waiting for terminating namespaces to be deleted...
Feb 10 01:31:48.511: INFO: 
Logging pods the kubelet thinks is on node jerma-worker before test
Feb 10 01:31:48.516: INFO: chaos-daemon-f2nl5 from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:31:48.516: INFO: 	Container chaos-daemon ready: true, restart count 0
Feb 10 01:31:48.516: INFO: chaos-controller-manager-7f9bbd476f-2hzrh from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:31:48.516: INFO: 	Container chaos-mesh ready: true, restart count 0
Feb 10 01:31:48.516: INFO: kindnet-c2jgb from kube-system started at 2021-01-10 17:30:25 +0000 UTC (1 container statuses recorded)
Feb 10 01:31:48.516: INFO: 	Container kindnet-cni ready: true, restart count 0
Feb 10 01:31:48.516: INFO: kube-proxy-gdgm6 from kube-system started at 2021-01-10 17:29:37 +0000 UTC (1 container statuses recorded)
Feb 10 01:31:48.516: INFO: 	Container kube-proxy ready: true, restart count 0
Feb 10 01:31:48.516: INFO: 
Logging pods the kubelet thinks is on node jerma-worker2 before test
Feb 10 01:31:48.533: INFO: kube-proxy-8vfzd from kube-system started at 2021-01-10 17:29:16 +0000 UTC (1 container statuses recorded)
Feb 10 01:31:48.533: INFO: 	Container kube-proxy ready: true, restart count 0
Feb 10 01:31:48.533: INFO: chaos-daemon-n2277 from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:31:48.533: INFO: 	Container chaos-daemon ready: true, restart count 0
Feb 10 01:31:48.533: INFO: kindnet-4ww4f from kube-system started at 2021-01-10 17:29:22 +0000 UTC (1 container statuses recorded)
Feb 10 01:31:48.533: INFO: 	Container kindnet-cni ready: true, restart count 0
[It] validates that NodeSelector is respected if matching  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Trying to launch a pod without a label to get a node which can launch it.
STEP: Explicitly delete pod here to free the resource it takes.
STEP: Trying to apply a random label on the found node.
STEP: verifying the node has the label kubernetes.io/e2e-bcbb94ce-7fdc-4dfb-ab5a-a22dad9d6c7e 42
STEP: Trying to relaunch the pod, now with labels.
STEP: removing the label kubernetes.io/e2e-bcbb94ce-7fdc-4dfb-ab5a-a22dad9d6c7e off the node jerma-worker
STEP: verifying the node doesn't have the label kubernetes.io/e2e-bcbb94ce-7fdc-4dfb-ab5a-a22dad9d6c7e
[AfterEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:31:56.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "sched-pred-9865" for this suite.
[AfterEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:77

• [SLOW TEST:8.406 seconds]
[sig-scheduling] SchedulerPredicates [Serial]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/framework.go:40
  validates that NodeSelector is respected if matching  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if matching  [Conformance]","total":278,"completed":132,"skipped":2081,"failed":0}
SSSSSSS
------------------------------
[sig-cli] Kubectl client Kubectl cluster-info 
  should check if Kubernetes master services is included in cluster-info  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:31:56.773: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[It] should check if Kubernetes master services is included in cluster-info  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: validating cluster-info
Feb 10 01:31:56.828: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config cluster-info'
Feb 10 01:31:56.938: INFO: stderr: ""
Feb 10 01:31:56.938: INFO: stdout: "\x1b[0;32mKubernetes master\x1b[0m is running at \x1b[0;33mhttps://172.30.12.66:40039\x1b[0m\n\x1b[0;32mKubeDNS\x1b[0m is running at \x1b[0;33mhttps://172.30.12.66:40039/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy\x1b[0m\n\nTo further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:31:56.938: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-3867" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Kubectl cluster-info should check if Kubernetes master services is included in cluster-info  [Conformance]","total":278,"completed":133,"skipped":2088,"failed":0}
SSSSS
------------------------------
[sig-storage] Projected downwardAPI 
  should provide container's cpu limit [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:31:56.946: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should provide container's cpu limit [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:31:57.017: INFO: Waiting up to 5m0s for pod "downwardapi-volume-5f2a28e1-130d-4b9d-af95-8f7e7e860a4c" in namespace "projected-707" to be "success or failure"
Feb 10 01:31:57.030: INFO: Pod "downwardapi-volume-5f2a28e1-130d-4b9d-af95-8f7e7e860a4c": Phase="Pending", Reason="", readiness=false. Elapsed: 12.598194ms
Feb 10 01:31:59.033: INFO: Pod "downwardapi-volume-5f2a28e1-130d-4b9d-af95-8f7e7e860a4c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015929888s
Feb 10 01:32:01.036: INFO: Pod "downwardapi-volume-5f2a28e1-130d-4b9d-af95-8f7e7e860a4c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.018979762s
STEP: Saw pod success
Feb 10 01:32:01.036: INFO: Pod "downwardapi-volume-5f2a28e1-130d-4b9d-af95-8f7e7e860a4c" satisfied condition "success or failure"
Feb 10 01:32:01.038: INFO: Trying to get logs from node jerma-worker pod downwardapi-volume-5f2a28e1-130d-4b9d-af95-8f7e7e860a4c container client-container: 
STEP: delete the pod
Feb 10 01:32:01.104: INFO: Waiting for pod downwardapi-volume-5f2a28e1-130d-4b9d-af95-8f7e7e860a4c to disappear
Feb 10 01:32:01.106: INFO: Pod downwardapi-volume-5f2a28e1-130d-4b9d-af95-8f7e7e860a4c no longer exists
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:32:01.107: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-707" for this suite.
•{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's cpu limit [NodeConformance] [Conformance]","total":278,"completed":134,"skipped":2093,"failed":0}
SS
------------------------------
[k8s.io] [sig-node] Events 
  should be sent by kubelets and the scheduler about pods scheduling and running  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] [sig-node] Events
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:32:01.114: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename events
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be sent by kubelets and the scheduler about pods scheduling and running  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the pod
STEP: submitting the pod to kubernetes
STEP: verifying the pod is in kubernetes
STEP: retrieving the pod
Feb 10 01:32:05.268: INFO: &Pod{ObjectMeta:{send-events-2874a878-fbc5-4d2b-af3f-5d632182179e  events-5067 /api/v1/namespaces/events-5067/pods/send-events-2874a878-fbc5-4d2b-af3f-5d632182179e 926780c3-d197-41e6-b092-3f42afbc1dd3 7975769 0 2021-02-10 01:32:01 +0000 UTC   map[name:foo time:231865832] map[] [] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-qhjqt,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-qhjqt,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:p,Image:gcr.io/kubernetes-e2e-test-images/agnhost:2.8,Command:[],Args:[serve-hostname],WorkingDir:,Ports:[]ContainerPort{ContainerPort{Name:,HostPort:0,ContainerPort:80,Protocol:TCP,HostIP:,},},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-qhjqt,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*30,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:32:01 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:32:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:32:05 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:32:01 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.5,PodIP:10.244.1.68,StartTime:2021-02-10 01:32:01 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:p,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:32:04 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:gcr.io/kubernetes-e2e-test-images/agnhost:2.8,ImageID:gcr.io/kubernetes-e2e-test-images/agnhost@sha256:daf5332100521b1256d0e3c56d697a238eaec3af48897ed9167cbadd426773b5,ContainerID:containerd://042615ac8575fe1659966d44d2296e5d6065c045c14fce84a150940905c97898,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.68,},},EphemeralContainerStatuses:[]ContainerStatus{},},}

STEP: checking for scheduler event about the pod
Feb 10 01:32:07.272: INFO: Saw scheduler event for our pod.
STEP: checking for kubelet event about the pod
Feb 10 01:32:09.277: INFO: Saw kubelet event for our pod.
STEP: deleting the pod
[AfterEach] [k8s.io] [sig-node] Events
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:32:09.282: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "events-5067" for this suite.

• [SLOW TEST:8.209 seconds]
[k8s.io] [sig-node] Events
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should be sent by kubelets and the scheduler about pods scheduling and running  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] [sig-node] Events should be sent by kubelets and the scheduler about pods scheduling and running  [Conformance]","total":278,"completed":135,"skipped":2095,"failed":0}
SSSSSSSSSSSS
------------------------------
[sig-storage] Projected downwardAPI 
  should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:32:09.324: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:32:09.414: INFO: Waiting up to 5m0s for pod "downwardapi-volume-45aedcf3-b44a-41a4-a97a-efe8e8071b42" in namespace "projected-3403" to be "success or failure"
Feb 10 01:32:09.441: INFO: Pod "downwardapi-volume-45aedcf3-b44a-41a4-a97a-efe8e8071b42": Phase="Pending", Reason="", readiness=false. Elapsed: 26.709574ms
Feb 10 01:32:11.445: INFO: Pod "downwardapi-volume-45aedcf3-b44a-41a4-a97a-efe8e8071b42": Phase="Pending", Reason="", readiness=false. Elapsed: 2.030771099s
Feb 10 01:32:13.449: INFO: Pod "downwardapi-volume-45aedcf3-b44a-41a4-a97a-efe8e8071b42": Phase="Running", Reason="", readiness=true. Elapsed: 4.035229102s
Feb 10 01:32:15.453: INFO: Pod "downwardapi-volume-45aedcf3-b44a-41a4-a97a-efe8e8071b42": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.039471409s
STEP: Saw pod success
Feb 10 01:32:15.453: INFO: Pod "downwardapi-volume-45aedcf3-b44a-41a4-a97a-efe8e8071b42" satisfied condition "success or failure"
Feb 10 01:32:15.457: INFO: Trying to get logs from node jerma-worker pod downwardapi-volume-45aedcf3-b44a-41a4-a97a-efe8e8071b42 container client-container: 
STEP: delete the pod
Feb 10 01:32:15.485: INFO: Waiting for pod downwardapi-volume-45aedcf3-b44a-41a4-a97a-efe8e8071b42 to disappear
Feb 10 01:32:15.489: INFO: Pod downwardapi-volume-45aedcf3-b44a-41a4-a97a-efe8e8071b42 no longer exists
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:32:15.489: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-3403" for this suite.

• [SLOW TEST:6.171 seconds]
[sig-storage] Projected downwardAPI
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:34
  should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Projected downwardAPI should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]","total":278,"completed":136,"skipped":2107,"failed":0}
SSSSSS
------------------------------
[sig-storage] Projected downwardAPI 
  should provide container's memory limit [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:32:15.495: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should provide container's memory limit [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:32:15.608: INFO: Waiting up to 5m0s for pod "downwardapi-volume-7676d35c-c212-4dc7-826b-3d6c4e47a8c3" in namespace "projected-5940" to be "success or failure"
Feb 10 01:32:15.622: INFO: Pod "downwardapi-volume-7676d35c-c212-4dc7-826b-3d6c4e47a8c3": Phase="Pending", Reason="", readiness=false. Elapsed: 13.691622ms
Feb 10 01:32:17.626: INFO: Pod "downwardapi-volume-7676d35c-c212-4dc7-826b-3d6c4e47a8c3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.017406543s
Feb 10 01:32:19.629: INFO: Pod "downwardapi-volume-7676d35c-c212-4dc7-826b-3d6c4e47a8c3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.021071134s
STEP: Saw pod success
Feb 10 01:32:19.629: INFO: Pod "downwardapi-volume-7676d35c-c212-4dc7-826b-3d6c4e47a8c3" satisfied condition "success or failure"
Feb 10 01:32:19.632: INFO: Trying to get logs from node jerma-worker2 pod downwardapi-volume-7676d35c-c212-4dc7-826b-3d6c4e47a8c3 container client-container: 
STEP: delete the pod
Feb 10 01:32:19.655: INFO: Waiting for pod downwardapi-volume-7676d35c-c212-4dc7-826b-3d6c4e47a8c3 to disappear
Feb 10 01:32:19.659: INFO: Pod downwardapi-volume-7676d35c-c212-4dc7-826b-3d6c4e47a8c3 no longer exists
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:32:19.659: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-5940" for this suite.
•{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's memory limit [NodeConformance] [Conformance]","total":278,"completed":137,"skipped":2113,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook 
  should execute poststart exec hook properly [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Container Lifecycle Hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:32:19.693: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-lifecycle-hook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] when create a pod with lifecycle hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:64
STEP: create the container to handle the HTTPGet hook request.
[It] should execute poststart exec hook properly [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the pod with lifecycle hook
STEP: check poststart hook
STEP: delete the pod with lifecycle hook
Feb 10 01:32:27.958: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear
Feb 10 01:32:27.965: INFO: Pod pod-with-poststart-exec-hook still exists
Feb 10 01:32:29.965: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear
Feb 10 01:32:29.969: INFO: Pod pod-with-poststart-exec-hook still exists
Feb 10 01:32:31.965: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear
Feb 10 01:32:31.970: INFO: Pod pod-with-poststart-exec-hook still exists
Feb 10 01:32:33.965: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear
Feb 10 01:32:33.970: INFO: Pod pod-with-poststart-exec-hook still exists
Feb 10 01:32:35.965: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear
Feb 10 01:32:35.969: INFO: Pod pod-with-poststart-exec-hook still exists
Feb 10 01:32:37.965: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear
Feb 10 01:32:37.970: INFO: Pod pod-with-poststart-exec-hook still exists
Feb 10 01:32:39.965: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear
Feb 10 01:32:39.970: INFO: Pod pod-with-poststart-exec-hook still exists
Feb 10 01:32:41.965: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear
Feb 10 01:32:41.970: INFO: Pod pod-with-poststart-exec-hook still exists
Feb 10 01:32:43.965: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear
Feb 10 01:32:43.969: INFO: Pod pod-with-poststart-exec-hook no longer exists
[AfterEach] [k8s.io] Container Lifecycle Hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:32:43.969: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-lifecycle-hook-4322" for this suite.

• [SLOW TEST:24.285 seconds]
[k8s.io] Container Lifecycle Hook
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  when create a pod with lifecycle hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:42
    should execute poststart exec hook properly [NodeConformance] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart exec hook properly [NodeConformance] [Conformance]","total":278,"completed":138,"skipped":2137,"failed":0}
SSSSSSSS
------------------------------
[sig-storage] Projected secret 
  should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:32:43.979: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating projection with secret that has name projected-secret-test-map-2ff24160-8239-4ade-848a-09647f280371
STEP: Creating a pod to test consume secrets
Feb 10 01:32:44.193: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-5464957c-5c49-4185-bce1-d615691e0c3c" in namespace "projected-8091" to be "success or failure"
Feb 10 01:32:44.327: INFO: Pod "pod-projected-secrets-5464957c-5c49-4185-bce1-d615691e0c3c": Phase="Pending", Reason="", readiness=false. Elapsed: 134.431182ms
Feb 10 01:32:46.331: INFO: Pod "pod-projected-secrets-5464957c-5c49-4185-bce1-d615691e0c3c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.13838285s
Feb 10 01:32:48.335: INFO: Pod "pod-projected-secrets-5464957c-5c49-4185-bce1-d615691e0c3c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.142380328s
STEP: Saw pod success
Feb 10 01:32:48.335: INFO: Pod "pod-projected-secrets-5464957c-5c49-4185-bce1-d615691e0c3c" satisfied condition "success or failure"
Feb 10 01:32:48.337: INFO: Trying to get logs from node jerma-worker pod pod-projected-secrets-5464957c-5c49-4185-bce1-d615691e0c3c container projected-secret-volume-test: 
STEP: delete the pod
Feb 10 01:32:48.360: INFO: Waiting for pod pod-projected-secrets-5464957c-5c49-4185-bce1-d615691e0c3c to disappear
Feb 10 01:32:48.365: INFO: Pod pod-projected-secrets-5464957c-5c49-4185-bce1-d615691e0c3c no longer exists
[AfterEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:32:48.365: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-8091" for this suite.
•{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","total":278,"completed":139,"skipped":2145,"failed":0}
SSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Probing container 
  with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:32:48.374: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-probe
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:51
[It] with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:33:16.519: INFO: Container started at 2021-02-10 01:32:51 +0000 UTC, pod became ready at 2021-02-10 01:33:14 +0000 UTC
[AfterEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:33:16.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-probe-5462" for this suite.

• [SLOW TEST:28.161 seconds]
[k8s.io] Probing container
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Probing container with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance]","total":278,"completed":140,"skipped":2166,"failed":0}
SSSSSSSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:33:16.535: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0777 on tmpfs
Feb 10 01:33:16.607: INFO: Waiting up to 5m0s for pod "pod-61890061-9207-486d-9fbd-c3817381748a" in namespace "emptydir-582" to be "success or failure"
Feb 10 01:33:16.611: INFO: Pod "pod-61890061-9207-486d-9fbd-c3817381748a": Phase="Pending", Reason="", readiness=false. Elapsed: 3.964719ms
Feb 10 01:33:18.615: INFO: Pod "pod-61890061-9207-486d-9fbd-c3817381748a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007524947s
Feb 10 01:33:20.619: INFO: Pod "pod-61890061-9207-486d-9fbd-c3817381748a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011689743s
STEP: Saw pod success
Feb 10 01:33:20.619: INFO: Pod "pod-61890061-9207-486d-9fbd-c3817381748a" satisfied condition "success or failure"
Feb 10 01:33:20.622: INFO: Trying to get logs from node jerma-worker pod pod-61890061-9207-486d-9fbd-c3817381748a container test-container: 
STEP: delete the pod
Feb 10 01:33:20.643: INFO: Waiting for pod pod-61890061-9207-486d-9fbd-c3817381748a to disappear
Feb 10 01:33:20.653: INFO: Pod pod-61890061-9207-486d-9fbd-c3817381748a no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:33:20.653: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-582" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":141,"skipped":2179,"failed":0}

------------------------------
[sig-api-machinery] Garbage collector 
  should not be blocked by dependency circle [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:33:20.659: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename gc
STEP: Waiting for a default service account to be provisioned in namespace
[It] should not be blocked by dependency circle [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:33:20.810: INFO: pod1.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod3", UID:"1db9302d-4ff6-47ff-80ec-e0f92087504a", Controller:(*bool)(0xc005083522), BlockOwnerDeletion:(*bool)(0xc005083523)}}
Feb 10 01:33:20.867: INFO: pod2.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod1", UID:"9ba82bb0-80f5-4bca-90a9-278e0420d01a", Controller:(*bool)(0xc002195822), BlockOwnerDeletion:(*bool)(0xc002195823)}}
Feb 10 01:33:20.878: INFO: pod3.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod2", UID:"75cd2fd3-cee9-41b5-8a2f-050a062c2640", Controller:(*bool)(0xc00386a5da), BlockOwnerDeletion:(*bool)(0xc00386a5db)}}
[AfterEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:33:25.903: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "gc-4869" for this suite.

• [SLOW TEST:5.251 seconds]
[sig-api-machinery] Garbage collector
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should not be blocked by dependency circle [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Garbage collector should not be blocked by dependency circle [Conformance]","total":278,"completed":142,"skipped":2179,"failed":0}
SSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should mutate custom resource with pruning [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:33:25.911: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:33:26.494: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:33:28.502: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517606, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517606, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517606, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517606, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:33:30.506: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517606, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517606, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517606, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517606, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:33:33.534: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should mutate custom resource with pruning [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:33:33.538: INFO: >>> kubeConfig: /root/.kube/config
STEP: Registering the mutating webhook for custom resource e2e-test-webhook-4090-crds.webhook.example.com via the AdmissionRegistration API
STEP: Creating a custom resource that should be mutated by the webhook
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:33:34.697: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-4856" for this suite.
STEP: Destroying namespace "webhook-4856-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:8.888 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should mutate custom resource with pruning [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance]","total":278,"completed":143,"skipped":2196,"failed":0}
SSSSS
------------------------------
[sig-api-machinery] Watchers 
  should be able to start watching from a specific resource version [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Watchers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:33:34.799: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename watch
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be able to start watching from a specific resource version [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating a new configmap
STEP: modifying the configmap once
STEP: modifying the configmap a second time
STEP: deleting the configmap
STEP: creating a watch on configmaps from the resource version returned by the first update
STEP: Expecting to observe notifications for all changes to the configmap after the first update
Feb 10 01:33:34.890: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version  watch-6115 /api/v1/namespaces/watch-6115/configmaps/e2e-watch-test-resource-version 72d4b421-4d45-4587-a880-ac4e8f7d21f2 7976331 0 2021-02-10 01:33:34 +0000 UTC   map[watch-this-configmap:from-resource-version] map[] [] []  []},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
Feb 10 01:33:34.890: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version  watch-6115 /api/v1/namespaces/watch-6115/configmaps/e2e-watch-test-resource-version 72d4b421-4d45-4587-a880-ac4e8f7d21f2 7976332 0 2021-02-10 01:33:34 +0000 UTC   map[watch-this-configmap:from-resource-version] map[] [] []  []},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
[AfterEach] [sig-api-machinery] Watchers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:33:34.890: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "watch-6115" for this suite.
•{"msg":"PASSED [sig-api-machinery] Watchers should be able to start watching from a specific resource version [Conformance]","total":278,"completed":144,"skipped":2201,"failed":0}
SSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Servers with support for Table transformation 
  should return a 406 for a backend which does not implement metadata [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Servers with support for Table transformation
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:33:34.906: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename tables
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] Servers with support for Table transformation
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/table_conversion.go:46
[It] should return a 406 for a backend which does not implement metadata [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[AfterEach] [sig-api-machinery] Servers with support for Table transformation
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:33:35.001: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "tables-6705" for this suite.
•{"msg":"PASSED [sig-api-machinery] Servers with support for Table transformation should return a 406 for a backend which does not implement metadata [Conformance]","total":278,"completed":145,"skipped":2219,"failed":0}

------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should honor timeout [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:33:35.034: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:33:36.134: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:33:38.144: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517616, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517616, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517616, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517616, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:33:40.147: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517616, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517616, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517616, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517616, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:33:43.177: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should honor timeout [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Setting timeout (1s) shorter than webhook latency (5s)
STEP: Registering slow webhook via the AdmissionRegistration API
STEP: Request fails when timeout (1s) is shorter than slow webhook latency (5s)
STEP: Having no error when timeout is shorter than webhook latency and failure policy is ignore
STEP: Registering slow webhook via the AdmissionRegistration API
STEP: Having no error when timeout is longer than webhook latency
STEP: Registering slow webhook via the AdmissionRegistration API
STEP: Having no error when timeout is empty (defaulted to 10s in v1)
STEP: Registering slow webhook via the AdmissionRegistration API
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:33:55.365: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-2534" for this suite.
STEP: Destroying namespace "webhook-2534-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:20.441 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should honor timeout [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]","total":278,"completed":146,"skipped":2219,"failed":0}
S
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should mutate pod and apply defaults after mutation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:33:55.475: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:33:56.643: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:33:58.653: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517636, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517636, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517636, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517636, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:34:01.669: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should mutate pod and apply defaults after mutation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Registering the mutating pod webhook via the AdmissionRegistration API
STEP: create a pod that should be updated by the webhook
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:34:01.778: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-6967" for this suite.
STEP: Destroying namespace "webhook-6967-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:6.643 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should mutate pod and apply defaults after mutation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]","total":278,"completed":147,"skipped":2220,"failed":0}
SSSS
------------------------------
[sig-storage] ConfigMap 
  should be consumable from pods in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:34:02.118: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name configmap-test-volume-f2463112-e4d8-46a3-9891-d51443f46bc6
STEP: Creating a pod to test consume configMaps
Feb 10 01:34:02.234: INFO: Waiting up to 5m0s for pod "pod-configmaps-f005d84d-bc66-45f0-a9dc-a386caf75365" in namespace "configmap-964" to be "success or failure"
Feb 10 01:34:02.238: INFO: Pod "pod-configmaps-f005d84d-bc66-45f0-a9dc-a386caf75365": Phase="Pending", Reason="", readiness=false. Elapsed: 3.971126ms
Feb 10 01:34:04.242: INFO: Pod "pod-configmaps-f005d84d-bc66-45f0-a9dc-a386caf75365": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008563306s
Feb 10 01:34:06.246: INFO: Pod "pod-configmaps-f005d84d-bc66-45f0-a9dc-a386caf75365": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012074731s
STEP: Saw pod success
Feb 10 01:34:06.246: INFO: Pod "pod-configmaps-f005d84d-bc66-45f0-a9dc-a386caf75365" satisfied condition "success or failure"
Feb 10 01:34:06.251: INFO: Trying to get logs from node jerma-worker pod pod-configmaps-f005d84d-bc66-45f0-a9dc-a386caf75365 container configmap-volume-test: 
STEP: delete the pod
Feb 10 01:34:06.268: INFO: Waiting for pod pod-configmaps-f005d84d-bc66-45f0-a9dc-a386caf75365 to disappear
Feb 10 01:34:06.310: INFO: Pod pod-configmaps-f005d84d-bc66-45f0-a9dc-a386caf75365 no longer exists
[AfterEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:34:06.310: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-964" for this suite.
•{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume [NodeConformance] [Conformance]","total":278,"completed":148,"skipped":2224,"failed":0}
SS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should mutate custom resource [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:34:06.318: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:34:06.923: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:34:08.932: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517646, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517646, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517646, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517646, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:34:11.962: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should mutate custom resource [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:34:11.966: INFO: >>> kubeConfig: /root/.kube/config
STEP: Registering the mutating webhook for custom resource e2e-test-webhook-5095-crds.webhook.example.com via the AdmissionRegistration API
STEP: Creating a custom resource that should be mutated by the webhook
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:34:13.065: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-5082" for this suite.
STEP: Destroying namespace "webhook-5082-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:6.838 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should mutate custom resource [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource [Conformance]","total":278,"completed":149,"skipped":2226,"failed":0}
SSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] 
  should be able to convert from CR v1 to CR v2 [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:34:13.156: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/crd_conversion_webhook.go:125
STEP: Setting up server cert
STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication
STEP: Deploying the custom resource conversion webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:34:13.879: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set
Feb 10 01:34:16.124: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517654, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517654, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517654, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517653, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-78dcf5dd84\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:34:18.127: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517654, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517654, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517654, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517653, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-78dcf5dd84\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:34:21.167: INFO: Waiting for amount of service:e2e-test-crd-conversion-webhook endpoints to be 1
[It] should be able to convert from CR v1 to CR v2 [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:34:21.170: INFO: >>> kubeConfig: /root/.kube/config
STEP: Creating a v1 custom resource
STEP: v2 custom resource should be converted
[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:34:22.346: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-webhook-9187" for this suite.
[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/crd_conversion_webhook.go:136

• [SLOW TEST:9.317 seconds]
[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should be able to convert from CR v1 to CR v2 [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert from CR v1 to CR v2 [Conformance]","total":278,"completed":150,"skipped":2246,"failed":0}
SSSSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:34:22.474: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0666 on tmpfs
Feb 10 01:34:22.533: INFO: Waiting up to 5m0s for pod "pod-fde5071d-3c08-4f54-b3af-5b936ed94daf" in namespace "emptydir-4740" to be "success or failure"
Feb 10 01:34:22.538: INFO: Pod "pod-fde5071d-3c08-4f54-b3af-5b936ed94daf": Phase="Pending", Reason="", readiness=false. Elapsed: 4.160107ms
Feb 10 01:34:24.541: INFO: Pod "pod-fde5071d-3c08-4f54-b3af-5b936ed94daf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007304441s
Feb 10 01:34:26.563: INFO: Pod "pod-fde5071d-3c08-4f54-b3af-5b936ed94daf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.02929791s
STEP: Saw pod success
Feb 10 01:34:26.563: INFO: Pod "pod-fde5071d-3c08-4f54-b3af-5b936ed94daf" satisfied condition "success or failure"
Feb 10 01:34:26.566: INFO: Trying to get logs from node jerma-worker2 pod pod-fde5071d-3c08-4f54-b3af-5b936ed94daf container test-container: 
STEP: delete the pod
Feb 10 01:34:26.593: INFO: Waiting for pod pod-fde5071d-3c08-4f54-b3af-5b936ed94daf to disappear
Feb 10 01:34:26.598: INFO: Pod pod-fde5071d-3c08-4f54-b3af-5b936ed94daf no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:34:26.598: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-4740" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":151,"skipped":2256,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Downward API volume 
  should provide container's memory request [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:34:26.606: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40
[It] should provide container's memory request [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:34:26.691: INFO: Waiting up to 5m0s for pod "downwardapi-volume-1ff5b67e-42e6-4c22-a003-31f2903271fe" in namespace "downward-api-9262" to be "success or failure"
Feb 10 01:34:26.904: INFO: Pod "downwardapi-volume-1ff5b67e-42e6-4c22-a003-31f2903271fe": Phase="Pending", Reason="", readiness=false. Elapsed: 212.633566ms
Feb 10 01:34:28.908: INFO: Pod "downwardapi-volume-1ff5b67e-42e6-4c22-a003-31f2903271fe": Phase="Pending", Reason="", readiness=false. Elapsed: 2.217094569s
Feb 10 01:34:30.912: INFO: Pod "downwardapi-volume-1ff5b67e-42e6-4c22-a003-31f2903271fe": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.220909836s
STEP: Saw pod success
Feb 10 01:34:30.912: INFO: Pod "downwardapi-volume-1ff5b67e-42e6-4c22-a003-31f2903271fe" satisfied condition "success or failure"
Feb 10 01:34:30.915: INFO: Trying to get logs from node jerma-worker2 pod downwardapi-volume-1ff5b67e-42e6-4c22-a003-31f2903271fe container client-container: 
STEP: delete the pod
Feb 10 01:34:30.981: INFO: Waiting for pod downwardapi-volume-1ff5b67e-42e6-4c22-a003-31f2903271fe to disappear
Feb 10 01:34:31.030: INFO: Pod downwardapi-volume-1ff5b67e-42e6-4c22-a003-31f2903271fe no longer exists
[AfterEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:34:31.030: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-9262" for this suite.
•{"msg":"PASSED [sig-storage] Downward API volume should provide container's memory request [NodeConformance] [Conformance]","total":278,"completed":152,"skipped":2282,"failed":0}
SSS
------------------------------
[sig-cli] Kubectl client Kubectl label 
  should update the label on a resource  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:34:31.036: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Kubectl label
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1276
STEP: creating the pod
Feb 10 01:34:31.104: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-4666'
Feb 10 01:34:33.715: INFO: stderr: ""
Feb 10 01:34:33.715: INFO: stdout: "pod/pause created\n"
Feb 10 01:34:33.715: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [pause]
Feb 10 01:34:33.715: INFO: Waiting up to 5m0s for pod "pause" in namespace "kubectl-4666" to be "running and ready"
Feb 10 01:34:33.736: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 20.345256ms
Feb 10 01:34:35.740: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 2.024431135s
Feb 10 01:34:37.744: INFO: Pod "pause": Phase="Running", Reason="", readiness=true. Elapsed: 4.028892276s
Feb 10 01:34:37.744: INFO: Pod "pause" satisfied condition "running and ready"
Feb 10 01:34:37.744: INFO: Wanted all 1 pods to be running and ready. Result: true. Pods: [pause]
[It] should update the label on a resource  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: adding the label testing-label with value testing-label-value to a pod
Feb 10 01:34:37.744: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config label pods pause testing-label=testing-label-value --namespace=kubectl-4666'
Feb 10 01:34:38.415: INFO: stderr: ""
Feb 10 01:34:38.415: INFO: stdout: "pod/pause labeled\n"
STEP: verifying the pod has the label testing-label with the value testing-label-value
Feb 10 01:34:38.415: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pod pause -L testing-label --namespace=kubectl-4666'
Feb 10 01:34:38.505: INFO: stderr: ""
Feb 10 01:34:38.505: INFO: stdout: "NAME    READY   STATUS    RESTARTS   AGE   TESTING-LABEL\npause   1/1     Running   0          5s    testing-label-value\n"
STEP: removing the label testing-label of a pod
Feb 10 01:34:38.505: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config label pods pause testing-label- --namespace=kubectl-4666'
Feb 10 01:34:38.618: INFO: stderr: ""
Feb 10 01:34:38.618: INFO: stdout: "pod/pause labeled\n"
STEP: verifying the pod doesn't have the label testing-label
Feb 10 01:34:38.618: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pod pause -L testing-label --namespace=kubectl-4666'
Feb 10 01:34:38.732: INFO: stderr: ""
Feb 10 01:34:38.732: INFO: stdout: "NAME    READY   STATUS    RESTARTS   AGE   TESTING-LABEL\npause   1/1     Running   0          5s    \n"
[AfterEach] Kubectl label
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1283
STEP: using delete to clean up resources
Feb 10 01:34:38.732: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-4666'
Feb 10 01:34:38.904: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n"
Feb 10 01:34:38.904: INFO: stdout: "pod \"pause\" force deleted\n"
Feb 10 01:34:38.904: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get rc,svc -l name=pause --no-headers --namespace=kubectl-4666'
Feb 10 01:34:39.002: INFO: stderr: "No resources found in kubectl-4666 namespace.\n"
Feb 10 01:34:39.002: INFO: stdout: ""
Feb 10 01:34:39.002: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -l name=pause --namespace=kubectl-4666 -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}'
Feb 10 01:34:39.093: INFO: stderr: ""
Feb 10 01:34:39.093: INFO: stdout: ""
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:34:39.093: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-4666" for this suite.

• [SLOW TEST:8.064 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Kubectl label
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1273
    should update the label on a resource  [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Kubectl label should update the label on a resource  [Conformance]","total":278,"completed":153,"skipped":2285,"failed":0}
SSSSSS
------------------------------
[sig-storage] ConfigMap 
  should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:34:39.100: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name configmap-test-volume-300006d3-18ef-4a81-99c4-ba3b56216df6
STEP: Creating a pod to test consume configMaps
Feb 10 01:34:39.294: INFO: Waiting up to 5m0s for pod "pod-configmaps-ccf68879-03b3-499b-a7c4-0f7b646cfd75" in namespace "configmap-2836" to be "success or failure"
Feb 10 01:34:39.384: INFO: Pod "pod-configmaps-ccf68879-03b3-499b-a7c4-0f7b646cfd75": Phase="Pending", Reason="", readiness=false. Elapsed: 89.244653ms
Feb 10 01:34:41.388: INFO: Pod "pod-configmaps-ccf68879-03b3-499b-a7c4-0f7b646cfd75": Phase="Pending", Reason="", readiness=false. Elapsed: 2.093118342s
Feb 10 01:34:43.391: INFO: Pod "pod-configmaps-ccf68879-03b3-499b-a7c4-0f7b646cfd75": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.096787651s
STEP: Saw pod success
Feb 10 01:34:43.391: INFO: Pod "pod-configmaps-ccf68879-03b3-499b-a7c4-0f7b646cfd75" satisfied condition "success or failure"
Feb 10 01:34:43.394: INFO: Trying to get logs from node jerma-worker pod pod-configmaps-ccf68879-03b3-499b-a7c4-0f7b646cfd75 container configmap-volume-test: 
STEP: delete the pod
Feb 10 01:34:43.427: INFO: Waiting for pod pod-configmaps-ccf68879-03b3-499b-a7c4-0f7b646cfd75 to disappear
Feb 10 01:34:43.436: INFO: Pod pod-configmaps-ccf68879-03b3-499b-a7c4-0f7b646cfd75 no longer exists
[AfterEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:34:43.436: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-2836" for this suite.
•{"msg":"PASSED [sig-storage] ConfigMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]","total":278,"completed":154,"skipped":2291,"failed":0}
SSSSSS
------------------------------
[k8s.io] Kubelet when scheduling a read only busybox container 
  should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:34:43.443: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubelet-test
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:37
[It] should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[AfterEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:34:47.586: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubelet-test-5414" for this suite.
•{"msg":"PASSED [k8s.io] Kubelet when scheduling a read only busybox container should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":155,"skipped":2297,"failed":0}
SSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-network] Services 
  should be able to change the type from NodePort to ExternalName [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:34:47.595: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename services
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:139
[It] should be able to change the type from NodePort to ExternalName [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating a service nodeport-service with the type=NodePort in namespace services-3521
STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service
STEP: creating service externalsvc in namespace services-3521
STEP: creating replication controller externalsvc in namespace services-3521
I0210 01:34:47.799638       6 runners.go:189] Created replication controller with name: externalsvc, namespace: services-3521, replica count: 2
I0210 01:34:50.852518       6 runners.go:189] externalsvc Pods: 2 out of 2 created, 0 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:34:53.852808       6 runners.go:189] externalsvc Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
STEP: changing the NodePort service to type=ExternalName
Feb 10 01:34:53.899: INFO: Creating new exec pod
Feb 10 01:34:57.928: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-3521 execpodh5m8x -- /bin/sh -x -c nslookup nodeport-service'
Feb 10 01:34:58.299: INFO: stderr: "I0210 01:34:58.067247    1443 log.go:172] (0xc000526dc0) (0xc000687ea0) Create stream\nI0210 01:34:58.067307    1443 log.go:172] (0xc000526dc0) (0xc000687ea0) Stream added, broadcasting: 1\nI0210 01:34:58.070006    1443 log.go:172] (0xc000526dc0) Reply frame received for 1\nI0210 01:34:58.070059    1443 log.go:172] (0xc000526dc0) (0xc000769540) Create stream\nI0210 01:34:58.070074    1443 log.go:172] (0xc000526dc0) (0xc000769540) Stream added, broadcasting: 3\nI0210 01:34:58.071307    1443 log.go:172] (0xc000526dc0) Reply frame received for 3\nI0210 01:34:58.071355    1443 log.go:172] (0xc000526dc0) (0xc0007695e0) Create stream\nI0210 01:34:58.071368    1443 log.go:172] (0xc000526dc0) (0xc0007695e0) Stream added, broadcasting: 5\nI0210 01:34:58.072684    1443 log.go:172] (0xc000526dc0) Reply frame received for 5\nI0210 01:34:58.132200    1443 log.go:172] (0xc000526dc0) Data frame received for 5\nI0210 01:34:58.132223    1443 log.go:172] (0xc0007695e0) (5) Data frame handling\nI0210 01:34:58.132237    1443 log.go:172] (0xc0007695e0) (5) Data frame sent\n+ nslookup nodeport-service\nI0210 01:34:58.289913    1443 log.go:172] (0xc000526dc0) Data frame received for 3\nI0210 01:34:58.289948    1443 log.go:172] (0xc000769540) (3) Data frame handling\nI0210 01:34:58.289970    1443 log.go:172] (0xc000769540) (3) Data frame sent\nI0210 01:34:58.290859    1443 log.go:172] (0xc000526dc0) Data frame received for 3\nI0210 01:34:58.290898    1443 log.go:172] (0xc000769540) (3) Data frame handling\nI0210 01:34:58.290921    1443 log.go:172] (0xc000769540) (3) Data frame sent\nI0210 01:34:58.291450    1443 log.go:172] (0xc000526dc0) Data frame received for 5\nI0210 01:34:58.291469    1443 log.go:172] (0xc0007695e0) (5) Data frame handling\nI0210 01:34:58.291602    1443 log.go:172] (0xc000526dc0) Data frame received for 3\nI0210 01:34:58.291640    1443 log.go:172] (0xc000769540) (3) Data frame handling\nI0210 01:34:58.293872    1443 log.go:172] (0xc000526dc0) Data frame received for 1\nI0210 01:34:58.293886    1443 log.go:172] (0xc000687ea0) (1) Data frame handling\nI0210 01:34:58.293892    1443 log.go:172] (0xc000687ea0) (1) Data frame sent\nI0210 01:34:58.293899    1443 log.go:172] (0xc000526dc0) (0xc000687ea0) Stream removed, broadcasting: 1\nI0210 01:34:58.294118    1443 log.go:172] (0xc000526dc0) Go away received\nI0210 01:34:58.294190    1443 log.go:172] (0xc000526dc0) (0xc000687ea0) Stream removed, broadcasting: 1\nI0210 01:34:58.294209    1443 log.go:172] (0xc000526dc0) (0xc000769540) Stream removed, broadcasting: 3\nI0210 01:34:58.294222    1443 log.go:172] (0xc000526dc0) (0xc0007695e0) Stream removed, broadcasting: 5\n"
Feb 10 01:34:58.300: INFO: stdout: "Server:\t\t10.96.0.10\nAddress:\t10.96.0.10#53\n\nnodeport-service.services-3521.svc.cluster.local\tcanonical name = externalsvc.services-3521.svc.cluster.local.\nName:\texternalsvc.services-3521.svc.cluster.local\nAddress: 10.96.165.165\n\n"
STEP: deleting ReplicationController externalsvc in namespace services-3521, will wait for the garbage collector to delete the pods
Feb 10 01:34:58.360: INFO: Deleting ReplicationController externalsvc took: 6.393935ms
Feb 10 01:34:58.760: INFO: Terminating ReplicationController externalsvc pods took: 400.241451ms
Feb 10 01:35:04.833: INFO: Cleaning up the NodePort to ExternalName test service
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:35:04.925: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "services-3521" for this suite.
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:143

• [SLOW TEST:17.375 seconds]
[sig-network] Services
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should be able to change the type from NodePort to ExternalName [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Services should be able to change the type from NodePort to ExternalName [Conformance]","total":278,"completed":156,"skipped":2319,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] [sig-node] Pods Extended [k8s.io] Pods Set QOS Class 
  should be set on Pods with matching resource requests and limits for memory and cpu [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] [sig-node] Pods Extended
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:35:04.970: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pods
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Pods Set QOS Class
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/node/pods.go:185
[It] should be set on Pods with matching resource requests and limits for memory and cpu [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the pod
STEP: submitting the pod to kubernetes
STEP: verifying QOS class is set on the pod
[AfterEach] [k8s.io] [sig-node] Pods Extended
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:35:05.230: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pods-9075" for this suite.
•{"msg":"PASSED [k8s.io] [sig-node] Pods Extended [k8s.io] Pods Set QOS Class should be set on Pods with matching resource requests and limits for memory and cpu [Conformance]","total":278,"completed":157,"skipped":2351,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] 
  should be able to convert a non homogeneous list of CRs [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:35:05.291: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/crd_conversion_webhook.go:125
STEP: Setting up server cert
STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication
STEP: Deploying the custom resource conversion webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:35:05.782: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set
Feb 10 01:35:07.797: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517705, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517705, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517705, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517705, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-78dcf5dd84\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:35:09.800: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517705, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517705, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517705, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517705, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-crd-conversion-webhook-deployment-78dcf5dd84\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:35:12.882: INFO: Waiting for amount of service:e2e-test-crd-conversion-webhook endpoints to be 1
[It] should be able to convert a non homogeneous list of CRs [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:35:12.886: INFO: >>> kubeConfig: /root/.kube/config
STEP: Creating a v1 custom resource
STEP: Create a v2 custom resource
STEP: List CRs in v1
STEP: List CRs in v2
[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:35:14.148: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-webhook-4634" for this suite.
[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/crd_conversion_webhook.go:136

• [SLOW TEST:8.974 seconds]
[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should be able to convert a non homogeneous list of CRs [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert a non homogeneous list of CRs [Conformance]","total":278,"completed":158,"skipped":2382,"failed":0}
SSSSSSSSSS
------------------------------
[sig-apps] Job 
  should run a job to completion when tasks sometimes fail and are locally restarted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Job
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:35:14.265: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename job
STEP: Waiting for a default service account to be provisioned in namespace
[It] should run a job to completion when tasks sometimes fail and are locally restarted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a job
STEP: Ensuring job reaches completions
[AfterEach] [sig-apps] Job
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:35:32.347: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "job-8230" for this suite.

• [SLOW TEST:18.092 seconds]
[sig-apps] Job
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should run a job to completion when tasks sometimes fail and are locally restarted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Job should run a job to completion when tasks sometimes fail and are locally restarted [Conformance]","total":278,"completed":159,"skipped":2392,"failed":0}
SSSSSSSS
------------------------------
[sig-cli] Kubectl client Kubectl patch 
  should add annotations for pods in rc  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:35:32.357: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[It] should add annotations for pods in rc  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating Agnhost RC
Feb 10 01:35:32.620: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-5719'
Feb 10 01:35:32.860: INFO: stderr: ""
Feb 10 01:35:32.860: INFO: stdout: "replicationcontroller/agnhost-master created\n"
STEP: Waiting for Agnhost master to start.
Feb 10 01:35:34.001: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:35:34.001: INFO: Found 0 / 1
Feb 10 01:35:34.870: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:35:34.870: INFO: Found 0 / 1
Feb 10 01:35:35.864: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:35:35.864: INFO: Found 0 / 1
Feb 10 01:35:36.864: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:35:36.864: INFO: Found 1 / 1
Feb 10 01:35:36.864: INFO: WaitFor completed with timeout 5m0s.  Pods found = 1 out of 1
STEP: patching all pods
Feb 10 01:35:36.867: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:35:36.867: INFO: ForEach: Found 1 pods from the filter.  Now looping through them.
Feb 10 01:35:36.867: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config patch pod agnhost-master-zllqx --namespace=kubectl-5719 -p {"metadata":{"annotations":{"x":"y"}}}'
Feb 10 01:35:36.970: INFO: stderr: ""
Feb 10 01:35:36.970: INFO: stdout: "pod/agnhost-master-zllqx patched\n"
STEP: checking annotations
Feb 10 01:35:36.977: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:35:36.977: INFO: ForEach: Found 1 pods from the filter.  Now looping through them.
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:35:36.977: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-5719" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Kubectl patch should add annotations for pods in rc  [Conformance]","total":278,"completed":160,"skipped":2400,"failed":0}
SSS
------------------------------
[sig-network] Proxy version v1 
  should proxy through a service and a pod  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] version v1
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:35:37.015: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename proxy
STEP: Waiting for a default service account to be provisioned in namespace
[It] should proxy through a service and a pod  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: starting an echo server on multiple ports
STEP: creating replication controller proxy-service-mzd7b in namespace proxy-4615
I0210 01:35:37.134124       6 runners.go:189] Created replication controller with name: proxy-service-mzd7b, namespace: proxy-4615, replica count: 1
I0210 01:35:38.184556       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:35:39.184830       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:35:40.185109       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady 
I0210 01:35:41.185317       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady 
I0210 01:35:42.185611       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady 
I0210 01:35:43.185926       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady 
I0210 01:35:44.186234       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady 
I0210 01:35:45.186436       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady 
I0210 01:35:46.186623       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady 
I0210 01:35:47.186845       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady 
I0210 01:35:48.187055       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady 
I0210 01:35:49.187322       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 0 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 1 runningButNotReady 
I0210 01:35:50.187572       6 runners.go:189] proxy-service-mzd7b Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
Feb 10 01:35:50.191: INFO: setup took 13.123368909s, starting test cases
STEP: running 16 cases, 20 attempts per case, 320 total attempts
Feb 10 01:35:50.199: INFO: (0) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 7.39163ms)
Feb 10 01:35:50.199: INFO: (0) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 7.218508ms)
Feb 10 01:35:50.200: INFO: (0) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 7.993162ms)
Feb 10 01:35:50.201: INFO: (0) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 9.467326ms)
Feb 10 01:35:50.201: INFO: (0) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 9.491475ms)
Feb 10 01:35:50.202: INFO: (0) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 10.258716ms)
Feb 10 01:35:50.202: INFO: (0) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 9.97705ms)
Feb 10 01:35:50.202: INFO: (0) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 10.050593ms)
Feb 10 01:35:50.202: INFO: (0) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 10.160685ms)
Feb 10 01:35:50.203: INFO: (0) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 11.179159ms)
Feb 10 01:35:50.203: INFO: (0) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 11.088453ms)
Feb 10 01:35:50.206: INFO: (0) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 14.544274ms)
Feb 10 01:35:50.206: INFO: (0) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 14.720713ms)
Feb 10 01:35:50.206: INFO: (0) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 14.668103ms)
Feb 10 01:35:50.206: INFO: (0) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 14.494773ms)
Feb 10 01:35:50.206: INFO: (0) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test<... (200; 3.456446ms)
Feb 10 01:35:50.210: INFO: (1) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 3.788001ms)
Feb 10 01:35:50.211: INFO: (1) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 4.708141ms)
Feb 10 01:35:50.211: INFO: (1) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: ... (200; 4.72799ms)
Feb 10 01:35:50.211: INFO: (1) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 4.770726ms)
Feb 10 01:35:50.211: INFO: (1) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 4.737876ms)
Feb 10 01:35:50.211: INFO: (1) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 4.72211ms)
Feb 10 01:35:50.211: INFO: (1) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 4.759958ms)
Feb 10 01:35:50.213: INFO: (1) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 6.301751ms)
Feb 10 01:35:50.213: INFO: (1) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 6.353781ms)
Feb 10 01:35:50.213: INFO: (1) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 6.371879ms)
Feb 10 01:35:50.213: INFO: (1) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 6.353161ms)
Feb 10 01:35:50.213: INFO: (1) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 6.51266ms)
Feb 10 01:35:50.213: INFO: (1) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 6.450296ms)
Feb 10 01:35:50.217: INFO: (2) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.998174ms)
Feb 10 01:35:50.217: INFO: (2) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 4.001843ms)
Feb 10 01:35:50.217: INFO: (2) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 4.083127ms)
Feb 10 01:35:50.217: INFO: (2) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 4.092237ms)
Feb 10 01:35:50.217: INFO: (2) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test (200; 4.066301ms)
Feb 10 01:35:50.217: INFO: (2) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 4.148375ms)
Feb 10 01:35:50.217: INFO: (2) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 4.28617ms)
Feb 10 01:35:50.217: INFO: (2) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 4.238772ms)
Feb 10 01:35:50.217: INFO: (2) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 4.427682ms)
Feb 10 01:35:50.217: INFO: (2) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 4.427269ms)
Feb 10 01:35:50.218: INFO: (2) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 4.69898ms)
Feb 10 01:35:50.218: INFO: (2) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 4.9128ms)
Feb 10 01:35:50.218: INFO: (2) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 4.938854ms)
Feb 10 01:35:50.218: INFO: (2) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 4.953926ms)
Feb 10 01:35:50.225: INFO: (3) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 7.336884ms)
Feb 10 01:35:50.225: INFO: (3) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 7.43858ms)
Feb 10 01:35:50.225: INFO: (3) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 7.346167ms)
Feb 10 01:35:50.225: INFO: (3) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 7.45654ms)
Feb 10 01:35:50.225: INFO: (3) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 7.408875ms)
Feb 10 01:35:50.225: INFO: (3) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 7.373017ms)
Feb 10 01:35:50.225: INFO: (3) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 7.411678ms)
Feb 10 01:35:50.225: INFO: (3) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 7.450054ms)
Feb 10 01:35:50.225: INFO: (3) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 7.494578ms)
Feb 10 01:35:50.226: INFO: (3) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test (200; 3.422236ms)
Feb 10 01:35:50.232: INFO: (4) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.434784ms)
Feb 10 01:35:50.232: INFO: (4) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 3.351381ms)
Feb 10 01:35:50.232: INFO: (4) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 3.640131ms)
Feb 10 01:35:50.232: INFO: (4) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 3.612587ms)
Feb 10 01:35:50.232: INFO: (4) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 3.686715ms)
Feb 10 01:35:50.232: INFO: (4) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 3.775624ms)
Feb 10 01:35:50.233: INFO: (4) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 4.229343ms)
Feb 10 01:35:50.233: INFO: (4) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 4.133562ms)
Feb 10 01:35:50.233: INFO: (4) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 4.258668ms)
Feb 10 01:35:50.233: INFO: (4) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 4.225538ms)
Feb 10 01:35:50.233: INFO: (4) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 4.265133ms)
Feb 10 01:35:50.236: INFO: (5) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: ... (200; 4.052996ms)
Feb 10 01:35:50.237: INFO: (5) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 4.16628ms)
Feb 10 01:35:50.237: INFO: (5) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 4.17276ms)
Feb 10 01:35:50.237: INFO: (5) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 4.134182ms)
Feb 10 01:35:50.237: INFO: (5) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 4.30754ms)
Feb 10 01:35:50.237: INFO: (5) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 4.29091ms)
Feb 10 01:35:50.240: INFO: (6) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 2.848236ms)
Feb 10 01:35:50.240: INFO: (6) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 2.858356ms)
Feb 10 01:35:50.240: INFO: (6) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 2.845587ms)
Feb 10 01:35:50.240: INFO: (6) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 2.887306ms)
Feb 10 01:35:50.241: INFO: (6) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 3.925132ms)
Feb 10 01:35:50.241: INFO: (6) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 4.111395ms)
Feb 10 01:35:50.242: INFO: (6) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 4.697282ms)
Feb 10 01:35:50.242: INFO: (6) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 4.737968ms)
Feb 10 01:35:50.242: INFO: (6) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 4.777854ms)
Feb 10 01:35:50.242: INFO: (6) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 4.829206ms)
Feb 10 01:35:50.242: INFO: (6) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 4.764249ms)
Feb 10 01:35:50.242: INFO: (6) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 4.776361ms)
Feb 10 01:35:50.242: INFO: (6) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 4.78427ms)
Feb 10 01:35:50.242: INFO: (6) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 4.747183ms)
Feb 10 01:35:50.242: INFO: (6) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 4.758198ms)
Feb 10 01:35:50.242: INFO: (6) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test<... (200; 3.613304ms)
Feb 10 01:35:50.246: INFO: (7) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 3.600309ms)
Feb 10 01:35:50.246: INFO: (7) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 3.617013ms)
Feb 10 01:35:50.246: INFO: (7) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 3.883003ms)
Feb 10 01:35:50.246: INFO: (7) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 4.077986ms)
Feb 10 01:35:50.247: INFO: (7) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 4.499758ms)
Feb 10 01:35:50.247: INFO: (7) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 4.739739ms)
Feb 10 01:35:50.247: INFO: (7) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test (200; 3.627924ms)
Feb 10 01:35:50.256: INFO: (8) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.874805ms)
Feb 10 01:35:50.256: INFO: (8) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 4.033616ms)
Feb 10 01:35:50.256: INFO: (8) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 4.039789ms)
Feb 10 01:35:50.256: INFO: (8) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 4.269064ms)
Feb 10 01:35:50.256: INFO: (8) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 4.108763ms)
Feb 10 01:35:50.256: INFO: (8) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 4.16425ms)
Feb 10 01:35:50.256: INFO: (8) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 4.349861ms)
Feb 10 01:35:50.256: INFO: (8) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test (200; 3.870421ms)
Feb 10 01:35:50.261: INFO: (9) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 3.922361ms)
Feb 10 01:35:50.261: INFO: (9) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 3.900815ms)
Feb 10 01:35:50.261: INFO: (9) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 3.969269ms)
Feb 10 01:35:50.261: INFO: (9) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 3.942357ms)
Feb 10 01:35:50.261: INFO: (9) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 3.892338ms)
Feb 10 01:35:50.261: INFO: (9) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.926968ms)
Feb 10 01:35:50.261: INFO: (9) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 3.930075ms)
Feb 10 01:35:50.261: INFO: (9) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 3.928841ms)
Feb 10 01:35:50.261: INFO: (9) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test (200; 4.508722ms)
Feb 10 01:35:50.266: INFO: (10) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 4.517852ms)
Feb 10 01:35:50.266: INFO: (10) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 4.503945ms)
Feb 10 01:35:50.268: INFO: (11) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 1.987366ms)
Feb 10 01:35:50.268: INFO: (11) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 2.07402ms)
Feb 10 01:35:50.269: INFO: (11) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 2.993242ms)
Feb 10 01:35:50.269: INFO: (11) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 3.314616ms)
Feb 10 01:35:50.269: INFO: (11) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 3.332094ms)
Feb 10 01:35:50.269: INFO: (11) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 3.378162ms)
Feb 10 01:35:50.269: INFO: (11) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 3.366348ms)
Feb 10 01:35:50.269: INFO: (11) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 3.391866ms)
Feb 10 01:35:50.270: INFO: (11) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.680328ms)
Feb 10 01:35:50.270: INFO: (11) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 3.708825ms)
Feb 10 01:35:50.270: INFO: (11) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 3.736881ms)
Feb 10 01:35:50.270: INFO: (11) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 3.816033ms)
Feb 10 01:35:50.270: INFO: (11) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test<... (200; 7.126901ms)
Feb 10 01:35:50.277: INFO: (12) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 7.197931ms)
Feb 10 01:35:50.277: INFO: (12) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 7.409045ms)
Feb 10 01:35:50.278: INFO: (12) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 7.472269ms)
Feb 10 01:35:50.278: INFO: (12) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 7.5334ms)
Feb 10 01:35:50.278: INFO: (12) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 7.495919ms)
Feb 10 01:35:50.278: INFO: (12) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 8.156823ms)
Feb 10 01:35:50.278: INFO: (12) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 8.210976ms)
Feb 10 01:35:50.278: INFO: (12) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 8.231447ms)
Feb 10 01:35:50.278: INFO: (12) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 8.182844ms)
Feb 10 01:35:50.278: INFO: (12) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 8.205363ms)
Feb 10 01:35:50.278: INFO: (12) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 8.25132ms)
Feb 10 01:35:50.285: INFO: (13) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test<... (200; 6.876095ms)
Feb 10 01:35:50.286: INFO: (13) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 7.699309ms)
Feb 10 01:35:50.286: INFO: (13) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 7.752498ms)
Feb 10 01:35:50.286: INFO: (13) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 7.794605ms)
Feb 10 01:35:50.286: INFO: (13) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 7.805176ms)
Feb 10 01:35:50.286: INFO: (13) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 7.952353ms)
Feb 10 01:35:50.286: INFO: (13) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 7.948316ms)
Feb 10 01:35:50.286: INFO: (13) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 7.925157ms)
Feb 10 01:35:50.286: INFO: (13) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 7.950554ms)
Feb 10 01:35:50.286: INFO: (13) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 7.866674ms)
Feb 10 01:35:50.287: INFO: (13) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 8.254521ms)
Feb 10 01:35:50.287: INFO: (13) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 8.216283ms)
Feb 10 01:35:50.287: INFO: (13) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 8.764292ms)
Feb 10 01:35:50.288: INFO: (13) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 9.882667ms)
Feb 10 01:35:50.288: INFO: (13) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 9.972635ms)
Feb 10 01:35:50.291: INFO: (14) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 2.34785ms)
Feb 10 01:35:50.291: INFO: (14) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 2.411567ms)
Feb 10 01:35:50.291: INFO: (14) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 2.720211ms)
Feb 10 01:35:50.292: INFO: (14) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 3.195102ms)
Feb 10 01:35:50.292: INFO: (14) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 3.261778ms)
Feb 10 01:35:50.292: INFO: (14) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 3.306911ms)
Feb 10 01:35:50.292: INFO: (14) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 3.362104ms)
Feb 10 01:35:50.292: INFO: (14) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.350536ms)
Feb 10 01:35:50.292: INFO: (14) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 3.62863ms)
Feb 10 01:35:50.292: INFO: (14) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 3.554586ms)
Feb 10 01:35:50.292: INFO: (14) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 3.600068ms)
Feb 10 01:35:50.292: INFO: (14) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 3.578802ms)
Feb 10 01:35:50.292: INFO: (14) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test (200; 2.229861ms)
Feb 10 01:35:50.295: INFO: (15) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 2.270568ms)
Feb 10 01:35:50.295: INFO: (15) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 2.254299ms)
Feb 10 01:35:50.295: INFO: (15) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 2.22925ms)
Feb 10 01:35:50.296: INFO: (15) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 3.438005ms)
Feb 10 01:35:50.296: INFO: (15) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 3.383489ms)
Feb 10 01:35:50.297: INFO: (15) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.703817ms)
Feb 10 01:35:50.297: INFO: (15) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 3.892689ms)
Feb 10 01:35:50.297: INFO: (15) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 3.92927ms)
Feb 10 01:35:50.297: INFO: (15) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 3.91905ms)
Feb 10 01:35:50.297: INFO: (15) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 3.898316ms)
Feb 10 01:35:50.297: INFO: (15) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 3.905139ms)
Feb 10 01:35:50.297: INFO: (15) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: ... (200; 3.137547ms)
Feb 10 01:35:50.300: INFO: (16) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 3.15103ms)
Feb 10 01:35:50.300: INFO: (16) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 3.181036ms)
Feb 10 01:35:50.300: INFO: (16) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test (200; 3.211764ms)
Feb 10 01:35:50.300: INFO: (16) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.23033ms)
Feb 10 01:35:50.300: INFO: (16) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 3.221235ms)
Feb 10 01:35:50.301: INFO: (16) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 3.673687ms)
Feb 10 01:35:50.301: INFO: (16) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname2/proxy/: bar (200; 3.836484ms)
Feb 10 01:35:50.301: INFO: (16) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 3.815827ms)
Feb 10 01:35:50.301: INFO: (16) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 3.828274ms)
Feb 10 01:35:50.301: INFO: (16) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 3.801973ms)
Feb 10 01:35:50.304: INFO: (17) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 2.947242ms)
Feb 10 01:35:50.304: INFO: (17) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 3.123657ms)
Feb 10 01:35:50.305: INFO: (17) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 3.775559ms)
Feb 10 01:35:50.305: INFO: (17) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 3.813993ms)
Feb 10 01:35:50.305: INFO: (17) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.849922ms)
Feb 10 01:35:50.305: INFO: (17) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 3.902939ms)
Feb 10 01:35:50.305: INFO: (17) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 3.996256ms)
Feb 10 01:35:50.305: INFO: (17) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 3.851582ms)
Feb 10 01:35:50.305: INFO: (17) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 3.908161ms)
Feb 10 01:35:50.305: INFO: (17) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 3.954096ms)
Feb 10 01:35:50.305: INFO: (17) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 4.128293ms)
Feb 10 01:35:50.305: INFO: (17) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test (200; 3.180231ms)
Feb 10 01:35:50.309: INFO: (18) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:460/proxy/: tls baz (200; 3.157324ms)
Feb 10 01:35:50.309: INFO: (18) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 3.391043ms)
Feb 10 01:35:50.309: INFO: (18) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 3.749682ms)
Feb 10 01:35:50.310: INFO: (18) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:1080/proxy/: test<... (200; 3.871976ms)
Feb 10 01:35:50.310: INFO: (18) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:160/proxy/: foo (200; 3.963351ms)
Feb 10 01:35:50.310: INFO: (18) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:1080/proxy/: ... (200; 3.919325ms)
Feb 10 01:35:50.310: INFO: (18) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.928572ms)
Feb 10 01:35:50.310: INFO: (18) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: ... (200; 2.754557ms)
Feb 10 01:35:50.314: INFO: (19) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz/proxy/: test (200; 2.835821ms)
Feb 10 01:35:50.314: INFO: (19) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:462/proxy/: tls qux (200; 2.905225ms)
Feb 10 01:35:50.314: INFO: (19) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname1/proxy/: tls baz (200; 3.303412ms)
Feb 10 01:35:50.314: INFO: (19) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname2/proxy/: bar (200; 3.357887ms)
Feb 10 01:35:50.314: INFO: (19) /api/v1/namespaces/proxy-4615/services/proxy-service-mzd7b:portname1/proxy/: foo (200; 3.338197ms)
Feb 10 01:35:50.314: INFO: (19) /api/v1/namespaces/proxy-4615/pods/proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.3499ms)
Feb 10 01:35:50.314: INFO: (19) /api/v1/namespaces/proxy-4615/pods/https:proxy-service-mzd7b-k6hmz:443/proxy/: test<... (200; 3.399258ms)
Feb 10 01:35:50.314: INFO: (19) /api/v1/namespaces/proxy-4615/services/https:proxy-service-mzd7b:tlsportname2/proxy/: tls qux (200; 3.415504ms)
Feb 10 01:35:50.314: INFO: (19) /api/v1/namespaces/proxy-4615/services/http:proxy-service-mzd7b:portname1/proxy/: foo (200; 3.45115ms)
Feb 10 01:35:50.314: INFO: (19) /api/v1/namespaces/proxy-4615/pods/http:proxy-service-mzd7b-k6hmz:162/proxy/: bar (200; 3.523936ms)
STEP: deleting ReplicationController proxy-service-mzd7b in namespace proxy-4615, will wait for the garbage collector to delete the pods
Feb 10 01:35:50.387: INFO: Deleting ReplicationController proxy-service-mzd7b took: 20.814519ms
Feb 10 01:35:50.787: INFO: Terminating ReplicationController proxy-service-mzd7b pods took: 400.233395ms
[AfterEach] version v1
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:35:52.787: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "proxy-4615" for this suite.

• [SLOW TEST:15.784 seconds]
[sig-network] Proxy
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  version v1
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/proxy.go:57
    should proxy through a service and a pod  [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Proxy version v1 should proxy through a service and a pod  [Conformance]","total":278,"completed":161,"skipped":2403,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Docker Containers 
  should be able to override the image's default command (docker entrypoint) [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Docker Containers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:35:52.799: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename containers
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be able to override the image's default command (docker entrypoint) [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test override command
Feb 10 01:35:52.854: INFO: Waiting up to 5m0s for pod "client-containers-8f8fcd7f-70d8-4da9-8d67-19b7b93bdc03" in namespace "containers-6711" to be "success or failure"
Feb 10 01:35:52.870: INFO: Pod "client-containers-8f8fcd7f-70d8-4da9-8d67-19b7b93bdc03": Phase="Pending", Reason="", readiness=false. Elapsed: 16.30069ms
Feb 10 01:35:54.873: INFO: Pod "client-containers-8f8fcd7f-70d8-4da9-8d67-19b7b93bdc03": Phase="Pending", Reason="", readiness=false. Elapsed: 2.019931009s
Feb 10 01:35:56.877: INFO: Pod "client-containers-8f8fcd7f-70d8-4da9-8d67-19b7b93bdc03": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.023576559s
STEP: Saw pod success
Feb 10 01:35:56.877: INFO: Pod "client-containers-8f8fcd7f-70d8-4da9-8d67-19b7b93bdc03" satisfied condition "success or failure"
Feb 10 01:35:56.880: INFO: Trying to get logs from node jerma-worker2 pod client-containers-8f8fcd7f-70d8-4da9-8d67-19b7b93bdc03 container test-container: 
STEP: delete the pod
Feb 10 01:35:56.914: INFO: Waiting for pod client-containers-8f8fcd7f-70d8-4da9-8d67-19b7b93bdc03 to disappear
Feb 10 01:35:56.924: INFO: Pod client-containers-8f8fcd7f-70d8-4da9-8d67-19b7b93bdc03 no longer exists
[AfterEach] [k8s.io] Docker Containers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:35:56.924: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "containers-6711" for this suite.
•{"msg":"PASSED [k8s.io] Docker Containers should be able to override the image's default command (docker entrypoint) [NodeConformance] [Conformance]","total":278,"completed":162,"skipped":2428,"failed":0}
SS
------------------------------
[sig-cli] Kubectl client Kubectl api-versions 
  should check if v1 is in available api versions  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:35:56.931: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[It] should check if v1 is in available api versions  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: validating api versions
Feb 10 01:35:57.171: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config api-versions'
Feb 10 01:35:57.500: INFO: stderr: ""
Feb 10 01:35:57.500: INFO: stdout: "admissionregistration.k8s.io/v1\nadmissionregistration.k8s.io/v1beta1\napiextensions.k8s.io/v1\napiextensions.k8s.io/v1beta1\napiregistration.k8s.io/v1\napiregistration.k8s.io/v1beta1\napps/v1\nauthentication.k8s.io/v1\nauthentication.k8s.io/v1beta1\nauthorization.k8s.io/v1\nauthorization.k8s.io/v1beta1\nautoscaling/v1\nautoscaling/v2beta1\nautoscaling/v2beta2\nbatch/v1\nbatch/v1beta1\ncertificates.k8s.io/v1beta1\ncoordination.k8s.io/v1\ncoordination.k8s.io/v1beta1\ndiscovery.k8s.io/v1beta1\nevents.k8s.io/v1beta1\nextensions/v1beta1\nnetworking.k8s.io/v1\nnetworking.k8s.io/v1beta1\nnode.k8s.io/v1beta1\npingcap.com/v1alpha1\npolicy/v1beta1\nrbac.authorization.k8s.io/v1\nrbac.authorization.k8s.io/v1beta1\nscheduling.k8s.io/v1\nscheduling.k8s.io/v1beta1\nstorage.k8s.io/v1\nstorage.k8s.io/v1beta1\nv1\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:35:57.500: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-6619" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Kubectl api-versions should check if v1 is in available api versions  [Conformance]","total":278,"completed":163,"skipped":2430,"failed":0}
SS
------------------------------
[k8s.io] Probing container 
  with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:35:57.516: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-probe
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:51
[It] with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[AfterEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:36:57.662: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-probe-1703" for this suite.

• [SLOW TEST:60.159 seconds]
[k8s.io] Probing container
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Probing container with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance]","total":278,"completed":164,"skipped":2432,"failed":0}
SSS
------------------------------
[sig-storage] Downward API volume 
  should update labels on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:36:57.676: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40
[It] should update labels on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating the pod
Feb 10 01:37:02.400: INFO: Successfully updated pod "labelsupdate64336ba8-9b99-4a51-ac5e-e489db5bd133"
[AfterEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:37:06.440: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-3052" for this suite.

• [SLOW TEST:8.772 seconds]
[sig-storage] Downward API volume
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:35
  should update labels on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Downward API volume should update labels on modification [NodeConformance] [Conformance]","total":278,"completed":165,"skipped":2435,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] 
  works for CRD with validation schema [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:37:06.449: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-publish-openapi
STEP: Waiting for a default service account to be provisioned in namespace
[It] works for CRD with validation schema [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:37:06.525: INFO: >>> kubeConfig: /root/.kube/config
STEP: client-side validation (kubectl create and apply) allows request with known and required properties
Feb 10 01:37:09.051: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2147 create -f -'
Feb 10 01:37:13.555: INFO: stderr: ""
Feb 10 01:37:13.555: INFO: stdout: "e2e-test-crd-publish-openapi-2812-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n"
Feb 10 01:37:13.555: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2147 delete e2e-test-crd-publish-openapi-2812-crds test-foo'
Feb 10 01:37:13.662: INFO: stderr: ""
Feb 10 01:37:13.662: INFO: stdout: "e2e-test-crd-publish-openapi-2812-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n"
Feb 10 01:37:13.662: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2147 apply -f -'
Feb 10 01:37:13.953: INFO: stderr: ""
Feb 10 01:37:13.953: INFO: stdout: "e2e-test-crd-publish-openapi-2812-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n"
Feb 10 01:37:13.953: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2147 delete e2e-test-crd-publish-openapi-2812-crds test-foo'
Feb 10 01:37:14.083: INFO: stderr: ""
Feb 10 01:37:14.083: INFO: stdout: "e2e-test-crd-publish-openapi-2812-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n"
STEP: client-side validation (kubectl create and apply) rejects request with unknown properties when disallowed by the schema
Feb 10 01:37:14.084: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2147 create -f -'
Feb 10 01:37:14.319: INFO: rc: 1
Feb 10 01:37:14.319: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2147 apply -f -'
Feb 10 01:37:14.576: INFO: rc: 1
STEP: client-side validation (kubectl create and apply) rejects request without required properties
Feb 10 01:37:14.577: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2147 create -f -'
Feb 10 01:37:14.831: INFO: rc: 1
Feb 10 01:37:14.831: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2147 apply -f -'
Feb 10 01:37:15.097: INFO: rc: 1
STEP: kubectl explain works to explain CR properties
Feb 10 01:37:15.098: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-2812-crds'
Feb 10 01:37:15.350: INFO: stderr: ""
Feb 10 01:37:15.350: INFO: stdout: "KIND:     E2e-test-crd-publish-openapi-2812-crd\nVERSION:  crd-publish-openapi-test-foo.example.com/v1\n\nDESCRIPTION:\n     Foo CRD for Testing\n\nFIELDS:\n   apiVersion\t\n     APIVersion defines the versioned schema of this representation of an\n     object. Servers should convert recognized schemas to the latest internal\n     value, and may reject unrecognized values. More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources\n\n   kind\t\n     Kind is a string value representing the REST resource this object\n     represents. Servers may infer this from the endpoint the client submits\n     requests to. Cannot be updated. In CamelCase. More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\n\n   metadata\t\n     Standard object's metadata. More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n   spec\t\n     Specification of Foo\n\n   status\t\n     Status of Foo\n\n"
STEP: kubectl explain works to explain CR properties recursively
Feb 10 01:37:15.351: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-2812-crds.metadata'
Feb 10 01:37:15.616: INFO: stderr: ""
Feb 10 01:37:15.616: INFO: stdout: "KIND:     E2e-test-crd-publish-openapi-2812-crd\nVERSION:  crd-publish-openapi-test-foo.example.com/v1\n\nRESOURCE: metadata \n\nDESCRIPTION:\n     Standard object's metadata. More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n     ObjectMeta is metadata that all persisted resources must have, which\n     includes all objects users must create.\n\nFIELDS:\n   annotations\t\n     Annotations is an unstructured key value map stored with a resource that\n     may be set by external tools to store and retrieve arbitrary metadata. They\n     are not queryable and should be preserved when modifying objects. More\n     info: http://kubernetes.io/docs/user-guide/annotations\n\n   clusterName\t\n     The name of the cluster which the object belongs to. This is used to\n     distinguish resources with same name and namespace in different clusters.\n     This field is not set anywhere right now and apiserver is going to ignore\n     it if set in create or update request.\n\n   creationTimestamp\t\n     CreationTimestamp is a timestamp representing the server time when this\n     object was created. It is not guaranteed to be set in happens-before order\n     across separate operations. Clients may not set this value. It is\n     represented in RFC3339 form and is in UTC. Populated by the system.\n     Read-only. Null for lists. More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n   deletionGracePeriodSeconds\t\n     Number of seconds allowed for this object to gracefully terminate before it\n     will be removed from the system. Only set when deletionTimestamp is also\n     set. May only be shortened. Read-only.\n\n   deletionTimestamp\t\n     DeletionTimestamp is RFC 3339 date and time at which this resource will be\n     deleted. This field is set by the server when a graceful deletion is\n     requested by the user, and is not directly settable by a client. The\n     resource is expected to be deleted (no longer visible from resource lists,\n     and not reachable by name) after the time in this field, once the\n     finalizers list is empty. As long as the finalizers list contains items,\n     deletion is blocked. Once the deletionTimestamp is set, this value may not\n     be unset or be set further into the future, although it may be shortened or\n     the resource may be deleted prior to this time. For example, a user may\n     request that a pod is deleted in 30 seconds. The Kubelet will react by\n     sending a graceful termination signal to the containers in the pod. After\n     that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL)\n     to the container and after cleanup, remove the pod from the API. In the\n     presence of network partitions, this object may still exist after this\n     timestamp, until an administrator or automated process can determine the\n     resource is fully terminated. If not set, graceful deletion of the object\n     has not been requested. Populated by the system when a graceful deletion is\n     requested. Read-only. More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n   finalizers\t<[]string>\n     Must be empty before the object is deleted from the registry. Each entry is\n     an identifier for the responsible component that will remove the entry from\n     the list. If the deletionTimestamp of the object is non-nil, entries in\n     this list can only be removed. Finalizers may be processed and removed in\n     any order. Order is NOT enforced because it introduces significant risk of\n     stuck finalizers. finalizers is a shared field, any actor with permission\n     can reorder it. If the finalizer list is processed in order, then this can\n     lead to a situation in which the component responsible for the first\n     finalizer in the list is waiting for a signal (field value, external\n     system, or other) produced by a component responsible for a finalizer later\n     in the list, resulting in a deadlock. Without enforced ordering finalizers\n     are free to order amongst themselves and are not vulnerable to ordering\n     changes in the list.\n\n   generateName\t\n     GenerateName is an optional prefix, used by the server, to generate a\n     unique name ONLY IF the Name field has not been provided. If this field is\n     used, the name returned to the client will be different than the name\n     passed. This value will also be combined with a unique suffix. The provided\n     value has the same validation rules as the Name field, and may be truncated\n     by the length of the suffix required to make the value unique on the\n     server. If this field is specified and the generated name exists, the\n     server will NOT return a 409 - instead, it will either return 201 Created\n     or 500 with Reason ServerTimeout indicating a unique name could not be\n     found in the time allotted, and the client should retry (optionally after\n     the time indicated in the Retry-After header). Applied only if Name is not\n     specified. More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency\n\n   generation\t\n     A sequence number representing a specific generation of the desired state.\n     Populated by the system. Read-only.\n\n   labels\t\n     Map of string keys and values that can be used to organize and categorize\n     (scope and select) objects. May match selectors of replication controllers\n     and services. More info: http://kubernetes.io/docs/user-guide/labels\n\n   managedFields\t<[]Object>\n     ManagedFields maps workflow-id and version to the set of fields that are\n     managed by that workflow. This is mostly for internal housekeeping, and\n     users typically shouldn't need to set or understand this field. A workflow\n     can be the user's name, a controller's name, or the name of a specific\n     apply path like \"ci-cd\". The set of fields is always in the version that\n     the workflow used when modifying the object.\n\n   name\t\n     Name must be unique within a namespace. Is required when creating\n     resources, although some resources may allow a client to request the\n     generation of an appropriate name automatically. Name is primarily intended\n     for creation idempotence and configuration definition. Cannot be updated.\n     More info: http://kubernetes.io/docs/user-guide/identifiers#names\n\n   namespace\t\n     Namespace defines the space within each name must be unique. An empty\n     namespace is equivalent to the \"default\" namespace, but \"default\" is the\n     canonical representation. Not all objects are required to be scoped to a\n     namespace - the value of this field for those objects will be empty. Must\n     be a DNS_LABEL. Cannot be updated. More info:\n     http://kubernetes.io/docs/user-guide/namespaces\n\n   ownerReferences\t<[]Object>\n     List of objects depended by this object. If ALL objects in the list have\n     been deleted, this object will be garbage collected. If this object is\n     managed by a controller, then an entry in this list will point to this\n     controller, with the controller field set to true. There cannot be more\n     than one managing controller.\n\n   resourceVersion\t\n     An opaque value that represents the internal version of this object that\n     can be used by clients to determine when objects have changed. May be used\n     for optimistic concurrency, change detection, and the watch operation on a\n     resource or set of resources. Clients must treat these values as opaque and\n     passed unmodified back to the server. They may only be valid for a\n     particular resource or set of resources. Populated by the system.\n     Read-only. Value must be treated as opaque by clients and . More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency\n\n   selfLink\t\n     SelfLink is a URL representing this object. Populated by the system.\n     Read-only. DEPRECATED Kubernetes will stop propagating this field in 1.20\n     release and the field is planned to be removed in 1.21 release.\n\n   uid\t\n     UID is the unique in time and space value for this object. It is typically\n     generated by the server on successful creation of a resource and is not\n     allowed to change on PUT operations. Populated by the system. Read-only.\n     More info: http://kubernetes.io/docs/user-guide/identifiers#uids\n\n"
Feb 10 01:37:15.617: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-2812-crds.spec'
Feb 10 01:37:15.887: INFO: stderr: ""
Feb 10 01:37:15.887: INFO: stdout: "KIND:     E2e-test-crd-publish-openapi-2812-crd\nVERSION:  crd-publish-openapi-test-foo.example.com/v1\n\nRESOURCE: spec \n\nDESCRIPTION:\n     Specification of Foo\n\nFIELDS:\n   bars\t<[]Object>\n     List of Bars and their specs.\n\n"
Feb 10 01:37:15.888: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-2812-crds.spec.bars'
Feb 10 01:37:16.159: INFO: stderr: ""
Feb 10 01:37:16.159: INFO: stdout: "KIND:     E2e-test-crd-publish-openapi-2812-crd\nVERSION:  crd-publish-openapi-test-foo.example.com/v1\n\nRESOURCE: bars <[]Object>\n\nDESCRIPTION:\n     List of Bars and their specs.\n\nFIELDS:\n   age\t\n     Age of Bar.\n\n   bazs\t<[]string>\n     List of Bazs.\n\n   name\t -required-\n     Name of Bar.\n\n"
STEP: kubectl explain works to return error when explain is called on property that doesn't exist
Feb 10 01:37:16.160: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-2812-crds.spec.bars2'
Feb 10 01:37:16.399: INFO: rc: 1
[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:37:18.322: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-publish-openapi-2147" for this suite.

• [SLOW TEST:11.879 seconds]
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  works for CRD with validation schema [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD with validation schema [Conformance]","total":278,"completed":166,"skipped":2458,"failed":0}
S
------------------------------
[sig-storage] Projected downwardAPI 
  should update labels on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:37:18.328: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should update labels on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating the pod
Feb 10 01:37:22.949: INFO: Successfully updated pod "labelsupdate1096dce1-6b60-4f1a-9b1e-8cabd3f78447"
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:37:26.973: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-111" for this suite.

• [SLOW TEST:8.652 seconds]
[sig-storage] Projected downwardAPI
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:34
  should update labels on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Projected downwardAPI should update labels on modification [NodeConformance] [Conformance]","total":278,"completed":167,"skipped":2459,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Projected configMap 
  should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:37:26.981: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name projected-configmap-test-volume-944474a5-a324-46e4-bc47-fa3d138633a3
STEP: Creating a pod to test consume configMaps
Feb 10 01:37:27.102: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-2ac0178d-93a6-4113-9a96-3a8950d76479" in namespace "projected-9292" to be "success or failure"
Feb 10 01:37:27.146: INFO: Pod "pod-projected-configmaps-2ac0178d-93a6-4113-9a96-3a8950d76479": Phase="Pending", Reason="", readiness=false. Elapsed: 43.993694ms
Feb 10 01:37:29.150: INFO: Pod "pod-projected-configmaps-2ac0178d-93a6-4113-9a96-3a8950d76479": Phase="Pending", Reason="", readiness=false. Elapsed: 2.047962835s
Feb 10 01:37:31.160: INFO: Pod "pod-projected-configmaps-2ac0178d-93a6-4113-9a96-3a8950d76479": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.057131317s
STEP: Saw pod success
Feb 10 01:37:31.160: INFO: Pod "pod-projected-configmaps-2ac0178d-93a6-4113-9a96-3a8950d76479" satisfied condition "success or failure"
Feb 10 01:37:31.162: INFO: Trying to get logs from node jerma-worker pod pod-projected-configmaps-2ac0178d-93a6-4113-9a96-3a8950d76479 container projected-configmap-volume-test: 
STEP: delete the pod
Feb 10 01:37:31.191: INFO: Waiting for pod pod-projected-configmaps-2ac0178d-93a6-4113-9a96-3a8950d76479 to disappear
Feb 10 01:37:31.196: INFO: Pod pod-projected-configmaps-2ac0178d-93a6-4113-9a96-3a8950d76479 no longer exists
[AfterEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:37:31.196: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-9292" for this suite.
•{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":168,"skipped":2483,"failed":0}
SSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-cli] Kubectl client Kubectl replace 
  should update a single-container pod's image  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:37:31.239: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Kubectl replace
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1796
[It] should update a single-container pod's image  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: running the image docker.io/library/httpd:2.4.38-alpine
Feb 10 01:37:31.341: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config run e2e-test-httpd-pod --generator=run-pod/v1 --image=docker.io/library/httpd:2.4.38-alpine --labels=run=e2e-test-httpd-pod --namespace=kubectl-8492'
Feb 10 01:37:31.448: INFO: stderr: ""
Feb 10 01:37:31.448: INFO: stdout: "pod/e2e-test-httpd-pod created\n"
STEP: verifying the pod e2e-test-httpd-pod is running
STEP: verifying the pod e2e-test-httpd-pod was created
Feb 10 01:37:36.505: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pod e2e-test-httpd-pod --namespace=kubectl-8492 -o json'
Feb 10 01:37:36.623: INFO: stderr: ""
Feb 10 01:37:36.623: INFO: stdout: "{\n    \"apiVersion\": \"v1\",\n    \"kind\": \"Pod\",\n    \"metadata\": {\n        \"creationTimestamp\": \"2021-02-10T01:37:31Z\",\n        \"labels\": {\n            \"run\": \"e2e-test-httpd-pod\"\n        },\n        \"name\": \"e2e-test-httpd-pod\",\n        \"namespace\": \"kubectl-8492\",\n        \"resourceVersion\": \"7978013\",\n        \"selfLink\": \"/api/v1/namespaces/kubectl-8492/pods/e2e-test-httpd-pod\",\n        \"uid\": \"5fde1793-866c-4d32-b7fb-73c06b50edd9\"\n    },\n    \"spec\": {\n        \"containers\": [\n            {\n                \"image\": \"docker.io/library/httpd:2.4.38-alpine\",\n                \"imagePullPolicy\": \"IfNotPresent\",\n                \"name\": \"e2e-test-httpd-pod\",\n                \"resources\": {},\n                \"terminationMessagePath\": \"/dev/termination-log\",\n                \"terminationMessagePolicy\": \"File\",\n                \"volumeMounts\": [\n                    {\n                        \"mountPath\": \"/var/run/secrets/kubernetes.io/serviceaccount\",\n                        \"name\": \"default-token-6bsvg\",\n                        \"readOnly\": true\n                    }\n                ]\n            }\n        ],\n        \"dnsPolicy\": \"ClusterFirst\",\n        \"enableServiceLinks\": true,\n        \"nodeName\": \"jerma-worker\",\n        \"priority\": 0,\n        \"restartPolicy\": \"Always\",\n        \"schedulerName\": \"default-scheduler\",\n        \"securityContext\": {},\n        \"serviceAccount\": \"default\",\n        \"serviceAccountName\": \"default\",\n        \"terminationGracePeriodSeconds\": 30,\n        \"tolerations\": [\n            {\n                \"effect\": \"NoExecute\",\n                \"key\": \"node.kubernetes.io/not-ready\",\n                \"operator\": \"Exists\",\n                \"tolerationSeconds\": 300\n            },\n            {\n                \"effect\": \"NoExecute\",\n                \"key\": \"node.kubernetes.io/unreachable\",\n                \"operator\": \"Exists\",\n                \"tolerationSeconds\": 300\n            }\n        ],\n        \"volumes\": [\n            {\n                \"name\": \"default-token-6bsvg\",\n                \"secret\": {\n                    \"defaultMode\": 420,\n                    \"secretName\": \"default-token-6bsvg\"\n                }\n            }\n        ]\n    },\n    \"status\": {\n        \"conditions\": [\n            {\n                \"lastProbeTime\": null,\n                \"lastTransitionTime\": \"2021-02-10T01:37:31Z\",\n                \"status\": \"True\",\n                \"type\": \"Initialized\"\n            },\n            {\n                \"lastProbeTime\": null,\n                \"lastTransitionTime\": \"2021-02-10T01:37:34Z\",\n                \"status\": \"True\",\n                \"type\": \"Ready\"\n            },\n            {\n                \"lastProbeTime\": null,\n                \"lastTransitionTime\": \"2021-02-10T01:37:34Z\",\n                \"status\": \"True\",\n                \"type\": \"ContainersReady\"\n            },\n            {\n                \"lastProbeTime\": null,\n                \"lastTransitionTime\": \"2021-02-10T01:37:31Z\",\n                \"status\": \"True\",\n                \"type\": \"PodScheduled\"\n            }\n        ],\n        \"containerStatuses\": [\n            {\n                \"containerID\": \"containerd://f7f531591525bbf8cdaba3c98c5b3e7545380d4cd3c088baef085d4047f51150\",\n                \"image\": \"docker.io/library/httpd:2.4.38-alpine\",\n                \"imageID\": \"docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060\",\n                \"lastState\": {},\n                \"name\": \"e2e-test-httpd-pod\",\n                \"ready\": true,\n                \"restartCount\": 0,\n                \"started\": true,\n                \"state\": {\n                    \"running\": {\n                        \"startedAt\": \"2021-02-10T01:37:34Z\"\n                    }\n                }\n            }\n        ],\n        \"hostIP\": \"172.18.0.6\",\n        \"phase\": \"Running\",\n        \"podIP\": \"10.244.2.26\",\n        \"podIPs\": [\n            {\n                \"ip\": \"10.244.2.26\"\n            }\n        ],\n        \"qosClass\": \"BestEffort\",\n        \"startTime\": \"2021-02-10T01:37:31Z\"\n    }\n}\n"
STEP: replace the image in the pod
Feb 10 01:37:36.624: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config replace -f - --namespace=kubectl-8492'
Feb 10 01:37:36.964: INFO: stderr: ""
Feb 10 01:37:36.964: INFO: stdout: "pod/e2e-test-httpd-pod replaced\n"
STEP: verifying the pod e2e-test-httpd-pod has the right image docker.io/library/busybox:1.29
[AfterEach] Kubectl replace
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1801
Feb 10 01:37:36.969: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete pods e2e-test-httpd-pod --namespace=kubectl-8492'
Feb 10 01:37:51.290: INFO: stderr: ""
Feb 10 01:37:51.290: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:37:51.290: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-8492" for this suite.

• [SLOW TEST:20.058 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Kubectl replace
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1792
    should update a single-container pod's image  [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Kubectl replace should update a single-container pod's image  [Conformance]","total":278,"completed":169,"skipped":2503,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Garbage collector 
  should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:37:51.298: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename gc
STEP: Waiting for a default service account to be provisioned in namespace
[It] should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the rc1
STEP: create the rc2
STEP: set half of pods created by rc simpletest-rc-to-be-deleted to have rc simpletest-rc-to-stay as owner as well
STEP: delete the rc simpletest-rc-to-be-deleted
STEP: wait for the rc to be deleted
STEP: Gathering metrics
W0210 01:38:04.311084       6 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Feb 10 01:38:04.311: INFO: For apiserver_request_total:
For apiserver_request_latency_seconds:
For apiserver_init_events_total:
For garbage_collector_attempt_to_delete_queue_latency:
For garbage_collector_attempt_to_delete_work_duration:
For garbage_collector_attempt_to_orphan_queue_latency:
For garbage_collector_attempt_to_orphan_work_duration:
For garbage_collector_dirty_processing_latency_microseconds:
For garbage_collector_event_processing_latency_microseconds:
For garbage_collector_graph_changes_queue_latency:
For garbage_collector_graph_changes_work_duration:
For garbage_collector_orphan_processing_latency_microseconds:
For namespace_queue_latency:
For namespace_queue_latency_sum:
For namespace_queue_latency_count:
For namespace_retries:
For namespace_work_duration:
For namespace_work_duration_sum:
For namespace_work_duration_count:
For function_duration_seconds:
For errors_total:
For evicted_pods_total:

[AfterEach] [sig-api-machinery] Garbage collector
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:38:04.311: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "gc-353" for this suite.

• [SLOW TEST:13.019 seconds]
[sig-api-machinery] Garbage collector
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Garbage collector should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance]","total":278,"completed":170,"skipped":2565,"failed":0}
SSSSSSSSSSSSSSSS
------------------------------
[sig-storage] HostPath 
  should give a volume the correct mode [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] HostPath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:38:04.318: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename hostpath
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] HostPath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/host_path.go:37
[It] should give a volume the correct mode [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test hostPath mode
Feb 10 01:38:04.541: INFO: Waiting up to 5m0s for pod "pod-host-path-test" in namespace "hostpath-8060" to be "success or failure"
Feb 10 01:38:04.605: INFO: Pod "pod-host-path-test": Phase="Pending", Reason="", readiness=false. Elapsed: 64.537435ms
Feb 10 01:38:06.718: INFO: Pod "pod-host-path-test": Phase="Pending", Reason="", readiness=false. Elapsed: 2.176987948s
Feb 10 01:38:08.722: INFO: Pod "pod-host-path-test": Phase="Pending", Reason="", readiness=false. Elapsed: 4.180895466s
Feb 10 01:38:10.790: INFO: Pod "pod-host-path-test": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.248760198s
STEP: Saw pod success
Feb 10 01:38:10.790: INFO: Pod "pod-host-path-test" satisfied condition "success or failure"
Feb 10 01:38:10.833: INFO: Trying to get logs from node jerma-worker pod pod-host-path-test container test-container-1: 
STEP: delete the pod
Feb 10 01:38:11.024: INFO: Waiting for pod pod-host-path-test to disappear
Feb 10 01:38:11.029: INFO: Pod pod-host-path-test no longer exists
[AfterEach] [sig-storage] HostPath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:38:11.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "hostpath-8060" for this suite.

• [SLOW TEST:6.834 seconds]
[sig-storage] HostPath
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/host_path.go:34
  should give a volume the correct mode [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] HostPath should give a volume the correct mode [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":171,"skipped":2581,"failed":0}
SSSSSSSSS
------------------------------
[sig-api-machinery] Watchers 
  should be able to restart watching from the last resource version observed by the previous watch [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Watchers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:38:11.152: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename watch
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be able to restart watching from the last resource version observed by the previous watch [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating a watch on configmaps
STEP: creating a new configmap
STEP: modifying the configmap once
STEP: closing the watch once it receives two notifications
Feb 10 01:38:12.196: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed  watch-7565 /api/v1/namespaces/watch-7565/configmaps/e2e-watch-test-watch-closed 2bcc2540-9d62-441e-9ec8-ef293ea5b067 7978330 0 2021-02-10 01:38:11 +0000 UTC   map[watch-this-configmap:watch-closed-and-restarted] map[] [] []  []},Data:map[string]string{},BinaryData:map[string][]byte{},}
Feb 10 01:38:12.196: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed  watch-7565 /api/v1/namespaces/watch-7565/configmaps/e2e-watch-test-watch-closed 2bcc2540-9d62-441e-9ec8-ef293ea5b067 7978334 0 2021-02-10 01:38:11 +0000 UTC   map[watch-this-configmap:watch-closed-and-restarted] map[] [] []  []},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},}
STEP: modifying the configmap a second time, while the watch is closed
STEP: creating a new watch on configmaps from the last resource version observed by the first watch
STEP: deleting the configmap
STEP: Expecting to observe notifications for all changes to the configmap since the first watch closed
Feb 10 01:38:12.472: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed  watch-7565 /api/v1/namespaces/watch-7565/configmaps/e2e-watch-test-watch-closed 2bcc2540-9d62-441e-9ec8-ef293ea5b067 7978336 0 2021-02-10 01:38:11 +0000 UTC   map[watch-this-configmap:watch-closed-and-restarted] map[] [] []  []},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
Feb 10 01:38:12.472: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed  watch-7565 /api/v1/namespaces/watch-7565/configmaps/e2e-watch-test-watch-closed 2bcc2540-9d62-441e-9ec8-ef293ea5b067 7978338 0 2021-02-10 01:38:11 +0000 UTC   map[watch-this-configmap:watch-closed-and-restarted] map[] [] []  []},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
[AfterEach] [sig-api-machinery] Watchers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:38:12.472: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "watch-7565" for this suite.
•{"msg":"PASSED [sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance]","total":278,"completed":172,"skipped":2590,"failed":0}
SSSSSSSSSSSSSSSSSS
------------------------------
[sig-network] Networking Granular Checks: Pods 
  should function for intra-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Networking
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:38:12.519: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pod-network-test
STEP: Waiting for a default service account to be provisioned in namespace
[It] should function for intra-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Performing setup for networking test in namespace pod-network-test-5379
STEP: creating a selector
STEP: Creating the service pods in kubernetes
Feb 10 01:38:12.823: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable
STEP: Creating test pods
Feb 10 01:38:39.012: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.244.2.34:8080/dial?request=hostname&protocol=http&host=10.244.2.33&port=8080&tries=1'] Namespace:pod-network-test-5379 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:38:39.012: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:38:39.049953       6 log.go:172] (0xc005c58790) (0xc0017f3c20) Create stream
I0210 01:38:39.049998       6 log.go:172] (0xc005c58790) (0xc0017f3c20) Stream added, broadcasting: 1
I0210 01:38:39.051833       6 log.go:172] (0xc005c58790) Reply frame received for 1
I0210 01:38:39.051870       6 log.go:172] (0xc005c58790) (0xc00242ce60) Create stream
I0210 01:38:39.051883       6 log.go:172] (0xc005c58790) (0xc00242ce60) Stream added, broadcasting: 3
I0210 01:38:39.053045       6 log.go:172] (0xc005c58790) Reply frame received for 3
I0210 01:38:39.053070       6 log.go:172] (0xc005c58790) (0xc0017f3cc0) Create stream
I0210 01:38:39.053079       6 log.go:172] (0xc005c58790) (0xc0017f3cc0) Stream added, broadcasting: 5
I0210 01:38:39.054156       6 log.go:172] (0xc005c58790) Reply frame received for 5
I0210 01:38:39.122683       6 log.go:172] (0xc005c58790) Data frame received for 3
I0210 01:38:39.122714       6 log.go:172] (0xc00242ce60) (3) Data frame handling
I0210 01:38:39.122735       6 log.go:172] (0xc00242ce60) (3) Data frame sent
I0210 01:38:39.123520       6 log.go:172] (0xc005c58790) Data frame received for 5
I0210 01:38:39.123556       6 log.go:172] (0xc005c58790) Data frame received for 3
I0210 01:38:39.123610       6 log.go:172] (0xc00242ce60) (3) Data frame handling
I0210 01:38:39.123637       6 log.go:172] (0xc0017f3cc0) (5) Data frame handling
I0210 01:38:39.125498       6 log.go:172] (0xc005c58790) Data frame received for 1
I0210 01:38:39.125524       6 log.go:172] (0xc0017f3c20) (1) Data frame handling
I0210 01:38:39.125540       6 log.go:172] (0xc0017f3c20) (1) Data frame sent
I0210 01:38:39.125565       6 log.go:172] (0xc005c58790) (0xc0017f3c20) Stream removed, broadcasting: 1
I0210 01:38:39.125587       6 log.go:172] (0xc005c58790) Go away received
I0210 01:38:39.125722       6 log.go:172] (0xc005c58790) (0xc0017f3c20) Stream removed, broadcasting: 1
I0210 01:38:39.125764       6 log.go:172] (0xc005c58790) (0xc00242ce60) Stream removed, broadcasting: 3
I0210 01:38:39.125795       6 log.go:172] (0xc005c58790) (0xc0017f3cc0) Stream removed, broadcasting: 5
Feb 10 01:38:39.125: INFO: Waiting for responses: map[]
Feb 10 01:38:39.129: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://10.244.2.34:8080/dial?request=hostname&protocol=http&host=10.244.1.93&port=8080&tries=1'] Namespace:pod-network-test-5379 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:38:39.129: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:38:39.167475       6 log.go:172] (0xc005c58d10) (0xc0017f3ea0) Create stream
I0210 01:38:39.167514       6 log.go:172] (0xc005c58d10) (0xc0017f3ea0) Stream added, broadcasting: 1
I0210 01:38:39.170739       6 log.go:172] (0xc005c58d10) Reply frame received for 1
I0210 01:38:39.170805       6 log.go:172] (0xc005c58d10) (0xc0013e23c0) Create stream
I0210 01:38:39.170859       6 log.go:172] (0xc005c58d10) (0xc0013e23c0) Stream added, broadcasting: 3
I0210 01:38:39.173857       6 log.go:172] (0xc005c58d10) Reply frame received for 3
I0210 01:38:39.173900       6 log.go:172] (0xc005c58d10) (0xc0017f3f40) Create stream
I0210 01:38:39.173912       6 log.go:172] (0xc005c58d10) (0xc0017f3f40) Stream added, broadcasting: 5
I0210 01:38:39.174802       6 log.go:172] (0xc005c58d10) Reply frame received for 5
I0210 01:38:39.230895       6 log.go:172] (0xc005c58d10) Data frame received for 3
I0210 01:38:39.230926       6 log.go:172] (0xc0013e23c0) (3) Data frame handling
I0210 01:38:39.230948       6 log.go:172] (0xc0013e23c0) (3) Data frame sent
I0210 01:38:39.231794       6 log.go:172] (0xc005c58d10) Data frame received for 5
I0210 01:38:39.231833       6 log.go:172] (0xc0017f3f40) (5) Data frame handling
I0210 01:38:39.231860       6 log.go:172] (0xc005c58d10) Data frame received for 3
I0210 01:38:39.231881       6 log.go:172] (0xc0013e23c0) (3) Data frame handling
I0210 01:38:39.233504       6 log.go:172] (0xc005c58d10) Data frame received for 1
I0210 01:38:39.233527       6 log.go:172] (0xc0017f3ea0) (1) Data frame handling
I0210 01:38:39.233544       6 log.go:172] (0xc0017f3ea0) (1) Data frame sent
I0210 01:38:39.233559       6 log.go:172] (0xc005c58d10) (0xc0017f3ea0) Stream removed, broadcasting: 1
I0210 01:38:39.233575       6 log.go:172] (0xc005c58d10) Go away received
I0210 01:38:39.233687       6 log.go:172] (0xc005c58d10) (0xc0017f3ea0) Stream removed, broadcasting: 1
I0210 01:38:39.233716       6 log.go:172] (0xc005c58d10) (0xc0013e23c0) Stream removed, broadcasting: 3
I0210 01:38:39.233725       6 log.go:172] (0xc005c58d10) (0xc0017f3f40) Stream removed, broadcasting: 5
Feb 10 01:38:39.233: INFO: Waiting for responses: map[]
[AfterEach] [sig-network] Networking
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:38:39.233: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pod-network-test-5379" for this suite.

• [SLOW TEST:26.722 seconds]
[sig-network] Networking
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:26
  Granular Checks: Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:29
    should function for intra-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":173,"skipped":2608,"failed":0}
SSSSS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should include webhook resources in discovery documents [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:38:39.242: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:38:39.845: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:38:41.892: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517919, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517919, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517919, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748517919, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:38:44.947: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should include webhook resources in discovery documents [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: fetching the /apis discovery document
STEP: finding the admissionregistration.k8s.io API group in the /apis discovery document
STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis discovery document
STEP: fetching the /apis/admissionregistration.k8s.io discovery document
STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis/admissionregistration.k8s.io discovery document
STEP: fetching the /apis/admissionregistration.k8s.io/v1 discovery document
STEP: finding mutatingwebhookconfigurations and validatingwebhookconfigurations resources in the /apis/admissionregistration.k8s.io/v1 discovery document
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:38:45.154: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-3602" for this suite.
STEP: Destroying namespace "webhook-3602-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:6.371 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should include webhook resources in discovery documents [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should include webhook resources in discovery documents [Conformance]","total":278,"completed":174,"skipped":2613,"failed":0}
SSSSSSSSSSSS
------------------------------
[sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] 
  Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:38:45.613: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename statefulset
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:64
[BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:79
STEP: Creating service test in namespace statefulset-3098
[It] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Initializing watcher for selector baz=blah,foo=bar
STEP: Creating stateful set ss in namespace statefulset-3098
STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-3098
Feb 10 01:38:45.950: INFO: Found 0 stateful pods, waiting for 1
Feb 10 01:38:55.955: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true
STEP: Confirming that stateful set scale up will halt with unhealthy stateful pod
Feb 10 01:38:55.959: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-3098 ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true'
Feb 10 01:38:56.223: INFO: stderr: "I0210 01:38:56.090052    1898 log.go:172] (0xc000806b00) (0xc0008280a0) Create stream\nI0210 01:38:56.090100    1898 log.go:172] (0xc000806b00) (0xc0008280a0) Stream added, broadcasting: 1\nI0210 01:38:56.092217    1898 log.go:172] (0xc000806b00) Reply frame received for 1\nI0210 01:38:56.092252    1898 log.go:172] (0xc000806b00) (0xc0006ada40) Create stream\nI0210 01:38:56.092266    1898 log.go:172] (0xc000806b00) (0xc0006ada40) Stream added, broadcasting: 3\nI0210 01:38:56.093227    1898 log.go:172] (0xc000806b00) Reply frame received for 3\nI0210 01:38:56.093274    1898 log.go:172] (0xc000806b00) (0xc00060a000) Create stream\nI0210 01:38:56.093288    1898 log.go:172] (0xc000806b00) (0xc00060a000) Stream added, broadcasting: 5\nI0210 01:38:56.094308    1898 log.go:172] (0xc000806b00) Reply frame received for 5\nI0210 01:38:56.183792    1898 log.go:172] (0xc000806b00) Data frame received for 5\nI0210 01:38:56.183828    1898 log.go:172] (0xc00060a000) (5) Data frame handling\nI0210 01:38:56.183848    1898 log.go:172] (0xc00060a000) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0210 01:38:56.212704    1898 log.go:172] (0xc000806b00) Data frame received for 3\nI0210 01:38:56.212756    1898 log.go:172] (0xc0006ada40) (3) Data frame handling\nI0210 01:38:56.212968    1898 log.go:172] (0xc0006ada40) (3) Data frame sent\nI0210 01:38:56.213114    1898 log.go:172] (0xc000806b00) Data frame received for 3\nI0210 01:38:56.213142    1898 log.go:172] (0xc0006ada40) (3) Data frame handling\nI0210 01:38:56.213202    1898 log.go:172] (0xc000806b00) Data frame received for 5\nI0210 01:38:56.213233    1898 log.go:172] (0xc00060a000) (5) Data frame handling\nI0210 01:38:56.215752    1898 log.go:172] (0xc000806b00) Data frame received for 1\nI0210 01:38:56.215781    1898 log.go:172] (0xc0008280a0) (1) Data frame handling\nI0210 01:38:56.215791    1898 log.go:172] (0xc0008280a0) (1) Data frame sent\nI0210 01:38:56.215800    1898 log.go:172] (0xc000806b00) (0xc0008280a0) Stream removed, broadcasting: 1\nI0210 01:38:56.215911    1898 log.go:172] (0xc000806b00) Go away received\nI0210 01:38:56.216120    1898 log.go:172] (0xc000806b00) (0xc0008280a0) Stream removed, broadcasting: 1\nI0210 01:38:56.216132    1898 log.go:172] (0xc000806b00) (0xc0006ada40) Stream removed, broadcasting: 3\nI0210 01:38:56.216137    1898 log.go:172] (0xc000806b00) (0xc00060a000) Stream removed, broadcasting: 5\n"
Feb 10 01:38:56.223: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n"
Feb 10 01:38:56.223: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'

Feb 10 01:38:56.226: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true
Feb 10 01:39:06.230: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false
Feb 10 01:39:06.230: INFO: Waiting for statefulset status.replicas updated to 0
Feb 10 01:39:06.247: INFO: Verifying statefulset ss doesn't scale past 1 for another 9.999999758s
Feb 10 01:39:07.251: INFO: Verifying statefulset ss doesn't scale past 1 for another 8.991720078s
Feb 10 01:39:08.255: INFO: Verifying statefulset ss doesn't scale past 1 for another 7.9875925s
Feb 10 01:39:09.260: INFO: Verifying statefulset ss doesn't scale past 1 for another 6.983777196s
Feb 10 01:39:10.265: INFO: Verifying statefulset ss doesn't scale past 1 for another 5.97846856s
Feb 10 01:39:11.268: INFO: Verifying statefulset ss doesn't scale past 1 for another 4.973822405s
Feb 10 01:39:12.273: INFO: Verifying statefulset ss doesn't scale past 1 for another 3.970659625s
Feb 10 01:39:13.293: INFO: Verifying statefulset ss doesn't scale past 1 for another 2.965975689s
Feb 10 01:39:14.298: INFO: Verifying statefulset ss doesn't scale past 1 for another 1.945333914s
Feb 10 01:39:15.302: INFO: Verifying statefulset ss doesn't scale past 1 for another 940.784614ms
STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-3098
Feb 10 01:39:16.307: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-3098 ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true'
Feb 10 01:39:16.540: INFO: stderr: "I0210 01:39:16.437687    1919 log.go:172] (0xc0009f2a50) (0xc0009a4000) Create stream\nI0210 01:39:16.437738    1919 log.go:172] (0xc0009f2a50) (0xc0009a4000) Stream added, broadcasting: 1\nI0210 01:39:16.440026    1919 log.go:172] (0xc0009f2a50) Reply frame received for 1\nI0210 01:39:16.440049    1919 log.go:172] (0xc0009f2a50) (0xc0009a40a0) Create stream\nI0210 01:39:16.440056    1919 log.go:172] (0xc0009f2a50) (0xc0009a40a0) Stream added, broadcasting: 3\nI0210 01:39:16.440935    1919 log.go:172] (0xc0009f2a50) Reply frame received for 3\nI0210 01:39:16.441012    1919 log.go:172] (0xc0009f2a50) (0xc000926000) Create stream\nI0210 01:39:16.441047    1919 log.go:172] (0xc0009f2a50) (0xc000926000) Stream added, broadcasting: 5\nI0210 01:39:16.441987    1919 log.go:172] (0xc0009f2a50) Reply frame received for 5\nI0210 01:39:16.531712    1919 log.go:172] (0xc0009f2a50) Data frame received for 3\nI0210 01:39:16.531768    1919 log.go:172] (0xc0009f2a50) Data frame received for 5\nI0210 01:39:16.531821    1919 log.go:172] (0xc000926000) (5) Data frame handling\nI0210 01:39:16.531848    1919 log.go:172] (0xc000926000) (5) Data frame sent\nI0210 01:39:16.531865    1919 log.go:172] (0xc0009f2a50) Data frame received for 5\nI0210 01:39:16.531884    1919 log.go:172] (0xc000926000) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0210 01:39:16.531911    1919 log.go:172] (0xc0009a40a0) (3) Data frame handling\nI0210 01:39:16.532009    1919 log.go:172] (0xc0009a40a0) (3) Data frame sent\nI0210 01:39:16.532035    1919 log.go:172] (0xc0009f2a50) Data frame received for 3\nI0210 01:39:16.532046    1919 log.go:172] (0xc0009a40a0) (3) Data frame handling\nI0210 01:39:16.533929    1919 log.go:172] (0xc0009f2a50) Data frame received for 1\nI0210 01:39:16.533955    1919 log.go:172] (0xc0009a4000) (1) Data frame handling\nI0210 01:39:16.533978    1919 log.go:172] (0xc0009a4000) (1) Data frame sent\nI0210 01:39:16.534182    1919 log.go:172] (0xc0009f2a50) (0xc0009a4000) Stream removed, broadcasting: 1\nI0210 01:39:16.534203    1919 log.go:172] (0xc0009f2a50) Go away received\nI0210 01:39:16.534640    1919 log.go:172] (0xc0009f2a50) (0xc0009a4000) Stream removed, broadcasting: 1\nI0210 01:39:16.534660    1919 log.go:172] (0xc0009f2a50) (0xc0009a40a0) Stream removed, broadcasting: 3\nI0210 01:39:16.534668    1919 log.go:172] (0xc0009f2a50) (0xc000926000) Stream removed, broadcasting: 5\n"
Feb 10 01:39:16.540: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n"
Feb 10 01:39:16.540: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-0: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'

Feb 10 01:39:16.554: INFO: Found 1 stateful pods, waiting for 3
Feb 10 01:39:26.560: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:39:26.560: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:39:26.560: INFO: Waiting for pod ss-2 to enter Running - Ready=true, currently Running - Ready=true
STEP: Verifying that stateful set ss was scaled up in order
STEP: Scale down will halt with unhealthy stateful pod
Feb 10 01:39:26.565: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-3098 ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true'
Feb 10 01:39:26.842: INFO: stderr: "I0210 01:39:26.731810    1942 log.go:172] (0xc000539130) (0xc00067b9a0) Create stream\nI0210 01:39:26.731872    1942 log.go:172] (0xc000539130) (0xc00067b9a0) Stream added, broadcasting: 1\nI0210 01:39:26.734949    1942 log.go:172] (0xc000539130) Reply frame received for 1\nI0210 01:39:26.734983    1942 log.go:172] (0xc000539130) (0xc000abe000) Create stream\nI0210 01:39:26.734995    1942 log.go:172] (0xc000539130) (0xc000abe000) Stream added, broadcasting: 3\nI0210 01:39:26.736298    1942 log.go:172] (0xc000539130) Reply frame received for 3\nI0210 01:39:26.736366    1942 log.go:172] (0xc000539130) (0xc000220000) Create stream\nI0210 01:39:26.736390    1942 log.go:172] (0xc000539130) (0xc000220000) Stream added, broadcasting: 5\nI0210 01:39:26.738377    1942 log.go:172] (0xc000539130) Reply frame received for 5\nI0210 01:39:26.836341    1942 log.go:172] (0xc000539130) Data frame received for 3\nI0210 01:39:26.836371    1942 log.go:172] (0xc000abe000) (3) Data frame handling\nI0210 01:39:26.836406    1942 log.go:172] (0xc000abe000) (3) Data frame sent\nI0210 01:39:26.836419    1942 log.go:172] (0xc000539130) Data frame received for 3\nI0210 01:39:26.836427    1942 log.go:172] (0xc000abe000) (3) Data frame handling\nI0210 01:39:26.836464    1942 log.go:172] (0xc000539130) Data frame received for 5\nI0210 01:39:26.836498    1942 log.go:172] (0xc000220000) (5) Data frame handling\nI0210 01:39:26.836532    1942 log.go:172] (0xc000220000) (5) Data frame sent\nI0210 01:39:26.836547    1942 log.go:172] (0xc000539130) Data frame received for 5\nI0210 01:39:26.836558    1942 log.go:172] (0xc000220000) (5) Data frame handling\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0210 01:39:26.837716    1942 log.go:172] (0xc000539130) Data frame received for 1\nI0210 01:39:26.837730    1942 log.go:172] (0xc00067b9a0) (1) Data frame handling\nI0210 01:39:26.837741    1942 log.go:172] (0xc00067b9a0) (1) Data frame sent\nI0210 01:39:26.837803    1942 log.go:172] (0xc000539130) (0xc00067b9a0) Stream removed, broadcasting: 1\nI0210 01:39:26.837907    1942 log.go:172] (0xc000539130) Go away received\nI0210 01:39:26.838110    1942 log.go:172] (0xc000539130) (0xc00067b9a0) Stream removed, broadcasting: 1\nI0210 01:39:26.838125    1942 log.go:172] (0xc000539130) (0xc000abe000) Stream removed, broadcasting: 3\nI0210 01:39:26.838136    1942 log.go:172] (0xc000539130) (0xc000220000) Stream removed, broadcasting: 5\n"
Feb 10 01:39:26.842: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n"
Feb 10 01:39:26.842: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'

Feb 10 01:39:26.842: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-3098 ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true'
Feb 10 01:39:27.079: INFO: stderr: "I0210 01:39:26.970465    1963 log.go:172] (0xc0009960b0) (0xc000768140) Create stream\nI0210 01:39:26.970516    1963 log.go:172] (0xc0009960b0) (0xc000768140) Stream added, broadcasting: 1\nI0210 01:39:26.973429    1963 log.go:172] (0xc0009960b0) Reply frame received for 1\nI0210 01:39:26.973520    1963 log.go:172] (0xc0009960b0) (0xc0007d2000) Create stream\nI0210 01:39:26.973553    1963 log.go:172] (0xc0009960b0) (0xc0007d2000) Stream added, broadcasting: 3\nI0210 01:39:26.974529    1963 log.go:172] (0xc0009960b0) Reply frame received for 3\nI0210 01:39:26.974559    1963 log.go:172] (0xc0009960b0) (0xc0007d20a0) Create stream\nI0210 01:39:26.974569    1963 log.go:172] (0xc0009960b0) (0xc0007d20a0) Stream added, broadcasting: 5\nI0210 01:39:26.975445    1963 log.go:172] (0xc0009960b0) Reply frame received for 5\nI0210 01:39:27.043205    1963 log.go:172] (0xc0009960b0) Data frame received for 5\nI0210 01:39:27.043227    1963 log.go:172] (0xc0007d20a0) (5) Data frame handling\nI0210 01:39:27.043239    1963 log.go:172] (0xc0007d20a0) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0210 01:39:27.069910    1963 log.go:172] (0xc0009960b0) Data frame received for 5\nI0210 01:39:27.069950    1963 log.go:172] (0xc0007d20a0) (5) Data frame handling\nI0210 01:39:27.069980    1963 log.go:172] (0xc0009960b0) Data frame received for 3\nI0210 01:39:27.070012    1963 log.go:172] (0xc0007d2000) (3) Data frame handling\nI0210 01:39:27.070040    1963 log.go:172] (0xc0007d2000) (3) Data frame sent\nI0210 01:39:27.070266    1963 log.go:172] (0xc0009960b0) Data frame received for 3\nI0210 01:39:27.070308    1963 log.go:172] (0xc0007d2000) (3) Data frame handling\nI0210 01:39:27.072165    1963 log.go:172] (0xc0009960b0) Data frame received for 1\nI0210 01:39:27.072188    1963 log.go:172] (0xc000768140) (1) Data frame handling\nI0210 01:39:27.072201    1963 log.go:172] (0xc000768140) (1) Data frame sent\nI0210 01:39:27.072224    1963 log.go:172] (0xc0009960b0) (0xc000768140) Stream removed, broadcasting: 1\nI0210 01:39:27.072282    1963 log.go:172] (0xc0009960b0) Go away received\nI0210 01:39:27.072692    1963 log.go:172] (0xc0009960b0) (0xc000768140) Stream removed, broadcasting: 1\nI0210 01:39:27.072722    1963 log.go:172] (0xc0009960b0) (0xc0007d2000) Stream removed, broadcasting: 3\nI0210 01:39:27.072737    1963 log.go:172] (0xc0009960b0) (0xc0007d20a0) Stream removed, broadcasting: 5\n"
Feb 10 01:39:27.079: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n"
Feb 10 01:39:27.079: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'

Feb 10 01:39:27.080: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-3098 ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true'
Feb 10 01:39:27.313: INFO: stderr: "I0210 01:39:27.213407    1983 log.go:172] (0xc000a80840) (0xc0008e0000) Create stream\nI0210 01:39:27.213469    1983 log.go:172] (0xc000a80840) (0xc0008e0000) Stream added, broadcasting: 1\nI0210 01:39:27.218995    1983 log.go:172] (0xc000a80840) Reply frame received for 1\nI0210 01:39:27.219036    1983 log.go:172] (0xc000a80840) (0xc0008e00a0) Create stream\nI0210 01:39:27.219046    1983 log.go:172] (0xc000a80840) (0xc0008e00a0) Stream added, broadcasting: 3\nI0210 01:39:27.220647    1983 log.go:172] (0xc000a80840) Reply frame received for 3\nI0210 01:39:27.220689    1983 log.go:172] (0xc000a80840) (0xc0006c7900) Create stream\nI0210 01:39:27.220700    1983 log.go:172] (0xc000a80840) (0xc0006c7900) Stream added, broadcasting: 5\nI0210 01:39:27.221787    1983 log.go:172] (0xc000a80840) Reply frame received for 5\nI0210 01:39:27.272559    1983 log.go:172] (0xc000a80840) Data frame received for 5\nI0210 01:39:27.272592    1983 log.go:172] (0xc0006c7900) (5) Data frame handling\nI0210 01:39:27.272612    1983 log.go:172] (0xc0006c7900) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0210 01:39:27.303683    1983 log.go:172] (0xc000a80840) Data frame received for 3\nI0210 01:39:27.303720    1983 log.go:172] (0xc0008e00a0) (3) Data frame handling\nI0210 01:39:27.303756    1983 log.go:172] (0xc0008e00a0) (3) Data frame sent\nI0210 01:39:27.303776    1983 log.go:172] (0xc000a80840) Data frame received for 3\nI0210 01:39:27.303793    1983 log.go:172] (0xc0008e00a0) (3) Data frame handling\nI0210 01:39:27.304071    1983 log.go:172] (0xc000a80840) Data frame received for 5\nI0210 01:39:27.304113    1983 log.go:172] (0xc0006c7900) (5) Data frame handling\nI0210 01:39:27.306514    1983 log.go:172] (0xc000a80840) Data frame received for 1\nI0210 01:39:27.306539    1983 log.go:172] (0xc0008e0000) (1) Data frame handling\nI0210 01:39:27.306559    1983 log.go:172] (0xc0008e0000) (1) Data frame sent\nI0210 01:39:27.306574    1983 log.go:172] (0xc000a80840) (0xc0008e0000) Stream removed, broadcasting: 1\nI0210 01:39:27.306602    1983 log.go:172] (0xc000a80840) Go away received\nI0210 01:39:27.307102    1983 log.go:172] (0xc000a80840) (0xc0008e0000) Stream removed, broadcasting: 1\nI0210 01:39:27.307128    1983 log.go:172] (0xc000a80840) (0xc0008e00a0) Stream removed, broadcasting: 3\nI0210 01:39:27.307141    1983 log.go:172] (0xc000a80840) (0xc0006c7900) Stream removed, broadcasting: 5\n"
Feb 10 01:39:27.314: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n"
Feb 10 01:39:27.314: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-2: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'

Feb 10 01:39:27.314: INFO: Waiting for statefulset status.replicas updated to 0
Feb 10 01:39:27.317: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3
Feb 10 01:39:37.325: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false
Feb 10 01:39:37.325: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false
Feb 10 01:39:37.325: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false
Feb 10 01:39:37.352: INFO: Verifying statefulset ss doesn't scale past 3 for another 9.999999459s
Feb 10 01:39:38.357: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.979537349s
Feb 10 01:39:39.361: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.974789081s
Feb 10 01:39:40.366: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.970100017s
Feb 10 01:39:41.371: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.96503993s
Feb 10 01:39:42.377: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.960170631s
Feb 10 01:39:43.382: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.954678843s
Feb 10 01:39:44.386: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.949796975s
Feb 10 01:39:45.392: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.944858971s
Feb 10 01:39:46.397: INFO: Verifying statefulset ss doesn't scale past 3 for another 939.593863ms
STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-3098
Feb 10 01:39:47.402: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-3098 ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true'
Feb 10 01:39:47.614: INFO: stderr: "I0210 01:39:47.537523    2004 log.go:172] (0xc000ae66e0) (0xc000932320) Create stream\nI0210 01:39:47.537584    2004 log.go:172] (0xc000ae66e0) (0xc000932320) Stream added, broadcasting: 1\nI0210 01:39:47.541211    2004 log.go:172] (0xc000ae66e0) Reply frame received for 1\nI0210 01:39:47.541245    2004 log.go:172] (0xc000ae66e0) (0xc00062e780) Create stream\nI0210 01:39:47.541258    2004 log.go:172] (0xc000ae66e0) (0xc00062e780) Stream added, broadcasting: 3\nI0210 01:39:47.542020    2004 log.go:172] (0xc000ae66e0) Reply frame received for 3\nI0210 01:39:47.542057    2004 log.go:172] (0xc000ae66e0) (0xc000271540) Create stream\nI0210 01:39:47.542071    2004 log.go:172] (0xc000ae66e0) (0xc000271540) Stream added, broadcasting: 5\nI0210 01:39:47.542711    2004 log.go:172] (0xc000ae66e0) Reply frame received for 5\nI0210 01:39:47.606911    2004 log.go:172] (0xc000ae66e0) Data frame received for 3\nI0210 01:39:47.606949    2004 log.go:172] (0xc00062e780) (3) Data frame handling\nI0210 01:39:47.606961    2004 log.go:172] (0xc00062e780) (3) Data frame sent\nI0210 01:39:47.606970    2004 log.go:172] (0xc000ae66e0) Data frame received for 3\nI0210 01:39:47.606978    2004 log.go:172] (0xc00062e780) (3) Data frame handling\nI0210 01:39:47.606989    2004 log.go:172] (0xc000ae66e0) Data frame received for 5\nI0210 01:39:47.607007    2004 log.go:172] (0xc000271540) (5) Data frame handling\nI0210 01:39:47.607027    2004 log.go:172] (0xc000271540) (5) Data frame sent\nI0210 01:39:47.607039    2004 log.go:172] (0xc000ae66e0) Data frame received for 5\nI0210 01:39:47.607047    2004 log.go:172] (0xc000271540) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0210 01:39:47.608241    2004 log.go:172] (0xc000ae66e0) Data frame received for 1\nI0210 01:39:47.608268    2004 log.go:172] (0xc000932320) (1) Data frame handling\nI0210 01:39:47.608279    2004 log.go:172] (0xc000932320) (1) Data frame sent\nI0210 01:39:47.608287    2004 log.go:172] (0xc000ae66e0) (0xc000932320) Stream removed, broadcasting: 1\nI0210 01:39:47.608329    2004 log.go:172] (0xc000ae66e0) Go away received\nI0210 01:39:47.608550    2004 log.go:172] (0xc000ae66e0) (0xc000932320) Stream removed, broadcasting: 1\nI0210 01:39:47.608566    2004 log.go:172] (0xc000ae66e0) (0xc00062e780) Stream removed, broadcasting: 3\nI0210 01:39:47.608572    2004 log.go:172] (0xc000ae66e0) (0xc000271540) Stream removed, broadcasting: 5\n"
Feb 10 01:39:47.614: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n"
Feb 10 01:39:47.614: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-0: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'

Feb 10 01:39:47.614: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-3098 ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true'
Feb 10 01:39:47.813: INFO: stderr: "I0210 01:39:47.745262    2025 log.go:172] (0xc0009148f0) (0xc0008c2000) Create stream\nI0210 01:39:47.745314    2025 log.go:172] (0xc0009148f0) (0xc0008c2000) Stream added, broadcasting: 1\nI0210 01:39:47.747668    2025 log.go:172] (0xc0009148f0) Reply frame received for 1\nI0210 01:39:47.747714    2025 log.go:172] (0xc0009148f0) (0xc00062bb80) Create stream\nI0210 01:39:47.747728    2025 log.go:172] (0xc0009148f0) (0xc00062bb80) Stream added, broadcasting: 3\nI0210 01:39:47.748941    2025 log.go:172] (0xc0009148f0) Reply frame received for 3\nI0210 01:39:47.749106    2025 log.go:172] (0xc0009148f0) (0xc0008c20a0) Create stream\nI0210 01:39:47.749147    2025 log.go:172] (0xc0009148f0) (0xc0008c20a0) Stream added, broadcasting: 5\nI0210 01:39:47.750112    2025 log.go:172] (0xc0009148f0) Reply frame received for 5\nI0210 01:39:47.805808    2025 log.go:172] (0xc0009148f0) Data frame received for 3\nI0210 01:39:47.805848    2025 log.go:172] (0xc00062bb80) (3) Data frame handling\nI0210 01:39:47.805863    2025 log.go:172] (0xc00062bb80) (3) Data frame sent\nI0210 01:39:47.805872    2025 log.go:172] (0xc0009148f0) Data frame received for 3\nI0210 01:39:47.805880    2025 log.go:172] (0xc00062bb80) (3) Data frame handling\nI0210 01:39:47.805915    2025 log.go:172] (0xc0009148f0) Data frame received for 5\nI0210 01:39:47.805934    2025 log.go:172] (0xc0008c20a0) (5) Data frame handling\nI0210 01:39:47.805952    2025 log.go:172] (0xc0008c20a0) (5) Data frame sent\nI0210 01:39:47.805963    2025 log.go:172] (0xc0009148f0) Data frame received for 5\nI0210 01:39:47.805973    2025 log.go:172] (0xc0008c20a0) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0210 01:39:47.807162    2025 log.go:172] (0xc0009148f0) Data frame received for 1\nI0210 01:39:47.807180    2025 log.go:172] (0xc0008c2000) (1) Data frame handling\nI0210 01:39:47.807187    2025 log.go:172] (0xc0008c2000) (1) Data frame sent\nI0210 01:39:47.807196    2025 log.go:172] (0xc0009148f0) (0xc0008c2000) Stream removed, broadcasting: 1\nI0210 01:39:47.807227    2025 log.go:172] (0xc0009148f0) Go away received\nI0210 01:39:47.807595    2025 log.go:172] (0xc0009148f0) (0xc0008c2000) Stream removed, broadcasting: 1\nI0210 01:39:47.807624    2025 log.go:172] (0xc0009148f0) (0xc00062bb80) Stream removed, broadcasting: 3\nI0210 01:39:47.807637    2025 log.go:172] (0xc0009148f0) (0xc0008c20a0) Stream removed, broadcasting: 5\n"
Feb 10 01:39:47.813: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n"
Feb 10 01:39:47.813: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'

Feb 10 01:39:47.813: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-3098 ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true'
Feb 10 01:39:48.029: INFO: stderr: "I0210 01:39:47.951644    2047 log.go:172] (0xc0003c1080) (0xc0005e1b80) Create stream\nI0210 01:39:47.951724    2047 log.go:172] (0xc0003c1080) (0xc0005e1b80) Stream added, broadcasting: 1\nI0210 01:39:47.955087    2047 log.go:172] (0xc0003c1080) Reply frame received for 1\nI0210 01:39:47.955127    2047 log.go:172] (0xc0003c1080) (0xc0005e1c20) Create stream\nI0210 01:39:47.955138    2047 log.go:172] (0xc0003c1080) (0xc0005e1c20) Stream added, broadcasting: 3\nI0210 01:39:47.956175    2047 log.go:172] (0xc0003c1080) Reply frame received for 3\nI0210 01:39:47.956237    2047 log.go:172] (0xc0003c1080) (0xc00097e000) Create stream\nI0210 01:39:47.956250    2047 log.go:172] (0xc0003c1080) (0xc00097e000) Stream added, broadcasting: 5\nI0210 01:39:47.957331    2047 log.go:172] (0xc0003c1080) Reply frame received for 5\nI0210 01:39:48.021416    2047 log.go:172] (0xc0003c1080) Data frame received for 3\nI0210 01:39:48.021445    2047 log.go:172] (0xc0005e1c20) (3) Data frame handling\nI0210 01:39:48.021452    2047 log.go:172] (0xc0005e1c20) (3) Data frame sent\nI0210 01:39:48.021457    2047 log.go:172] (0xc0003c1080) Data frame received for 3\nI0210 01:39:48.021462    2047 log.go:172] (0xc0005e1c20) (3) Data frame handling\nI0210 01:39:48.021495    2047 log.go:172] (0xc0003c1080) Data frame received for 5\nI0210 01:39:48.021524    2047 log.go:172] (0xc00097e000) (5) Data frame handling\nI0210 01:39:48.021546    2047 log.go:172] (0xc00097e000) (5) Data frame sent\nI0210 01:39:48.021566    2047 log.go:172] (0xc0003c1080) Data frame received for 5\nI0210 01:39:48.021575    2047 log.go:172] (0xc00097e000) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0210 01:39:48.022603    2047 log.go:172] (0xc0003c1080) Data frame received for 1\nI0210 01:39:48.022625    2047 log.go:172] (0xc0005e1b80) (1) Data frame handling\nI0210 01:39:48.022638    2047 log.go:172] (0xc0005e1b80) (1) Data frame sent\nI0210 01:39:48.022668    2047 log.go:172] (0xc0003c1080) (0xc0005e1b80) Stream removed, broadcasting: 1\nI0210 01:39:48.022692    2047 log.go:172] (0xc0003c1080) Go away received\nI0210 01:39:48.022932    2047 log.go:172] (0xc0003c1080) (0xc0005e1b80) Stream removed, broadcasting: 1\nI0210 01:39:48.022946    2047 log.go:172] (0xc0003c1080) (0xc0005e1c20) Stream removed, broadcasting: 3\nI0210 01:39:48.022953    2047 log.go:172] (0xc0003c1080) (0xc00097e000) Stream removed, broadcasting: 5\n"
Feb 10 01:39:48.029: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n"
Feb 10 01:39:48.029: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-2: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'

Feb 10 01:39:48.029: INFO: Scaling statefulset ss to 0
STEP: Verifying that stateful set ss was scaled down in reverse order
[AfterEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:90
Feb 10 01:40:28.043: INFO: Deleting all statefulset in ns statefulset-3098
Feb 10 01:40:28.057: INFO: Scaling statefulset ss to 0
Feb 10 01:40:28.066: INFO: Waiting for statefulset status.replicas updated to 0
Feb 10 01:40:28.068: INFO: Deleting statefulset ss
[AfterEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:40:28.109: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "statefulset-3098" for this suite.

• [SLOW TEST:102.504 seconds]
[sig-apps] StatefulSet
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
    Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance]","total":278,"completed":175,"skipped":2625,"failed":0}
SS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  patching/updating a validating webhook should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:40:28.117: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:40:28.819: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:40:30.830: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518028, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518028, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518028, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518028, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:40:33.907: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] patching/updating a validating webhook should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a validating webhook configuration
STEP: Creating a configMap that does not comply to the validation webhook rules
STEP: Updating a validating webhook configuration's rules to not include the create operation
STEP: Creating a configMap that does not comply to the validation webhook rules
STEP: Patching a validating webhook configuration's rules to include the create operation
STEP: Creating a configMap that does not comply to the validation webhook rules
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:40:34.065: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-7155" for this suite.
STEP: Destroying namespace "webhook-7155-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:6.084 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  patching/updating a validating webhook should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]","total":278,"completed":176,"skipped":2627,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] ConfigMap 
  should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:40:34.202: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name configmap-test-volume-7f76669b-957c-4e48-8fe5-6ffb2dcf5841
STEP: Creating a pod to test consume configMaps
Feb 10 01:40:34.484: INFO: Waiting up to 5m0s for pod "pod-configmaps-7c5739d9-040e-4d9a-b337-1912804b1195" in namespace "configmap-5094" to be "success or failure"
Feb 10 01:40:34.633: INFO: Pod "pod-configmaps-7c5739d9-040e-4d9a-b337-1912804b1195": Phase="Pending", Reason="", readiness=false. Elapsed: 149.689377ms
Feb 10 01:40:36.654: INFO: Pod "pod-configmaps-7c5739d9-040e-4d9a-b337-1912804b1195": Phase="Pending", Reason="", readiness=false. Elapsed: 2.170306955s
Feb 10 01:40:38.658: INFO: Pod "pod-configmaps-7c5739d9-040e-4d9a-b337-1912804b1195": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.174196872s
STEP: Saw pod success
Feb 10 01:40:38.658: INFO: Pod "pod-configmaps-7c5739d9-040e-4d9a-b337-1912804b1195" satisfied condition "success or failure"
Feb 10 01:40:38.661: INFO: Trying to get logs from node jerma-worker pod pod-configmaps-7c5739d9-040e-4d9a-b337-1912804b1195 container configmap-volume-test: 
STEP: delete the pod
Feb 10 01:40:38.693: INFO: Waiting for pod pod-configmaps-7c5739d9-040e-4d9a-b337-1912804b1195 to disappear
Feb 10 01:40:38.704: INFO: Pod pod-configmaps-7c5739d9-040e-4d9a-b337-1912804b1195 no longer exists
[AfterEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:40:38.704: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-5094" for this suite.
•{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":177,"skipped":2678,"failed":0}
SSSSSSSSS
------------------------------
[sig-cli] Kubectl client Kubectl run --rm job 
  should create a job from an image, then delete the job [Deprecated] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:40:38.713: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[It] should create a job from an image, then delete the job [Deprecated] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: executing a command with run --rm and attach with stdin
Feb 10 01:40:38.790: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=kubectl-1825 run e2e-test-rm-busybox-job --image=docker.io/library/busybox:1.29 --rm=true --generator=job/v1 --restart=OnFailure --attach=true --stdin -- sh -c cat && echo 'stdin closed''
Feb 10 01:40:41.884: INFO: stderr: "kubectl run --generator=job/v1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=run-pod/v1 or kubectl create instead.\nIf you don't see a command prompt, try pressing enter.\nI0210 01:40:41.792016    2070 log.go:172] (0xc0009df3f0) (0xc000a203c0) Create stream\nI0210 01:40:41.792082    2070 log.go:172] (0xc0009df3f0) (0xc000a203c0) Stream added, broadcasting: 1\nI0210 01:40:41.796429    2070 log.go:172] (0xc0009df3f0) Reply frame received for 1\nI0210 01:40:41.796463    2070 log.go:172] (0xc0009df3f0) (0xc0008ba0a0) Create stream\nI0210 01:40:41.796472    2070 log.go:172] (0xc0009df3f0) (0xc0008ba0a0) Stream added, broadcasting: 3\nI0210 01:40:41.797552    2070 log.go:172] (0xc0009df3f0) Reply frame received for 3\nI0210 01:40:41.797602    2070 log.go:172] (0xc0009df3f0) (0xc0009050e0) Create stream\nI0210 01:40:41.797613    2070 log.go:172] (0xc0009df3f0) (0xc0009050e0) Stream added, broadcasting: 5\nI0210 01:40:41.798554    2070 log.go:172] (0xc0009df3f0) Reply frame received for 5\nI0210 01:40:41.798584    2070 log.go:172] (0xc0009df3f0) (0xc0008ba140) Create stream\nI0210 01:40:41.798592    2070 log.go:172] (0xc0009df3f0) (0xc0008ba140) Stream added, broadcasting: 7\nI0210 01:40:41.799397    2070 log.go:172] (0xc0009df3f0) Reply frame received for 7\nI0210 01:40:41.799509    2070 log.go:172] (0xc0008ba0a0) (3) Writing data frame\nI0210 01:40:41.799592    2070 log.go:172] (0xc0008ba0a0) (3) Writing data frame\nI0210 01:40:41.800403    2070 log.go:172] (0xc0009df3f0) Data frame received for 5\nI0210 01:40:41.800435    2070 log.go:172] (0xc0009050e0) (5) Data frame handling\nI0210 01:40:41.800451    2070 log.go:172] (0xc0009050e0) (5) Data frame sent\nI0210 01:40:41.801087    2070 log.go:172] (0xc0009df3f0) Data frame received for 5\nI0210 01:40:41.801102    2070 log.go:172] (0xc0009050e0) (5) Data frame handling\nI0210 01:40:41.801114    2070 log.go:172] (0xc0009050e0) (5) Data frame sent\nI0210 01:40:41.839073    2070 log.go:172] (0xc0009df3f0) Data frame received for 7\nI0210 01:40:41.839106    2070 log.go:172] (0xc0008ba140) (7) Data frame handling\nI0210 01:40:41.839160    2070 log.go:172] (0xc0009df3f0) Data frame received for 5\nI0210 01:40:41.839181    2070 log.go:172] (0xc0009050e0) (5) Data frame handling\nI0210 01:40:41.839529    2070 log.go:172] (0xc0009df3f0) Data frame received for 1\nI0210 01:40:41.839570    2070 log.go:172] (0xc000a203c0) (1) Data frame handling\nI0210 01:40:41.839594    2070 log.go:172] (0xc000a203c0) (1) Data frame sent\nI0210 01:40:41.839617    2070 log.go:172] (0xc0009df3f0) (0xc000a203c0) Stream removed, broadcasting: 1\nI0210 01:40:41.839816    2070 log.go:172] (0xc0009df3f0) (0xc0008ba0a0) Stream removed, broadcasting: 3\nI0210 01:40:41.839870    2070 log.go:172] (0xc0009df3f0) Go away received\nI0210 01:40:41.840151    2070 log.go:172] (0xc0009df3f0) (0xc000a203c0) Stream removed, broadcasting: 1\nI0210 01:40:41.840287    2070 log.go:172] (0xc0009df3f0) (0xc0008ba0a0) Stream removed, broadcasting: 3\nI0210 01:40:41.840321    2070 log.go:172] (0xc0009df3f0) (0xc0009050e0) Stream removed, broadcasting: 5\nI0210 01:40:41.840342    2070 log.go:172] (0xc0009df3f0) (0xc0008ba140) Stream removed, broadcasting: 7\n"
Feb 10 01:40:41.885: INFO: stdout: "abcd1234stdin closed\njob.batch \"e2e-test-rm-busybox-job\" deleted\n"
STEP: verifying the job e2e-test-rm-busybox-job was deleted
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:40:43.898: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-1825" for this suite.

• [SLOW TEST:5.198 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Kubectl run --rm job
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1843
    should create a job from an image, then delete the job [Deprecated] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Kubectl run --rm job should create a job from an image, then delete the job [Deprecated] [Conformance]","total":278,"completed":178,"skipped":2687,"failed":0}
[sig-node] Downward API 
  should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-node] Downward API
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:40:43.911: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward api env vars
Feb 10 01:40:43.976: INFO: Waiting up to 5m0s for pod "downward-api-1d5bcc1d-273a-4014-ad61-0f5761e9844d" in namespace "downward-api-430" to be "success or failure"
Feb 10 01:40:44.047: INFO: Pod "downward-api-1d5bcc1d-273a-4014-ad61-0f5761e9844d": Phase="Pending", Reason="", readiness=false. Elapsed: 71.512453ms
Feb 10 01:40:46.116: INFO: Pod "downward-api-1d5bcc1d-273a-4014-ad61-0f5761e9844d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.140159249s
Feb 10 01:40:48.120: INFO: Pod "downward-api-1d5bcc1d-273a-4014-ad61-0f5761e9844d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.143948778s
STEP: Saw pod success
Feb 10 01:40:48.120: INFO: Pod "downward-api-1d5bcc1d-273a-4014-ad61-0f5761e9844d" satisfied condition "success or failure"
Feb 10 01:40:48.122: INFO: Trying to get logs from node jerma-worker2 pod downward-api-1d5bcc1d-273a-4014-ad61-0f5761e9844d container dapi-container: 
STEP: delete the pod
Feb 10 01:40:48.156: INFO: Waiting for pod downward-api-1d5bcc1d-273a-4014-ad61-0f5761e9844d to disappear
Feb 10 01:40:48.161: INFO: Pod downward-api-1d5bcc1d-273a-4014-ad61-0f5761e9844d no longer exists
[AfterEach] [sig-node] Downward API
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:40:48.161: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-430" for this suite.
•{"msg":"PASSED [sig-node] Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]","total":278,"completed":179,"skipped":2687,"failed":0}

------------------------------
[k8s.io] Lease 
  lease API should be available [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Lease
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:40:48.187: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename lease-test
STEP: Waiting for a default service account to be provisioned in namespace
[It] lease API should be available [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[AfterEach] [k8s.io] Lease
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:40:48.382: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "lease-test-8715" for this suite.
•{"msg":"PASSED [k8s.io] Lease lease API should be available [Conformance]","total":278,"completed":180,"skipped":2687,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-cli] Kubectl client Kubectl version 
  should check is all data is printed  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:40:48.391: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[It] should check is all data is printed  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:40:48.496: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config version'
Feb 10 01:40:48.642: INFO: stderr: ""
Feb 10 01:40:48.642: INFO: stdout: "Client Version: version.Info{Major:\"1\", Minor:\"17\", GitVersion:\"v1.17.17\", GitCommit:\"f3abc15296f3a3f54e4ee42e830c61047b13895f\", GitTreeState:\"clean\", BuildDate:\"2021-01-13T13:21:12Z\", GoVersion:\"go1.13.15\", Compiler:\"gc\", Platform:\"linux/amd64\"}\nServer Version: version.Info{Major:\"1\", Minor:\"17\", GitVersion:\"v1.17.11\", GitCommit:\"ea5f00d93211b7c80247bf607cfa422ad6fb5347\", GitTreeState:\"clean\", BuildDate:\"2020-09-14T07:50:38Z\", GoVersion:\"go1.13.15\", Compiler:\"gc\", Platform:\"linux/amd64\"}\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:40:48.642: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-8181" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Kubectl version should check is all data is printed  [Conformance]","total":278,"completed":181,"skipped":2744,"failed":0}
SSS
------------------------------
[sig-storage] ConfigMap 
  binary data should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:40:48.650: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] binary data should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name configmap-test-upd-58bdb25b-753b-4bff-bffc-4ad7db8a0643
STEP: Creating the pod
STEP: Waiting for pod with text data
STEP: Waiting for pod with binary data
[AfterEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:40:54.762: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-8342" for this suite.

• [SLOW TEST:6.119 seconds]
[sig-storage] ConfigMap
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:33
  binary data should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] ConfigMap binary data should be reflected in volume [NodeConformance] [Conformance]","total":278,"completed":182,"skipped":2747,"failed":0}
SSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Projected downwardAPI 
  should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:40:54.770: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:40:54.850: INFO: Waiting up to 5m0s for pod "downwardapi-volume-5311671c-93be-4fb0-beeb-a01ab0b6b5d3" in namespace "projected-5215" to be "success or failure"
Feb 10 01:40:54.869: INFO: Pod "downwardapi-volume-5311671c-93be-4fb0-beeb-a01ab0b6b5d3": Phase="Pending", Reason="", readiness=false. Elapsed: 19.058377ms
Feb 10 01:40:56.874: INFO: Pod "downwardapi-volume-5311671c-93be-4fb0-beeb-a01ab0b6b5d3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.023476952s
Feb 10 01:40:58.878: INFO: Pod "downwardapi-volume-5311671c-93be-4fb0-beeb-a01ab0b6b5d3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.027476028s
STEP: Saw pod success
Feb 10 01:40:58.878: INFO: Pod "downwardapi-volume-5311671c-93be-4fb0-beeb-a01ab0b6b5d3" satisfied condition "success or failure"
Feb 10 01:40:58.881: INFO: Trying to get logs from node jerma-worker2 pod downwardapi-volume-5311671c-93be-4fb0-beeb-a01ab0b6b5d3 container client-container: 
STEP: delete the pod
Feb 10 01:40:58.917: INFO: Waiting for pod downwardapi-volume-5311671c-93be-4fb0-beeb-a01ab0b6b5d3 to disappear
Feb 10 01:40:58.948: INFO: Pod downwardapi-volume-5311671c-93be-4fb0-beeb-a01ab0b6b5d3 no longer exists
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:40:58.948: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-5215" for this suite.
•{"msg":"PASSED [sig-storage] Projected downwardAPI should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":183,"skipped":2769,"failed":0}
SSSSSSSSSSSSSSSSS
------------------------------
[sig-cli] Kubectl client Kubectl expose 
  should create services for rc  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:40:58.957: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[It] should create services for rc  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating Agnhost RC
Feb 10 01:40:59.001: INFO: namespace kubectl-9160
Feb 10 01:40:59.001: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-9160'
Feb 10 01:40:59.247: INFO: stderr: ""
Feb 10 01:40:59.247: INFO: stdout: "replicationcontroller/agnhost-master created\n"
STEP: Waiting for Agnhost master to start.
Feb 10 01:41:00.326: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:41:00.326: INFO: Found 0 / 1
Feb 10 01:41:01.251: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:41:01.251: INFO: Found 0 / 1
Feb 10 01:41:02.251: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:41:02.251: INFO: Found 0 / 1
Feb 10 01:41:03.251: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:41:03.251: INFO: Found 1 / 1
Feb 10 01:41:03.251: INFO: WaitFor completed with timeout 5m0s.  Pods found = 1 out of 1
Feb 10 01:41:03.254: INFO: Selector matched 1 pods for map[app:agnhost]
Feb 10 01:41:03.254: INFO: ForEach: Found 1 pods from the filter.  Now looping through them.
Feb 10 01:41:03.254: INFO: wait on agnhost-master startup in kubectl-9160 
Feb 10 01:41:03.254: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config logs agnhost-master-z77fp agnhost-master --namespace=kubectl-9160'
Feb 10 01:41:03.372: INFO: stderr: ""
Feb 10 01:41:03.372: INFO: stdout: "Paused\n"
STEP: exposing RC
Feb 10 01:41:03.372: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config expose rc agnhost-master --name=rm2 --port=1234 --target-port=6379 --namespace=kubectl-9160'
Feb 10 01:41:03.526: INFO: stderr: ""
Feb 10 01:41:03.526: INFO: stdout: "service/rm2 exposed\n"
Feb 10 01:41:03.625: INFO: Service rm2 in namespace kubectl-9160 found.
STEP: exposing service
Feb 10 01:41:05.631: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config expose service rm2 --name=rm3 --port=2345 --target-port=6379 --namespace=kubectl-9160'
Feb 10 01:41:05.769: INFO: stderr: ""
Feb 10 01:41:05.769: INFO: stdout: "service/rm3 exposed\n"
Feb 10 01:41:05.865: INFO: Service rm3 in namespace kubectl-9160 found.
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:41:07.873: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-9160" for this suite.

• [SLOW TEST:8.924 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Kubectl expose
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1189
    should create services for rc  [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Kubectl expose should create services for rc  [Conformance]","total":278,"completed":184,"skipped":2786,"failed":0}
SSSSSS
------------------------------
[sig-network] Services 
  should be able to change the type from ClusterIP to ExternalName [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:41:07.881: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename services
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:139
[It] should be able to change the type from ClusterIP to ExternalName [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating a service clusterip-service with the type=ClusterIP in namespace services-4742
STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service
STEP: creating service externalsvc in namespace services-4742
STEP: creating replication controller externalsvc in namespace services-4742
I0210 01:41:08.067043       6 runners.go:189] Created replication controller with name: externalsvc, namespace: services-4742, replica count: 2
I0210 01:41:11.117490       6 runners.go:189] externalsvc Pods: 2 out of 2 created, 0 running, 2 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
I0210 01:41:14.117701       6 runners.go:189] externalsvc Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady 
STEP: changing the ClusterIP service to type=ExternalName
Feb 10 01:41:14.236: INFO: Creating new exec pod
Feb 10 01:41:18.284: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=services-4742 execpodrnq65 -- /bin/sh -x -c nslookup clusterip-service'
Feb 10 01:41:18.524: INFO: stderr: "I0210 01:41:18.422193    2204 log.go:172] (0xc000115550) (0xc000a421e0) Create stream\nI0210 01:41:18.422266    2204 log.go:172] (0xc000115550) (0xc000a421e0) Stream added, broadcasting: 1\nI0210 01:41:18.425122    2204 log.go:172] (0xc000115550) Reply frame received for 1\nI0210 01:41:18.425178    2204 log.go:172] (0xc000115550) (0xc0007eb400) Create stream\nI0210 01:41:18.425197    2204 log.go:172] (0xc000115550) (0xc0007eb400) Stream added, broadcasting: 3\nI0210 01:41:18.426593    2204 log.go:172] (0xc000115550) Reply frame received for 3\nI0210 01:41:18.426660    2204 log.go:172] (0xc000115550) (0xc000a42280) Create stream\nI0210 01:41:18.426683    2204 log.go:172] (0xc000115550) (0xc000a42280) Stream added, broadcasting: 5\nI0210 01:41:18.427793    2204 log.go:172] (0xc000115550) Reply frame received for 5\nI0210 01:41:18.493194    2204 log.go:172] (0xc000115550) Data frame received for 5\nI0210 01:41:18.493226    2204 log.go:172] (0xc000a42280) (5) Data frame handling\nI0210 01:41:18.493246    2204 log.go:172] (0xc000a42280) (5) Data frame sent\n+ nslookup clusterip-service\nI0210 01:41:18.512816    2204 log.go:172] (0xc000115550) Data frame received for 3\nI0210 01:41:18.512887    2204 log.go:172] (0xc0007eb400) (3) Data frame handling\nI0210 01:41:18.512904    2204 log.go:172] (0xc0007eb400) (3) Data frame sent\nI0210 01:41:18.514200    2204 log.go:172] (0xc000115550) Data frame received for 3\nI0210 01:41:18.514229    2204 log.go:172] (0xc0007eb400) (3) Data frame handling\nI0210 01:41:18.514256    2204 log.go:172] (0xc0007eb400) (3) Data frame sent\nI0210 01:41:18.514598    2204 log.go:172] (0xc000115550) Data frame received for 3\nI0210 01:41:18.514611    2204 log.go:172] (0xc0007eb400) (3) Data frame handling\nI0210 01:41:18.514651    2204 log.go:172] (0xc000115550) Data frame received for 5\nI0210 01:41:18.514661    2204 log.go:172] (0xc000a42280) (5) Data frame handling\nI0210 01:41:18.517031    2204 log.go:172] (0xc000115550) Data frame received for 1\nI0210 01:41:18.517043    2204 log.go:172] (0xc000a421e0) (1) Data frame handling\nI0210 01:41:18.517049    2204 log.go:172] (0xc000a421e0) (1) Data frame sent\nI0210 01:41:18.517057    2204 log.go:172] (0xc000115550) (0xc000a421e0) Stream removed, broadcasting: 1\nI0210 01:41:18.517064    2204 log.go:172] (0xc000115550) Go away received\nI0210 01:41:18.517556    2204 log.go:172] (0xc000115550) (0xc000a421e0) Stream removed, broadcasting: 1\nI0210 01:41:18.517576    2204 log.go:172] (0xc000115550) (0xc0007eb400) Stream removed, broadcasting: 3\nI0210 01:41:18.517586    2204 log.go:172] (0xc000115550) (0xc000a42280) Stream removed, broadcasting: 5\n"
Feb 10 01:41:18.524: INFO: stdout: "Server:\t\t10.96.0.10\nAddress:\t10.96.0.10#53\n\nclusterip-service.services-4742.svc.cluster.local\tcanonical name = externalsvc.services-4742.svc.cluster.local.\nName:\texternalsvc.services-4742.svc.cluster.local\nAddress: 10.96.37.203\n\n"
STEP: deleting ReplicationController externalsvc in namespace services-4742, will wait for the garbage collector to delete the pods
Feb 10 01:41:18.602: INFO: Deleting ReplicationController externalsvc took: 24.478819ms
Feb 10 01:41:19.002: INFO: Terminating ReplicationController externalsvc pods took: 400.261921ms
Feb 10 01:41:24.462: INFO: Cleaning up the ClusterIP to ExternalName test service
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:41:24.481: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "services-4742" for this suite.
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:143

• [SLOW TEST:16.643 seconds]
[sig-network] Services
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should be able to change the type from ClusterIP to ExternalName [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Services should be able to change the type from ClusterIP to ExternalName [Conformance]","total":278,"completed":185,"skipped":2792,"failed":0}
SSSSSSSSSSSSSSS
------------------------------
[sig-apps] ReplicaSet 
  should serve a basic image on each replica with a public image  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] ReplicaSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:41:24.525: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename replicaset
STEP: Waiting for a default service account to be provisioned in namespace
[It] should serve a basic image on each replica with a public image  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:41:24.609: INFO: Creating ReplicaSet my-hostname-basic-5e430071-5ee4-4548-950f-25fe150bfdf6
Feb 10 01:41:24.623: INFO: Pod name my-hostname-basic-5e430071-5ee4-4548-950f-25fe150bfdf6: Found 0 pods out of 1
Feb 10 01:41:29.630: INFO: Pod name my-hostname-basic-5e430071-5ee4-4548-950f-25fe150bfdf6: Found 1 pods out of 1
Feb 10 01:41:29.630: INFO: Ensuring a pod for ReplicaSet "my-hostname-basic-5e430071-5ee4-4548-950f-25fe150bfdf6" is running
Feb 10 01:41:29.637: INFO: Pod "my-hostname-basic-5e430071-5ee4-4548-950f-25fe150bfdf6-pvwdg" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2021-02-10 01:41:24 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2021-02-10 01:41:27 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2021-02-10 01:41:27 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2021-02-10 01:41:24 +0000 UTC Reason: Message:}])
Feb 10 01:41:29.637: INFO: Trying to dial the pod
Feb 10 01:41:34.650: INFO: Controller my-hostname-basic-5e430071-5ee4-4548-950f-25fe150bfdf6: Got expected result from replica 1 [my-hostname-basic-5e430071-5ee4-4548-950f-25fe150bfdf6-pvwdg]: "my-hostname-basic-5e430071-5ee4-4548-950f-25fe150bfdf6-pvwdg", 1 of 1 required successes so far
[AfterEach] [sig-apps] ReplicaSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:41:34.650: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "replicaset-1084" for this suite.

• [SLOW TEST:10.133 seconds]
[sig-apps] ReplicaSet
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should serve a basic image on each replica with a public image  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] ReplicaSet should serve a basic image on each replica with a public image  [Conformance]","total":278,"completed":186,"skipped":2807,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Secrets 
  should fail to create secret due to empty secret key [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:41:34.659: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] should fail to create secret due to empty secret key [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating projection with secret that has name secret-emptykey-test-470a2905-be47-49cb-8817-faa0897503f0
[AfterEach] [sig-api-machinery] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:41:34.780: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-6959" for this suite.
•{"msg":"PASSED [sig-api-machinery] Secrets should fail to create secret due to empty secret key [Conformance]","total":278,"completed":187,"skipped":2837,"failed":0}
SSSSSSSSSSS
------------------------------
[sig-api-machinery] Watchers 
  should receive events on concurrent watches in same order [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Watchers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:41:34.798: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename watch
STEP: Waiting for a default service account to be provisioned in namespace
[It] should receive events on concurrent watches in same order [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: starting a background goroutine to produce watch events
STEP: creating watches starting from each resource version of the events produced and verifying they all receive resource versions in the same order
[AfterEach] [sig-api-machinery] Watchers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:41:39.406: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "watch-2910" for this suite.
•{"msg":"PASSED [sig-api-machinery] Watchers should receive events on concurrent watches in same order [Conformance]","total":278,"completed":188,"skipped":2848,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Container Runtime blackbox test on terminated container 
  should report termination message [LinuxOnly] from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Container Runtime
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:41:39.508: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-runtime
STEP: Waiting for a default service account to be provisioned in namespace
[It] should report termination message [LinuxOnly] from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the container
STEP: wait for the container to reach Succeeded
STEP: get the container status
STEP: the container should be terminated
STEP: the termination message should be set
Feb 10 01:41:44.830: INFO: Expected: &{OK} to match Container's Termination Message: OK --
STEP: delete the container
[AfterEach] [k8s.io] Container Runtime
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:41:44.858: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-runtime-7560" for this suite.

• [SLOW TEST:5.358 seconds]
[k8s.io] Container Runtime
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  blackbox test
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:38
    on terminated container
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:131
      should report termination message [LinuxOnly] from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
      /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Container Runtime blackbox test on terminated container should report termination message [LinuxOnly] from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]","total":278,"completed":189,"skipped":2878,"failed":0}
SSS
------------------------------
[sig-storage] Projected secret 
  should be consumable from pods in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:41:44.866: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating projection with secret that has name projected-secret-test-be117c7b-aabe-43aa-b28c-315d4e643cae
STEP: Creating a pod to test consume secrets
Feb 10 01:41:44.919: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-05a7a7c2-e557-4a23-9acb-dbe3db7d7d29" in namespace "projected-1676" to be "success or failure"
Feb 10 01:41:44.967: INFO: Pod "pod-projected-secrets-05a7a7c2-e557-4a23-9acb-dbe3db7d7d29": Phase="Pending", Reason="", readiness=false. Elapsed: 47.561969ms
Feb 10 01:41:46.971: INFO: Pod "pod-projected-secrets-05a7a7c2-e557-4a23-9acb-dbe3db7d7d29": Phase="Pending", Reason="", readiness=false. Elapsed: 2.051783927s
Feb 10 01:41:48.976: INFO: Pod "pod-projected-secrets-05a7a7c2-e557-4a23-9acb-dbe3db7d7d29": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.056622173s
STEP: Saw pod success
Feb 10 01:41:48.976: INFO: Pod "pod-projected-secrets-05a7a7c2-e557-4a23-9acb-dbe3db7d7d29" satisfied condition "success or failure"
Feb 10 01:41:48.979: INFO: Trying to get logs from node jerma-worker pod pod-projected-secrets-05a7a7c2-e557-4a23-9acb-dbe3db7d7d29 container projected-secret-volume-test: 
STEP: delete the pod
Feb 10 01:41:49.013: INFO: Waiting for pod pod-projected-secrets-05a7a7c2-e557-4a23-9acb-dbe3db7d7d29 to disappear
Feb 10 01:41:49.026: INFO: Pod pod-projected-secrets-05a7a7c2-e557-4a23-9acb-dbe3db7d7d29 no longer exists
[AfterEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:41:49.026: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-1676" for this suite.
•{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume [NodeConformance] [Conformance]","total":278,"completed":190,"skipped":2881,"failed":0}
SSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] 
  custom resource defaulting for requests and from storage works  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:41:49.059: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename custom-resource-definition
STEP: Waiting for a default service account to be provisioned in namespace
[It] custom resource defaulting for requests and from storage works  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:41:49.122: INFO: >>> kubeConfig: /root/.kube/config
[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:41:50.295: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "custom-resource-definition-5752" for this suite.
•{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] custom resource defaulting for requests and from storage works  [Conformance]","total":278,"completed":191,"skipped":2900,"failed":0}
SSSSSSSSS
------------------------------
[sig-cli] Kubectl client Update Demo 
  should scale a replication controller  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:41:50.304: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Update Demo
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:325
[It] should scale a replication controller  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating a replication controller
Feb 10 01:41:50.367: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-6715'
Feb 10 01:41:50.601: INFO: stderr: ""
Feb 10 01:41:50.601: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n"
STEP: waiting for all containers in name=update-demo pods to come up.
Feb 10 01:41:50.601: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-6715'
Feb 10 01:41:50.714: INFO: stderr: ""
Feb 10 01:41:50.714: INFO: stdout: "update-demo-nautilus-chsxm update-demo-nautilus-q64vl "
Feb 10 01:41:50.714: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-chsxm -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:41:50.796: INFO: stderr: ""
Feb 10 01:41:50.796: INFO: stdout: ""
Feb 10 01:41:50.796: INFO: update-demo-nautilus-chsxm is created but not running
Feb 10 01:41:55.796: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-6715'
Feb 10 01:41:55.899: INFO: stderr: ""
Feb 10 01:41:55.899: INFO: stdout: "update-demo-nautilus-chsxm update-demo-nautilus-q64vl "
Feb 10 01:41:55.899: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-chsxm -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:41:55.987: INFO: stderr: ""
Feb 10 01:41:55.987: INFO: stdout: "true"
Feb 10 01:41:55.987: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-chsxm -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:41:56.078: INFO: stderr: ""
Feb 10 01:41:56.078: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0"
Feb 10 01:41:56.078: INFO: validating pod update-demo-nautilus-chsxm
Feb 10 01:41:56.082: INFO: got data: {
  "image": "nautilus.jpg"
}

Feb 10 01:41:56.082: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg .
Feb 10 01:41:56.082: INFO: update-demo-nautilus-chsxm is verified up and running
Feb 10 01:41:56.082: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-q64vl -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:41:56.172: INFO: stderr: ""
Feb 10 01:41:56.173: INFO: stdout: "true"
Feb 10 01:41:56.173: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-q64vl -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:41:56.261: INFO: stderr: ""
Feb 10 01:41:56.261: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0"
Feb 10 01:41:56.261: INFO: validating pod update-demo-nautilus-q64vl
Feb 10 01:41:56.265: INFO: got data: {
  "image": "nautilus.jpg"
}

Feb 10 01:41:56.265: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg .
Feb 10 01:41:56.265: INFO: update-demo-nautilus-q64vl is verified up and running
STEP: scaling down the replication controller
Feb 10 01:41:56.268: INFO: scanned /root for discovery docs: 
Feb 10 01:41:56.268: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config scale rc update-demo-nautilus --replicas=1 --timeout=5m --namespace=kubectl-6715'
Feb 10 01:41:57.417: INFO: stderr: ""
Feb 10 01:41:57.417: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n"
STEP: waiting for all containers in name=update-demo pods to come up.
Feb 10 01:41:57.418: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-6715'
Feb 10 01:41:57.522: INFO: stderr: ""
Feb 10 01:41:57.522: INFO: stdout: "update-demo-nautilus-chsxm update-demo-nautilus-q64vl "
STEP: Replicas for name=update-demo: expected=1 actual=2
Feb 10 01:42:02.523: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-6715'
Feb 10 01:42:02.623: INFO: stderr: ""
Feb 10 01:42:02.623: INFO: stdout: "update-demo-nautilus-chsxm "
Feb 10 01:42:02.623: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-chsxm -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:42:02.722: INFO: stderr: ""
Feb 10 01:42:02.722: INFO: stdout: "true"
Feb 10 01:42:02.722: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-chsxm -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:42:02.813: INFO: stderr: ""
Feb 10 01:42:02.813: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0"
Feb 10 01:42:02.813: INFO: validating pod update-demo-nautilus-chsxm
Feb 10 01:42:02.816: INFO: got data: {
  "image": "nautilus.jpg"
}

Feb 10 01:42:02.816: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg .
Feb 10 01:42:02.816: INFO: update-demo-nautilus-chsxm is verified up and running
STEP: scaling up the replication controller
Feb 10 01:42:02.818: INFO: scanned /root for discovery docs: 
Feb 10 01:42:02.818: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config scale rc update-demo-nautilus --replicas=2 --timeout=5m --namespace=kubectl-6715'
Feb 10 01:42:03.968: INFO: stderr: ""
Feb 10 01:42:03.969: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n"
STEP: waiting for all containers in name=update-demo pods to come up.
Feb 10 01:42:03.969: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-6715'
Feb 10 01:42:04.076: INFO: stderr: ""
Feb 10 01:42:04.076: INFO: stdout: "update-demo-nautilus-chsxm update-demo-nautilus-l4v5r "
Feb 10 01:42:04.076: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-chsxm -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:42:04.167: INFO: stderr: ""
Feb 10 01:42:04.167: INFO: stdout: "true"
Feb 10 01:42:04.167: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-chsxm -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:42:04.311: INFO: stderr: ""
Feb 10 01:42:04.311: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0"
Feb 10 01:42:04.311: INFO: validating pod update-demo-nautilus-chsxm
Feb 10 01:42:04.315: INFO: got data: {
  "image": "nautilus.jpg"
}

Feb 10 01:42:04.315: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg .
Feb 10 01:42:04.315: INFO: update-demo-nautilus-chsxm is verified up and running
Feb 10 01:42:04.316: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-l4v5r -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:42:04.409: INFO: stderr: ""
Feb 10 01:42:04.409: INFO: stdout: ""
Feb 10 01:42:04.409: INFO: update-demo-nautilus-l4v5r is created but not running
Feb 10 01:42:09.410: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-6715'
Feb 10 01:42:09.509: INFO: stderr: ""
Feb 10 01:42:09.509: INFO: stdout: "update-demo-nautilus-chsxm update-demo-nautilus-l4v5r "
Feb 10 01:42:09.509: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-chsxm -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:42:09.603: INFO: stderr: ""
Feb 10 01:42:09.603: INFO: stdout: "true"
Feb 10 01:42:09.603: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-chsxm -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:42:09.691: INFO: stderr: ""
Feb 10 01:42:09.691: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0"
Feb 10 01:42:09.691: INFO: validating pod update-demo-nautilus-chsxm
Feb 10 01:42:09.694: INFO: got data: {
  "image": "nautilus.jpg"
}

Feb 10 01:42:09.694: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg .
Feb 10 01:42:09.694: INFO: update-demo-nautilus-chsxm is verified up and running
Feb 10 01:42:09.694: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-l4v5r -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:42:09.782: INFO: stderr: ""
Feb 10 01:42:09.782: INFO: stdout: "true"
Feb 10 01:42:09.782: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-l4v5r -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-6715'
Feb 10 01:42:09.883: INFO: stderr: ""
Feb 10 01:42:09.883: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0"
Feb 10 01:42:09.884: INFO: validating pod update-demo-nautilus-l4v5r
Feb 10 01:42:09.887: INFO: got data: {
  "image": "nautilus.jpg"
}

Feb 10 01:42:09.887: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg .
Feb 10 01:42:09.887: INFO: update-demo-nautilus-l4v5r is verified up and running
STEP: using delete to clean up resources
Feb 10 01:42:09.887: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-6715'
Feb 10 01:42:09.983: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n"
Feb 10 01:42:09.983: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n"
Feb 10 01:42:09.983: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get rc,svc -l name=update-demo --no-headers --namespace=kubectl-6715'
Feb 10 01:42:10.087: INFO: stderr: "No resources found in kubectl-6715 namespace.\n"
Feb 10 01:42:10.087: INFO: stdout: ""
Feb 10 01:42:10.087: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -l name=update-demo --namespace=kubectl-6715 -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}'
Feb 10 01:42:10.194: INFO: stderr: ""
Feb 10 01:42:10.194: INFO: stdout: "update-demo-nautilus-chsxm\nupdate-demo-nautilus-l4v5r\n"
Feb 10 01:42:10.694: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get rc,svc -l name=update-demo --no-headers --namespace=kubectl-6715'
Feb 10 01:42:10.792: INFO: stderr: "No resources found in kubectl-6715 namespace.\n"
Feb 10 01:42:10.792: INFO: stdout: ""
Feb 10 01:42:10.792: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -l name=update-demo --namespace=kubectl-6715 -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}'
Feb 10 01:42:10.886: INFO: stderr: ""
Feb 10 01:42:10.886: INFO: stdout: ""
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:42:10.886: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-6715" for this suite.

• [SLOW TEST:20.588 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Update Demo
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:323
    should scale a replication controller  [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Update Demo should scale a replication controller  [Conformance]","total":278,"completed":192,"skipped":2909,"failed":0}
SSSSSSSSSSSSS
------------------------------
[sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] 
  should have a working scale subresource [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:42:10.892: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename statefulset
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:64
[BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:79
STEP: Creating service test in namespace statefulset-7473
[It] should have a working scale subresource [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating statefulset ss in namespace statefulset-7473
Feb 10 01:42:11.535: INFO: Found 0 stateful pods, waiting for 1
Feb 10 01:42:21.539: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true
STEP: getting scale subresource
STEP: updating a scale subresource
STEP: verifying the statefulset Spec.Replicas was modified
[AfterEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:90
Feb 10 01:42:21.578: INFO: Deleting all statefulset in ns statefulset-7473
Feb 10 01:42:21.639: INFO: Scaling statefulset ss to 0
Feb 10 01:42:31.694: INFO: Waiting for statefulset status.replicas updated to 0
Feb 10 01:42:31.697: INFO: Deleting statefulset ss
[AfterEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:42:31.724: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "statefulset-7473" for this suite.

• [SLOW TEST:20.841 seconds]
[sig-apps] StatefulSet
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
    should have a working scale subresource [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should have a working scale subresource [Conformance]","total":278,"completed":193,"skipped":2922,"failed":0}
SSSSS
------------------------------
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] 
  works for CRD without validation schema [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:42:31.733: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-publish-openapi
STEP: Waiting for a default service account to be provisioned in namespace
[It] works for CRD without validation schema [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:42:31.771: INFO: >>> kubeConfig: /root/.kube/config
STEP: client-side validation (kubectl create and apply) allows request with any unknown properties
Feb 10 01:42:34.239: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2752 create -f -'
Feb 10 01:42:37.604: INFO: stderr: ""
Feb 10 01:42:37.604: INFO: stdout: "e2e-test-crd-publish-openapi-1800-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n"
Feb 10 01:42:37.604: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2752 delete e2e-test-crd-publish-openapi-1800-crds test-cr'
Feb 10 01:42:37.733: INFO: stderr: ""
Feb 10 01:42:37.733: INFO: stdout: "e2e-test-crd-publish-openapi-1800-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n"
Feb 10 01:42:37.733: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2752 apply -f -'
Feb 10 01:42:37.982: INFO: stderr: ""
Feb 10 01:42:37.982: INFO: stdout: "e2e-test-crd-publish-openapi-1800-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n"
Feb 10 01:42:37.982: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-2752 delete e2e-test-crd-publish-openapi-1800-crds test-cr'
Feb 10 01:42:38.075: INFO: stderr: ""
Feb 10 01:42:38.075: INFO: stdout: "e2e-test-crd-publish-openapi-1800-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n"
STEP: kubectl explain works to explain CR without validation schema
Feb 10 01:42:38.075: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-1800-crds'
Feb 10 01:42:38.327: INFO: stderr: ""
Feb 10 01:42:38.327: INFO: stdout: "KIND:     E2e-test-crd-publish-openapi-1800-crd\nVERSION:  crd-publish-openapi-test-empty.example.com/v1\n\nDESCRIPTION:\n     \n"
[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:42:41.229: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-publish-openapi-2752" for this suite.

• [SLOW TEST:9.503 seconds]
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  works for CRD without validation schema [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD without validation schema [Conformance]","total":278,"completed":194,"skipped":2927,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] [sig-node] Pods Extended [k8s.io] Delete Grace Period 
  should be submitted and removed [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] [sig-node] Pods Extended
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:42:41.237: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pods
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Delete Grace Period
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/node/pods.go:53
[It] should be submitted and removed [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the pod
STEP: setting up selector
STEP: submitting the pod to kubernetes
STEP: verifying the pod is in kubernetes
Feb 10 01:42:45.373: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/root/.kube/config proxy -p 0'
STEP: deleting the pod gracefully
STEP: verifying the kubelet observed the termination notice
Feb 10 01:43:05.490: INFO: no pod exists with the name we were looking for, assuming the termination request was observed and completed
[AfterEach] [k8s.io] [sig-node] Pods Extended
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:43:05.497: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pods-4638" for this suite.

• [SLOW TEST:24.268 seconds]
[k8s.io] [sig-node] Pods Extended
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  [k8s.io] Delete Grace Period
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
    should be submitted and removed [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] [sig-node] Pods Extended [k8s.io] Delete Grace Period should be submitted and removed [Conformance]","total":278,"completed":195,"skipped":2963,"failed":0}
S
------------------------------
[sig-api-machinery] Watchers 
  should observe add, update, and delete watch notifications on configmaps [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Watchers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:43:05.505: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename watch
STEP: Waiting for a default service account to be provisioned in namespace
[It] should observe add, update, and delete watch notifications on configmaps [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating a watch on configmaps with label A
STEP: creating a watch on configmaps with label B
STEP: creating a watch on configmaps with label A or B
STEP: creating a configmap with label A and ensuring the correct watchers observe the notification
Feb 10 01:43:05.619: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-a 585d77c5-b580-4ed0-86b6-f6fca0bcfca5 7980380 0 2021-02-10 01:43:05 +0000 UTC   map[watch-this-configmap:multiple-watchers-A] map[] [] []  []},Data:map[string]string{},BinaryData:map[string][]byte{},}
Feb 10 01:43:05.619: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-a 585d77c5-b580-4ed0-86b6-f6fca0bcfca5 7980380 0 2021-02-10 01:43:05 +0000 UTC   map[watch-this-configmap:multiple-watchers-A] map[] [] []  []},Data:map[string]string{},BinaryData:map[string][]byte{},}
STEP: modifying configmap A and ensuring the correct watchers observe the notification
Feb 10 01:43:15.626: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-a 585d77c5-b580-4ed0-86b6-f6fca0bcfca5 7980419 0 2021-02-10 01:43:05 +0000 UTC   map[watch-this-configmap:multiple-watchers-A] map[] [] []  []},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},}
Feb 10 01:43:15.626: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-a 585d77c5-b580-4ed0-86b6-f6fca0bcfca5 7980419 0 2021-02-10 01:43:05 +0000 UTC   map[watch-this-configmap:multiple-watchers-A] map[] [] []  []},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},}
STEP: modifying configmap A again and ensuring the correct watchers observe the notification
Feb 10 01:43:25.635: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-a 585d77c5-b580-4ed0-86b6-f6fca0bcfca5 7980448 0 2021-02-10 01:43:05 +0000 UTC   map[watch-this-configmap:multiple-watchers-A] map[] [] []  []},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
Feb 10 01:43:25.635: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-a 585d77c5-b580-4ed0-86b6-f6fca0bcfca5 7980448 0 2021-02-10 01:43:05 +0000 UTC   map[watch-this-configmap:multiple-watchers-A] map[] [] []  []},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
STEP: deleting configmap A and ensuring the correct watchers observe the notification
Feb 10 01:43:35.642: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-a 585d77c5-b580-4ed0-86b6-f6fca0bcfca5 7980478 0 2021-02-10 01:43:05 +0000 UTC   map[watch-this-configmap:multiple-watchers-A] map[] [] []  []},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
Feb 10 01:43:35.642: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-a 585d77c5-b580-4ed0-86b6-f6fca0bcfca5 7980478 0 2021-02-10 01:43:05 +0000 UTC   map[watch-this-configmap:multiple-watchers-A] map[] [] []  []},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},}
STEP: creating a configmap with label B and ensuring the correct watchers observe the notification
Feb 10 01:43:45.649: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-b 825c31b2-3f98-40e6-8662-2788879f2843 7980509 0 2021-02-10 01:43:45 +0000 UTC   map[watch-this-configmap:multiple-watchers-B] map[] [] []  []},Data:map[string]string{},BinaryData:map[string][]byte{},}
Feb 10 01:43:45.649: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-b 825c31b2-3f98-40e6-8662-2788879f2843 7980509 0 2021-02-10 01:43:45 +0000 UTC   map[watch-this-configmap:multiple-watchers-B] map[] [] []  []},Data:map[string]string{},BinaryData:map[string][]byte{},}
STEP: deleting configmap B and ensuring the correct watchers observe the notification
Feb 10 01:43:55.657: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-b 825c31b2-3f98-40e6-8662-2788879f2843 7980540 0 2021-02-10 01:43:45 +0000 UTC   map[watch-this-configmap:multiple-watchers-B] map[] [] []  []},Data:map[string]string{},BinaryData:map[string][]byte{},}
Feb 10 01:43:55.657: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b  watch-4873 /api/v1/namespaces/watch-4873/configmaps/e2e-watch-test-configmap-b 825c31b2-3f98-40e6-8662-2788879f2843 7980540 0 2021-02-10 01:43:45 +0000 UTC   map[watch-this-configmap:multiple-watchers-B] map[] [] []  []},Data:map[string]string{},BinaryData:map[string][]byte{},}
[AfterEach] [sig-api-machinery] Watchers
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:44:05.657: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "watch-4873" for this suite.

• [SLOW TEST:60.163 seconds]
[sig-api-machinery] Watchers
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should observe add, update, and delete watch notifications on configmaps [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Watchers should observe add, update, and delete watch notifications on configmaps [Conformance]","total":278,"completed":196,"skipped":2964,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] 
  works for CRD preserving unknown fields at the schema root [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:44:05.669: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-publish-openapi
STEP: Waiting for a default service account to be provisioned in namespace
[It] works for CRD preserving unknown fields at the schema root [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:44:05.765: INFO: >>> kubeConfig: /root/.kube/config
STEP: client-side validation (kubectl create and apply) allows request with any unknown properties
Feb 10 01:44:08.721: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-946 create -f -'
Feb 10 01:44:12.003: INFO: stderr: ""
Feb 10 01:44:12.003: INFO: stdout: "e2e-test-crd-publish-openapi-2952-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n"
Feb 10 01:44:12.003: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-946 delete e2e-test-crd-publish-openapi-2952-crds test-cr'
Feb 10 01:44:12.126: INFO: stderr: ""
Feb 10 01:44:12.126: INFO: stdout: "e2e-test-crd-publish-openapi-2952-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n"
Feb 10 01:44:12.126: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-946 apply -f -'
Feb 10 01:44:12.385: INFO: stderr: ""
Feb 10 01:44:12.385: INFO: stdout: "e2e-test-crd-publish-openapi-2952-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n"
Feb 10 01:44:12.385: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-946 delete e2e-test-crd-publish-openapi-2952-crds test-cr'
Feb 10 01:44:12.502: INFO: stderr: ""
Feb 10 01:44:12.502: INFO: stdout: "e2e-test-crd-publish-openapi-2952-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n"
STEP: kubectl explain works to explain CR
Feb 10 01:44:12.502: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-2952-crds'
Feb 10 01:44:12.807: INFO: stderr: ""
Feb 10 01:44:12.807: INFO: stdout: "KIND:     E2e-test-crd-publish-openapi-2952-crd\nVERSION:  crd-publish-openapi-test-unknown-at-root.example.com/v1\n\nDESCRIPTION:\n     \n"
[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:44:14.715: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-publish-openapi-946" for this suite.

• [SLOW TEST:9.052 seconds]
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  works for CRD preserving unknown fields at the schema root [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields at the schema root [Conformance]","total":278,"completed":197,"skipped":2997,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Projected downwardAPI 
  should provide container's memory request [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:44:14.722: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should provide container's memory request [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:44:14.840: INFO: Waiting up to 5m0s for pod "downwardapi-volume-dcc25611-24de-4175-befa-7fc91c7e1a1a" in namespace "projected-1283" to be "success or failure"
Feb 10 01:44:14.844: INFO: Pod "downwardapi-volume-dcc25611-24de-4175-befa-7fc91c7e1a1a": Phase="Pending", Reason="", readiness=false. Elapsed: 3.897501ms
Feb 10 01:44:16.929: INFO: Pod "downwardapi-volume-dcc25611-24de-4175-befa-7fc91c7e1a1a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.089132915s
Feb 10 01:44:18.932: INFO: Pod "downwardapi-volume-dcc25611-24de-4175-befa-7fc91c7e1a1a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.092521814s
STEP: Saw pod success
Feb 10 01:44:18.932: INFO: Pod "downwardapi-volume-dcc25611-24de-4175-befa-7fc91c7e1a1a" satisfied condition "success or failure"
Feb 10 01:44:18.935: INFO: Trying to get logs from node jerma-worker2 pod downwardapi-volume-dcc25611-24de-4175-befa-7fc91c7e1a1a container client-container: 
STEP: delete the pod
Feb 10 01:44:18.986: INFO: Waiting for pod downwardapi-volume-dcc25611-24de-4175-befa-7fc91c7e1a1a to disappear
Feb 10 01:44:18.993: INFO: Pod downwardapi-volume-dcc25611-24de-4175-befa-7fc91c7e1a1a no longer exists
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:44:18.994: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-1283" for this suite.
•{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's memory request [NodeConformance] [Conformance]","total":278,"completed":198,"skipped":3026,"failed":0}
SSS
------------------------------
[sig-network] Services 
  should serve a basic endpoint from pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:44:18.999: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename services
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:139
[It] should serve a basic endpoint from pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating service endpoint-test2 in namespace services-1823
STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-1823 to expose endpoints map[]
Feb 10 01:44:19.108: INFO: Get endpoints failed (9.132803ms elapsed, ignoring for 5s): endpoints "endpoint-test2" not found
Feb 10 01:44:20.111: INFO: successfully validated that service endpoint-test2 in namespace services-1823 exposes endpoints map[] (1.012823796s elapsed)
STEP: Creating pod pod1 in namespace services-1823
STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-1823 to expose endpoints map[pod1:[80]]
Feb 10 01:44:24.233: INFO: successfully validated that service endpoint-test2 in namespace services-1823 exposes endpoints map[pod1:[80]] (4.11426674s elapsed)
STEP: Creating pod pod2 in namespace services-1823
STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-1823 to expose endpoints map[pod1:[80] pod2:[80]]
Feb 10 01:44:28.482: INFO: successfully validated that service endpoint-test2 in namespace services-1823 exposes endpoints map[pod1:[80] pod2:[80]] (4.246448919s elapsed)
STEP: Deleting pod pod1 in namespace services-1823
STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-1823 to expose endpoints map[pod2:[80]]
Feb 10 01:44:29.526: INFO: successfully validated that service endpoint-test2 in namespace services-1823 exposes endpoints map[pod2:[80]] (1.03820502s elapsed)
STEP: Deleting pod pod2 in namespace services-1823
STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-1823 to expose endpoints map[]
Feb 10 01:44:30.568: INFO: successfully validated that service endpoint-test2 in namespace services-1823 exposes endpoints map[] (1.037595971s elapsed)
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:44:30.596: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "services-1823" for this suite.
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:143

• [SLOW TEST:11.607 seconds]
[sig-network] Services
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should serve a basic endpoint from pods  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Services should serve a basic endpoint from pods  [Conformance]","total":278,"completed":199,"skipped":3029,"failed":0}
SSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] Deployment 
  deployment should support proportional scaling [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:44:30.608: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename deployment
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:69
[It] deployment should support proportional scaling [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:44:30.730: INFO: Creating deployment "webserver-deployment"
Feb 10 01:44:30.809: INFO: Waiting for observed generation 1
Feb 10 01:44:33.120: INFO: Waiting for all required pods to come up
Feb 10 01:44:33.158: INFO: Pod name httpd: Found 10 pods out of 10
STEP: ensuring each pod is running
Feb 10 01:44:43.881: INFO: Waiting for deployment "webserver-deployment" to complete
Feb 10 01:44:43.886: INFO: Updating deployment "webserver-deployment" with a non-existent image
Feb 10 01:44:43.891: INFO: Updating deployment webserver-deployment
Feb 10 01:44:43.891: INFO: Waiting for observed generation 2
Feb 10 01:44:45.907: INFO: Waiting for the first rollout's replicaset to have .status.availableReplicas = 8
Feb 10 01:44:45.910: INFO: Waiting for the first rollout's replicaset to have .spec.replicas = 8
Feb 10 01:44:45.912: INFO: Waiting for the first rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas
Feb 10 01:44:45.921: INFO: Verifying that the second rollout's replicaset has .status.availableReplicas = 0
Feb 10 01:44:45.921: INFO: Waiting for the second rollout's replicaset to have .spec.replicas = 5
Feb 10 01:44:45.923: INFO: Waiting for the second rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas
Feb 10 01:44:45.927: INFO: Verifying that deployment "webserver-deployment" has minimum required number of available replicas
Feb 10 01:44:45.927: INFO: Scaling up the deployment "webserver-deployment" from 10 to 30
Feb 10 01:44:45.933: INFO: Updating deployment webserver-deployment
Feb 10 01:44:45.933: INFO: Waiting for the replicasets of deployment "webserver-deployment" to have desired number of replicas
Feb 10 01:44:45.972: INFO: Verifying that first rollout's replicaset has .spec.replicas = 20
Feb 10 01:44:46.030: INFO: Verifying that second rollout's replicaset has .spec.replicas = 13
[AfterEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:63
Feb 10 01:44:46.238: INFO: Deployment "webserver-deployment":
&Deployment{ObjectMeta:{webserver-deployment  deployment-3237 /apis/apps/v1/namespaces/deployment-3237/deployments/webserver-deployment 540d2bb4-3cda-48c0-8148-631f477af241 7981005 3 2021-02-10 01:44:30 +0000 UTC   map[name:httpd] map[deployment.kubernetes.io/revision:2] [] []  []},Spec:DeploymentSpec{Replicas:*30,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:httpd] map[] [] []  []} {[] [] [{httpd webserver:404 [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc005957788  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:2,MaxSurge:3,},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:3,Replicas:13,UpdatedReplicas:5,AvailableReplicas:8,UnavailableReplicas:25,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "webserver-deployment-c7997dcc8" is progressing.,LastUpdateTime:2021-02-10 01:44:45 +0000 UTC,LastTransitionTime:2021-02-10 01:44:30 +0000 UTC,},DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2021-02-10 01:44:45 +0000 UTC,LastTransitionTime:2021-02-10 01:44:45 +0000 UTC,},},ReadyReplicas:8,CollisionCount:nil,},}

Feb 10 01:44:46.443: INFO: New ReplicaSet "webserver-deployment-c7997dcc8" of Deployment "webserver-deployment":
&ReplicaSet{ObjectMeta:{webserver-deployment-c7997dcc8  deployment-3237 /apis/apps/v1/namespaces/deployment-3237/replicasets/webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 7981024 3 2021-02-10 01:44:43 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment webserver-deployment 540d2bb4-3cda-48c0-8148-631f477af241 0xc005957dc7 0xc005957dc8}] []  []},Spec:ReplicaSetSpec{Replicas:*13,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: c7997dcc8,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [] []  []} {[] [] [{httpd webserver:404 [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc005957e58  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:5,FullyLabeledReplicas:5,ObservedGeneration:3,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:44:46.443: INFO: All old ReplicaSets of Deployment "webserver-deployment":
Feb 10 01:44:46.443: INFO: &ReplicaSet{ObjectMeta:{webserver-deployment-595b5b9587  deployment-3237 /apis/apps/v1/namespaces/deployment-3237/replicasets/webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 7981028 3 2021-02-10 01:44:30 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment webserver-deployment 540d2bb4-3cda-48c0-8148-631f477af241 0xc005957ce7 0xc005957ce8}] []  []},Spec:ReplicaSetSpec{Replicas:*20,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 595b5b9587,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [] []  []} {[] [] [{httpd docker.io/library/httpd:2.4.38-alpine [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc005957d58  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:20,FullyLabeledReplicas:20,ObservedGeneration:3,ReadyReplicas:8,AvailableReplicas:8,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:44:46.566: INFO: Pod "webserver-deployment-595b5b9587-2mfm7" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-2mfm7 webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-2mfm7 20021b68-db5c-4406-b9ed-6a7f79f40b35 7980985 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370a5e7 0xc00370a5e8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.567: INFO: Pod "webserver-deployment-595b5b9587-4tb2f" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-4tb2f webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-4tb2f 919a174d-5c25-4744-836e-80ba6b1e9063 7981014 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370a747 0xc00370a748}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.567: INFO: Pod "webserver-deployment-595b5b9587-5j46d" is available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-5j46d webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-5j46d eba6df5e-9deb-4d71-8db0-87deabdefbab 7980885 0 2021-02-10 01:44:30 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370a8b7 0xc00370a8b8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:41 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:41 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:10.244.2.49,StartTime:2021-02-10 01:44:31 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:44:40 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060,ContainerID:containerd://546d2c1522a103c8dfaa8f6336fbe28625d45aea1535e7e5357c425cceb8641e,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.49,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.567: INFO: Pod "webserver-deployment-595b5b9587-5x5xm" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-5x5xm webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-5x5xm 73eca2c7-2b91-4d4c-86d2-b2bc14f5befa 7980988 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370aa77 0xc00370aa78}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.567: INFO: Pod "webserver-deployment-595b5b9587-7c9zt" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-7c9zt webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-7c9zt a2b30a01-d2d6-40fa-af84-ac2c4e348cd3 7981010 0 2021-02-10 01:44:45 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370abe7 0xc00370abe8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:45 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.5,PodIP:,StartTime:2021-02-10 01:44:46 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.568: INFO: Pod "webserver-deployment-595b5b9587-89g5l" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-89g5l webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-89g5l 508b8957-f194-49dd-a168-0fccae62783f 7981018 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370ad87 0xc00370ad88}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.568: INFO: Pod "webserver-deployment-595b5b9587-8cxhq" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-8cxhq webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-8cxhq 25e72a2d-0129-4cf0-8388-9097a3d8e648 7981016 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370aee7 0xc00370aee8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.568: INFO: Pod "webserver-deployment-595b5b9587-bvpcm" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-bvpcm webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-bvpcm 7723ae51-9294-4249-b8e6-1894efe3caa1 7980997 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370b047 0xc00370b048}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.568: INFO: Pod "webserver-deployment-595b5b9587-c65ck" is available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-c65ck webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-c65ck 479ff8c2-b09a-4cda-bb5c-00be163f1124 7980831 0 2021-02-10 01:44:30 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370b317 0xc00370b318}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:37 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:37 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:30 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:10.244.2.47,StartTime:2021-02-10 01:44:31 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:44:37 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060,ContainerID:containerd://1f1de89b390c6f973371f772e5dc1de3aac5b5682117dc1317a15f84a674414e,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.47,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.568: INFO: Pod "webserver-deployment-595b5b9587-dbtj8" is available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-dbtj8 webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-dbtj8 15c856be-2303-4e30-8d74-d2029c96b199 7980881 0 2021-02-10 01:44:30 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370b4c7 0xc00370b4c8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:41 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:41 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:10.244.2.50,StartTime:2021-02-10 01:44:31 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:44:41 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060,ContainerID:containerd://c4521fd5eb9b636c88a7eb1700382ad141e4900e884d85caed8432ae0bc7ef2f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.50,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.569: INFO: Pod "webserver-deployment-595b5b9587-gsm5h" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-gsm5h webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-gsm5h 77940b61-e608-4539-a820-81167ee5a4a4 7980979 0 2021-02-10 01:44:45 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370b687 0xc00370b688}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.569: INFO: Pod "webserver-deployment-595b5b9587-jxhqv" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-jxhqv webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-jxhqv 939ecdb8-520b-4fa0-8c7e-f88745b6b92f 7981032 0 2021-02-10 01:44:45 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370b7e7 0xc00370b7e8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:,StartTime:2021-02-10 01:44:46 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.569: INFO: Pod "webserver-deployment-595b5b9587-kwkt4" is available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-kwkt4 webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-kwkt4 cae3f7e4-8b30-4c9a-9818-0140bda45ca8 7980865 0 2021-02-10 01:44:30 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370b9a7 0xc00370b9a8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.5,PodIP:10.244.1.110,StartTime:2021-02-10 01:44:31 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:44:39 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060,ContainerID:containerd://fc01ee70543a82ddc51dc879dbf6d8540aa5bb45f1a9850ace7b2f2411807b59,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.110,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.570: INFO: Pod "webserver-deployment-595b5b9587-nkxrz" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-nkxrz webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-nkxrz 5608e05d-5405-462d-bbc9-969ea6e46a58 7981017 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370bbc7 0xc00370bbc8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.570: INFO: Pod "webserver-deployment-595b5b9587-nzv85" is available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-nzv85 webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-nzv85 a058f88e-2cd7-4468-addc-d7f77014e116 7980870 0 2021-02-10 01:44:31 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370bd27 0xc00370bd28}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.5,PodIP:10.244.1.112,StartTime:2021-02-10 01:44:31 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:44:40 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060,ContainerID:containerd://17c1a338eebdd10a9a4712d9b543cd958981ade8516aa3dbe67bea94b781826a,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.112,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.570: INFO: Pod "webserver-deployment-595b5b9587-phdvv" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-phdvv webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-phdvv cb1e3623-ed01-4d36-900e-ad02845aa2e4 7981015 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc00370bf07 0xc00370bf08}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.570: INFO: Pod "webserver-deployment-595b5b9587-srf7v" is available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-srf7v webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-srf7v efd77f3c-3a85-4a69-9f22-72949c1a936b 7980838 0 2021-02-10 01:44:30 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc005920057 0xc005920058}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:38 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:38 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.5,PodIP:10.244.1.109,StartTime:2021-02-10 01:44:31 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:44:37 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060,ContainerID:containerd://4213ca9a1be39d76bc1f40ad71c7fa507a5d23c4bf2e15ff4368c2cad8c9a2e3,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.109,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.571: INFO: Pod "webserver-deployment-595b5b9587-tkwnz" is available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-tkwnz webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-tkwnz a29a27c1-0a13-4c86-b7cd-05d15dbee9f0 7980858 0 2021-02-10 01:44:30 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc0059202b7 0xc0059202b8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:31 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:30 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:10.244.2.48,StartTime:2021-02-10 01:44:31 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:44:39 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060,ContainerID:containerd://d36794050d2848157b4a782c2aa2cd34ba86ddbd74a3727e0bddb32c052e7e28,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.48,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.571: INFO: Pod "webserver-deployment-595b5b9587-xjkfs" is available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-xjkfs webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-xjkfs 94f2f745-8143-41db-ad81-bc03c206eba4 7980818 0 2021-02-10 01:44:30 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc0059204c7 0xc0059204c8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:30 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:30 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.5,PodIP:10.244.1.108,StartTime:2021-02-10 01:44:30 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:44:35 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060,ContainerID:containerd://38e4ec9eff8d40786d3c11a455553542a178a164776533c942224b4da006618e,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.1.108,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.571: INFO: Pod "webserver-deployment-595b5b9587-xvlh7" is not available:
&Pod{ObjectMeta:{webserver-deployment-595b5b9587-xvlh7 webserver-deployment-595b5b9587- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-595b5b9587-xvlh7 7f4dd096-da83-4733-b24a-ba12ab6d6b48 7980999 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:595b5b9587] map[] [{apps/v1 ReplicaSet webserver-deployment-595b5b9587 73ff79ca-13b9-438a-a433-de60deeb939b 0xc0059206e7 0xc0059206e8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.571: INFO: Pod "webserver-deployment-c7997dcc8-5n7p5" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-5n7p5 webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-5n7p5 8e6718b8-e5f1-4d91-adec-e5cafba820e9 7981008 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005920887 0xc005920888}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.571: INFO: Pod "webserver-deployment-c7997dcc8-6f9vx" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-6f9vx webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-6f9vx 2c7608ea-bee5-4886-aba1-33f5619cced0 7980983 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc0059209c7 0xc0059209c8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.572: INFO: Pod "webserver-deployment-c7997dcc8-7bwkl" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-7bwkl webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-7bwkl 536d44d6-cbb6-4932-a009-5461277eef3f 7981006 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005920b67 0xc005920b68}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.572: INFO: Pod "webserver-deployment-c7997dcc8-9tnd5" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-9tnd5 webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-9tnd5 1700bbd5-1554-4143-a4b3-9d106d032433 7980938 0 2021-02-10 01:44:43 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005920ca7 0xc005920ca8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:,StartTime:2021-02-10 01:44:44 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.572: INFO: Pod "webserver-deployment-c7997dcc8-bhmn8" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-bhmn8 webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-bhmn8 11bf1fc9-fe8f-4d8a-94db-d9664475eacf 7980995 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005920e97 0xc005920e98}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.572: INFO: Pod "webserver-deployment-c7997dcc8-c7bl6" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-c7bl6 webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-c7bl6 6e4ce12c-0896-4df0-90d6-209367916db5 7981009 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005921047 0xc005921048}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.573: INFO: Pod "webserver-deployment-c7997dcc8-cd26g" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-cd26g webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-cd26g 2e7ece94-44fd-4b94-88b3-a4cf25828cf8 7980953 0 2021-02-10 01:44:44 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc0059211a7 0xc0059211a8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:45 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:45 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:45 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.5,PodIP:,StartTime:2021-02-10 01:44:45 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.573: INFO: Pod "webserver-deployment-c7997dcc8-dd9s7" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-dd9s7 webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-dd9s7 59750b1a-fcf5-442a-8ebc-d3ecf8622b60 7981037 0 2021-02-10 01:44:45 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005921377 0xc005921378}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.5,PodIP:,StartTime:2021-02-10 01:44:46 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.573: INFO: Pod "webserver-deployment-c7997dcc8-g596m" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-g596m webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-g596m fd98c692-7fcc-4759-90ff-0025db43eb24 7980925 0 2021-02-10 01:44:43 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005921507 0xc005921508}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:43 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.5,PodIP:,StartTime:2021-02-10 01:44:44 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.573: INFO: Pod "webserver-deployment-c7997dcc8-lprgd" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-lprgd webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-lprgd 4ed06384-7ae1-4aa8-88ba-97633603bc6e 7981003 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005921687 0xc005921688}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.573: INFO: Pod "webserver-deployment-c7997dcc8-mghfk" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-mghfk webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-mghfk 695d5fa4-79de-4a30-bf27-3b1057d390e7 7981033 0 2021-02-10 01:44:46 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005921807 0xc005921808}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:46 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.574: INFO: Pod "webserver-deployment-c7997dcc8-prk4j" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-prk4j webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-prk4j ef3494e8-623a-4aa7-bf4d-a37a541bde8a 7980954 0 2021-02-10 01:44:44 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005921977 0xc005921978}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:45 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:45 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:45 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:,StartTime:2021-02-10 01:44:45 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:44:46.574: INFO: Pod "webserver-deployment-c7997dcc8-z7qj2" is not available:
&Pod{ObjectMeta:{webserver-deployment-c7997dcc8-z7qj2 webserver-deployment-c7997dcc8- deployment-3237 /api/v1/namespaces/deployment-3237/pods/webserver-deployment-c7997dcc8-z7qj2 32a77130-5b79-437c-8b37-adea8ae6c81c 7980928 0 2021-02-10 01:44:43 +0000 UTC   map[name:httpd pod-template-hash:c7997dcc8] map[] [{apps/v1 ReplicaSet webserver-deployment-c7997dcc8 3cccb7e8-76d7-4f40-8f62-18ce9ddd0a79 0xc005921b07 0xc005921b08}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-plh6c,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-plh6c,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-plh6c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:44:44 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:,StartTime:2021-02-10 01:44:44 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
[AfterEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:44:46.574: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "deployment-3237" for this suite.

• [SLOW TEST:16.235 seconds]
[sig-apps] Deployment
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  deployment should support proportional scaling [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Deployment deployment should support proportional scaling [Conformance]","total":278,"completed":200,"skipped":3048,"failed":0}
[sig-storage] Subpath Atomic writer volumes 
  should support subpaths with secret pod [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Subpath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:44:46.843: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename subpath
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] Atomic writer volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:37
STEP: Setting up data
[It] should support subpaths with secret pod [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating pod pod-subpath-test-secret-bhgg
STEP: Creating a pod to test atomic-volume-subpath
Feb 10 01:44:47.063: INFO: Waiting up to 5m0s for pod "pod-subpath-test-secret-bhgg" in namespace "subpath-963" to be "success or failure"
Feb 10 01:44:47.085: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Pending", Reason="", readiness=false. Elapsed: 22.155774ms
Feb 10 01:44:49.504: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Pending", Reason="", readiness=false. Elapsed: 2.440806361s
Feb 10 01:44:52.069: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Pending", Reason="", readiness=false. Elapsed: 5.005426437s
Feb 10 01:44:54.170: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Pending", Reason="", readiness=false. Elapsed: 7.107356507s
Feb 10 01:44:56.295: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Pending", Reason="", readiness=false. Elapsed: 9.231695308s
Feb 10 01:44:58.576: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Pending", Reason="", readiness=false. Elapsed: 11.512997575s
Feb 10 01:45:00.831: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Pending", Reason="", readiness=false. Elapsed: 13.767564808s
Feb 10 01:45:03.050: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Pending", Reason="", readiness=false. Elapsed: 15.986719117s
Feb 10 01:45:05.259: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Pending", Reason="", readiness=false. Elapsed: 18.195570671s
Feb 10 01:45:07.357: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Running", Reason="", readiness=true. Elapsed: 20.293876185s
Feb 10 01:45:09.433: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Running", Reason="", readiness=true. Elapsed: 22.369603799s
Feb 10 01:45:11.449: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Running", Reason="", readiness=true. Elapsed: 24.386064542s
Feb 10 01:45:13.692: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Running", Reason="", readiness=true. Elapsed: 26.6290549s
Feb 10 01:45:15.870: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Running", Reason="", readiness=true. Elapsed: 28.807009831s
Feb 10 01:45:17.947: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Running", Reason="", readiness=true. Elapsed: 30.883928454s
Feb 10 01:45:19.951: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Running", Reason="", readiness=true. Elapsed: 32.887954334s
Feb 10 01:45:21.955: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Running", Reason="", readiness=true. Elapsed: 34.892190297s
Feb 10 01:45:23.959: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Running", Reason="", readiness=true. Elapsed: 36.895800316s
Feb 10 01:45:25.963: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Running", Reason="", readiness=true. Elapsed: 38.900306597s
Feb 10 01:45:27.968: INFO: Pod "pod-subpath-test-secret-bhgg": Phase="Succeeded", Reason="", readiness=false. Elapsed: 40.905419155s
STEP: Saw pod success
Feb 10 01:45:27.969: INFO: Pod "pod-subpath-test-secret-bhgg" satisfied condition "success or failure"
Feb 10 01:45:27.972: INFO: Trying to get logs from node jerma-worker pod pod-subpath-test-secret-bhgg container test-container-subpath-secret-bhgg: 
STEP: delete the pod
Feb 10 01:45:28.084: INFO: Waiting for pod pod-subpath-test-secret-bhgg to disappear
Feb 10 01:45:28.095: INFO: Pod pod-subpath-test-secret-bhgg no longer exists
STEP: Deleting pod pod-subpath-test-secret-bhgg
Feb 10 01:45:28.095: INFO: Deleting pod "pod-subpath-test-secret-bhgg" in namespace "subpath-963"
[AfterEach] [sig-storage] Subpath
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:45:28.098: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "subpath-963" for this suite.

• [SLOW TEST:41.262 seconds]
[sig-storage] Subpath
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23
  Atomic writer volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/subpath.go:33
    should support subpaths with secret pod [LinuxOnly] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with secret pod [LinuxOnly] [Conformance]","total":278,"completed":201,"skipped":3048,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Pods 
  should contain environment variables for services [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:45:28.106: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pods
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:177
[It] should contain environment variables for services [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:45:32.234: INFO: Waiting up to 5m0s for pod "client-envvars-25d823c5-7762-4c0a-b4a2-016c3e6fb207" in namespace "pods-7102" to be "success or failure"
Feb 10 01:45:32.240: INFO: Pod "client-envvars-25d823c5-7762-4c0a-b4a2-016c3e6fb207": Phase="Pending", Reason="", readiness=false. Elapsed: 5.572912ms
Feb 10 01:45:34.244: INFO: Pod "client-envvars-25d823c5-7762-4c0a-b4a2-016c3e6fb207": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009745437s
Feb 10 01:45:36.250: INFO: Pod "client-envvars-25d823c5-7762-4c0a-b4a2-016c3e6fb207": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.015676928s
STEP: Saw pod success
Feb 10 01:45:36.250: INFO: Pod "client-envvars-25d823c5-7762-4c0a-b4a2-016c3e6fb207" satisfied condition "success or failure"
Feb 10 01:45:36.252: INFO: Trying to get logs from node jerma-worker2 pod client-envvars-25d823c5-7762-4c0a-b4a2-016c3e6fb207 container env3cont: 
STEP: delete the pod
Feb 10 01:45:36.277: INFO: Waiting for pod client-envvars-25d823c5-7762-4c0a-b4a2-016c3e6fb207 to disappear
Feb 10 01:45:36.282: INFO: Pod client-envvars-25d823c5-7762-4c0a-b4a2-016c3e6fb207 no longer exists
[AfterEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:45:36.282: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pods-7102" for this suite.

• [SLOW TEST:8.183 seconds]
[k8s.io] Pods
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should contain environment variables for services [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Pods should contain environment variables for services [NodeConformance] [Conformance]","total":278,"completed":202,"skipped":3075,"failed":0}
SSSSSSSSSS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should be able to deny custom resource creation, update and deletion [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:45:36.289: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:45:37.022: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:45:39.032: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518337, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518337, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518337, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518337, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:45:42.057: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should be able to deny custom resource creation, update and deletion [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:45:42.241: INFO: >>> kubeConfig: /root/.kube/config
STEP: Registering the custom resource webhook via the AdmissionRegistration API
STEP: Creating a custom resource that should be denied by the webhook
STEP: Creating a custom resource whose deletion would be denied by the webhook
STEP: Updating the custom resource with disallowed data should be denied
STEP: Deleting the custom resource should be denied
STEP: Remove the offending key and value from the custom resource data
STEP: Deleting the updated custom resource should be successful
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:45:43.546: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-3337" for this suite.
STEP: Destroying namespace "webhook-3337-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:7.353 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should be able to deny custom resource creation, update and deletion [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny custom resource creation, update and deletion [Conformance]","total":278,"completed":203,"skipped":3085,"failed":0}
SSS
------------------------------
[sig-storage] Secrets 
  optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:45:43.642: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name s-test-opt-del-6b64ecac-fa45-47a8-8167-efdd6090f85a
STEP: Creating secret with name s-test-opt-upd-c9d351cc-471b-478c-aed6-0cafe87491de
STEP: Creating the pod
STEP: Deleting secret s-test-opt-del-6b64ecac-fa45-47a8-8167-efdd6090f85a
STEP: Updating secret s-test-opt-upd-c9d351cc-471b-478c-aed6-0cafe87491de
STEP: Creating secret with name s-test-opt-create-1b06beb4-d92c-44d2-8313-4bb6328e416a
STEP: waiting to observe update in volume
[AfterEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:45:51.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-3186" for this suite.

• [SLOW TEST:8.213 seconds]
[sig-storage] Secrets
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/secrets_volume.go:34
  optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Secrets optional updates should be reflected in volume [NodeConformance] [Conformance]","total":278,"completed":204,"skipped":3088,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-node] ConfigMap 
  should be consumable via environment variable [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-node] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:45:51.856: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable via environment variable [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap configmap-2614/configmap-test-a5524299-1df3-4d40-a9c7-c2db2bd03d94
STEP: Creating a pod to test consume configMaps
Feb 10 01:45:51.946: INFO: Waiting up to 5m0s for pod "pod-configmaps-1fdab882-bc84-4319-adbc-d85297a97ec7" in namespace "configmap-2614" to be "success or failure"
Feb 10 01:45:51.966: INFO: Pod "pod-configmaps-1fdab882-bc84-4319-adbc-d85297a97ec7": Phase="Pending", Reason="", readiness=false. Elapsed: 19.983318ms
Feb 10 01:45:54.037: INFO: Pod "pod-configmaps-1fdab882-bc84-4319-adbc-d85297a97ec7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.09107127s
Feb 10 01:45:56.042: INFO: Pod "pod-configmaps-1fdab882-bc84-4319-adbc-d85297a97ec7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.095378948s
STEP: Saw pod success
Feb 10 01:45:56.042: INFO: Pod "pod-configmaps-1fdab882-bc84-4319-adbc-d85297a97ec7" satisfied condition "success or failure"
Feb 10 01:45:56.045: INFO: Trying to get logs from node jerma-worker pod pod-configmaps-1fdab882-bc84-4319-adbc-d85297a97ec7 container env-test: 
STEP: delete the pod
Feb 10 01:45:56.117: INFO: Waiting for pod pod-configmaps-1fdab882-bc84-4319-adbc-d85297a97ec7 to disappear
Feb 10 01:45:56.124: INFO: Pod pod-configmaps-1fdab882-bc84-4319-adbc-d85297a97ec7 no longer exists
[AfterEach] [sig-node] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:45:56.124: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-2614" for this suite.
•{"msg":"PASSED [sig-node] ConfigMap should be consumable via environment variable [NodeConformance] [Conformance]","total":278,"completed":205,"skipped":3129,"failed":0}
SSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] 
  works for CRD preserving unknown fields in an embedded object [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:45:56.131: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-publish-openapi
STEP: Waiting for a default service account to be provisioned in namespace
[It] works for CRD preserving unknown fields in an embedded object [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:45:56.179: INFO: >>> kubeConfig: /root/.kube/config
STEP: client-side validation (kubectl create and apply) allows request with any unknown properties
Feb 10 01:45:59.085: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-1768 create -f -'
Feb 10 01:46:03.618: INFO: stderr: ""
Feb 10 01:46:03.618: INFO: stdout: "e2e-test-crd-publish-openapi-3078-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n"
Feb 10 01:46:03.618: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-1768 delete e2e-test-crd-publish-openapi-3078-crds test-cr'
Feb 10 01:46:03.739: INFO: stderr: ""
Feb 10 01:46:03.739: INFO: stdout: "e2e-test-crd-publish-openapi-3078-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n"
Feb 10 01:46:03.739: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-1768 apply -f -'
Feb 10 01:46:03.977: INFO: stderr: ""
Feb 10 01:46:03.977: INFO: stdout: "e2e-test-crd-publish-openapi-3078-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n"
Feb 10 01:46:03.977: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config --namespace=crd-publish-openapi-1768 delete e2e-test-crd-publish-openapi-3078-crds test-cr'
Feb 10 01:46:04.103: INFO: stderr: ""
Feb 10 01:46:04.103: INFO: stdout: "e2e-test-crd-publish-openapi-3078-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n"
STEP: kubectl explain works to explain CR
Feb 10 01:46:04.103: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config explain e2e-test-crd-publish-openapi-3078-crds'
Feb 10 01:46:04.328: INFO: stderr: ""
Feb 10 01:46:04.328: INFO: stdout: "KIND:     E2e-test-crd-publish-openapi-3078-crd\nVERSION:  crd-publish-openapi-test-unknown-in-nested.example.com/v1\n\nDESCRIPTION:\n     preserve-unknown-properties in nested field for Testing\n\nFIELDS:\n   apiVersion\t\n     APIVersion defines the versioned schema of this representation of an\n     object. Servers should convert recognized schemas to the latest internal\n     value, and may reject unrecognized values. More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources\n\n   kind\t\n     Kind is a string value representing the REST resource this object\n     represents. Servers may infer this from the endpoint the client submits\n     requests to. Cannot be updated. In CamelCase. More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\n\n   metadata\t\n     Standard object's metadata. More info:\n     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n   spec\t\n     Specification of Waldo\n\n   status\t\n     Status of Waldo\n\n"
[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:46:06.252: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-publish-openapi-1768" for this suite.

• [SLOW TEST:10.128 seconds]
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  works for CRD preserving unknown fields in an embedded object [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields in an embedded object [Conformance]","total":278,"completed":206,"skipped":3142,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-network] DNS 
  should provide DNS for ExternalName services [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:46:06.260: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename dns
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide DNS for ExternalName services [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a test externalName service
STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-1474.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local; sleep 1; done

STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-1474.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local; sleep 1; done

STEP: creating a pod to probe DNS
STEP: submitting the pod to kubernetes
STEP: retrieving the pod
STEP: looking for the results for each expected name from probers
Feb 10 01:46:12.379: INFO: DNS probes using dns-test-3e63e4a7-aecd-455f-82eb-877ddc289629 succeeded

STEP: deleting the pod
STEP: changing the externalName to bar.example.com
STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-1474.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local; sleep 1; done

STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-1474.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local; sleep 1; done

STEP: creating a second pod to probe DNS
STEP: submitting the pod to kubernetes
STEP: retrieving the pod
STEP: looking for the results for each expected name from probers
Feb 10 01:46:18.479: INFO: File wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local from pod  dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 contains 'foo.example.com.
' instead of 'bar.example.com.'
Feb 10 01:46:18.483: INFO: File jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local from pod  dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 contains 'foo.example.com.
' instead of 'bar.example.com.'
Feb 10 01:46:18.483: INFO: Lookups using dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 failed for: [wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local]

Feb 10 01:46:23.488: INFO: File wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local from pod  dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 contains 'foo.example.com.
' instead of 'bar.example.com.'
Feb 10 01:46:23.491: INFO: File jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local from pod  dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 contains 'foo.example.com.
' instead of 'bar.example.com.'
Feb 10 01:46:23.491: INFO: Lookups using dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 failed for: [wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local]

Feb 10 01:46:28.488: INFO: File wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local from pod  dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 contains 'foo.example.com.
' instead of 'bar.example.com.'
Feb 10 01:46:28.492: INFO: File jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local from pod  dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 contains 'foo.example.com.
' instead of 'bar.example.com.'
Feb 10 01:46:28.492: INFO: Lookups using dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 failed for: [wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local]

Feb 10 01:46:33.488: INFO: File wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local from pod  dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 contains 'foo.example.com.
' instead of 'bar.example.com.'
Feb 10 01:46:33.492: INFO: File jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local from pod  dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 contains 'foo.example.com.
' instead of 'bar.example.com.'
Feb 10 01:46:33.492: INFO: Lookups using dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 failed for: [wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local]

Feb 10 01:46:38.487: INFO: File wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local from pod  dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 contains 'foo.example.com.
' instead of 'bar.example.com.'
Feb 10 01:46:38.490: INFO: File jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local from pod  dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 contains 'foo.example.com.
' instead of 'bar.example.com.'
Feb 10 01:46:38.490: INFO: Lookups using dns-1474/dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 failed for: [wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local]

Feb 10 01:46:43.497: INFO: DNS probes using dns-test-8fe58655-e170-4200-b03b-7cf1b5268d62 succeeded

STEP: deleting the pod
STEP: changing the service to type=ClusterIP
STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-1474.svc.cluster.local A > /results/wheezy_udp@dns-test-service-3.dns-1474.svc.cluster.local; sleep 1; done

STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-1474.svc.cluster.local A > /results/jessie_udp@dns-test-service-3.dns-1474.svc.cluster.local; sleep 1; done

STEP: creating a third pod to probe DNS
STEP: submitting the pod to kubernetes
STEP: retrieving the pod
STEP: looking for the results for each expected name from probers
Feb 10 01:46:49.902: INFO: DNS probes using dns-test-86ad95fa-99e9-4aab-8880-17651ec64d9d succeeded

STEP: deleting the pod
STEP: deleting the test externalName service
[AfterEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:46:50.003: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "dns-1474" for this suite.

• [SLOW TEST:43.752 seconds]
[sig-network] DNS
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should provide DNS for ExternalName services [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] DNS should provide DNS for ExternalName services [Conformance]","total":278,"completed":207,"skipped":3219,"failed":0}
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should be able to deny attaching pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:46:50.012: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:46:50.765: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:46:52.877: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518410, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518410, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518410, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518410, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:46:55.899: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should be able to deny attaching pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Registering the webhook via the AdmissionRegistration API
STEP: create a pod
STEP: 'kubectl attach' the pod, should be denied by the webhook
Feb 10 01:47:01.940: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config attach --namespace=webhook-6967 to-be-attached-pod -i -c=container1'
Feb 10 01:47:02.056: INFO: rc: 1
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:47:02.061: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-6967" for this suite.
STEP: Destroying namespace "webhook-6967-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:12.156 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should be able to deny attaching pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny attaching pod [Conformance]","total":278,"completed":208,"skipped":3219,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] ConfigMap 
  should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:47:02.168: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name configmap-test-volume-map-d060860a-0f48-4cae-aab2-16a12c062a62
STEP: Creating a pod to test consume configMaps
Feb 10 01:47:02.226: INFO: Waiting up to 5m0s for pod "pod-configmaps-5ba49177-8e6f-4276-ae03-00deb51ef427" in namespace "configmap-9548" to be "success or failure"
Feb 10 01:47:02.240: INFO: Pod "pod-configmaps-5ba49177-8e6f-4276-ae03-00deb51ef427": Phase="Pending", Reason="", readiness=false. Elapsed: 14.552846ms
Feb 10 01:47:04.245: INFO: Pod "pod-configmaps-5ba49177-8e6f-4276-ae03-00deb51ef427": Phase="Pending", Reason="", readiness=false. Elapsed: 2.018977792s
Feb 10 01:47:06.248: INFO: Pod "pod-configmaps-5ba49177-8e6f-4276-ae03-00deb51ef427": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.022807127s
STEP: Saw pod success
Feb 10 01:47:06.248: INFO: Pod "pod-configmaps-5ba49177-8e6f-4276-ae03-00deb51ef427" satisfied condition "success or failure"
Feb 10 01:47:06.251: INFO: Trying to get logs from node jerma-worker pod pod-configmaps-5ba49177-8e6f-4276-ae03-00deb51ef427 container configmap-volume-test: 
STEP: delete the pod
Feb 10 01:47:06.282: INFO: Waiting for pod pod-configmaps-5ba49177-8e6f-4276-ae03-00deb51ef427 to disappear
Feb 10 01:47:06.302: INFO: Pod pod-configmaps-5ba49177-8e6f-4276-ae03-00deb51ef427 no longer exists
[AfterEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:47:06.302: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-9548" for this suite.
•{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","total":278,"completed":209,"skipped":3247,"failed":0}
SSSSS
------------------------------
[k8s.io] Container Runtime blackbox test on terminated container 
  should report termination message [LinuxOnly] as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Container Runtime
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:47:06.309: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-runtime
STEP: Waiting for a default service account to be provisioned in namespace
[It] should report termination message [LinuxOnly] as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the container
STEP: wait for the container to reach Succeeded
STEP: get the container status
STEP: the container should be terminated
STEP: the termination message should be set
Feb 10 01:47:10.531: INFO: Expected: &{} to match Container's Termination Message:  --
STEP: delete the container
[AfterEach] [k8s.io] Container Runtime
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:47:10.594: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-runtime-1248" for this suite.
•{"msg":"PASSED [k8s.io] Container Runtime blackbox test on terminated container should report termination message [LinuxOnly] as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]","total":278,"completed":210,"skipped":3252,"failed":0}

------------------------------
[sig-cli] Kubectl client Kubectl run rc 
  should create an rc from an image [Deprecated] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:47:10.600: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Kubectl run rc
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1526
[It] should create an rc from an image [Deprecated] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: running the image docker.io/library/httpd:2.4.38-alpine
Feb 10 01:47:10.757: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config run e2e-test-httpd-rc --image=docker.io/library/httpd:2.4.38-alpine --generator=run/v1 --namespace=kubectl-8368'
Feb 10 01:47:10.855: INFO: stderr: "kubectl run --generator=run/v1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=run-pod/v1 or kubectl create instead.\n"
Feb 10 01:47:10.855: INFO: stdout: "replicationcontroller/e2e-test-httpd-rc created\n"
STEP: verifying the rc e2e-test-httpd-rc was created
STEP: verifying the pod controlled by rc e2e-test-httpd-rc was created
STEP: confirm that you can get logs from an rc
Feb 10 01:47:10.905: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [e2e-test-httpd-rc-ccw4f]
Feb 10 01:47:10.905: INFO: Waiting up to 5m0s for pod "e2e-test-httpd-rc-ccw4f" in namespace "kubectl-8368" to be "running and ready"
Feb 10 01:47:10.907: INFO: Pod "e2e-test-httpd-rc-ccw4f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.14476ms
Feb 10 01:47:13.092: INFO: Pod "e2e-test-httpd-rc-ccw4f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.186740342s
Feb 10 01:47:15.096: INFO: Pod "e2e-test-httpd-rc-ccw4f": Phase="Running", Reason="", readiness=true. Elapsed: 4.190737321s
Feb 10 01:47:15.096: INFO: Pod "e2e-test-httpd-rc-ccw4f" satisfied condition "running and ready"
Feb 10 01:47:15.096: INFO: Wanted all 1 pods to be running and ready. Result: true. Pods: [e2e-test-httpd-rc-ccw4f]
Feb 10 01:47:15.096: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config logs rc/e2e-test-httpd-rc --namespace=kubectl-8368'
Feb 10 01:47:15.217: INFO: stderr: ""
Feb 10 01:47:15.217: INFO: stdout: "AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 10.244.2.70. Set the 'ServerName' directive globally to suppress this message\nAH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 10.244.2.70. Set the 'ServerName' directive globally to suppress this message\n[Wed Feb 10 01:47:13.498985 2021] [mpm_event:notice] [pid 1:tid 140546157931368] AH00489: Apache/2.4.38 (Unix) configured -- resuming normal operations\n[Wed Feb 10 01:47:13.499027 2021] [core:notice] [pid 1:tid 140546157931368] AH00094: Command line: 'httpd -D FOREGROUND'\n"
[AfterEach] Kubectl run rc
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1531
Feb 10 01:47:15.217: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete rc e2e-test-httpd-rc --namespace=kubectl-8368'
Feb 10 01:47:15.330: INFO: stderr: ""
Feb 10 01:47:15.330: INFO: stdout: "replicationcontroller \"e2e-test-httpd-rc\" deleted\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:47:15.330: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-8368" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Kubectl run rc should create an rc from an image [Deprecated] [Conformance]","total":278,"completed":211,"skipped":3252,"failed":0}

------------------------------
[sig-apps] Job 
  should delete a job [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Job
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:47:15.335: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename job
STEP: Waiting for a default service account to be provisioned in namespace
[It] should delete a job [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a job
STEP: Ensuring active pods == parallelism
STEP: delete a job
STEP: deleting Job.batch foo in namespace job-1274, will wait for the garbage collector to delete the pods
Feb 10 01:47:21.478: INFO: Deleting Job.batch foo took: 4.687766ms
Feb 10 01:47:21.578: INFO: Terminating Job.batch foo pods took: 100.23294ms
STEP: Ensuring job was deleted
[AfterEach] [sig-apps] Job
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:48:02.181: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "job-1274" for this suite.

• [SLOW TEST:46.854 seconds]
[sig-apps] Job
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should delete a job [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Job should delete a job [Conformance]","total":278,"completed":212,"skipped":3252,"failed":0}
SSSS
------------------------------
[sig-api-machinery] ResourceQuota 
  should verify ResourceQuota with best effort scope. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:48:02.190: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename resourcequota
STEP: Waiting for a default service account to be provisioned in namespace
[It] should verify ResourceQuota with best effort scope. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a ResourceQuota with best effort scope
STEP: Ensuring ResourceQuota status is calculated
STEP: Creating a ResourceQuota with not best effort scope
STEP: Ensuring ResourceQuota status is calculated
STEP: Creating a best-effort pod
STEP: Ensuring resource quota with best effort scope captures the pod usage
STEP: Ensuring resource quota with not best effort ignored the pod usage
STEP: Deleting the pod
STEP: Ensuring resource quota status released the pod usage
STEP: Creating a not best-effort pod
STEP: Ensuring resource quota with not best effort scope captures the pod usage
STEP: Ensuring resource quota with best effort scope ignored the pod usage
STEP: Deleting the pod
STEP: Ensuring resource quota status released the pod usage
[AfterEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:48:20.405: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "resourcequota-6152" for this suite.

• [SLOW TEST:18.222 seconds]
[sig-api-machinery] ResourceQuota
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should verify ResourceQuota with best effort scope. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] ResourceQuota should verify ResourceQuota with best effort scope. [Conformance]","total":278,"completed":213,"skipped":3256,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Security Context When creating a pod with readOnlyRootFilesystem 
  should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:48:20.413: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename security-context-test
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/security_context.go:39
[It] should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:48:20.719: INFO: Waiting up to 5m0s for pod "busybox-readonly-false-07e03022-0097-4a6b-9486-a23b1aa84f31" in namespace "security-context-test-5503" to be "success or failure"
Feb 10 01:48:20.744: INFO: Pod "busybox-readonly-false-07e03022-0097-4a6b-9486-a23b1aa84f31": Phase="Pending", Reason="", readiness=false. Elapsed: 24.736605ms
Feb 10 01:48:22.747: INFO: Pod "busybox-readonly-false-07e03022-0097-4a6b-9486-a23b1aa84f31": Phase="Pending", Reason="", readiness=false. Elapsed: 2.028121395s
Feb 10 01:48:24.751: INFO: Pod "busybox-readonly-false-07e03022-0097-4a6b-9486-a23b1aa84f31": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.031814934s
Feb 10 01:48:24.751: INFO: Pod "busybox-readonly-false-07e03022-0097-4a6b-9486-a23b1aa84f31" satisfied condition "success or failure"
[AfterEach] [k8s.io] Security Context
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:48:24.751: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "security-context-test-5503" for this suite.
•{"msg":"PASSED [k8s.io] Security Context When creating a pod with readOnlyRootFilesystem should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance]","total":278,"completed":214,"skipped":3317,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:48:24.763: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0644 on tmpfs
Feb 10 01:48:24.826: INFO: Waiting up to 5m0s for pod "pod-9c59e7f3-78ac-43a5-bee4-2cfcabe65027" in namespace "emptydir-6811" to be "success or failure"
Feb 10 01:48:24.981: INFO: Pod "pod-9c59e7f3-78ac-43a5-bee4-2cfcabe65027": Phase="Pending", Reason="", readiness=false. Elapsed: 154.565721ms
Feb 10 01:48:27.064: INFO: Pod "pod-9c59e7f3-78ac-43a5-bee4-2cfcabe65027": Phase="Pending", Reason="", readiness=false. Elapsed: 2.236969737s
Feb 10 01:48:29.068: INFO: Pod "pod-9c59e7f3-78ac-43a5-bee4-2cfcabe65027": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.241233197s
STEP: Saw pod success
Feb 10 01:48:29.068: INFO: Pod "pod-9c59e7f3-78ac-43a5-bee4-2cfcabe65027" satisfied condition "success or failure"
Feb 10 01:48:29.070: INFO: Trying to get logs from node jerma-worker pod pod-9c59e7f3-78ac-43a5-bee4-2cfcabe65027 container test-container: 
STEP: delete the pod
Feb 10 01:48:29.094: INFO: Waiting for pod pod-9c59e7f3-78ac-43a5-bee4-2cfcabe65027 to disappear
Feb 10 01:48:29.105: INFO: Pod pod-9c59e7f3-78ac-43a5-bee4-2cfcabe65027 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:48:29.105: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-6811" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":215,"skipped":3362,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] 
  Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:48:29.112: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename statefulset
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:64
[BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:79
STEP: Creating service test in namespace statefulset-8770
[It] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating stateful set ss in namespace statefulset-8770
STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-8770
Feb 10 01:48:29.303: INFO: Found 0 stateful pods, waiting for 1
Feb 10 01:48:39.322: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true
STEP: Confirming that stateful set scale up will not halt with unhealthy stateful pod
Feb 10 01:48:39.329: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-8770 ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true'
Feb 10 01:48:39.609: INFO: stderr: "I0210 01:48:39.466550    3243 log.go:172] (0xc000115340) (0xc00090a000) Create stream\nI0210 01:48:39.466610    3243 log.go:172] (0xc000115340) (0xc00090a000) Stream added, broadcasting: 1\nI0210 01:48:39.469082    3243 log.go:172] (0xc000115340) Reply frame received for 1\nI0210 01:48:39.469122    3243 log.go:172] (0xc000115340) (0xc00069bc20) Create stream\nI0210 01:48:39.469133    3243 log.go:172] (0xc000115340) (0xc00069bc20) Stream added, broadcasting: 3\nI0210 01:48:39.470284    3243 log.go:172] (0xc000115340) Reply frame received for 3\nI0210 01:48:39.470324    3243 log.go:172] (0xc000115340) (0xc00090a0a0) Create stream\nI0210 01:48:39.470337    3243 log.go:172] (0xc000115340) (0xc00090a0a0) Stream added, broadcasting: 5\nI0210 01:48:39.471261    3243 log.go:172] (0xc000115340) Reply frame received for 5\nI0210 01:48:39.559525    3243 log.go:172] (0xc000115340) Data frame received for 5\nI0210 01:48:39.559556    3243 log.go:172] (0xc00090a0a0) (5) Data frame handling\nI0210 01:48:39.559577    3243 log.go:172] (0xc00090a0a0) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0210 01:48:39.599091    3243 log.go:172] (0xc000115340) Data frame received for 3\nI0210 01:48:39.599104    3243 log.go:172] (0xc00069bc20) (3) Data frame handling\nI0210 01:48:39.599113    3243 log.go:172] (0xc00069bc20) (3) Data frame sent\nI0210 01:48:39.599648    3243 log.go:172] (0xc000115340) Data frame received for 5\nI0210 01:48:39.599783    3243 log.go:172] (0xc00090a0a0) (5) Data frame handling\nI0210 01:48:39.599831    3243 log.go:172] (0xc000115340) Data frame received for 3\nI0210 01:48:39.599853    3243 log.go:172] (0xc00069bc20) (3) Data frame handling\nI0210 01:48:39.601544    3243 log.go:172] (0xc000115340) Data frame received for 1\nI0210 01:48:39.601558    3243 log.go:172] (0xc00090a000) (1) Data frame handling\nI0210 01:48:39.601568    3243 log.go:172] (0xc00090a000) (1) Data frame sent\nI0210 01:48:39.601736    3243 log.go:172] (0xc000115340) (0xc00090a000) Stream removed, broadcasting: 1\nI0210 01:48:39.601760    3243 log.go:172] (0xc000115340) Go away received\nI0210 01:48:39.602252    3243 log.go:172] (0xc000115340) (0xc00090a000) Stream removed, broadcasting: 1\nI0210 01:48:39.602275    3243 log.go:172] (0xc000115340) (0xc00069bc20) Stream removed, broadcasting: 3\nI0210 01:48:39.602287    3243 log.go:172] (0xc000115340) (0xc00090a0a0) Stream removed, broadcasting: 5\n"
Feb 10 01:48:39.610: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n"
Feb 10 01:48:39.610: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'

Feb 10 01:48:39.614: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true
Feb 10 01:48:49.618: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false
Feb 10 01:48:49.618: INFO: Waiting for statefulset status.replicas updated to 0
Feb 10 01:48:49.663: INFO: POD   NODE           PHASE    GRACE  CONDITIONS
Feb 10 01:48:49.663: INFO: ss-0  jerma-worker2  Running         [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:29 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:40 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:40 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:29 +0000 UTC  }]
Feb 10 01:48:49.663: INFO: 
Feb 10 01:48:49.663: INFO: StatefulSet ss has not reached scale 3, at 1
Feb 10 01:48:50.667: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.962925765s
Feb 10 01:48:52.221: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.958458711s
Feb 10 01:48:53.226: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.40500492s
Feb 10 01:48:54.231: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.399888275s
Feb 10 01:48:55.236: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.395187293s
Feb 10 01:48:56.241: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.390087705s
Feb 10 01:48:57.246: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.385080294s
Feb 10 01:48:58.250: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.380103493s
Feb 10 01:48:59.255: INFO: Verifying statefulset ss doesn't scale past 3 for another 375.699451ms
STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-8770
Feb 10 01:49:00.259: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-8770 ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true'
Feb 10 01:49:00.476: INFO: stderr: "I0210 01:49:00.393011    3266 log.go:172] (0xc000a1c0b0) (0xc000b26000) Create stream\nI0210 01:49:00.393064    3266 log.go:172] (0xc000a1c0b0) (0xc000b26000) Stream added, broadcasting: 1\nI0210 01:49:00.395497    3266 log.go:172] (0xc000a1c0b0) Reply frame received for 1\nI0210 01:49:00.395545    3266 log.go:172] (0xc000a1c0b0) (0xc0009f0000) Create stream\nI0210 01:49:00.395578    3266 log.go:172] (0xc000a1c0b0) (0xc0009f0000) Stream added, broadcasting: 3\nI0210 01:49:00.396697    3266 log.go:172] (0xc000a1c0b0) Reply frame received for 3\nI0210 01:49:00.396740    3266 log.go:172] (0xc000a1c0b0) (0xc000b260a0) Create stream\nI0210 01:49:00.396752    3266 log.go:172] (0xc000a1c0b0) (0xc000b260a0) Stream added, broadcasting: 5\nI0210 01:49:00.397685    3266 log.go:172] (0xc000a1c0b0) Reply frame received for 5\nI0210 01:49:00.468732    3266 log.go:172] (0xc000a1c0b0) Data frame received for 3\nI0210 01:49:00.468760    3266 log.go:172] (0xc0009f0000) (3) Data frame handling\nI0210 01:49:00.468769    3266 log.go:172] (0xc0009f0000) (3) Data frame sent\nI0210 01:49:00.468774    3266 log.go:172] (0xc000a1c0b0) Data frame received for 3\nI0210 01:49:00.468779    3266 log.go:172] (0xc0009f0000) (3) Data frame handling\nI0210 01:49:00.468801    3266 log.go:172] (0xc000a1c0b0) Data frame received for 5\nI0210 01:49:00.468807    3266 log.go:172] (0xc000b260a0) (5) Data frame handling\nI0210 01:49:00.468813    3266 log.go:172] (0xc000b260a0) (5) Data frame sent\nI0210 01:49:00.468817    3266 log.go:172] (0xc000a1c0b0) Data frame received for 5\nI0210 01:49:00.468822    3266 log.go:172] (0xc000b260a0) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0210 01:49:00.470357    3266 log.go:172] (0xc000a1c0b0) Data frame received for 1\nI0210 01:49:00.470383    3266 log.go:172] (0xc000b26000) (1) Data frame handling\nI0210 01:49:00.470405    3266 log.go:172] (0xc000b26000) (1) Data frame sent\nI0210 01:49:00.470421    3266 log.go:172] (0xc000a1c0b0) (0xc000b26000) Stream removed, broadcasting: 1\nI0210 01:49:00.470437    3266 log.go:172] (0xc000a1c0b0) Go away received\nI0210 01:49:00.470710    3266 log.go:172] (0xc000a1c0b0) (0xc000b26000) Stream removed, broadcasting: 1\nI0210 01:49:00.470723    3266 log.go:172] (0xc000a1c0b0) (0xc0009f0000) Stream removed, broadcasting: 3\nI0210 01:49:00.470728    3266 log.go:172] (0xc000a1c0b0) (0xc000b260a0) Stream removed, broadcasting: 5\n"
Feb 10 01:49:00.476: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n"
Feb 10 01:49:00.476: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-0: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'

Feb 10 01:49:00.476: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-8770 ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true'
Feb 10 01:49:00.712: INFO: stderr: "I0210 01:49:00.634653    3288 log.go:172] (0xc000908000) (0xc00061a640) Create stream\nI0210 01:49:00.634751    3288 log.go:172] (0xc000908000) (0xc00061a640) Stream added, broadcasting: 1\nI0210 01:49:00.636598    3288 log.go:172] (0xc000908000) Reply frame received for 1\nI0210 01:49:00.636624    3288 log.go:172] (0xc000908000) (0xc000391400) Create stream\nI0210 01:49:00.636635    3288 log.go:172] (0xc000908000) (0xc000391400) Stream added, broadcasting: 3\nI0210 01:49:00.637659    3288 log.go:172] (0xc000908000) Reply frame received for 3\nI0210 01:49:00.637683    3288 log.go:172] (0xc000908000) (0xc0003914a0) Create stream\nI0210 01:49:00.637691    3288 log.go:172] (0xc000908000) (0xc0003914a0) Stream added, broadcasting: 5\nI0210 01:49:00.638489    3288 log.go:172] (0xc000908000) Reply frame received for 5\nI0210 01:49:00.703927    3288 log.go:172] (0xc000908000) Data frame received for 3\nI0210 01:49:00.704051    3288 log.go:172] (0xc000391400) (3) Data frame handling\nI0210 01:49:00.704072    3288 log.go:172] (0xc000391400) (3) Data frame sent\nI0210 01:49:00.704082    3288 log.go:172] (0xc000908000) Data frame received for 3\nI0210 01:49:00.704089    3288 log.go:172] (0xc000391400) (3) Data frame handling\nI0210 01:49:00.704135    3288 log.go:172] (0xc000908000) Data frame received for 5\nI0210 01:49:00.704163    3288 log.go:172] (0xc0003914a0) (5) Data frame handling\nI0210 01:49:00.704189    3288 log.go:172] (0xc0003914a0) (5) Data frame sent\nI0210 01:49:00.704200    3288 log.go:172] (0xc000908000) Data frame received for 5\nI0210 01:49:00.704210    3288 log.go:172] (0xc0003914a0) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\nI0210 01:49:00.705384    3288 log.go:172] (0xc000908000) Data frame received for 1\nI0210 01:49:00.705399    3288 log.go:172] (0xc00061a640) (1) Data frame handling\nI0210 01:49:00.705406    3288 log.go:172] (0xc00061a640) (1) Data frame sent\nI0210 01:49:00.705414    3288 log.go:172] (0xc000908000) (0xc00061a640) Stream removed, broadcasting: 1\nI0210 01:49:00.705426    3288 log.go:172] (0xc000908000) Go away received\nI0210 01:49:00.705722    3288 log.go:172] (0xc000908000) (0xc00061a640) Stream removed, broadcasting: 1\nI0210 01:49:00.705736    3288 log.go:172] (0xc000908000) (0xc000391400) Stream removed, broadcasting: 3\nI0210 01:49:00.705742    3288 log.go:172] (0xc000908000) (0xc0003914a0) Stream removed, broadcasting: 5\n"
Feb 10 01:49:00.712: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n"
Feb 10 01:49:00.712: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'

Feb 10 01:49:00.713: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-8770 ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true'
Feb 10 01:49:00.935: INFO: stderr: "I0210 01:49:00.843803    3310 log.go:172] (0xc00058d080) (0xc0009be000) Create stream\nI0210 01:49:00.843884    3310 log.go:172] (0xc00058d080) (0xc0009be000) Stream added, broadcasting: 1\nI0210 01:49:00.848388    3310 log.go:172] (0xc00058d080) Reply frame received for 1\nI0210 01:49:00.848441    3310 log.go:172] (0xc00058d080) (0xc00065dae0) Create stream\nI0210 01:49:00.848459    3310 log.go:172] (0xc00058d080) (0xc00065dae0) Stream added, broadcasting: 3\nI0210 01:49:00.849720    3310 log.go:172] (0xc00058d080) Reply frame received for 3\nI0210 01:49:00.849771    3310 log.go:172] (0xc00058d080) (0xc00065dcc0) Create stream\nI0210 01:49:00.849794    3310 log.go:172] (0xc00058d080) (0xc00065dcc0) Stream added, broadcasting: 5\nI0210 01:49:00.850892    3310 log.go:172] (0xc00058d080) Reply frame received for 5\nI0210 01:49:00.927758    3310 log.go:172] (0xc00058d080) Data frame received for 3\nI0210 01:49:00.927808    3310 log.go:172] (0xc00065dae0) (3) Data frame handling\nI0210 01:49:00.927826    3310 log.go:172] (0xc00065dae0) (3) Data frame sent\nI0210 01:49:00.927841    3310 log.go:172] (0xc00058d080) Data frame received for 3\nI0210 01:49:00.927852    3310 log.go:172] (0xc00065dae0) (3) Data frame handling\nI0210 01:49:00.927869    3310 log.go:172] (0xc00058d080) Data frame received for 5\nI0210 01:49:00.927881    3310 log.go:172] (0xc00065dcc0) (5) Data frame handling\nI0210 01:49:00.927894    3310 log.go:172] (0xc00065dcc0) (5) Data frame sent\nI0210 01:49:00.927905    3310 log.go:172] (0xc00058d080) Data frame received for 5\nI0210 01:49:00.927913    3310 log.go:172] (0xc00065dcc0) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\nI0210 01:49:00.929765    3310 log.go:172] (0xc00058d080) Data frame received for 1\nI0210 01:49:00.929815    3310 log.go:172] (0xc0009be000) (1) Data frame handling\nI0210 01:49:00.929833    3310 log.go:172] (0xc0009be000) (1) Data frame sent\nI0210 01:49:00.929854    3310 log.go:172] (0xc00058d080) (0xc0009be000) Stream removed, broadcasting: 1\nI0210 01:49:00.929883    3310 log.go:172] (0xc00058d080) Go away received\nI0210 01:49:00.930210    3310 log.go:172] (0xc00058d080) (0xc0009be000) Stream removed, broadcasting: 1\nI0210 01:49:00.930226    3310 log.go:172] (0xc00058d080) (0xc00065dae0) Stream removed, broadcasting: 3\nI0210 01:49:00.930232    3310 log.go:172] (0xc00058d080) (0xc00065dcc0) Stream removed, broadcasting: 5\n"
Feb 10 01:49:00.936: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n"
Feb 10 01:49:00.936: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-2: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'

Feb 10 01:49:00.940: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:49:00.940: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:49:00.940: INFO: Waiting for pod ss-2 to enter Running - Ready=true, currently Running - Ready=true
STEP: Scale down will not halt with unhealthy stateful pod
Feb 10 01:49:00.943: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-8770 ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true'
Feb 10 01:49:01.142: INFO: stderr: "I0210 01:49:01.068818    3333 log.go:172] (0xc000670840) (0xc0008ba140) Create stream\nI0210 01:49:01.068978    3333 log.go:172] (0xc000670840) (0xc0008ba140) Stream added, broadcasting: 1\nI0210 01:49:01.071262    3333 log.go:172] (0xc000670840) Reply frame received for 1\nI0210 01:49:01.071303    3333 log.go:172] (0xc000670840) (0xc0006dfa40) Create stream\nI0210 01:49:01.071315    3333 log.go:172] (0xc000670840) (0xc0006dfa40) Stream added, broadcasting: 3\nI0210 01:49:01.072463    3333 log.go:172] (0xc000670840) Reply frame received for 3\nI0210 01:49:01.072516    3333 log.go:172] (0xc000670840) (0xc00031d400) Create stream\nI0210 01:49:01.072530    3333 log.go:172] (0xc000670840) (0xc00031d400) Stream added, broadcasting: 5\nI0210 01:49:01.073769    3333 log.go:172] (0xc000670840) Reply frame received for 5\nI0210 01:49:01.132968    3333 log.go:172] (0xc000670840) Data frame received for 5\nI0210 01:49:01.133006    3333 log.go:172] (0xc00031d400) (5) Data frame handling\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0210 01:49:01.133039    3333 log.go:172] (0xc000670840) Data frame received for 3\nI0210 01:49:01.133072    3333 log.go:172] (0xc0006dfa40) (3) Data frame handling\nI0210 01:49:01.133089    3333 log.go:172] (0xc0006dfa40) (3) Data frame sent\nI0210 01:49:01.133103    3333 log.go:172] (0xc000670840) Data frame received for 3\nI0210 01:49:01.133122    3333 log.go:172] (0xc0006dfa40) (3) Data frame handling\nI0210 01:49:01.133154    3333 log.go:172] (0xc00031d400) (5) Data frame sent\nI0210 01:49:01.133170    3333 log.go:172] (0xc000670840) Data frame received for 5\nI0210 01:49:01.133186    3333 log.go:172] (0xc00031d400) (5) Data frame handling\nI0210 01:49:01.134488    3333 log.go:172] (0xc000670840) Data frame received for 1\nI0210 01:49:01.134512    3333 log.go:172] (0xc0008ba140) (1) Data frame handling\nI0210 01:49:01.134534    3333 log.go:172] (0xc0008ba140) (1) Data frame sent\nI0210 01:49:01.134555    3333 log.go:172] (0xc000670840) (0xc0008ba140) Stream removed, broadcasting: 1\nI0210 01:49:01.134580    3333 log.go:172] (0xc000670840) Go away received\nI0210 01:49:01.134981    3333 log.go:172] (0xc000670840) (0xc0008ba140) Stream removed, broadcasting: 1\nI0210 01:49:01.135006    3333 log.go:172] (0xc000670840) (0xc0006dfa40) Stream removed, broadcasting: 3\nI0210 01:49:01.135016    3333 log.go:172] (0xc000670840) (0xc00031d400) Stream removed, broadcasting: 5\n"
Feb 10 01:49:01.142: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n"
Feb 10 01:49:01.142: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'

Feb 10 01:49:01.142: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-8770 ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true'
Feb 10 01:49:01.398: INFO: stderr: "I0210 01:49:01.274001    3356 log.go:172] (0xc00065ab00) (0xc0009f6140) Create stream\nI0210 01:49:01.274051    3356 log.go:172] (0xc00065ab00) (0xc0009f6140) Stream added, broadcasting: 1\nI0210 01:49:01.276184    3356 log.go:172] (0xc00065ab00) Reply frame received for 1\nI0210 01:49:01.276233    3356 log.go:172] (0xc00065ab00) (0xc0006d99a0) Create stream\nI0210 01:49:01.276254    3356 log.go:172] (0xc00065ab00) (0xc0006d99a0) Stream added, broadcasting: 3\nI0210 01:49:01.277332    3356 log.go:172] (0xc00065ab00) Reply frame received for 3\nI0210 01:49:01.277411    3356 log.go:172] (0xc00065ab00) (0xc0006d9b80) Create stream\nI0210 01:49:01.277421    3356 log.go:172] (0xc00065ab00) (0xc0006d9b80) Stream added, broadcasting: 5\nI0210 01:49:01.278330    3356 log.go:172] (0xc00065ab00) Reply frame received for 5\nI0210 01:49:01.336171    3356 log.go:172] (0xc00065ab00) Data frame received for 5\nI0210 01:49:01.336210    3356 log.go:172] (0xc0006d9b80) (5) Data frame handling\nI0210 01:49:01.336235    3356 log.go:172] (0xc0006d9b80) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0210 01:49:01.388490    3356 log.go:172] (0xc00065ab00) Data frame received for 3\nI0210 01:49:01.388513    3356 log.go:172] (0xc0006d99a0) (3) Data frame handling\nI0210 01:49:01.388533    3356 log.go:172] (0xc0006d99a0) (3) Data frame sent\nI0210 01:49:01.388575    3356 log.go:172] (0xc00065ab00) Data frame received for 5\nI0210 01:49:01.388583    3356 log.go:172] (0xc0006d9b80) (5) Data frame handling\nI0210 01:49:01.388716    3356 log.go:172] (0xc00065ab00) Data frame received for 3\nI0210 01:49:01.388727    3356 log.go:172] (0xc0006d99a0) (3) Data frame handling\nI0210 01:49:01.390708    3356 log.go:172] (0xc00065ab00) Data frame received for 1\nI0210 01:49:01.390721    3356 log.go:172] (0xc0009f6140) (1) Data frame handling\nI0210 01:49:01.390733    3356 log.go:172] (0xc0009f6140) (1) Data frame sent\nI0210 01:49:01.390748    3356 log.go:172] (0xc00065ab00) (0xc0009f6140) Stream removed, broadcasting: 1\nI0210 01:49:01.390762    3356 log.go:172] (0xc00065ab00) Go away received\nI0210 01:49:01.391292    3356 log.go:172] (0xc00065ab00) (0xc0009f6140) Stream removed, broadcasting: 1\nI0210 01:49:01.391322    3356 log.go:172] (0xc00065ab00) (0xc0006d99a0) Stream removed, broadcasting: 3\nI0210 01:49:01.391338    3356 log.go:172] (0xc00065ab00) (0xc0006d9b80) Stream removed, broadcasting: 5\n"
Feb 10 01:49:01.398: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n"
Feb 10 01:49:01.398: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'

Feb 10 01:49:01.398: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-8770 ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true'
Feb 10 01:49:01.679: INFO: stderr: "I0210 01:49:01.555093    3380 log.go:172] (0xc000b111e0) (0xc000adc6e0) Create stream\nI0210 01:49:01.555155    3380 log.go:172] (0xc000b111e0) (0xc000adc6e0) Stream added, broadcasting: 1\nI0210 01:49:01.560275    3380 log.go:172] (0xc000b111e0) Reply frame received for 1\nI0210 01:49:01.560322    3380 log.go:172] (0xc000b111e0) (0xc00061a8c0) Create stream\nI0210 01:49:01.560335    3380 log.go:172] (0xc000b111e0) (0xc00061a8c0) Stream added, broadcasting: 3\nI0210 01:49:01.561414    3380 log.go:172] (0xc000b111e0) Reply frame received for 3\nI0210 01:49:01.561461    3380 log.go:172] (0xc000b111e0) (0xc000207680) Create stream\nI0210 01:49:01.561478    3380 log.go:172] (0xc000b111e0) (0xc000207680) Stream added, broadcasting: 5\nI0210 01:49:01.562328    3380 log.go:172] (0xc000b111e0) Reply frame received for 5\nI0210 01:49:01.642560    3380 log.go:172] (0xc000b111e0) Data frame received for 5\nI0210 01:49:01.642593    3380 log.go:172] (0xc000207680) (5) Data frame handling\nI0210 01:49:01.642613    3380 log.go:172] (0xc000207680) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0210 01:49:01.670187    3380 log.go:172] (0xc000b111e0) Data frame received for 3\nI0210 01:49:01.670213    3380 log.go:172] (0xc00061a8c0) (3) Data frame handling\nI0210 01:49:01.670227    3380 log.go:172] (0xc00061a8c0) (3) Data frame sent\nI0210 01:49:01.670537    3380 log.go:172] (0xc000b111e0) Data frame received for 3\nI0210 01:49:01.670578    3380 log.go:172] (0xc00061a8c0) (3) Data frame handling\nI0210 01:49:01.670603    3380 log.go:172] (0xc000b111e0) Data frame received for 5\nI0210 01:49:01.670618    3380 log.go:172] (0xc000207680) (5) Data frame handling\nI0210 01:49:01.672364    3380 log.go:172] (0xc000b111e0) Data frame received for 1\nI0210 01:49:01.672394    3380 log.go:172] (0xc000adc6e0) (1) Data frame handling\nI0210 01:49:01.672415    3380 log.go:172] (0xc000adc6e0) (1) Data frame sent\nI0210 01:49:01.672443    3380 log.go:172] (0xc000b111e0) (0xc000adc6e0) Stream removed, broadcasting: 1\nI0210 01:49:01.672470    3380 log.go:172] (0xc000b111e0) Go away received\nI0210 01:49:01.673144    3380 log.go:172] (0xc000b111e0) (0xc000adc6e0) Stream removed, broadcasting: 1\nI0210 01:49:01.673189    3380 log.go:172] (0xc000b111e0) (0xc00061a8c0) Stream removed, broadcasting: 3\nI0210 01:49:01.673206    3380 log.go:172] (0xc000b111e0) (0xc000207680) Stream removed, broadcasting: 5\n"
Feb 10 01:49:01.680: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n"
Feb 10 01:49:01.680: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-2: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'

Feb 10 01:49:01.680: INFO: Waiting for statefulset status.replicas updated to 0
Feb 10 01:49:01.684: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 2
Feb 10 01:49:11.692: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false
Feb 10 01:49:11.692: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false
Feb 10 01:49:11.692: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false
Feb 10 01:49:11.707: INFO: POD   NODE           PHASE    GRACE  CONDITIONS
Feb 10 01:49:11.707: INFO: ss-0  jerma-worker2  Running         [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:29 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:29 +0000 UTC  }]
Feb 10 01:49:11.707: INFO: ss-1  jerma-worker   Running         [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:11.707: INFO: ss-2  jerma-worker2  Running         [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:11.707: INFO: 
Feb 10 01:49:11.707: INFO: StatefulSet ss has not reached scale 0, at 3
Feb 10 01:49:12.861: INFO: POD   NODE           PHASE    GRACE  CONDITIONS
Feb 10 01:49:12.862: INFO: ss-0  jerma-worker2  Running  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:29 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:29 +0000 UTC  }]
Feb 10 01:49:12.862: INFO: ss-1  jerma-worker   Running  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:12.862: INFO: ss-2  jerma-worker2  Running  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:12.862: INFO: 
Feb 10 01:49:12.862: INFO: StatefulSet ss has not reached scale 0, at 3
Feb 10 01:49:13.866: INFO: POD   NODE           PHASE    GRACE  CONDITIONS
Feb 10 01:49:13.866: INFO: ss-0  jerma-worker2  Running  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:29 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:29 +0000 UTC  }]
Feb 10 01:49:13.866: INFO: ss-1  jerma-worker   Running  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:13.866: INFO: ss-2  jerma-worker2  Pending  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:13.866: INFO: 
Feb 10 01:49:13.866: INFO: StatefulSet ss has not reached scale 0, at 3
Feb 10 01:49:14.870: INFO: POD   NODE          PHASE    GRACE  CONDITIONS
Feb 10 01:49:14.870: INFO: ss-1  jerma-worker  Pending  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:14.870: INFO: 
Feb 10 01:49:14.870: INFO: StatefulSet ss has not reached scale 0, at 1
Feb 10 01:49:15.874: INFO: POD   NODE          PHASE    GRACE  CONDITIONS
Feb 10 01:49:15.874: INFO: ss-1  jerma-worker  Pending  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:15.874: INFO: 
Feb 10 01:49:15.874: INFO: StatefulSet ss has not reached scale 0, at 1
Feb 10 01:49:16.879: INFO: POD   NODE          PHASE    GRACE  CONDITIONS
Feb 10 01:49:16.879: INFO: ss-1  jerma-worker  Pending  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:16.879: INFO: 
Feb 10 01:49:16.879: INFO: StatefulSet ss has not reached scale 0, at 1
Feb 10 01:49:17.884: INFO: POD   NODE          PHASE    GRACE  CONDITIONS
Feb 10 01:49:17.884: INFO: ss-1  jerma-worker  Pending  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:17.884: INFO: 
Feb 10 01:49:17.884: INFO: StatefulSet ss has not reached scale 0, at 1
Feb 10 01:49:18.888: INFO: POD   NODE          PHASE    GRACE  CONDITIONS
Feb 10 01:49:18.888: INFO: ss-1  jerma-worker  Pending  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:18.888: INFO: 
Feb 10 01:49:18.888: INFO: StatefulSet ss has not reached scale 0, at 1
Feb 10 01:49:19.893: INFO: POD   NODE          PHASE    GRACE  CONDITIONS
Feb 10 01:49:19.893: INFO: ss-1  jerma-worker  Pending  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:19.893: INFO: 
Feb 10 01:49:19.893: INFO: StatefulSet ss has not reached scale 0, at 1
Feb 10 01:49:20.897: INFO: POD   NODE          PHASE    GRACE  CONDITIONS
Feb 10 01:49:20.897: INFO: ss-1  jerma-worker  Pending  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:49:01 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 01:48:49 +0000 UTC  }]
Feb 10 01:49:20.897: INFO: 
Feb 10 01:49:20.897: INFO: StatefulSet ss has not reached scale 0, at 1
STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-8770
Feb 10 01:49:21.900: INFO: Scaling statefulset ss to 0
Feb 10 01:49:21.909: INFO: Waiting for statefulset status.replicas updated to 0
[AfterEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:90
Feb 10 01:49:21.912: INFO: Deleting all statefulset in ns statefulset-8770
Feb 10 01:49:21.915: INFO: Scaling statefulset ss to 0
Feb 10 01:49:21.922: INFO: Waiting for statefulset status.replicas updated to 0
Feb 10 01:49:21.925: INFO: Deleting statefulset ss
[AfterEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:49:22.013: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "statefulset-8770" for this suite.

• [SLOW TEST:52.911 seconds]
[sig-apps] StatefulSet
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
    Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance]","total":278,"completed":216,"skipped":3399,"failed":0}
SSSSS
------------------------------
[k8s.io] Pods 
  should support remote command execution over websockets [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:49:22.023: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pods
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/pods.go:177
[It] should support remote command execution over websockets [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:49:22.097: INFO: >>> kubeConfig: /root/.kube/config
STEP: creating the pod
STEP: submitting the pod to kubernetes
[AfterEach] [k8s.io] Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:49:26.288: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pods-6774" for this suite.
•{"msg":"PASSED [k8s.io] Pods should support remote command execution over websockets [NodeConformance] [Conformance]","total":278,"completed":217,"skipped":3404,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] ReplicaSet 
  should adopt matching pods on creation and release no longer matching pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] ReplicaSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:49:26.297: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename replicaset
STEP: Waiting for a default service account to be provisioned in namespace
[It] should adopt matching pods on creation and release no longer matching pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Given a Pod with a 'name' label pod-adoption-release is created
STEP: When a replicaset with a matching selector is created
STEP: Then the orphan pod is adopted
STEP: When the matched label of one of its pods change
Feb 10 01:49:31.426: INFO: Pod name pod-adoption-release: Found 1 pods out of 1
STEP: Then the pod is released
[AfterEach] [sig-apps] ReplicaSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:49:31.479: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "replicaset-687" for this suite.

• [SLOW TEST:5.301 seconds]
[sig-apps] ReplicaSet
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should adopt matching pods on creation and release no longer matching pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance]","total":278,"completed":218,"skipped":3433,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-cli] Kubectl client Guestbook application 
  should create and stop a working application  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:49:31.598: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[It] should create and stop a working application  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating all guestbook components
Feb 10 01:49:31.661: INFO: apiVersion: v1
kind: Service
metadata:
  name: agnhost-slave
  labels:
    app: agnhost
    role: slave
    tier: backend
spec:
  ports:
  - port: 6379
  selector:
    app: agnhost
    role: slave
    tier: backend

Feb 10 01:49:31.661: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2697'
Feb 10 01:49:31.994: INFO: stderr: ""
Feb 10 01:49:31.994: INFO: stdout: "service/agnhost-slave created\n"
Feb 10 01:49:31.994: INFO: apiVersion: v1
kind: Service
metadata:
  name: agnhost-master
  labels:
    app: agnhost
    role: master
    tier: backend
spec:
  ports:
  - port: 6379
    targetPort: 6379
  selector:
    app: agnhost
    role: master
    tier: backend

Feb 10 01:49:31.994: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2697'
Feb 10 01:49:32.308: INFO: stderr: ""
Feb 10 01:49:32.308: INFO: stdout: "service/agnhost-master created\n"
Feb 10 01:49:32.308: INFO: apiVersion: v1
kind: Service
metadata:
  name: frontend
  labels:
    app: guestbook
    tier: frontend
spec:
  # if your cluster supports it, uncomment the following to automatically create
  # an external load-balanced IP for the frontend service.
  # type: LoadBalancer
  ports:
  - port: 80
  selector:
    app: guestbook
    tier: frontend

Feb 10 01:49:32.308: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2697'
Feb 10 01:49:32.691: INFO: stderr: ""
Feb 10 01:49:32.691: INFO: stdout: "service/frontend created\n"
Feb 10 01:49:32.691: INFO: apiVersion: apps/v1
kind: Deployment
metadata:
  name: frontend
spec:
  replicas: 3
  selector:
    matchLabels:
      app: guestbook
      tier: frontend
  template:
    metadata:
      labels:
        app: guestbook
        tier: frontend
    spec:
      containers:
      - name: guestbook-frontend
        image: gcr.io/kubernetes-e2e-test-images/agnhost:2.8
        args: [ "guestbook", "--backend-port", "6379" ]
        resources:
          requests:
            cpu: 100m
            memory: 100Mi
        ports:
        - containerPort: 80

Feb 10 01:49:32.691: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2697'
Feb 10 01:49:32.934: INFO: stderr: ""
Feb 10 01:49:32.934: INFO: stdout: "deployment.apps/frontend created\n"
Feb 10 01:49:32.934: INFO: apiVersion: apps/v1
kind: Deployment
metadata:
  name: agnhost-master
spec:
  replicas: 1
  selector:
    matchLabels:
      app: agnhost
      role: master
      tier: backend
  template:
    metadata:
      labels:
        app: agnhost
        role: master
        tier: backend
    spec:
      containers:
      - name: master
        image: gcr.io/kubernetes-e2e-test-images/agnhost:2.8
        args: [ "guestbook", "--http-port", "6379" ]
        resources:
          requests:
            cpu: 100m
            memory: 100Mi
        ports:
        - containerPort: 6379

Feb 10 01:49:32.934: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2697'
Feb 10 01:49:33.920: INFO: stderr: ""
Feb 10 01:49:33.920: INFO: stdout: "deployment.apps/agnhost-master created\n"
Feb 10 01:49:33.920: INFO: apiVersion: apps/v1
kind: Deployment
metadata:
  name: agnhost-slave
spec:
  replicas: 2
  selector:
    matchLabels:
      app: agnhost
      role: slave
      tier: backend
  template:
    metadata:
      labels:
        app: agnhost
        role: slave
        tier: backend
    spec:
      containers:
      - name: slave
        image: gcr.io/kubernetes-e2e-test-images/agnhost:2.8
        args: [ "guestbook", "--slaveof", "agnhost-master", "--http-port", "6379" ]
        resources:
          requests:
            cpu: 100m
            memory: 100Mi
        ports:
        - containerPort: 6379

Feb 10 01:49:33.920: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2697'
Feb 10 01:49:34.520: INFO: stderr: ""
Feb 10 01:49:34.520: INFO: stdout: "deployment.apps/agnhost-slave created\n"
STEP: validating guestbook app
Feb 10 01:49:34.520: INFO: Waiting for all frontend pods to be Running.
Feb 10 01:49:44.571: INFO: Waiting for frontend to serve content.
Feb 10 01:49:44.582: INFO: Trying to add a new entry to the guestbook.
Feb 10 01:49:44.593: INFO: Verifying that added entry can be retrieved.
STEP: using delete to clean up resources
Feb 10 01:49:44.600: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2697'
Feb 10 01:49:44.746: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n"
Feb 10 01:49:44.746: INFO: stdout: "service \"agnhost-slave\" force deleted\n"
STEP: using delete to clean up resources
Feb 10 01:49:44.747: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2697'
Feb 10 01:49:44.887: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n"
Feb 10 01:49:44.887: INFO: stdout: "service \"agnhost-master\" force deleted\n"
STEP: using delete to clean up resources
Feb 10 01:49:44.888: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2697'
Feb 10 01:49:45.002: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n"
Feb 10 01:49:45.002: INFO: stdout: "service \"frontend\" force deleted\n"
STEP: using delete to clean up resources
Feb 10 01:49:45.003: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2697'
Feb 10 01:49:45.109: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n"
Feb 10 01:49:45.109: INFO: stdout: "deployment.apps \"frontend\" force deleted\n"
STEP: using delete to clean up resources
Feb 10 01:49:45.109: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2697'
Feb 10 01:49:45.276: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n"
Feb 10 01:49:45.276: INFO: stdout: "deployment.apps \"agnhost-master\" force deleted\n"
STEP: using delete to clean up resources
Feb 10 01:49:45.276: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-2697'
Feb 10 01:49:45.746: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n"
Feb 10 01:49:45.746: INFO: stdout: "deployment.apps \"agnhost-slave\" force deleted\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:49:45.746: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-2697" for this suite.

• [SLOW TEST:14.163 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Guestbook application
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:381
    should create and stop a working application  [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Guestbook application should create and stop a working application  [Conformance]","total":278,"completed":219,"skipped":3462,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-cli] Kubectl client Kubectl run pod 
  should create a pod from an image when restart is Never  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:49:45.762: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Kubectl run pod
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1760
[It] should create a pod from an image when restart is Never  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: running the image docker.io/library/httpd:2.4.38-alpine
Feb 10 01:49:46.275: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config run e2e-test-httpd-pod --restart=Never --generator=run-pod/v1 --image=docker.io/library/httpd:2.4.38-alpine --namespace=kubectl-9807'
Feb 10 01:49:46.425: INFO: stderr: ""
Feb 10 01:49:46.425: INFO: stdout: "pod/e2e-test-httpd-pod created\n"
STEP: verifying the pod e2e-test-httpd-pod was created
[AfterEach] Kubectl run pod
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1765
Feb 10 01:49:46.739: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete pods e2e-test-httpd-pod --namespace=kubectl-9807'
Feb 10 01:49:50.253: INFO: stderr: ""
Feb 10 01:49:50.253: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:49:50.253: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-9807" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Kubectl run pod should create a pod from an image when restart is Never  [Conformance]","total":278,"completed":220,"skipped":3487,"failed":0}
SSSS
------------------------------
[sig-apps] ReplicationController 
  should adopt matching pods on creation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] ReplicationController
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:49:50.259: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename replication-controller
STEP: Waiting for a default service account to be provisioned in namespace
[It] should adopt matching pods on creation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Given a Pod with a 'name' label pod-adoption is created
STEP: When a replication controller with a matching selector is created
STEP: Then the orphan pod is adopted
[AfterEach] [sig-apps] ReplicationController
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:49:55.403: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "replication-controller-5410" for this suite.

• [SLOW TEST:5.154 seconds]
[sig-apps] ReplicationController
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should adopt matching pods on creation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] ReplicationController should adopt matching pods on creation [Conformance]","total":278,"completed":221,"skipped":3491,"failed":0}
SSSSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:49:55.414: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0644 on node default medium
Feb 10 01:49:55.477: INFO: Waiting up to 5m0s for pod "pod-17cc5ad5-1d6d-4614-9b82-49289ed454c1" in namespace "emptydir-9298" to be "success or failure"
Feb 10 01:49:55.532: INFO: Pod "pod-17cc5ad5-1d6d-4614-9b82-49289ed454c1": Phase="Pending", Reason="", readiness=false. Elapsed: 55.582674ms
Feb 10 01:49:57.536: INFO: Pod "pod-17cc5ad5-1d6d-4614-9b82-49289ed454c1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.059108115s
Feb 10 01:49:59.539: INFO: Pod "pod-17cc5ad5-1d6d-4614-9b82-49289ed454c1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.062518489s
STEP: Saw pod success
Feb 10 01:49:59.539: INFO: Pod "pod-17cc5ad5-1d6d-4614-9b82-49289ed454c1" satisfied condition "success or failure"
Feb 10 01:49:59.541: INFO: Trying to get logs from node jerma-worker pod pod-17cc5ad5-1d6d-4614-9b82-49289ed454c1 container test-container: 
STEP: delete the pod
Feb 10 01:49:59.672: INFO: Waiting for pod pod-17cc5ad5-1d6d-4614-9b82-49289ed454c1 to disappear
Feb 10 01:49:59.720: INFO: Pod pod-17cc5ad5-1d6d-4614-9b82-49289ed454c1 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:49:59.720: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-9298" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":222,"skipped":3501,"failed":0}

------------------------------
[sig-auth] ServiceAccounts 
  should allow opting out of API token automount  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-auth] ServiceAccounts
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:49:59.730: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename svcaccounts
STEP: Waiting for a default service account to be provisioned in namespace
[It] should allow opting out of API token automount  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: getting the auto-created API token
Feb 10 01:50:00.341: INFO: created pod pod-service-account-defaultsa
Feb 10 01:50:00.341: INFO: pod pod-service-account-defaultsa service account token volume mount: true
Feb 10 01:50:00.349: INFO: created pod pod-service-account-mountsa
Feb 10 01:50:00.349: INFO: pod pod-service-account-mountsa service account token volume mount: true
Feb 10 01:50:00.371: INFO: created pod pod-service-account-nomountsa
Feb 10 01:50:00.371: INFO: pod pod-service-account-nomountsa service account token volume mount: false
Feb 10 01:50:00.385: INFO: created pod pod-service-account-defaultsa-mountspec
Feb 10 01:50:00.385: INFO: pod pod-service-account-defaultsa-mountspec service account token volume mount: true
Feb 10 01:50:00.440: INFO: created pod pod-service-account-mountsa-mountspec
Feb 10 01:50:00.440: INFO: pod pod-service-account-mountsa-mountspec service account token volume mount: true
Feb 10 01:50:00.487: INFO: created pod pod-service-account-nomountsa-mountspec
Feb 10 01:50:00.487: INFO: pod pod-service-account-nomountsa-mountspec service account token volume mount: true
Feb 10 01:50:00.517: INFO: created pod pod-service-account-defaultsa-nomountspec
Feb 10 01:50:00.517: INFO: pod pod-service-account-defaultsa-nomountspec service account token volume mount: false
Feb 10 01:50:00.534: INFO: created pod pod-service-account-mountsa-nomountspec
Feb 10 01:50:00.534: INFO: pod pod-service-account-mountsa-nomountspec service account token volume mount: false
Feb 10 01:50:00.565: INFO: created pod pod-service-account-nomountsa-nomountspec
Feb 10 01:50:00.565: INFO: pod pod-service-account-nomountsa-nomountspec service account token volume mount: false
[AfterEach] [sig-auth] ServiceAccounts
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:50:00.565: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "svcaccounts-6289" for this suite.
•{"msg":"PASSED [sig-auth] ServiceAccounts should allow opting out of API token automount  [Conformance]","total":278,"completed":223,"skipped":3501,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:50:00.722: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0666 on node default medium
Feb 10 01:50:00.840: INFO: Waiting up to 5m0s for pod "pod-0f8b220b-d143-4c25-9111-c61fe2f54298" in namespace "emptydir-5488" to be "success or failure"
Feb 10 01:50:00.875: INFO: Pod "pod-0f8b220b-d143-4c25-9111-c61fe2f54298": Phase="Pending", Reason="", readiness=false. Elapsed: 34.507382ms
Feb 10 01:50:03.037: INFO: Pod "pod-0f8b220b-d143-4c25-9111-c61fe2f54298": Phase="Pending", Reason="", readiness=false. Elapsed: 2.196845341s
Feb 10 01:50:05.288: INFO: Pod "pod-0f8b220b-d143-4c25-9111-c61fe2f54298": Phase="Pending", Reason="", readiness=false. Elapsed: 4.447954274s
Feb 10 01:50:07.427: INFO: Pod "pod-0f8b220b-d143-4c25-9111-c61fe2f54298": Phase="Pending", Reason="", readiness=false. Elapsed: 6.586796246s
Feb 10 01:50:09.786: INFO: Pod "pod-0f8b220b-d143-4c25-9111-c61fe2f54298": Phase="Pending", Reason="", readiness=false. Elapsed: 8.94561608s
Feb 10 01:50:11.982: INFO: Pod "pod-0f8b220b-d143-4c25-9111-c61fe2f54298": Phase="Pending", Reason="", readiness=false. Elapsed: 11.14198931s
Feb 10 01:50:14.013: INFO: Pod "pod-0f8b220b-d143-4c25-9111-c61fe2f54298": Phase="Running", Reason="", readiness=true. Elapsed: 13.172952267s
Feb 10 01:50:16.020: INFO: Pod "pod-0f8b220b-d143-4c25-9111-c61fe2f54298": Phase="Succeeded", Reason="", readiness=false. Elapsed: 15.180201332s
STEP: Saw pod success
Feb 10 01:50:16.021: INFO: Pod "pod-0f8b220b-d143-4c25-9111-c61fe2f54298" satisfied condition "success or failure"
Feb 10 01:50:16.038: INFO: Trying to get logs from node jerma-worker pod pod-0f8b220b-d143-4c25-9111-c61fe2f54298 container test-container: 
STEP: delete the pod
Feb 10 01:50:16.220: INFO: Waiting for pod pod-0f8b220b-d143-4c25-9111-c61fe2f54298 to disappear
Feb 10 01:50:16.345: INFO: Pod pod-0f8b220b-d143-4c25-9111-c61fe2f54298 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:50:16.345: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-5488" for this suite.

• [SLOW TEST:15.762 seconds]
[sig-storage] EmptyDir volumes
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:40
  should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":224,"skipped":3527,"failed":0}
SSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Kubelet when scheduling a busybox Pod with hostAliases 
  should write entries to /etc/hosts [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:50:16.484: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubelet-test
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/kubelet.go:37
[It] should write entries to /etc/hosts [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[AfterEach] [k8s.io] Kubelet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:50:20.863: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubelet-test-2660" for this suite.
•{"msg":"PASSED [k8s.io] Kubelet when scheduling a busybox Pod with hostAliases should write entries to /etc/hosts [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":225,"skipped":3545,"failed":0}
SSSSSSSSSSS
------------------------------
[sig-node] Downward API 
  should provide pod UID as env vars [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-node] Downward API
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:50:20.872: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide pod UID as env vars [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward api env vars
Feb 10 01:50:20.962: INFO: Waiting up to 5m0s for pod "downward-api-b8018aa4-3695-4f8d-9c55-fdf73c3f4d51" in namespace "downward-api-1129" to be "success or failure"
Feb 10 01:50:21.008: INFO: Pod "downward-api-b8018aa4-3695-4f8d-9c55-fdf73c3f4d51": Phase="Pending", Reason="", readiness=false. Elapsed: 46.354427ms
Feb 10 01:50:23.012: INFO: Pod "downward-api-b8018aa4-3695-4f8d-9c55-fdf73c3f4d51": Phase="Pending", Reason="", readiness=false. Elapsed: 2.050408797s
Feb 10 01:50:25.016: INFO: Pod "downward-api-b8018aa4-3695-4f8d-9c55-fdf73c3f4d51": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.053785875s
STEP: Saw pod success
Feb 10 01:50:25.016: INFO: Pod "downward-api-b8018aa4-3695-4f8d-9c55-fdf73c3f4d51" satisfied condition "success or failure"
Feb 10 01:50:25.017: INFO: Trying to get logs from node jerma-worker pod downward-api-b8018aa4-3695-4f8d-9c55-fdf73c3f4d51 container dapi-container: 
STEP: delete the pod
Feb 10 01:50:25.039: INFO: Waiting for pod downward-api-b8018aa4-3695-4f8d-9c55-fdf73c3f4d51 to disappear
Feb 10 01:50:25.043: INFO: Pod downward-api-b8018aa4-3695-4f8d-9c55-fdf73c3f4d51 no longer exists
[AfterEach] [sig-node] Downward API
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:50:25.043: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-1129" for this suite.
•{"msg":"PASSED [sig-node] Downward API should provide pod UID as env vars [NodeConformance] [Conformance]","total":278,"completed":226,"skipped":3556,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-network] Networking Granular Checks: Pods 
  should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Networking
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:50:25.224: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename pod-network-test
STEP: Waiting for a default service account to be provisioned in namespace
[It] should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Performing setup for networking test in namespace pod-network-test-5293
STEP: creating a selector
STEP: Creating the service pods in kubernetes
Feb 10 01:50:25.488: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable
STEP: Creating test pods
Feb 10 01:50:49.583: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 10.244.2.89 8081 | grep -v '^\s*$'] Namespace:pod-network-test-5293 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:50:49.583: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:50:49.614107       6 log.go:172] (0xc002990f20) (0xc002884b40) Create stream
I0210 01:50:49.614147       6 log.go:172] (0xc002990f20) (0xc002884b40) Stream added, broadcasting: 1
I0210 01:50:49.616566       6 log.go:172] (0xc002990f20) Reply frame received for 1
I0210 01:50:49.616616       6 log.go:172] (0xc002990f20) (0xc001a88140) Create stream
I0210 01:50:49.616633       6 log.go:172] (0xc002990f20) (0xc001a88140) Stream added, broadcasting: 3
I0210 01:50:49.617785       6 log.go:172] (0xc002990f20) Reply frame received for 3
I0210 01:50:49.617824       6 log.go:172] (0xc002990f20) (0xc002884be0) Create stream
I0210 01:50:49.617839       6 log.go:172] (0xc002990f20) (0xc002884be0) Stream added, broadcasting: 5
I0210 01:50:49.618676       6 log.go:172] (0xc002990f20) Reply frame received for 5
I0210 01:50:50.697990       6 log.go:172] (0xc002990f20) Data frame received for 3
I0210 01:50:50.698086       6 log.go:172] (0xc001a88140) (3) Data frame handling
I0210 01:50:50.698129       6 log.go:172] (0xc001a88140) (3) Data frame sent
I0210 01:50:50.698208       6 log.go:172] (0xc002990f20) Data frame received for 5
I0210 01:50:50.698235       6 log.go:172] (0xc002884be0) (5) Data frame handling
I0210 01:50:50.698263       6 log.go:172] (0xc002990f20) Data frame received for 3
I0210 01:50:50.698285       6 log.go:172] (0xc001a88140) (3) Data frame handling
I0210 01:50:50.700285       6 log.go:172] (0xc002990f20) Data frame received for 1
I0210 01:50:50.700335       6 log.go:172] (0xc002884b40) (1) Data frame handling
I0210 01:50:50.700379       6 log.go:172] (0xc002884b40) (1) Data frame sent
I0210 01:50:50.700409       6 log.go:172] (0xc002990f20) (0xc002884b40) Stream removed, broadcasting: 1
I0210 01:50:50.700438       6 log.go:172] (0xc002990f20) Go away received
I0210 01:50:50.700599       6 log.go:172] (0xc002990f20) (0xc002884b40) Stream removed, broadcasting: 1
I0210 01:50:50.700639       6 log.go:172] (0xc002990f20) (0xc001a88140) Stream removed, broadcasting: 3
I0210 01:50:50.700658       6 log.go:172] (0xc002990f20) (0xc002884be0) Stream removed, broadcasting: 5
Feb 10 01:50:50.700: INFO: Found all expected endpoints: [netserver-0]
Feb 10 01:50:50.704: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 10.244.1.149 8081 | grep -v '^\s*$'] Namespace:pod-network-test-5293 PodName:host-test-container-pod ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 01:50:50.704: INFO: >>> kubeConfig: /root/.kube/config
I0210 01:50:50.739784       6 log.go:172] (0xc002991550) (0xc002884e60) Create stream
I0210 01:50:50.739813       6 log.go:172] (0xc002991550) (0xc002884e60) Stream added, broadcasting: 1
I0210 01:50:50.741958       6 log.go:172] (0xc002991550) Reply frame received for 1
I0210 01:50:50.742011       6 log.go:172] (0xc002991550) (0xc002a140a0) Create stream
I0210 01:50:50.742025       6 log.go:172] (0xc002991550) (0xc002a140a0) Stream added, broadcasting: 3
I0210 01:50:50.742851       6 log.go:172] (0xc002991550) Reply frame received for 3
I0210 01:50:50.742886       6 log.go:172] (0xc002991550) (0xc002884fa0) Create stream
I0210 01:50:50.742898       6 log.go:172] (0xc002991550) (0xc002884fa0) Stream added, broadcasting: 5
I0210 01:50:50.743630       6 log.go:172] (0xc002991550) Reply frame received for 5
I0210 01:50:51.838191       6 log.go:172] (0xc002991550) Data frame received for 5
I0210 01:50:51.838233       6 log.go:172] (0xc002884fa0) (5) Data frame handling
I0210 01:50:51.838259       6 log.go:172] (0xc002991550) Data frame received for 3
I0210 01:50:51.838278       6 log.go:172] (0xc002a140a0) (3) Data frame handling
I0210 01:50:51.838293       6 log.go:172] (0xc002a140a0) (3) Data frame sent
I0210 01:50:51.838335       6 log.go:172] (0xc002991550) Data frame received for 3
I0210 01:50:51.838423       6 log.go:172] (0xc002a140a0) (3) Data frame handling
I0210 01:50:51.845855       6 log.go:172] (0xc002991550) Data frame received for 1
I0210 01:50:51.845886       6 log.go:172] (0xc002884e60) (1) Data frame handling
I0210 01:50:51.845919       6 log.go:172] (0xc002884e60) (1) Data frame sent
I0210 01:50:51.845929       6 log.go:172] (0xc002991550) (0xc002884e60) Stream removed, broadcasting: 1
I0210 01:50:51.845992       6 log.go:172] (0xc002991550) Go away received
I0210 01:50:51.846052       6 log.go:172] (0xc002991550) (0xc002884e60) Stream removed, broadcasting: 1
I0210 01:50:51.846076       6 log.go:172] (0xc002991550) (0xc002a140a0) Stream removed, broadcasting: 3
I0210 01:50:51.846086       6 log.go:172] (0xc002991550) (0xc002884fa0) Stream removed, broadcasting: 5
Feb 10 01:50:51.846: INFO: Found all expected endpoints: [netserver-1]
[AfterEach] [sig-network] Networking
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:50:51.846: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "pod-network-test-5293" for this suite.

• [SLOW TEST:26.630 seconds]
[sig-network] Networking
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:26
  Granular Checks: Pods
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:29
    should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":227,"skipped":3583,"failed":0}
SSS
------------------------------
[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition 
  creating/deleting custom resource definition objects works  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:50:51.854: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename custom-resource-definition
STEP: Waiting for a default service account to be provisioned in namespace
[It] creating/deleting custom resource definition objects works  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:50:51.922: INFO: >>> kubeConfig: /root/.kube/config
[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:50:52.953: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "custom-resource-definition-9349" for this suite.
•{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition creating/deleting custom resource definition objects works  [Conformance]","total":278,"completed":228,"skipped":3586,"failed":0}
SSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] ConfigMap 
  should be consumable from pods in volume with mappings as non-root [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:50:52.968: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with mappings as non-root [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name configmap-test-volume-map-2cec58d1-0847-4840-8c00-5da2d79d6f33
STEP: Creating a pod to test consume configMaps
Feb 10 01:50:53.040: INFO: Waiting up to 5m0s for pod "pod-configmaps-a0f693aa-4838-46ef-b44b-277d57e38ea6" in namespace "configmap-3806" to be "success or failure"
Feb 10 01:50:53.044: INFO: Pod "pod-configmaps-a0f693aa-4838-46ef-b44b-277d57e38ea6": Phase="Pending", Reason="", readiness=false. Elapsed: 4.085228ms
Feb 10 01:50:55.090: INFO: Pod "pod-configmaps-a0f693aa-4838-46ef-b44b-277d57e38ea6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.050633225s
Feb 10 01:50:57.094: INFO: Pod "pod-configmaps-a0f693aa-4838-46ef-b44b-277d57e38ea6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.05393526s
STEP: Saw pod success
Feb 10 01:50:57.094: INFO: Pod "pod-configmaps-a0f693aa-4838-46ef-b44b-277d57e38ea6" satisfied condition "success or failure"
Feb 10 01:50:57.096: INFO: Trying to get logs from node jerma-worker2 pod pod-configmaps-a0f693aa-4838-46ef-b44b-277d57e38ea6 container configmap-volume-test: 
STEP: delete the pod
Feb 10 01:50:57.259: INFO: Waiting for pod pod-configmaps-a0f693aa-4838-46ef-b44b-277d57e38ea6 to disappear
Feb 10 01:50:57.266: INFO: Pod pod-configmaps-a0f693aa-4838-46ef-b44b-277d57e38ea6 no longer exists
[AfterEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:50:57.266: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-3806" for this suite.
•{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":229,"skipped":3606,"failed":0}
SSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] 
  should include custom resource definition resources in discovery documents [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:50:57.440: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename custom-resource-definition
STEP: Waiting for a default service account to be provisioned in namespace
[It] should include custom resource definition resources in discovery documents [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: fetching the /apis discovery document
STEP: finding the apiextensions.k8s.io API group in the /apis discovery document
STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis discovery document
STEP: fetching the /apis/apiextensions.k8s.io discovery document
STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis/apiextensions.k8s.io discovery document
STEP: fetching the /apis/apiextensions.k8s.io/v1 discovery document
STEP: finding customresourcedefinitions resources in the /apis/apiextensions.k8s.io/v1 discovery document
[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:50:57.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "custom-resource-definition-9964" for this suite.
•{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] should include custom resource definition resources in discovery documents [Conformance]","total":278,"completed":230,"skipped":3618,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] InitContainer [NodeConformance] 
  should not start app containers if init containers fail on a RestartAlways pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:50:57.537: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename init-container
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:153
[It] should not start app containers if init containers fail on a RestartAlways pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the pod
Feb 10 01:50:57.603: INFO: PodSpec: initContainers in spec.initContainers
Feb 10 01:51:47.466: INFO: init container has failed twice: &v1.Pod{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"pod-init-1237c6ae-cbd6-4ecd-8cd8-8dffb26778e3", GenerateName:"", Namespace:"init-container-4977", SelfLink:"/api/v1/namespaces/init-container-4977/pods/pod-init-1237c6ae-cbd6-4ecd-8cd8-8dffb26778e3", UID:"b324d34f-63ee-4be4-b73c-8694b893e66e", ResourceVersion:"7984029", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63748518657, loc:(*time.Location)(0x791c680)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"foo", "time":"603262873"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"default-token-dtkzh", VolumeSource:v1.VolumeSource{HostPath:(*v1.HostPathVolumeSource)(nil), EmptyDir:(*v1.EmptyDirVolumeSource)(nil), GCEPersistentDisk:(*v1.GCEPersistentDiskVolumeSource)(nil), AWSElasticBlockStore:(*v1.AWSElasticBlockStoreVolumeSource)(nil), GitRepo:(*v1.GitRepoVolumeSource)(nil), Secret:(*v1.SecretVolumeSource)(0xc0055dd4c0), NFS:(*v1.NFSVolumeSource)(nil), ISCSI:(*v1.ISCSIVolumeSource)(nil), Glusterfs:(*v1.GlusterfsVolumeSource)(nil), PersistentVolumeClaim:(*v1.PersistentVolumeClaimVolumeSource)(nil), RBD:(*v1.RBDVolumeSource)(nil), FlexVolume:(*v1.FlexVolumeSource)(nil), Cinder:(*v1.CinderVolumeSource)(nil), CephFS:(*v1.CephFSVolumeSource)(nil), Flocker:(*v1.FlockerVolumeSource)(nil), DownwardAPI:(*v1.DownwardAPIVolumeSource)(nil), FC:(*v1.FCVolumeSource)(nil), AzureFile:(*v1.AzureFileVolumeSource)(nil), ConfigMap:(*v1.ConfigMapVolumeSource)(nil), VsphereVolume:(*v1.VsphereVirtualDiskVolumeSource)(nil), Quobyte:(*v1.QuobyteVolumeSource)(nil), AzureDisk:(*v1.AzureDiskVolumeSource)(nil), PhotonPersistentDisk:(*v1.PhotonPersistentDiskVolumeSource)(nil), Projected:(*v1.ProjectedVolumeSource)(nil), PortworxVolume:(*v1.PortworxVolumeSource)(nil), ScaleIO:(*v1.ScaleIOVolumeSource)(nil), StorageOS:(*v1.StorageOSVolumeSource)(nil), CSI:(*v1.CSIVolumeSource)(nil)}}}, InitContainers:[]v1.Container{v1.Container{Name:"init1", Image:"docker.io/library/busybox:1.29", Command:[]string{"/bin/false"}, Args:[]string(nil), WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar(nil), Resources:v1.ResourceRequirements{Limits:v1.ResourceList(nil), Requests:v1.ResourceList(nil)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"default-token-dtkzh", ReadOnly:true, MountPath:"/var/run/secrets/kubernetes.io/serviceaccount", SubPath:"", MountPropagation:(*v1.MountPropagationMode)(nil), SubPathExpr:""}}, VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}, v1.Container{Name:"init2", Image:"docker.io/library/busybox:1.29", Command:[]string{"/bin/true"}, Args:[]string(nil), WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar(nil), Resources:v1.ResourceRequirements{Limits:v1.ResourceList(nil), Requests:v1.ResourceList(nil)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"default-token-dtkzh", ReadOnly:true, MountPath:"/var/run/secrets/kubernetes.io/serviceaccount", SubPath:"", MountPropagation:(*v1.MountPropagationMode)(nil), SubPathExpr:""}}, VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}}, Containers:[]v1.Container{v1.Container{Name:"run1", Image:"k8s.gcr.io/pause:3.1", Command:[]string(nil), Args:[]string(nil), WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar(nil), Resources:v1.ResourceRequirements{Limits:v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:100, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"100m", Format:"DecimalSI"}}, Requests:v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:100, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"100m", Format:"DecimalSI"}}}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"default-token-dtkzh", ReadOnly:true, MountPath:"/var/run/secrets/kubernetes.io/serviceaccount", SubPath:"", MountPropagation:(*v1.MountPropagationMode)(nil), SubPathExpr:""}}, VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}}, EphemeralContainers:[]v1.EphemeralContainer(nil), RestartPolicy:"Always", TerminationGracePeriodSeconds:(*int64)(0xc0036e0dc8), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"default", DeprecatedServiceAccount:"default", AutomountServiceAccountToken:(*bool)(nil), NodeName:"jerma-worker2", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(0xc002bba000), ImagePullSecrets:[]v1.LocalObjectReference(nil), Hostname:"", Subdomain:"", Affinity:(*v1.Affinity)(nil), SchedulerName:"default-scheduler", Tolerations:[]v1.Toleration{v1.Toleration{Key:"node.kubernetes.io/not-ready", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc0036e0e50)}, v1.Toleration{Key:"node.kubernetes.io/unreachable", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc0036e0e70)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(0xc0036e0e78), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc0036e0e7c), PreemptionPolicy:(*v1.PreemptionPolicy)(nil), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil)}, Status:v1.PodStatus{Phase:"Pending", Conditions:[]v1.PodCondition{v1.PodCondition{Type:"Initialized", Status:"False", LastProbeTime:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518657, loc:(*time.Location)(0x791c680)}}, Reason:"ContainersNotInitialized", Message:"containers with incomplete status: [init1 init2]"}, v1.PodCondition{Type:"Ready", Status:"False", LastProbeTime:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518657, loc:(*time.Location)(0x791c680)}}, Reason:"ContainersNotReady", Message:"containers with unready status: [run1]"}, v1.PodCondition{Type:"ContainersReady", Status:"False", LastProbeTime:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518657, loc:(*time.Location)(0x791c680)}}, Reason:"ContainersNotReady", Message:"containers with unready status: [run1]"}, v1.PodCondition{Type:"PodScheduled", Status:"True", LastProbeTime:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518657, loc:(*time.Location)(0x791c680)}}, Reason:"", Message:""}}, Message:"", Reason:"", NominatedNodeName:"", HostIP:"172.18.0.5", PodIP:"10.244.1.151", PodIPs:[]v1.PodIP{v1.PodIP{IP:"10.244.1.151"}}, StartTime:(*v1.Time)(0xc002639e20), InitContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"init1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(0xc002639e60), Terminated:(*v1.ContainerStateTerminated)(nil)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc002d93ce0)}, Ready:false, RestartCount:3, Image:"docker.io/library/busybox:1.29", ImageID:"docker.io/library/busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796", ContainerID:"containerd://c3d6684d1c94039967bf83b079965f4f0764ee8a1afcc934608b134af2c7aa7e", Started:(*bool)(nil)}, v1.ContainerStatus{Name:"init2", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc002639e80), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, Ready:false, RestartCount:0, Image:"docker.io/library/busybox:1.29", ImageID:"", ContainerID:"", Started:(*bool)(nil)}}, ContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"run1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc002639e40), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, Ready:false, RestartCount:0, Image:"k8s.gcr.io/pause:3.1", ImageID:"", ContainerID:"", Started:(*bool)(0xc0036e0eff)}}, QOSClass:"Burstable", EphemeralContainerStatuses:[]v1.ContainerStatus(nil)}}
[AfterEach] [k8s.io] InitContainer [NodeConformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:51:47.467: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "init-container-4977" for this suite.

• [SLOW TEST:49.951 seconds]
[k8s.io] InitContainer [NodeConformance]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should not start app containers if init containers fail on a RestartAlways pod [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod [Conformance]","total":278,"completed":231,"skipped":3651,"failed":0}
SSSSSS
------------------------------
[sig-storage] Secrets 
  should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:51:47.489: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name secret-test-map-e355d7a1-9d6b-40af-abf7-59365e5d80a6
STEP: Creating a pod to test consume secrets
Feb 10 01:51:47.878: INFO: Waiting up to 5m0s for pod "pod-secrets-2c9f4afc-690e-40fa-8e06-b7327376ffe2" in namespace "secrets-3764" to be "success or failure"
Feb 10 01:51:47.906: INFO: Pod "pod-secrets-2c9f4afc-690e-40fa-8e06-b7327376ffe2": Phase="Pending", Reason="", readiness=false. Elapsed: 27.841036ms
Feb 10 01:51:49.910: INFO: Pod "pod-secrets-2c9f4afc-690e-40fa-8e06-b7327376ffe2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.032317494s
Feb 10 01:51:51.914: INFO: Pod "pod-secrets-2c9f4afc-690e-40fa-8e06-b7327376ffe2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.036472234s
Feb 10 01:51:53.919: INFO: Pod "pod-secrets-2c9f4afc-690e-40fa-8e06-b7327376ffe2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.04073289s
STEP: Saw pod success
Feb 10 01:51:53.919: INFO: Pod "pod-secrets-2c9f4afc-690e-40fa-8e06-b7327376ffe2" satisfied condition "success or failure"
Feb 10 01:51:53.921: INFO: Trying to get logs from node jerma-worker pod pod-secrets-2c9f4afc-690e-40fa-8e06-b7327376ffe2 container secret-volume-test: 
STEP: delete the pod
Feb 10 01:51:53.951: INFO: Waiting for pod pod-secrets-2c9f4afc-690e-40fa-8e06-b7327376ffe2 to disappear
Feb 10 01:51:53.956: INFO: Pod pod-secrets-2c9f4afc-690e-40fa-8e06-b7327376ffe2 no longer exists
[AfterEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:51:53.956: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-3764" for this suite.

• [SLOW TEST:6.475 seconds]
[sig-storage] Secrets
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/secrets_volume.go:34
  should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":232,"skipped":3657,"failed":0}
SSSSSSSSS
------------------------------
[sig-cli] Kubectl client Update Demo 
  should do a rolling update of a replication controller  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:51:53.965: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Update Demo
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:325
[It] should do a rolling update of a replication controller  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: creating the initial replication controller
Feb 10 01:51:54.036: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-2619'
Feb 10 01:51:54.589: INFO: stderr: ""
Feb 10 01:51:54.589: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n"
STEP: waiting for all containers in name=update-demo pods to come up.
Feb 10 01:51:54.589: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-2619'
Feb 10 01:51:54.717: INFO: stderr: ""
Feb 10 01:51:54.717: INFO: stdout: "update-demo-nautilus-dvxc9 update-demo-nautilus-vwzpb "
Feb 10 01:51:54.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-dvxc9 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-2619'
Feb 10 01:51:54.806: INFO: stderr: ""
Feb 10 01:51:54.806: INFO: stdout: ""
Feb 10 01:51:54.806: INFO: update-demo-nautilus-dvxc9 is created but not running
Feb 10 01:51:59.806: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-2619'
Feb 10 01:51:59.913: INFO: stderr: ""
Feb 10 01:51:59.913: INFO: stdout: "update-demo-nautilus-dvxc9 update-demo-nautilus-vwzpb "
Feb 10 01:51:59.914: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-dvxc9 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-2619'
Feb 10 01:52:00.009: INFO: stderr: ""
Feb 10 01:52:00.009: INFO: stdout: "true"
Feb 10 01:52:00.009: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-dvxc9 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-2619'
Feb 10 01:52:00.104: INFO: stderr: ""
Feb 10 01:52:00.104: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0"
Feb 10 01:52:00.104: INFO: validating pod update-demo-nautilus-dvxc9
Feb 10 01:52:00.108: INFO: got data: {
  "image": "nautilus.jpg"
}

Feb 10 01:52:00.108: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg .
Feb 10 01:52:00.108: INFO: update-demo-nautilus-dvxc9 is verified up and running
Feb 10 01:52:00.108: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-vwzpb -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-2619'
Feb 10 01:52:00.211: INFO: stderr: ""
Feb 10 01:52:00.211: INFO: stdout: "true"
Feb 10 01:52:00.212: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-nautilus-vwzpb -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-2619'
Feb 10 01:52:00.301: INFO: stderr: ""
Feb 10 01:52:00.301: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/nautilus:1.0"
Feb 10 01:52:00.301: INFO: validating pod update-demo-nautilus-vwzpb
Feb 10 01:52:00.305: INFO: got data: {
  "image": "nautilus.jpg"
}

Feb 10 01:52:00.305: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg .
Feb 10 01:52:00.305: INFO: update-demo-nautilus-vwzpb is verified up and running
STEP: rolling-update to new replication controller
Feb 10 01:52:00.308: INFO: scanned /root for discovery docs: 
Feb 10 01:52:00.308: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config rolling-update update-demo-nautilus --update-period=1s -f - --namespace=kubectl-2619'
Feb 10 01:52:22.966: INFO: stderr: "Command \"rolling-update\" is deprecated, use \"rollout\" instead\n"
Feb 10 01:52:22.967: INFO: stdout: "Created update-demo-kitten\nScaling up update-demo-kitten from 0 to 2, scaling down update-demo-nautilus from 2 to 0 (keep 2 pods available, don't exceed 3 pods)\nScaling update-demo-kitten up to 1\nScaling update-demo-nautilus down to 1\nScaling update-demo-kitten up to 2\nScaling update-demo-nautilus down to 0\nUpdate succeeded. Deleting old controller: update-demo-nautilus\nRenaming update-demo-kitten to update-demo-nautilus\nreplicationcontroller/update-demo-nautilus rolling updated\n"
STEP: waiting for all containers in name=update-demo pods to come up.
Feb 10 01:52:22.967: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=kubectl-2619'
Feb 10 01:52:23.063: INFO: stderr: ""
Feb 10 01:52:23.063: INFO: stdout: "update-demo-kitten-jpknw update-demo-kitten-tbxcp "
Feb 10 01:52:23.063: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-kitten-jpknw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-2619'
Feb 10 01:52:23.149: INFO: stderr: ""
Feb 10 01:52:23.149: INFO: stdout: "true"
Feb 10 01:52:23.149: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-kitten-jpknw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-2619'
Feb 10 01:52:23.242: INFO: stderr: ""
Feb 10 01:52:23.242: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/kitten:1.0"
Feb 10 01:52:23.242: INFO: validating pod update-demo-kitten-jpknw
Feb 10 01:52:23.245: INFO: got data: {
  "image": "kitten.jpg"
}

Feb 10 01:52:23.245: INFO: Unmarshalled json jpg/img => {kitten.jpg} , expecting kitten.jpg .
Feb 10 01:52:23.245: INFO: update-demo-kitten-jpknw is verified up and running
Feb 10 01:52:23.246: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-kitten-tbxcp -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}} --namespace=kubectl-2619'
Feb 10 01:52:23.328: INFO: stderr: ""
Feb 10 01:52:23.328: INFO: stdout: "true"
Feb 10 01:52:23.328: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config get pods update-demo-kitten-tbxcp -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}} --namespace=kubectl-2619'
Feb 10 01:52:23.413: INFO: stderr: ""
Feb 10 01:52:23.413: INFO: stdout: "gcr.io/kubernetes-e2e-test-images/kitten:1.0"
Feb 10 01:52:23.413: INFO: validating pod update-demo-kitten-tbxcp
Feb 10 01:52:23.416: INFO: got data: {
  "image": "kitten.jpg"
}

Feb 10 01:52:23.417: INFO: Unmarshalled json jpg/img => {kitten.jpg} , expecting kitten.jpg .
Feb 10 01:52:23.417: INFO: update-demo-kitten-tbxcp is verified up and running
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:52:23.417: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-2619" for this suite.

• [SLOW TEST:29.459 seconds]
[sig-cli] Kubectl client
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23
  Update Demo
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:323
    should do a rolling update of a replication controller  [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-cli] Kubectl client Update Demo should do a rolling update of a replication controller  [Conformance]","total":278,"completed":233,"skipped":3666,"failed":0}
[sig-api-machinery] Aggregator 
  Should be able to support the 1.10 Sample API Server using the current Aggregator [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Aggregator
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:52:23.425: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename aggregator
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] Aggregator
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/aggregator.go:76
Feb 10 01:52:23.486: INFO: >>> kubeConfig: /root/.kube/config
[It] Should be able to support the 1.10 Sample API Server using the current Aggregator [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Registering the sample API server.
Feb 10 01:52:24.149: INFO: deployment "sample-apiserver-deployment" doesn't have the required revision set
Feb 10 01:52:26.547: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518744, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518744, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518744, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518744, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-867766ffc6\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:52:28.601: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518744, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518744, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518744, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518744, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-867766ffc6\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:52:31.179: INFO: Waited 625.503281ms for the sample-apiserver to be ready to handle requests.
[AfterEach] [sig-api-machinery] Aggregator
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/aggregator.go:67
[AfterEach] [sig-api-machinery] Aggregator
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:52:31.885: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "aggregator-9147" for this suite.

• [SLOW TEST:8.522 seconds]
[sig-api-machinery] Aggregator
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  Should be able to support the 1.10 Sample API Server using the current Aggregator [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Aggregator Should be able to support the 1.10 Sample API Server using the current Aggregator [Conformance]","total":278,"completed":234,"skipped":3666,"failed":0}
SSSSSS
------------------------------
[sig-storage] Projected downwardAPI 
  should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:52:31.946: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:52:32.242: INFO: Waiting up to 5m0s for pod "downwardapi-volume-e04a8fcf-7215-44ec-8a7f-0191747be49c" in namespace "projected-310" to be "success or failure"
Feb 10 01:52:32.463: INFO: Pod "downwardapi-volume-e04a8fcf-7215-44ec-8a7f-0191747be49c": Phase="Pending", Reason="", readiness=false. Elapsed: 221.100717ms
Feb 10 01:52:34.468: INFO: Pod "downwardapi-volume-e04a8fcf-7215-44ec-8a7f-0191747be49c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.225421073s
Feb 10 01:52:36.472: INFO: Pod "downwardapi-volume-e04a8fcf-7215-44ec-8a7f-0191747be49c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.229680899s
STEP: Saw pod success
Feb 10 01:52:36.472: INFO: Pod "downwardapi-volume-e04a8fcf-7215-44ec-8a7f-0191747be49c" satisfied condition "success or failure"
Feb 10 01:52:36.475: INFO: Trying to get logs from node jerma-worker pod downwardapi-volume-e04a8fcf-7215-44ec-8a7f-0191747be49c container client-container: 
STEP: delete the pod
Feb 10 01:52:36.492: INFO: Waiting for pod downwardapi-volume-e04a8fcf-7215-44ec-8a7f-0191747be49c to disappear
Feb 10 01:52:36.496: INFO: Pod downwardapi-volume-e04a8fcf-7215-44ec-8a7f-0191747be49c no longer exists
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:52:36.496: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-310" for this suite.
•{"msg":"PASSED [sig-storage] Projected downwardAPI should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]","total":278,"completed":235,"skipped":3672,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-cli] Kubectl client Kubectl run default 
  should create an rc or deployment from an image  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:52:36.504: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename kubectl
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:273
[BeforeEach] Kubectl run default
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1490
[It] should create an rc or deployment from an image  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: running the image docker.io/library/httpd:2.4.38-alpine
Feb 10 01:52:36.693: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config run e2e-test-httpd-deployment --image=docker.io/library/httpd:2.4.38-alpine --namespace=kubectl-4219'
Feb 10 01:52:36.830: INFO: stderr: "kubectl run --generator=deployment/apps.v1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=run-pod/v1 or kubectl create instead.\n"
Feb 10 01:52:36.830: INFO: stdout: "deployment.apps/e2e-test-httpd-deployment created\n"
STEP: verifying the pod controlled by e2e-test-httpd-deployment gets created
[AfterEach] Kubectl run default
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1496
Feb 10 01:52:38.860: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete deployment e2e-test-httpd-deployment --namespace=kubectl-4219'
Feb 10 01:52:38.957: INFO: stderr: ""
Feb 10 01:52:38.957: INFO: stdout: "deployment.apps \"e2e-test-httpd-deployment\" deleted\n"
[AfterEach] [sig-cli] Kubectl client
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:52:38.957: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "kubectl-4219" for this suite.
•{"msg":"PASSED [sig-cli] Kubectl client Kubectl run default should create an rc or deployment from an image  [Conformance]","total":278,"completed":236,"skipped":3711,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  patching/updating a mutating webhook should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:52:39.009: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:52:39.751: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:52:41.822: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518759, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518759, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518759, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518759, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:52:43.858: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518759, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518759, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518759, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518759, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:52:46.852: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] patching/updating a mutating webhook should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a mutating webhook configuration
STEP: Updating a mutating webhook configuration's rules to not include the create operation
STEP: Creating a configMap that should not be mutated
STEP: Patching a mutating webhook configuration's rules to include the create operation
STEP: Creating a configMap that should be mutated
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:52:46.984: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-9951" for this suite.
STEP: Destroying namespace "webhook-9951-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:8.112 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  patching/updating a mutating webhook should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]","total":278,"completed":237,"skipped":3760,"failed":0}
[sig-storage] Projected configMap 
  should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:52:47.121: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name projected-configmap-test-volume-map-58468277-aa56-496f-9e43-fc3157bab15a
STEP: Creating a pod to test consume configMaps
Feb 10 01:52:47.260: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-c46de9e4-47bd-408f-a397-3bff74cce075" in namespace "projected-1208" to be "success or failure"
Feb 10 01:52:47.263: INFO: Pod "pod-projected-configmaps-c46de9e4-47bd-408f-a397-3bff74cce075": Phase="Pending", Reason="", readiness=false. Elapsed: 2.810243ms
Feb 10 01:52:49.392: INFO: Pod "pod-projected-configmaps-c46de9e4-47bd-408f-a397-3bff74cce075": Phase="Pending", Reason="", readiness=false. Elapsed: 2.132072737s
Feb 10 01:52:51.396: INFO: Pod "pod-projected-configmaps-c46de9e4-47bd-408f-a397-3bff74cce075": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.136284808s
STEP: Saw pod success
Feb 10 01:52:51.396: INFO: Pod "pod-projected-configmaps-c46de9e4-47bd-408f-a397-3bff74cce075" satisfied condition "success or failure"
Feb 10 01:52:51.399: INFO: Trying to get logs from node jerma-worker pod pod-projected-configmaps-c46de9e4-47bd-408f-a397-3bff74cce075 container projected-configmap-volume-test: 
STEP: delete the pod
Feb 10 01:52:51.633: INFO: Waiting for pod pod-projected-configmaps-c46de9e4-47bd-408f-a397-3bff74cce075 to disappear
Feb 10 01:52:51.683: INFO: Pod pod-projected-configmaps-c46de9e4-47bd-408f-a397-3bff74cce075 no longer exists
[AfterEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:52:51.683: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-1208" for this suite.
•{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]","total":278,"completed":238,"skipped":3760,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Projected secret 
  should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:52:51.691: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name projected-secret-test-7e9d75cd-29fc-4b54-85fe-db54453e4649
STEP: Creating a pod to test consume secrets
Feb 10 01:52:51.826: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-dbd996ed-9fbf-4158-9505-6371a89524c5" in namespace "projected-9848" to be "success or failure"
Feb 10 01:52:51.843: INFO: Pod "pod-projected-secrets-dbd996ed-9fbf-4158-9505-6371a89524c5": Phase="Pending", Reason="", readiness=false. Elapsed: 16.920937ms
Feb 10 01:52:53.848: INFO: Pod "pod-projected-secrets-dbd996ed-9fbf-4158-9505-6371a89524c5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.021168955s
Feb 10 01:52:55.852: INFO: Pod "pod-projected-secrets-dbd996ed-9fbf-4158-9505-6371a89524c5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.025394123s
STEP: Saw pod success
Feb 10 01:52:55.852: INFO: Pod "pod-projected-secrets-dbd996ed-9fbf-4158-9505-6371a89524c5" satisfied condition "success or failure"
Feb 10 01:52:55.855: INFO: Trying to get logs from node jerma-worker2 pod pod-projected-secrets-dbd996ed-9fbf-4158-9505-6371a89524c5 container secret-volume-test: 
STEP: delete the pod
Feb 10 01:52:56.136: INFO: Waiting for pod pod-projected-secrets-dbd996ed-9fbf-4158-9505-6371a89524c5 to disappear
Feb 10 01:52:56.138: INFO: Pod pod-projected-secrets-dbd996ed-9fbf-4158-9505-6371a89524c5 no longer exists
[AfterEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:52:56.138: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-9848" for this suite.
•{"msg":"PASSED [sig-storage] Projected secret should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]","total":278,"completed":239,"skipped":3786,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-network] Services 
  should provide secure master service  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:52:56.156: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename services
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:139
[It] should provide secure master service  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:52:56.317: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "services-4176" for this suite.
[AfterEach] [sig-network] Services
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:143
•{"msg":"PASSED [sig-network] Services should provide secure master service  [Conformance]","total":278,"completed":240,"skipped":3823,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] Namespaces [Serial] 
  should ensure that all services are removed when a namespace is deleted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] Namespaces [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:52:56.325: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename namespaces
STEP: Waiting for a default service account to be provisioned in namespace
[It] should ensure that all services are removed when a namespace is deleted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a test namespace
STEP: Waiting for a default service account to be provisioned in namespace
STEP: Creating a service in the namespace
STEP: Deleting the namespace
STEP: Waiting for the namespace to be removed.
STEP: Recreating the namespace
STEP: Verifying there is no service in the namespace
[AfterEach] [sig-api-machinery] Namespaces [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:53:02.563: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "namespaces-8169" for this suite.
STEP: Destroying namespace "nsdeletetest-9709" for this suite.
Feb 10 01:53:02.596: INFO: Namespace nsdeletetest-9709 was already deleted
STEP: Destroying namespace "nsdeletetest-1350" for this suite.

• [SLOW TEST:6.275 seconds]
[sig-api-machinery] Namespaces [Serial]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should ensure that all services are removed when a namespace is deleted [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should ensure that all services are removed when a namespace is deleted [Conformance]","total":278,"completed":241,"skipped":3846,"failed":0}
SSSSSSSSSSSSSSS
------------------------------
[sig-network] DNS 
  should provide /etc/hosts entries for the cluster [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:53:02.601: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename dns
STEP: Waiting for a default service account to be provisioned in namespace
[It] should provide /etc/hosts entries for the cluster [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Running these commands on wheezy: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-2751.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-1.dns-test-service.dns-2751.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/wheezy_hosts@dns-querier-1;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-2751.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@PodARecord;sleep 1; done

STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-2751.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-1.dns-test-service.dns-2751.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/jessie_hosts@dns-querier-1;podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-2751.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_tcp@PodARecord;sleep 1; done

STEP: creating a pod to probe /etc/hosts
STEP: submitting the pod to kubernetes
STEP: retrieving the pod
STEP: looking for the results for each expected name from probers
Feb 10 01:53:08.731: INFO: DNS probes using dns-2751/dns-test-20eea3b4-0584-483d-bbce-5b48744fc91f succeeded

STEP: deleting the pod
[AfterEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:53:08.783: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "dns-2751" for this suite.

• [SLOW TEST:6.208 seconds]
[sig-network] DNS
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/framework.go:23
  should provide /etc/hosts entries for the cluster [LinuxOnly] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-network] DNS should provide /etc/hosts entries for the cluster [LinuxOnly] [Conformance]","total":278,"completed":242,"skipped":3861,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Secrets 
  should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:53:08.810: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename secrets
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name secret-test-2745aa6f-a0d0-4a5c-a8e4-5ba97855dbfa
STEP: Creating a pod to test consume secrets
Feb 10 01:53:08.996: INFO: Waiting up to 5m0s for pod "pod-secrets-1da11816-db92-45c6-bfa4-4a37cb8eb692" in namespace "secrets-2819" to be "success or failure"
Feb 10 01:53:09.105: INFO: Pod "pod-secrets-1da11816-db92-45c6-bfa4-4a37cb8eb692": Phase="Pending", Reason="", readiness=false. Elapsed: 108.705976ms
Feb 10 01:53:11.108: INFO: Pod "pod-secrets-1da11816-db92-45c6-bfa4-4a37cb8eb692": Phase="Pending", Reason="", readiness=false. Elapsed: 2.112457225s
Feb 10 01:53:13.112: INFO: Pod "pod-secrets-1da11816-db92-45c6-bfa4-4a37cb8eb692": Phase="Running", Reason="", readiness=true. Elapsed: 4.116076973s
Feb 10 01:53:15.116: INFO: Pod "pod-secrets-1da11816-db92-45c6-bfa4-4a37cb8eb692": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.119835571s
STEP: Saw pod success
Feb 10 01:53:15.116: INFO: Pod "pod-secrets-1da11816-db92-45c6-bfa4-4a37cb8eb692" satisfied condition "success or failure"
Feb 10 01:53:15.118: INFO: Trying to get logs from node jerma-worker2 pod pod-secrets-1da11816-db92-45c6-bfa4-4a37cb8eb692 container secret-volume-test: 
STEP: delete the pod
Feb 10 01:53:15.146: INFO: Waiting for pod pod-secrets-1da11816-db92-45c6-bfa4-4a37cb8eb692 to disappear
Feb 10 01:53:15.156: INFO: Pod pod-secrets-1da11816-db92-45c6-bfa4-4a37cb8eb692 no longer exists
[AfterEach] [sig-storage] Secrets
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:53:15.156: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "secrets-2819" for this suite.

• [SLOW TEST:6.353 seconds]
[sig-storage] Secrets
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/secrets_volume.go:34
  should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":243,"skipped":3930,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] ResourceQuota 
  should verify ResourceQuota with terminating scopes. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:53:15.166: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename resourcequota
STEP: Waiting for a default service account to be provisioned in namespace
[It] should verify ResourceQuota with terminating scopes. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a ResourceQuota with terminating scope
STEP: Ensuring ResourceQuota status is calculated
STEP: Creating a ResourceQuota with not terminating scope
STEP: Ensuring ResourceQuota status is calculated
STEP: Creating a long running pod
STEP: Ensuring resource quota with not terminating scope captures the pod usage
STEP: Ensuring resource quota with terminating scope ignored the pod usage
STEP: Deleting the pod
STEP: Ensuring resource quota status released the pod usage
STEP: Creating a terminating pod
STEP: Ensuring resource quota with terminating scope captures the pod usage
STEP: Ensuring resource quota with not terminating scope ignored the pod usage
STEP: Deleting the pod
STEP: Ensuring resource quota status released the pod usage
[AfterEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:53:31.421: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "resourcequota-6347" for this suite.

• [SLOW TEST:16.265 seconds]
[sig-api-machinery] ResourceQuota
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should verify ResourceQuota with terminating scopes. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] ResourceQuota should verify ResourceQuota with terminating scopes. [Conformance]","total":278,"completed":244,"skipped":4049,"failed":0}
SSSSSS
------------------------------
[sig-apps] Deployment 
  RecreateDeployment should delete old pods and create new ones [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:53:31.431: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename deployment
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:69
[It] RecreateDeployment should delete old pods and create new ones [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:53:31.496: INFO: Creating deployment "test-recreate-deployment"
Feb 10 01:53:31.504: INFO: Waiting deployment "test-recreate-deployment" to be updated to revision 1
Feb 10 01:53:31.530: INFO: deployment "test-recreate-deployment" doesn't have the required revision set
Feb 10 01:53:33.538: INFO: Waiting deployment "test-recreate-deployment" to complete
Feb 10 01:53:33.541: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518811, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518811, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518811, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518811, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-recreate-deployment-799c574856\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:53:35.544: INFO: Triggering a new rollout for deployment "test-recreate-deployment"
Feb 10 01:53:35.578: INFO: Updating deployment test-recreate-deployment
Feb 10 01:53:35.578: INFO: Watching deployment "test-recreate-deployment" to verify that new pods will not run with olds pods
[AfterEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:63
Feb 10 01:53:36.234: INFO: Deployment "test-recreate-deployment":
&Deployment{ObjectMeta:{test-recreate-deployment  deployment-3623 /apis/apps/v1/namespaces/deployment-3623/deployments/test-recreate-deployment 43b97bc9-5cdd-4bb7-919e-31d0bacb43b7 7984949 2 2021-02-10 01:53:31 +0000 UTC   map[name:sample-pod-3] map[deployment.kubernetes.io/revision:2] [] []  []},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:sample-pod-3] map[] [] []  []} {[] [] [{httpd docker.io/library/httpd:2.4.38-alpine [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc0022ffec8  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},Strategy:DeploymentStrategy{Type:Recreate,RollingUpdate:nil,},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:2,Replicas:1,UpdatedReplicas:1,AvailableReplicas:0,UnavailableReplicas:1,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2021-02-10 01:53:35 +0000 UTC,LastTransitionTime:2021-02-10 01:53:35 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "test-recreate-deployment-5f94c574ff" is progressing.,LastUpdateTime:2021-02-10 01:53:36 +0000 UTC,LastTransitionTime:2021-02-10 01:53:31 +0000 UTC,},},ReadyReplicas:0,CollisionCount:nil,},}

Feb 10 01:53:36.273: INFO: New ReplicaSet "test-recreate-deployment-5f94c574ff" of Deployment "test-recreate-deployment":
&ReplicaSet{ObjectMeta:{test-recreate-deployment-5f94c574ff  deployment-3623 /apis/apps/v1/namespaces/deployment-3623/replicasets/test-recreate-deployment-5f94c574ff 4d8dd7f8-521d-4118-8e6e-0d2ab2080618 7984946 1 2021-02-10 01:53:35 +0000 UTC   map[name:sample-pod-3 pod-template-hash:5f94c574ff] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-recreate-deployment 43b97bc9-5cdd-4bb7-919e-31d0bacb43b7 0xc004412d87 0xc004412d88}] []  []},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: 5f94c574ff,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:sample-pod-3 pod-template-hash:5f94c574ff] map[] [] []  []} {[] [] [{httpd docker.io/library/httpd:2.4.38-alpine [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc004412de8  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:53:36.273: INFO: All old ReplicaSets of Deployment "test-recreate-deployment":
Feb 10 01:53:36.274: INFO: &ReplicaSet{ObjectMeta:{test-recreate-deployment-799c574856  deployment-3623 /apis/apps/v1/namespaces/deployment-3623/replicasets/test-recreate-deployment-799c574856 23a2822f-e132-4684-8754-7fe308435e5f 7984936 2 2021-02-10 01:53:31 +0000 UTC   map[name:sample-pod-3 pod-template-hash:799c574856] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-recreate-deployment 43b97bc9-5cdd-4bb7-919e-31d0bacb43b7 0xc004412e57 0xc004412e58}] []  []},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: 799c574856,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:sample-pod-3 pod-template-hash:799c574856] map[] [] []  []} {[] [] [{agnhost gcr.io/kubernetes-e2e-test-images/agnhost:2.8 [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc004412ec8  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:53:36.277: INFO: Pod "test-recreate-deployment-5f94c574ff-2nksv" is not available:
&Pod{ObjectMeta:{test-recreate-deployment-5f94c574ff-2nksv test-recreate-deployment-5f94c574ff- deployment-3623 /api/v1/namespaces/deployment-3623/pods/test-recreate-deployment-5f94c574ff-2nksv e14062b8-a5b5-4068-a586-373e2c843ad8 7984947 0 2021-02-10 01:53:35 +0000 UTC   map[name:sample-pod-3 pod-template-hash:5f94c574ff] map[] [{apps/v1 ReplicaSet test-recreate-deployment-5f94c574ff 4d8dd7f8-521d-4118-8e6e-0d2ab2080618 0xc004413307 0xc004413308}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-dvxxl,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-dvxxl,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-dvxxl,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:53:36 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:53:36 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:53:36 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:53:35 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:,StartTime:2021-02-10 01:53:36 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
[AfterEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:53:36.277: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "deployment-3623" for this suite.
•{"msg":"PASSED [sig-apps] Deployment RecreateDeployment should delete old pods and create new ones [Conformance]","total":278,"completed":245,"skipped":4055,"failed":0}

------------------------------
[sig-scheduling] SchedulerPredicates [Serial] 
  validates that NodeSelector is respected if not matching  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:53:36.302: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename sched-pred
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:86
Feb 10 01:53:36.372: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready
Feb 10 01:53:36.468: INFO: Waiting for terminating namespaces to be deleted...
Feb 10 01:53:36.470: INFO: 
Logging pods the kubelet thinks is on node jerma-worker before test
Feb 10 01:53:36.477: INFO: kube-proxy-gdgm6 from kube-system started at 2021-01-10 17:29:37 +0000 UTC (1 container statuses recorded)
Feb 10 01:53:36.477: INFO: 	Container kube-proxy ready: true, restart count 0
Feb 10 01:53:36.477: INFO: chaos-controller-manager-7f9bbd476f-2hzrh from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:53:36.477: INFO: 	Container chaos-mesh ready: true, restart count 0
Feb 10 01:53:36.477: INFO: test-recreate-deployment-5f94c574ff-2nksv from deployment-3623 started at 2021-02-10 01:53:36 +0000 UTC (1 container statuses recorded)
Feb 10 01:53:36.477: INFO: 	Container httpd ready: false, restart count 0
Feb 10 01:53:36.477: INFO: chaos-daemon-f2nl5 from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:53:36.477: INFO: 	Container chaos-daemon ready: true, restart count 0
Feb 10 01:53:36.477: INFO: kindnet-c2jgb from kube-system started at 2021-01-10 17:30:25 +0000 UTC (1 container statuses recorded)
Feb 10 01:53:36.477: INFO: 	Container kindnet-cni ready: true, restart count 0
Feb 10 01:53:36.477: INFO: 
Logging pods the kubelet thinks is on node jerma-worker2 before test
Feb 10 01:53:36.481: INFO: kube-proxy-8vfzd from kube-system started at 2021-01-10 17:29:16 +0000 UTC (1 container statuses recorded)
Feb 10 01:53:36.481: INFO: 	Container kube-proxy ready: true, restart count 0
Feb 10 01:53:36.481: INFO: chaos-daemon-n2277 from default started at 2021-01-11 01:07:04 +0000 UTC (1 container statuses recorded)
Feb 10 01:53:36.481: INFO: 	Container chaos-daemon ready: true, restart count 0
Feb 10 01:53:36.481: INFO: kindnet-4ww4f from kube-system started at 2021-01-10 17:29:22 +0000 UTC (1 container statuses recorded)
Feb 10 01:53:36.481: INFO: 	Container kindnet-cni ready: true, restart count 0
[It] validates that NodeSelector is respected if not matching  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Trying to schedule Pod with nonempty NodeSelector.
STEP: Considering event: 
Type = [Warning], Name = [restricted-pod.1662400743a47ff4], Reason = [FailedScheduling], Message = [0/3 nodes are available: 3 node(s) didn't match node selector.]
STEP: Considering event: 
Type = [Warning], Name = [restricted-pod.166240074fbe198f], Reason = [FailedScheduling], Message = [0/3 nodes are available: 3 node(s) didn't match node selector.]
[AfterEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:53:37.500: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "sched-pred-5025" for this suite.
[AfterEach] [sig-scheduling] SchedulerPredicates [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduling/predicates.go:77
•{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if not matching  [Conformance]","total":278,"completed":246,"skipped":4055,"failed":0}
SSSSS
------------------------------
[sig-storage] Projected configMap 
  should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:53:37.509: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name projected-configmap-test-volume-3b5a785b-2f9f-4849-b5fa-26f441b3c26d
STEP: Creating a pod to test consume configMaps
Feb 10 01:53:38.069: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-2253d83a-fefd-4bc2-b1b8-e59bf3b89d97" in namespace "projected-2293" to be "success or failure"
Feb 10 01:53:38.085: INFO: Pod "pod-projected-configmaps-2253d83a-fefd-4bc2-b1b8-e59bf3b89d97": Phase="Pending", Reason="", readiness=false. Elapsed: 16.714558ms
Feb 10 01:53:40.090: INFO: Pod "pod-projected-configmaps-2253d83a-fefd-4bc2-b1b8-e59bf3b89d97": Phase="Pending", Reason="", readiness=false. Elapsed: 2.020847274s
Feb 10 01:53:42.153: INFO: Pod "pod-projected-configmaps-2253d83a-fefd-4bc2-b1b8-e59bf3b89d97": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.084690965s
STEP: Saw pod success
Feb 10 01:53:42.153: INFO: Pod "pod-projected-configmaps-2253d83a-fefd-4bc2-b1b8-e59bf3b89d97" satisfied condition "success or failure"
Feb 10 01:53:42.330: INFO: Trying to get logs from node jerma-worker2 pod pod-projected-configmaps-2253d83a-fefd-4bc2-b1b8-e59bf3b89d97 container projected-configmap-volume-test: 
STEP: delete the pod
Feb 10 01:53:42.449: INFO: Waiting for pod pod-projected-configmaps-2253d83a-fefd-4bc2-b1b8-e59bf3b89d97 to disappear
Feb 10 01:53:42.469: INFO: Pod pod-projected-configmaps-2253d83a-fefd-4bc2-b1b8-e59bf3b89d97 no longer exists
[AfterEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:53:42.469: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-2293" for this suite.

• [SLOW TEST:5.193 seconds]
[sig-storage] Projected configMap
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:34
  should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Projected configMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]","total":278,"completed":247,"skipped":4060,"failed":0}
SSSSSSSSSS
------------------------------
[k8s.io] Container Runtime blackbox test on terminated container 
  should report termination message [LinuxOnly] from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Container Runtime
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:53:42.702: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-runtime
STEP: Waiting for a default service account to be provisioned in namespace
[It] should report termination message [LinuxOnly] from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the container
STEP: wait for the container to reach Failed
STEP: get the container status
STEP: the container should be terminated
STEP: the termination message should be set
Feb 10 01:53:47.015: INFO: Expected: &{DONE} to match Container's Termination Message: DONE --
STEP: delete the container
[AfterEach] [k8s.io] Container Runtime
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:53:47.074: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-runtime-8312" for this suite.
•{"msg":"PASSED [k8s.io] Container Runtime blackbox test on terminated container should report termination message [LinuxOnly] from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]","total":278,"completed":248,"skipped":4070,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Projected configMap 
  should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:53:47.081: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name projected-configmap-test-volume-map-acbe995f-5c4e-4938-b7ee-eab910e6d05f
STEP: Creating a pod to test consume configMaps
Feb 10 01:53:47.136: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-2aea11dd-8c35-412b-8a03-b41d19949125" in namespace "projected-7330" to be "success or failure"
Feb 10 01:53:47.159: INFO: Pod "pod-projected-configmaps-2aea11dd-8c35-412b-8a03-b41d19949125": Phase="Pending", Reason="", readiness=false. Elapsed: 23.177641ms
Feb 10 01:53:49.225: INFO: Pod "pod-projected-configmaps-2aea11dd-8c35-412b-8a03-b41d19949125": Phase="Pending", Reason="", readiness=false. Elapsed: 2.089486221s
Feb 10 01:53:51.230: INFO: Pod "pod-projected-configmaps-2aea11dd-8c35-412b-8a03-b41d19949125": Phase="Running", Reason="", readiness=true. Elapsed: 4.093887719s
Feb 10 01:53:53.234: INFO: Pod "pod-projected-configmaps-2aea11dd-8c35-412b-8a03-b41d19949125": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.098105558s
STEP: Saw pod success
Feb 10 01:53:53.234: INFO: Pod "pod-projected-configmaps-2aea11dd-8c35-412b-8a03-b41d19949125" satisfied condition "success or failure"
Feb 10 01:53:53.236: INFO: Trying to get logs from node jerma-worker2 pod pod-projected-configmaps-2aea11dd-8c35-412b-8a03-b41d19949125 container projected-configmap-volume-test: 
STEP: delete the pod
Feb 10 01:53:53.286: INFO: Waiting for pod pod-projected-configmaps-2aea11dd-8c35-412b-8a03-b41d19949125 to disappear
Feb 10 01:53:53.308: INFO: Pod pod-projected-configmaps-2aea11dd-8c35-412b-8a03-b41d19949125 no longer exists
[AfterEach] [sig-storage] Projected configMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:53:53.308: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-7330" for this suite.

• [SLOW TEST:6.233 seconds]
[sig-storage] Projected configMap
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_configmap.go:34
  should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","total":278,"completed":249,"skipped":4098,"failed":0}
SSSSS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should be able to deny pod and configmap creation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:53:53.314: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:53:54.011: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:53:56.064: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518834, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518834, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518834, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518833, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
Feb 10 01:53:58.068: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518834, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518834, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518834, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748518833, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:54:01.106: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should be able to deny pod and configmap creation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Registering the webhook via the AdmissionRegistration API
STEP: create a pod that should be denied by the webhook
STEP: create a pod that causes the webhook to hang
STEP: create a configmap that should be denied by the webhook
STEP: create a configmap that should be admitted by the webhook
STEP: update (PUT) the admitted configmap to a non-compliant one should be rejected by the webhook
STEP: update (PATCH) the admitted configmap to a non-compliant one should be rejected by the webhook
STEP: create a namespace that bypass the webhook
STEP: create a configmap that violates the webhook policy but is in a whitelisted namespace
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:54:11.299: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-3626" for this suite.
STEP: Destroying namespace "webhook-3626-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:18.157 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should be able to deny pod and configmap creation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]","total":278,"completed":250,"skipped":4103,"failed":0}
SSSSSSS
------------------------------
[sig-storage] Projected secret 
  optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:54:11.471: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating secret with name s-test-opt-del-87855586-15c4-4409-88dc-85989559a290
STEP: Creating secret with name s-test-opt-upd-da0435ec-82a8-43d6-bc5f-2b4e332c9666
STEP: Creating the pod
STEP: Deleting secret s-test-opt-del-87855586-15c4-4409-88dc-85989559a290
STEP: Updating secret s-test-opt-upd-da0435ec-82a8-43d6-bc5f-2b4e332c9666
STEP: Creating secret with name s-test-opt-create-7052cde2-d27f-4717-b9e8-d41d256a7a2a
STEP: waiting to observe update in volume
[AfterEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:54:19.682: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-2934" for this suite.

• [SLOW TEST:8.218 seconds]
[sig-storage] Projected secret
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_secret.go:34
  optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Projected secret optional updates should be reflected in volume [NodeConformance] [Conformance]","total":278,"completed":251,"skipped":4110,"failed":0}
SSSSSSSSSS
------------------------------
[sig-apps] Deployment 
  deployment should delete old replica sets [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:54:19.689: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename deployment
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:69
[It] deployment should delete old replica sets [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:54:19.775: INFO: Pod name cleanup-pod: Found 0 pods out of 1
Feb 10 01:54:24.781: INFO: Pod name cleanup-pod: Found 1 pods out of 1
STEP: ensuring each pod is running
Feb 10 01:54:24.781: INFO: Creating deployment test-cleanup-deployment
STEP: Waiting for deployment test-cleanup-deployment history to be cleaned up
[AfterEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/deployment.go:63
Feb 10 01:54:24.904: INFO: Deployment "test-cleanup-deployment":
&Deployment{ObjectMeta:{test-cleanup-deployment  deployment-1834 /apis/apps/v1/namespaces/deployment-1834/deployments/test-cleanup-deployment fc80d6c0-a962-4163-94aa-54d1e066fd01 7985349 1 2021-02-10 01:54:24 +0000 UTC   map[name:cleanup-pod] map[] [] []  []},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: cleanup-pod,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:cleanup-pod] map[] [] []  []} {[] [] [{agnhost gcr.io/kubernetes-e2e-test-images/agnhost:2.8 [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc003aa45d8  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*0,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:0,Replicas:0,UpdatedReplicas:0,AvailableReplicas:0,UnavailableReplicas:0,Conditions:[]DeploymentCondition{},ReadyReplicas:0,CollisionCount:nil,},}

Feb 10 01:54:24.928: INFO: New ReplicaSet "test-cleanup-deployment-55ffc6b7b6" of Deployment "test-cleanup-deployment":
&ReplicaSet{ObjectMeta:{test-cleanup-deployment-55ffc6b7b6  deployment-1834 /apis/apps/v1/namespaces/deployment-1834/replicasets/test-cleanup-deployment-55ffc6b7b6 84159a15-de8b-439c-bd11-9c7a37e49064 7985352 1 2021-02-10 01:54:24 +0000 UTC   map[name:cleanup-pod pod-template-hash:55ffc6b7b6] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-cleanup-deployment fc80d6c0-a962-4163-94aa-54d1e066fd01 0xc003aa4b07 0xc003aa4b08}] []  []},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: cleanup-pod,pod-template-hash: 55ffc6b7b6,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:cleanup-pod pod-template-hash:55ffc6b7b6] map[] [] []  []} {[] [] [{agnhost gcr.io/kubernetes-e2e-test-images/agnhost:2.8 [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,} false false false}] [] Always 0xc003aa4b78  ClusterFirst map[]     false false false  &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:0,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:54:24.928: INFO: All old ReplicaSets of Deployment "test-cleanup-deployment":
Feb 10 01:54:24.928: INFO: &ReplicaSet{ObjectMeta:{test-cleanup-controller  deployment-1834 /apis/apps/v1/namespaces/deployment-1834/replicasets/test-cleanup-controller 80efebc6-a27b-43e3-91e5-b0fd87c3a645 7985351 1 2021-02-10 01:54:19 +0000 UTC   map[name:cleanup-pod pod:httpd] map[] [{apps/v1 Deployment test-cleanup-deployment fc80d6c0-a962-4163-94aa-54d1e066fd01 0xc003aa4a37 0xc003aa4a38}] []  []},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: cleanup-pod,pod: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{      0 0001-01-01 00:00:00 +0000 UTC   map[name:cleanup-pod pod:httpd] map[] [] []  []} {[] [] [{httpd docker.io/library/httpd:2.4.38-alpine [] []  [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc003aa4a98  ClusterFirst map[]     false false false  PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,} []   nil default-scheduler [] []   nil []    map[] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},}
Feb 10 01:54:25.017: INFO: Pod "test-cleanup-controller-xk8kv" is available:
&Pod{ObjectMeta:{test-cleanup-controller-xk8kv test-cleanup-controller- deployment-1834 /api/v1/namespaces/deployment-1834/pods/test-cleanup-controller-xk8kv 5b4e7707-cebb-4507-9486-79979ed444c6 7985333 0 2021-02-10 01:54:19 +0000 UTC   map[name:cleanup-pod pod:httpd] map[] [{apps/v1 ReplicaSet test-cleanup-controller 80efebc6-a27b-43e3-91e5-b0fd87c3a645 0xc003aa4fa7 0xc003aa4fa8}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-4kzz7,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-4kzz7,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:httpd,Image:docker.io/library/httpd:2.4.38-alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-4kzz7,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:54:19 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:54:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:54:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:54:19 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.18.0.6,PodIP:10.244.2.101,StartTime:2021-02-10 01:54:19 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2021-02-10 01:54:22 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:docker.io/library/httpd:2.4.38-alpine,ImageID:docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060,ContainerID:containerd://afff6b3798b2eb2cfbbbdf9710ae268d7bbd1f173147ab337ea6ee5418399ba4,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:10.244.2.101,},},EphemeralContainerStatuses:[]ContainerStatus{},},}
Feb 10 01:54:25.017: INFO: Pod "test-cleanup-deployment-55ffc6b7b6-cssb8" is not available:
&Pod{ObjectMeta:{test-cleanup-deployment-55ffc6b7b6-cssb8 test-cleanup-deployment-55ffc6b7b6- deployment-1834 /api/v1/namespaces/deployment-1834/pods/test-cleanup-deployment-55ffc6b7b6-cssb8 6a45ba0b-0528-4cac-bf4d-c349995c4ea3 7985358 0 2021-02-10 01:54:24 +0000 UTC   map[name:cleanup-pod pod-template-hash:55ffc6b7b6] map[] [{apps/v1 ReplicaSet test-cleanup-deployment-55ffc6b7b6 84159a15-de8b-439c-bd11-9c7a37e49064 0xc003aa5167 0xc003aa5168}] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-4kzz7,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-4kzz7,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:gcr.io/kubernetes-e2e-test-images/agnhost:2.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-4kzz7,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:jerma-worker,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2021-02-10 01:54:24 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
[AfterEach] [sig-apps] Deployment
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:54:25.017: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "deployment-1834" for this suite.

• [SLOW TEST:5.369 seconds]
[sig-apps] Deployment
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  deployment should delete old replica sets [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Deployment deployment should delete old replica sets [Conformance]","total":278,"completed":252,"skipped":4120,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] 
  updates the published spec when one version gets renamed [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:54:25.059: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename crd-publish-openapi
STEP: Waiting for a default service account to be provisioned in namespace
[It] updates the published spec when one version gets renamed [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: set up a multi version CRD
Feb 10 01:54:25.098: INFO: >>> kubeConfig: /root/.kube/config
STEP: rename a version
STEP: check the new version name is served
STEP: check the old version name is removed
STEP: check the other version is not changed
[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:54:42.051: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "crd-publish-openapi-7633" for this suite.

• [SLOW TEST:16.998 seconds]
[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  updates the published spec when one version gets renamed [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] updates the published spec when one version gets renamed [Conformance]","total":278,"completed":253,"skipped":4145,"failed":0}
SSSSSSSSSSSSS
------------------------------
[sig-network] Proxy version v1 
  should proxy logs on node with explicit kubelet port using proxy subresource  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] version v1
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:54:42.058: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename proxy
STEP: Waiting for a default service account to be provisioned in namespace
[It] should proxy logs on node with explicit kubelet port using proxy subresource  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:54:42.153: INFO: (0) /api/v1/nodes/jerma-worker2:10250/proxy/logs/: 
alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/

alternatives.log
containers/
>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename var-expansion
STEP: Waiting for a default service account to be provisioned in namespace
[It] should allow substituting values in a container's args [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test substitution in container's args
Feb 10 01:54:42.294: INFO: Waiting up to 5m0s for pod "var-expansion-47b59d22-1ffd-4a97-a519-b17a1829c73d" in namespace "var-expansion-4444" to be "success or failure"
Feb 10 01:54:42.296: INFO: Pod "var-expansion-47b59d22-1ffd-4a97-a519-b17a1829c73d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.523835ms
Feb 10 01:54:44.299: INFO: Pod "var-expansion-47b59d22-1ffd-4a97-a519-b17a1829c73d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005387112s
Feb 10 01:54:46.303: INFO: Pod "var-expansion-47b59d22-1ffd-4a97-a519-b17a1829c73d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009521807s
STEP: Saw pod success
Feb 10 01:54:46.303: INFO: Pod "var-expansion-47b59d22-1ffd-4a97-a519-b17a1829c73d" satisfied condition "success or failure"
Feb 10 01:54:46.305: INFO: Trying to get logs from node jerma-worker pod var-expansion-47b59d22-1ffd-4a97-a519-b17a1829c73d container dapi-container: 
STEP: delete the pod
Feb 10 01:54:46.322: INFO: Waiting for pod var-expansion-47b59d22-1ffd-4a97-a519-b17a1829c73d to disappear
Feb 10 01:54:46.326: INFO: Pod var-expansion-47b59d22-1ffd-4a97-a519-b17a1829c73d no longer exists
[AfterEach] [k8s.io] Variable Expansion
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:54:46.326: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "var-expansion-4444" for this suite.
•{"msg":"PASSED [k8s.io] Variable Expansion should allow substituting values in a container's args [NodeConformance] [Conformance]","total":278,"completed":255,"skipped":4190,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] Daemon set [Serial] 
  should retry creating failed daemon pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:54:46.333: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename daemonsets
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:133
[It] should retry creating failed daemon pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a simple DaemonSet "daemon-set"
STEP: Check that daemon pods launch on every node of the cluster.
Feb 10 01:54:46.435: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:46.440: INFO: Number of nodes with available pods: 0
Feb 10 01:54:46.440: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:54:47.444: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:47.447: INFO: Number of nodes with available pods: 0
Feb 10 01:54:47.447: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:54:48.472: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:48.477: INFO: Number of nodes with available pods: 0
Feb 10 01:54:48.477: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:54:49.445: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:49.449: INFO: Number of nodes with available pods: 0
Feb 10 01:54:49.449: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:54:50.445: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:50.449: INFO: Number of nodes with available pods: 1
Feb 10 01:54:50.449: INFO: Node jerma-worker is running more than one daemon pod
Feb 10 01:54:51.444: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:51.447: INFO: Number of nodes with available pods: 2
Feb 10 01:54:51.447: INFO: Number of running nodes: 2, number of available pods: 2
STEP: Set a daemon pod's phase to 'Failed', check that the daemon pod is revived.
Feb 10 01:54:51.526: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:51.538: INFO: Number of nodes with available pods: 1
Feb 10 01:54:51.538: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:54:52.544: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:52.548: INFO: Number of nodes with available pods: 1
Feb 10 01:54:52.548: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:54:53.543: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:53.548: INFO: Number of nodes with available pods: 1
Feb 10 01:54:53.548: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:54:54.542: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:54.569: INFO: Number of nodes with available pods: 1
Feb 10 01:54:54.569: INFO: Node jerma-worker2 is running more than one daemon pod
Feb 10 01:54:55.542: INFO: DaemonSet pods can't tolerate node jerma-control-plane with taints [{Key:node-role.kubernetes.io/master Value: Effect:NoSchedule TimeAdded:}], skip checking this node
Feb 10 01:54:55.544: INFO: Number of nodes with available pods: 2
Feb 10 01:54:55.545: INFO: Number of running nodes: 2, number of available pods: 2
STEP: Wait for the failed daemon pod to be completely deleted.
[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/daemon_set.go:99
STEP: Deleting DaemonSet "daemon-set"
STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-9969, will wait for the garbage collector to delete the pods
Feb 10 01:54:55.609: INFO: Deleting DaemonSet.extensions daemon-set took: 6.646154ms
Feb 10 01:54:56.009: INFO: Terminating DaemonSet.extensions daemon-set pods took: 400.215761ms
Feb 10 01:55:02.112: INFO: Number of nodes with available pods: 0
Feb 10 01:55:02.112: INFO: Number of running nodes: 0, number of available pods: 0
Feb 10 01:55:02.115: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"selfLink":"/apis/apps/v1/namespaces/daemonsets-9969/daemonsets","resourceVersion":"7985626"},"items":null}

Feb 10 01:55:02.117: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"selfLink":"/api/v1/namespaces/daemonsets-9969/pods","resourceVersion":"7985626"},"items":null}

[AfterEach] [sig-apps] Daemon set [Serial]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:55:02.129: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "daemonsets-9969" for this suite.

• [SLOW TEST:15.803 seconds]
[sig-apps] Daemon set [Serial]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  should retry creating failed daemon pods [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]","total":278,"completed":256,"skipped":4213,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] 
  should perform rolling updates and roll backs of template modifications [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:55:02.136: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename statefulset
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:64
[BeforeEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:79
STEP: Creating service test in namespace statefulset-1994
[It] should perform rolling updates and roll backs of template modifications [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a new StatefulSet
Feb 10 01:55:02.234: INFO: Found 0 stateful pods, waiting for 3
Feb 10 01:55:12.237: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:55:12.237: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:55:12.237: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Pending - Ready=false
Feb 10 01:55:22.238: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:55:22.238: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:55:22.238: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true
Feb 10 01:55:22.251: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-1994 ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true'
Feb 10 01:55:22.504: INFO: stderr: "I0210 01:55:22.384800    4043 log.go:172] (0xc0004800b0) (0xc000726460) Create stream\nI0210 01:55:22.384983    4043 log.go:172] (0xc0004800b0) (0xc000726460) Stream added, broadcasting: 1\nI0210 01:55:22.387402    4043 log.go:172] (0xc0004800b0) Reply frame received for 1\nI0210 01:55:22.387455    4043 log.go:172] (0xc0004800b0) (0xc0008ec000) Create stream\nI0210 01:55:22.387468    4043 log.go:172] (0xc0004800b0) (0xc0008ec000) Stream added, broadcasting: 3\nI0210 01:55:22.388544    4043 log.go:172] (0xc0004800b0) Reply frame received for 3\nI0210 01:55:22.388593    4043 log.go:172] (0xc0004800b0) (0xc0008ec0a0) Create stream\nI0210 01:55:22.388622    4043 log.go:172] (0xc0004800b0) (0xc0008ec0a0) Stream added, broadcasting: 5\nI0210 01:55:22.389709    4043 log.go:172] (0xc0004800b0) Reply frame received for 5\nI0210 01:55:22.458785    4043 log.go:172] (0xc0004800b0) Data frame received for 5\nI0210 01:55:22.458809    4043 log.go:172] (0xc0008ec0a0) (5) Data frame handling\nI0210 01:55:22.458825    4043 log.go:172] (0xc0008ec0a0) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0210 01:55:22.493588    4043 log.go:172] (0xc0004800b0) Data frame received for 3\nI0210 01:55:22.493639    4043 log.go:172] (0xc0008ec000) (3) Data frame handling\nI0210 01:55:22.493677    4043 log.go:172] (0xc0008ec000) (3) Data frame sent\nI0210 01:55:22.493700    4043 log.go:172] (0xc0004800b0) Data frame received for 3\nI0210 01:55:22.493716    4043 log.go:172] (0xc0008ec000) (3) Data frame handling\nI0210 01:55:22.493875    4043 log.go:172] (0xc0004800b0) Data frame received for 5\nI0210 01:55:22.493887    4043 log.go:172] (0xc0008ec0a0) (5) Data frame handling\nI0210 01:55:22.495711    4043 log.go:172] (0xc0004800b0) Data frame received for 1\nI0210 01:55:22.495749    4043 log.go:172] (0xc000726460) (1) Data frame handling\nI0210 01:55:22.495779    4043 log.go:172] (0xc000726460) (1) Data frame sent\nI0210 01:55:22.495858    4043 log.go:172] (0xc0004800b0) (0xc000726460) Stream removed, broadcasting: 1\nI0210 01:55:22.495893    4043 log.go:172] (0xc0004800b0) Go away received\nI0210 01:55:22.496370    4043 log.go:172] (0xc0004800b0) (0xc000726460) Stream removed, broadcasting: 1\nI0210 01:55:22.496400    4043 log.go:172] (0xc0004800b0) (0xc0008ec000) Stream removed, broadcasting: 3\nI0210 01:55:22.496411    4043 log.go:172] (0xc0004800b0) (0xc0008ec0a0) Stream removed, broadcasting: 5\n"
Feb 10 01:55:22.504: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n"
Feb 10 01:55:22.504: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss2-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'

STEP: Updating StatefulSet template: update image from docker.io/library/httpd:2.4.38-alpine to docker.io/library/httpd:2.4.39-alpine
Feb 10 01:55:32.535: INFO: Updating stateful set ss2
STEP: Creating a new revision
STEP: Updating Pods in reverse ordinal order
Feb 10 01:55:42.573: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-1994 ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true'
Feb 10 01:55:42.802: INFO: stderr: "I0210 01:55:42.714096    4063 log.go:172] (0xc000599130) (0xc0006a9c20) Create stream\nI0210 01:55:42.714166    4063 log.go:172] (0xc000599130) (0xc0006a9c20) Stream added, broadcasting: 1\nI0210 01:55:42.717034    4063 log.go:172] (0xc000599130) Reply frame received for 1\nI0210 01:55:42.717080    4063 log.go:172] (0xc000599130) (0xc000682000) Create stream\nI0210 01:55:42.717090    4063 log.go:172] (0xc000599130) (0xc000682000) Stream added, broadcasting: 3\nI0210 01:55:42.718040    4063 log.go:172] (0xc000599130) Reply frame received for 3\nI0210 01:55:42.718081    4063 log.go:172] (0xc000599130) (0xc000a9c000) Create stream\nI0210 01:55:42.718095    4063 log.go:172] (0xc000599130) (0xc000a9c000) Stream added, broadcasting: 5\nI0210 01:55:42.718949    4063 log.go:172] (0xc000599130) Reply frame received for 5\nI0210 01:55:42.795277    4063 log.go:172] (0xc000599130) Data frame received for 5\nI0210 01:55:42.795318    4063 log.go:172] (0xc000a9c000) (5) Data frame handling\nI0210 01:55:42.795334    4063 log.go:172] (0xc000a9c000) (5) Data frame sent\nI0210 01:55:42.795345    4063 log.go:172] (0xc000599130) Data frame received for 5\nI0210 01:55:42.795353    4063 log.go:172] (0xc000a9c000) (5) Data frame handling\nI0210 01:55:42.795360    4063 log.go:172] (0xc000599130) Data frame received for 3\nI0210 01:55:42.795364    4063 log.go:172] (0xc000682000) (3) Data frame handling\nI0210 01:55:42.795370    4063 log.go:172] (0xc000682000) (3) Data frame sent\nI0210 01:55:42.795374    4063 log.go:172] (0xc000599130) Data frame received for 3\nI0210 01:55:42.795378    4063 log.go:172] (0xc000682000) (3) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0210 01:55:42.797120    4063 log.go:172] (0xc000599130) Data frame received for 1\nI0210 01:55:42.797161    4063 log.go:172] (0xc0006a9c20) (1) Data frame handling\nI0210 01:55:42.797185    4063 log.go:172] (0xc0006a9c20) (1) Data frame sent\nI0210 01:55:42.797206    4063 log.go:172] (0xc000599130) (0xc0006a9c20) Stream removed, broadcasting: 1\nI0210 01:55:42.797226    4063 log.go:172] (0xc000599130) Go away received\nI0210 01:55:42.797660    4063 log.go:172] (0xc000599130) (0xc0006a9c20) Stream removed, broadcasting: 1\nI0210 01:55:42.797691    4063 log.go:172] (0xc000599130) (0xc000682000) Stream removed, broadcasting: 3\nI0210 01:55:42.797704    4063 log.go:172] (0xc000599130) (0xc000a9c000) Stream removed, broadcasting: 5\n"
Feb 10 01:55:42.802: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n"
Feb 10 01:55:42.802: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss2-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'

STEP: Rolling back to a previous revision
Feb 10 01:56:12.821: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-1994 ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true'
Feb 10 01:56:15.970: INFO: stderr: "I0210 01:56:15.813765    4086 log.go:172] (0xc000b1c370) (0xc00076f360) Create stream\nI0210 01:56:15.813838    4086 log.go:172] (0xc000b1c370) (0xc00076f360) Stream added, broadcasting: 1\nI0210 01:56:15.819698    4086 log.go:172] (0xc000b1c370) Reply frame received for 1\nI0210 01:56:15.819724    4086 log.go:172] (0xc000b1c370) (0xc000aa20a0) Create stream\nI0210 01:56:15.819730    4086 log.go:172] (0xc000b1c370) (0xc000aa20a0) Stream added, broadcasting: 3\nI0210 01:56:15.821547    4086 log.go:172] (0xc000b1c370) Reply frame received for 3\nI0210 01:56:15.821590    4086 log.go:172] (0xc000b1c370) (0xc0009500a0) Create stream\nI0210 01:56:15.821599    4086 log.go:172] (0xc000b1c370) (0xc0009500a0) Stream added, broadcasting: 5\nI0210 01:56:15.822617    4086 log.go:172] (0xc000b1c370) Reply frame received for 5\nI0210 01:56:15.928586    4086 log.go:172] (0xc000b1c370) Data frame received for 5\nI0210 01:56:15.928613    4086 log.go:172] (0xc0009500a0) (5) Data frame handling\nI0210 01:56:15.928632    4086 log.go:172] (0xc0009500a0) (5) Data frame sent\n+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\nI0210 01:56:15.959156    4086 log.go:172] (0xc000b1c370) Data frame received for 3\nI0210 01:56:15.959198    4086 log.go:172] (0xc000aa20a0) (3) Data frame handling\nI0210 01:56:15.959217    4086 log.go:172] (0xc000aa20a0) (3) Data frame sent\nI0210 01:56:15.959269    4086 log.go:172] (0xc000b1c370) Data frame received for 5\nI0210 01:56:15.959299    4086 log.go:172] (0xc0009500a0) (5) Data frame handling\nI0210 01:56:15.959834    4086 log.go:172] (0xc000b1c370) Data frame received for 3\nI0210 01:56:15.959851    4086 log.go:172] (0xc000aa20a0) (3) Data frame handling\nI0210 01:56:15.962377    4086 log.go:172] (0xc000b1c370) Data frame received for 1\nI0210 01:56:15.962421    4086 log.go:172] (0xc00076f360) (1) Data frame handling\nI0210 01:56:15.962442    4086 log.go:172] (0xc00076f360) (1) Data frame sent\nI0210 01:56:15.962460    4086 log.go:172] (0xc000b1c370) (0xc00076f360) Stream removed, broadcasting: 1\nI0210 01:56:15.962490    4086 log.go:172] (0xc000b1c370) Go away received\nI0210 01:56:15.962925    4086 log.go:172] (0xc000b1c370) (0xc00076f360) Stream removed, broadcasting: 1\nI0210 01:56:15.962945    4086 log.go:172] (0xc000b1c370) (0xc000aa20a0) Stream removed, broadcasting: 3\nI0210 01:56:15.962954    4086 log.go:172] (0xc000b1c370) (0xc0009500a0) Stream removed, broadcasting: 5\n"
Feb 10 01:56:15.970: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n"
Feb 10 01:56:15.970: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss2-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'

Feb 10 01:56:26.008: INFO: Updating stateful set ss2
STEP: Rolling back update in reverse ordinal order
Feb 10 01:56:36.055: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config exec --namespace=statefulset-1994 ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true'
Feb 10 01:56:36.285: INFO: stderr: "I0210 01:56:36.178255    4119 log.go:172] (0xc0008aaa50) (0xc000619c20) Create stream\nI0210 01:56:36.178310    4119 log.go:172] (0xc0008aaa50) (0xc000619c20) Stream added, broadcasting: 1\nI0210 01:56:36.180965    4119 log.go:172] (0xc0008aaa50) Reply frame received for 1\nI0210 01:56:36.181017    4119 log.go:172] (0xc0008aaa50) (0xc000716000) Create stream\nI0210 01:56:36.181042    4119 log.go:172] (0xc0008aaa50) (0xc000716000) Stream added, broadcasting: 3\nI0210 01:56:36.182076    4119 log.go:172] (0xc0008aaa50) Reply frame received for 3\nI0210 01:56:36.182117    4119 log.go:172] (0xc0008aaa50) (0xc000514000) Create stream\nI0210 01:56:36.182132    4119 log.go:172] (0xc0008aaa50) (0xc000514000) Stream added, broadcasting: 5\nI0210 01:56:36.183054    4119 log.go:172] (0xc0008aaa50) Reply frame received for 5\nI0210 01:56:36.277364    4119 log.go:172] (0xc0008aaa50) Data frame received for 5\nI0210 01:56:36.277436    4119 log.go:172] (0xc000514000) (5) Data frame handling\nI0210 01:56:36.277460    4119 log.go:172] (0xc000514000) (5) Data frame sent\nI0210 01:56:36.277494    4119 log.go:172] (0xc0008aaa50) Data frame received for 5\nI0210 01:56:36.277509    4119 log.go:172] (0xc000514000) (5) Data frame handling\n+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nI0210 01:56:36.277537    4119 log.go:172] (0xc0008aaa50) Data frame received for 3\nI0210 01:56:36.277565    4119 log.go:172] (0xc000716000) (3) Data frame handling\nI0210 01:56:36.277598    4119 log.go:172] (0xc000716000) (3) Data frame sent\nI0210 01:56:36.277633    4119 log.go:172] (0xc0008aaa50) Data frame received for 3\nI0210 01:56:36.277647    4119 log.go:172] (0xc000716000) (3) Data frame handling\nI0210 01:56:36.279090    4119 log.go:172] (0xc0008aaa50) Data frame received for 1\nI0210 01:56:36.279111    4119 log.go:172] (0xc000619c20) (1) Data frame handling\nI0210 01:56:36.279140    4119 log.go:172] (0xc000619c20) (1) Data frame sent\nI0210 01:56:36.279169    4119 log.go:172] (0xc0008aaa50) (0xc000619c20) Stream removed, broadcasting: 1\nI0210 01:56:36.279217    4119 log.go:172] (0xc0008aaa50) Go away received\nI0210 01:56:36.279545    4119 log.go:172] (0xc0008aaa50) (0xc000619c20) Stream removed, broadcasting: 1\nI0210 01:56:36.279567    4119 log.go:172] (0xc0008aaa50) (0xc000716000) Stream removed, broadcasting: 3\nI0210 01:56:36.279576    4119 log.go:172] (0xc0008aaa50) (0xc000514000) Stream removed, broadcasting: 5\n"
Feb 10 01:56:36.285: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n"
Feb 10 01:56:36.285: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss2-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'

Feb 10 01:56:56.305: INFO: Waiting for StatefulSet statefulset-1994/ss2 to complete update
Feb 10 01:56:56.305: INFO: Waiting for Pod statefulset-1994/ss2-0 to have revision ss2-65c7964b94 update revision ss2-84f9d6bf57
[AfterEach] [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/statefulset.go:90
Feb 10 01:57:06.312: INFO: Deleting all statefulset in ns statefulset-1994
Feb 10 01:57:06.315: INFO: Scaling statefulset ss2 to 0
Feb 10 01:57:26.382: INFO: Waiting for statefulset status.replicas updated to 0
Feb 10 01:57:26.385: INFO: Deleting statefulset ss2
[AfterEach] [sig-apps] StatefulSet
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:57:26.403: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "statefulset-1994" for this suite.

• [SLOW TEST:144.274 seconds]
[sig-apps] StatefulSet
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apps/framework.go:23
  [k8s.io] Basic StatefulSet functionality [StatefulSetBasic]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
    should perform rolling updates and roll backs of template modifications [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should perform rolling updates and roll backs of template modifications [Conformance]","total":278,"completed":257,"skipped":4248,"failed":0}
SSSSSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] ResourceQuota 
  should create a ResourceQuota and capture the life of a replica set. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:57:26.410: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename resourcequota
STEP: Waiting for a default service account to be provisioned in namespace
[It] should create a ResourceQuota and capture the life of a replica set. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Counting existing ResourceQuota
STEP: Creating a ResourceQuota
STEP: Ensuring resource quota status is calculated
STEP: Creating a ReplicaSet
STEP: Ensuring resource quota status captures replicaset creation
STEP: Deleting a ReplicaSet
STEP: Ensuring resource quota status released usage
[AfterEach] [sig-api-machinery] ResourceQuota
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:57:37.539: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "resourcequota-9117" for this suite.

• [SLOW TEST:11.173 seconds]
[sig-api-machinery] ResourceQuota
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should create a ResourceQuota and capture the life of a replica set. [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replica set. [Conformance]","total":278,"completed":258,"skipped":4267,"failed":0}
SSSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should mutate custom resource with different stored version [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:57:37.583: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:57:38.552: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:57:40.563: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519058, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519058, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519058, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519058, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:57:43.612: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should mutate custom resource with different stored version [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:57:43.629: INFO: >>> kubeConfig: /root/.kube/config
STEP: Registering the mutating webhook for custom resource e2e-test-webhook-4159-crds.webhook.example.com via the AdmissionRegistration API
STEP: Creating a custom resource while v1 is storage version
STEP: Patching Custom Resource Definition to set v2 as storage
STEP: Patching the custom resource while v2 is storage version
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:57:44.853: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-8928" for this suite.
STEP: Destroying namespace "webhook-8928-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:7.438 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should mutate custom resource with different stored version [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with different stored version [Conformance]","total":278,"completed":259,"skipped":4283,"failed":0}
SSSS
------------------------------
[sig-storage] Downward API volume 
  should provide container's cpu request [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:57:45.021: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40
[It] should provide container's cpu request [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:57:45.171: INFO: Waiting up to 5m0s for pod "downwardapi-volume-8200cc60-a2f7-4faa-877b-c743ab9ad25b" in namespace "downward-api-8400" to be "success or failure"
Feb 10 01:57:45.175: INFO: Pod "downwardapi-volume-8200cc60-a2f7-4faa-877b-c743ab9ad25b": Phase="Pending", Reason="", readiness=false. Elapsed: 3.534171ms
Feb 10 01:57:47.186: INFO: Pod "downwardapi-volume-8200cc60-a2f7-4faa-877b-c743ab9ad25b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.014471366s
Feb 10 01:57:49.190: INFO: Pod "downwardapi-volume-8200cc60-a2f7-4faa-877b-c743ab9ad25b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01847728s
STEP: Saw pod success
Feb 10 01:57:49.190: INFO: Pod "downwardapi-volume-8200cc60-a2f7-4faa-877b-c743ab9ad25b" satisfied condition "success or failure"
Feb 10 01:57:49.193: INFO: Trying to get logs from node jerma-worker2 pod downwardapi-volume-8200cc60-a2f7-4faa-877b-c743ab9ad25b container client-container: 
STEP: delete the pod
Feb 10 01:57:49.238: INFO: Waiting for pod downwardapi-volume-8200cc60-a2f7-4faa-877b-c743ab9ad25b to disappear
Feb 10 01:57:49.242: INFO: Pod downwardapi-volume-8200cc60-a2f7-4faa-877b-c743ab9ad25b no longer exists
[AfterEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:57:49.242: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-8400" for this suite.
•{"msg":"PASSED [sig-storage] Downward API volume should provide container's cpu request [NodeConformance] [Conformance]","total":278,"completed":260,"skipped":4287,"failed":0}
SSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Projected downwardAPI 
  should provide container's cpu request [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:57:49.250: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should provide container's cpu request [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 01:57:49.347: INFO: Waiting up to 5m0s for pod "downwardapi-volume-05dde14b-51ac-4e3a-9ad3-7177751b17cf" in namespace "projected-8273" to be "success or failure"
Feb 10 01:57:49.350: INFO: Pod "downwardapi-volume-05dde14b-51ac-4e3a-9ad3-7177751b17cf": Phase="Pending", Reason="", readiness=false. Elapsed: 3.24628ms
Feb 10 01:57:51.385: INFO: Pod "downwardapi-volume-05dde14b-51ac-4e3a-9ad3-7177751b17cf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.037677843s
Feb 10 01:57:53.388: INFO: Pod "downwardapi-volume-05dde14b-51ac-4e3a-9ad3-7177751b17cf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.041261242s
STEP: Saw pod success
Feb 10 01:57:53.388: INFO: Pod "downwardapi-volume-05dde14b-51ac-4e3a-9ad3-7177751b17cf" satisfied condition "success or failure"
Feb 10 01:57:53.391: INFO: Trying to get logs from node jerma-worker pod downwardapi-volume-05dde14b-51ac-4e3a-9ad3-7177751b17cf container client-container: 
STEP: delete the pod
Feb 10 01:57:53.579: INFO: Waiting for pod downwardapi-volume-05dde14b-51ac-4e3a-9ad3-7177751b17cf to disappear
Feb 10 01:57:53.584: INFO: Pod downwardapi-volume-05dde14b-51ac-4e3a-9ad3-7177751b17cf no longer exists
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:57:53.584: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-8273" for this suite.
•{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's cpu request [NodeConformance] [Conformance]","total":278,"completed":261,"skipped":4309,"failed":0}
SSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:57:53.591: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir volume type on tmpfs
Feb 10 01:57:53.701: INFO: Waiting up to 5m0s for pod "pod-171e5275-06b8-4a6e-85e9-cfd03659d094" in namespace "emptydir-7444" to be "success or failure"
Feb 10 01:57:53.715: INFO: Pod "pod-171e5275-06b8-4a6e-85e9-cfd03659d094": Phase="Pending", Reason="", readiness=false. Elapsed: 14.352581ms
Feb 10 01:57:55.760: INFO: Pod "pod-171e5275-06b8-4a6e-85e9-cfd03659d094": Phase="Pending", Reason="", readiness=false. Elapsed: 2.059089252s
Feb 10 01:57:57.780: INFO: Pod "pod-171e5275-06b8-4a6e-85e9-cfd03659d094": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.079057215s
STEP: Saw pod success
Feb 10 01:57:57.780: INFO: Pod "pod-171e5275-06b8-4a6e-85e9-cfd03659d094" satisfied condition "success or failure"
Feb 10 01:57:57.782: INFO: Trying to get logs from node jerma-worker2 pod pod-171e5275-06b8-4a6e-85e9-cfd03659d094 container test-container: 
STEP: delete the pod
Feb 10 01:57:57.845: INFO: Waiting for pod pod-171e5275-06b8-4a6e-85e9-cfd03659d094 to disappear
Feb 10 01:57:57.936: INFO: Pod pod-171e5275-06b8-4a6e-85e9-cfd03659d094 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:57:57.936: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-7444" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":262,"skipped":4314,"failed":0}
SSSSSSSSSSSSSSS
------------------------------
[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition 
  getting/updating/patching custom resource definition status sub-resource works  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:57:57.951: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename custom-resource-definition
STEP: Waiting for a default service account to be provisioned in namespace
[It] getting/updating/patching custom resource definition status sub-resource works  [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 01:57:57.999: INFO: >>> kubeConfig: /root/.kube/config
[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:57:58.579: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "custom-resource-definition-9716" for this suite.
•{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition getting/updating/patching custom resource definition status sub-resource works  [Conformance]","total":278,"completed":263,"skipped":4329,"failed":0}
SSS
------------------------------
[sig-storage] Projected secret 
  should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:57:58.631: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating projection with secret that has name projected-secret-test-dd563245-eda9-4f12-8335-f98f0ed8147b
STEP: Creating a pod to test consume secrets
Feb 10 01:57:58.704: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-c9e0763d-7902-4c20-800e-90c51fb15e4d" in namespace "projected-3899" to be "success or failure"
Feb 10 01:57:58.768: INFO: Pod "pod-projected-secrets-c9e0763d-7902-4c20-800e-90c51fb15e4d": Phase="Pending", Reason="", readiness=false. Elapsed: 63.890959ms
Feb 10 01:58:00.771: INFO: Pod "pod-projected-secrets-c9e0763d-7902-4c20-800e-90c51fb15e4d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.067582005s
Feb 10 01:58:02.776: INFO: Pod "pod-projected-secrets-c9e0763d-7902-4c20-800e-90c51fb15e4d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.071794354s
STEP: Saw pod success
Feb 10 01:58:02.776: INFO: Pod "pod-projected-secrets-c9e0763d-7902-4c20-800e-90c51fb15e4d" satisfied condition "success or failure"
Feb 10 01:58:02.778: INFO: Trying to get logs from node jerma-worker2 pod pod-projected-secrets-c9e0763d-7902-4c20-800e-90c51fb15e4d container projected-secret-volume-test: 
STEP: delete the pod
Feb 10 01:58:02.857: INFO: Waiting for pod pod-projected-secrets-c9e0763d-7902-4c20-800e-90c51fb15e4d to disappear
Feb 10 01:58:02.959: INFO: Pod pod-projected-secrets-c9e0763d-7902-4c20-800e-90c51fb15e4d no longer exists
[AfterEach] [sig-storage] Projected secret
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:58:02.959: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-3899" for this suite.
•{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":264,"skipped":4332,"failed":0}

------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  should deny crd creation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:58:02.966: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 01:58:03.510: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 01:58:05.521: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519083, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519083, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519083, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519083, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 01:58:08.559: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] should deny crd creation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Registering the crd webhook via the AdmissionRegistration API
STEP: Creating a custom resource definition that should be denied by the webhook
Feb 10 01:58:08.581: INFO: >>> kubeConfig: /root/.kube/config
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:58:08.597: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-6882" for this suite.
STEP: Destroying namespace "webhook-6882-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:5.728 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  should deny crd creation [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]","total":278,"completed":265,"skipped":4332,"failed":0}
SS
------------------------------
[sig-storage] EmptyDir wrapper volumes 
  should not conflict [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir wrapper volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:58:08.694: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir-wrapper
STEP: Waiting for a default service account to be provisioned in namespace
[It] should not conflict [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Cleaning up the secret
STEP: Cleaning up the configmap
STEP: Cleaning up the pod
[AfterEach] [sig-storage] EmptyDir wrapper volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:58:14.915: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-wrapper-3941" for this suite.

• [SLOW TEST:6.237 seconds]
[sig-storage] EmptyDir wrapper volumes
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/storage/utils/framework.go:23
  should not conflict [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] EmptyDir wrapper volumes should not conflict [Conformance]","total":278,"completed":266,"skipped":4334,"failed":0}
SSSSSSSSSSS
------------------------------
[sig-storage] ConfigMap 
  optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:58:14.931: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name cm-test-opt-del-3a31f7a3-d9f3-42d7-a42b-5b6020aebd8f
STEP: Creating configMap with name cm-test-opt-upd-65aeee6a-c81c-4135-892b-17c882b6b95d
STEP: Creating the pod
STEP: Deleting configmap cm-test-opt-del-3a31f7a3-d9f3-42d7-a42b-5b6020aebd8f
STEP: Updating configmap cm-test-opt-upd-65aeee6a-c81c-4135-892b-17c882b6b95d
STEP: Creating configMap with name cm-test-opt-create-cb926ef7-c572-4b6e-8ec5-351d3d803a55
STEP: waiting to observe update in volume
[AfterEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:58:23.188: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-9525" for this suite.

• [SLOW TEST:8.264 seconds]
[sig-storage] ConfigMap
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap_volume.go:33
  optional updates should be reflected in volume [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] ConfigMap optional updates should be reflected in volume [NodeConformance] [Conformance]","total":278,"completed":267,"skipped":4345,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] Projected downwardAPI 
  should update annotations on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:58:23.197: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename projected
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:40
[It] should update annotations on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating the pod
Feb 10 01:58:27.787: INFO: Successfully updated pod "annotationupdate2733c4ee-a9d1-4200-b36a-d0184188749c"
[AfterEach] [sig-storage] Projected downwardAPI
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 01:58:29.816: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "projected-3266" for this suite.

• [SLOW TEST:6.627 seconds]
[sig-storage] Projected downwardAPI
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/projected_downwardapi.go:34
  should update annotations on modification [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] Projected downwardAPI should update annotations on modification [NodeConformance] [Conformance]","total":278,"completed":268,"skipped":4401,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Probing container 
  should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 01:58:29.825: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-probe
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/container_probe.go:51
[It] should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating pod busybox-204d324d-547f-4cb0-ba17-a5f4e4d9e440 in namespace container-probe-2660
Feb 10 01:58:33.900: INFO: Started pod busybox-204d324d-547f-4cb0-ba17-a5f4e4d9e440 in namespace container-probe-2660
STEP: checking the pod's current state and verifying that restartCount is present
Feb 10 01:58:33.902: INFO: Initial restart count of pod busybox-204d324d-547f-4cb0-ba17-a5f4e4d9e440 is 0
STEP: deleting the pod
[AfterEach] [k8s.io] Probing container
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 02:02:34.624: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-probe-2660" for this suite.

• [SLOW TEST:244.848 seconds]
[k8s.io] Probing container
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Probing container should *not* be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]","total":278,"completed":269,"skipped":4430,"failed":0}
SSSSSS
------------------------------
[sig-network] DNS 
  should support configurable pod DNS nameservers [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 02:02:34.673: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename dns
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support configurable pod DNS nameservers [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod with dnsPolicy=None and customized dnsConfig...
Feb 10 02:02:34.745: INFO: Created pod &Pod{ObjectMeta:{dns-3225  dns-3225 /api/v1/namespaces/dns-3225/pods/dns-3225 337f52fc-4dcf-426d-9cc0-becabf6360b4 7987721 0 2021-02-10 02:02:34 +0000 UTC   map[] map[] [] []  []},Spec:PodSpec{Volumes:[]Volume{Volume{Name:default-token-mqj99,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:&SecretVolumeSource{SecretName:default-token-mqj99,Items:[]KeyToPath{},DefaultMode:*420,Optional:nil,},NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:nil,StorageOS:nil,CSI:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:gcr.io/kubernetes-e2e-test-images/agnhost:2.8,Command:[],Args:[pause],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:default-token-mqj99,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*30,ActiveDeadlineSeconds:nil,DNSPolicy:None,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:&PodDNSConfig{Nameservers:[1.1.1.1],Searches:[resolv.conf.local],Options:[]PodDNSConfigOption{},},ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:nil,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},}
STEP: Verifying customized DNS suffix list is configured on pod...
Feb 10 02:02:38.758: INFO: ExecWithOptions {Command:[/agnhost dns-suffix] Namespace:dns-3225 PodName:dns-3225 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 02:02:38.758: INFO: >>> kubeConfig: /root/.kube/config
I0210 02:02:38.791325       6 log.go:172] (0xc002562000) (0xc001fa0320) Create stream
I0210 02:02:38.791357       6 log.go:172] (0xc002562000) (0xc001fa0320) Stream added, broadcasting: 1
I0210 02:02:38.793709       6 log.go:172] (0xc002562000) Reply frame received for 1
I0210 02:02:38.793752       6 log.go:172] (0xc002562000) (0xc001fa03c0) Create stream
I0210 02:02:38.793765       6 log.go:172] (0xc002562000) (0xc001fa03c0) Stream added, broadcasting: 3
I0210 02:02:38.794669       6 log.go:172] (0xc002562000) Reply frame received for 3
I0210 02:02:38.794700       6 log.go:172] (0xc002562000) (0xc00290b360) Create stream
I0210 02:02:38.794721       6 log.go:172] (0xc002562000) (0xc00290b360) Stream added, broadcasting: 5
I0210 02:02:38.795639       6 log.go:172] (0xc002562000) Reply frame received for 5
I0210 02:02:38.860012       6 log.go:172] (0xc002562000) Data frame received for 3
I0210 02:02:38.860035       6 log.go:172] (0xc001fa03c0) (3) Data frame handling
I0210 02:02:38.860051       6 log.go:172] (0xc001fa03c0) (3) Data frame sent
I0210 02:02:38.861592       6 log.go:172] (0xc002562000) Data frame received for 3
I0210 02:02:38.861632       6 log.go:172] (0xc001fa03c0) (3) Data frame handling
I0210 02:02:38.861717       6 log.go:172] (0xc002562000) Data frame received for 5
I0210 02:02:38.861746       6 log.go:172] (0xc00290b360) (5) Data frame handling
I0210 02:02:38.863495       6 log.go:172] (0xc002562000) Data frame received for 1
I0210 02:02:38.863525       6 log.go:172] (0xc001fa0320) (1) Data frame handling
I0210 02:02:38.863556       6 log.go:172] (0xc001fa0320) (1) Data frame sent
I0210 02:02:38.863581       6 log.go:172] (0xc002562000) (0xc001fa0320) Stream removed, broadcasting: 1
I0210 02:02:38.863600       6 log.go:172] (0xc002562000) Go away received
I0210 02:02:38.863856       6 log.go:172] (0xc002562000) (0xc001fa0320) Stream removed, broadcasting: 1
I0210 02:02:38.863914       6 log.go:172] (0xc002562000) (0xc001fa03c0) Stream removed, broadcasting: 3
I0210 02:02:38.863950       6 log.go:172] (0xc002562000) (0xc00290b360) Stream removed, broadcasting: 5
STEP: Verifying customized DNS server is configured on pod...
Feb 10 02:02:38.864: INFO: ExecWithOptions {Command:[/agnhost dns-server-list] Namespace:dns-3225 PodName:dns-3225 ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 02:02:38.864: INFO: >>> kubeConfig: /root/.kube/config
I0210 02:02:38.898595       6 log.go:172] (0xc002990fd0) (0xc00184e780) Create stream
I0210 02:02:38.898627       6 log.go:172] (0xc002990fd0) (0xc00184e780) Stream added, broadcasting: 1
I0210 02:02:38.900572       6 log.go:172] (0xc002990fd0) Reply frame received for 1
I0210 02:02:38.900613       6 log.go:172] (0xc002990fd0) (0xc00184e820) Create stream
I0210 02:02:38.900628       6 log.go:172] (0xc002990fd0) (0xc00184e820) Stream added, broadcasting: 3
I0210 02:02:38.901380       6 log.go:172] (0xc002990fd0) Reply frame received for 3
I0210 02:02:38.901418       6 log.go:172] (0xc002990fd0) (0xc002325ae0) Create stream
I0210 02:02:38.901438       6 log.go:172] (0xc002990fd0) (0xc002325ae0) Stream added, broadcasting: 5
I0210 02:02:38.901978       6 log.go:172] (0xc002990fd0) Reply frame received for 5
I0210 02:02:38.971113       6 log.go:172] (0xc002990fd0) Data frame received for 3
I0210 02:02:38.971170       6 log.go:172] (0xc00184e820) (3) Data frame handling
I0210 02:02:38.971266       6 log.go:172] (0xc00184e820) (3) Data frame sent
I0210 02:02:38.972589       6 log.go:172] (0xc002990fd0) Data frame received for 5
I0210 02:02:38.972623       6 log.go:172] (0xc002325ae0) (5) Data frame handling
I0210 02:02:38.972788       6 log.go:172] (0xc002990fd0) Data frame received for 3
I0210 02:02:38.972819       6 log.go:172] (0xc00184e820) (3) Data frame handling
I0210 02:02:38.974307       6 log.go:172] (0xc002990fd0) Data frame received for 1
I0210 02:02:38.974335       6 log.go:172] (0xc00184e780) (1) Data frame handling
I0210 02:02:38.974375       6 log.go:172] (0xc00184e780) (1) Data frame sent
I0210 02:02:38.974411       6 log.go:172] (0xc002990fd0) (0xc00184e780) Stream removed, broadcasting: 1
I0210 02:02:38.974439       6 log.go:172] (0xc002990fd0) Go away received
I0210 02:02:38.974687       6 log.go:172] (0xc002990fd0) (0xc00184e780) Stream removed, broadcasting: 1
I0210 02:02:38.974716       6 log.go:172] (0xc002990fd0) (0xc00184e820) Stream removed, broadcasting: 3
I0210 02:02:38.974738       6 log.go:172] (0xc002990fd0) (0xc002325ae0) Stream removed, broadcasting: 5
Feb 10 02:02:38.974: INFO: Deleting pod dns-3225...
[AfterEach] [sig-network] DNS
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 02:02:38.989: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "dns-3225" for this suite.
•{"msg":"PASSED [sig-network] DNS should support configurable pod DNS nameservers [Conformance]","total":278,"completed":270,"skipped":4436,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] ConfigMap 
  should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 02:02:39.014: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename configmap
STEP: Waiting for a default service account to be provisioned in namespace
[It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating configMap with name configmap-test-volume-map-0e821bda-4efd-4153-89f4-7fdf613965f4
STEP: Creating a pod to test consume configMaps
Feb 10 02:02:39.068: INFO: Waiting up to 5m0s for pod "pod-configmaps-c9fee05a-4cba-4c9f-915d-56e76e76bb8c" in namespace "configmap-5648" to be "success or failure"
Feb 10 02:02:39.070: INFO: Pod "pod-configmaps-c9fee05a-4cba-4c9f-915d-56e76e76bb8c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.294638ms
Feb 10 02:02:41.074: INFO: Pod "pod-configmaps-c9fee05a-4cba-4c9f-915d-56e76e76bb8c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006152043s
Feb 10 02:02:43.078: INFO: Pod "pod-configmaps-c9fee05a-4cba-4c9f-915d-56e76e76bb8c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010213872s
STEP: Saw pod success
Feb 10 02:02:43.078: INFO: Pod "pod-configmaps-c9fee05a-4cba-4c9f-915d-56e76e76bb8c" satisfied condition "success or failure"
Feb 10 02:02:43.081: INFO: Trying to get logs from node jerma-worker2 pod pod-configmaps-c9fee05a-4cba-4c9f-915d-56e76e76bb8c container configmap-volume-test: 
STEP: delete the pod
Feb 10 02:02:43.158: INFO: Waiting for pod pod-configmaps-c9fee05a-4cba-4c9f-915d-56e76e76bb8c to disappear
Feb 10 02:02:43.492: INFO: Pod pod-configmaps-c9fee05a-4cba-4c9f-915d-56e76e76bb8c no longer exists
[AfterEach] [sig-storage] ConfigMap
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 02:02:43.492: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "configmap-5648" for this suite.
•{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":271,"skipped":4477,"failed":0}
SS
------------------------------
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] 
  listing validating webhooks should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 02:02:43.511: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename webhook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:87
STEP: Setting up server cert
STEP: Create role binding to let webhook read extension-apiserver-authentication
STEP: Deploying the webhook pod
STEP: Wait for the deployment to be ready
Feb 10 02:02:44.756: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set
Feb 10 02:02:46.871: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519364, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519364, loc:(*time.Location)(0x791c680)}}, Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519364, loc:(*time.Location)(0x791c680)}}, LastTransitionTime:v1.Time{Time:time.Time{wall:0x0, ext:63748519364, loc:(*time.Location)(0x791c680)}}, Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-5f65f8c764\" is progressing."}}, CollisionCount:(*int32)(nil)}
STEP: Deploying the webhook service
STEP: Verifying the service has paired with the endpoint
Feb 10 02:02:49.910: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1
[It] listing validating webhooks should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Listing all of the created validation webhooks
STEP: Creating a configMap that does not comply to the validation webhook rules
STEP: Deleting the collection of validation webhooks
STEP: Creating a configMap that does not comply to the validation webhook rules
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 02:02:50.304: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "webhook-3174" for this suite.
STEP: Destroying namespace "webhook-3174-markers" for this suite.
[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/webhook.go:102

• [SLOW TEST:6.874 seconds]
[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin]
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/apimachinery/framework.go:23
  listing validating webhooks should work [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]","total":278,"completed":272,"skipped":4479,"failed":0}
SSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Container Runtime blackbox test when starting a container that exits 
  should run with the expected status [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Container Runtime
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 02:02:50.385: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-runtime
STEP: Waiting for a default service account to be provisioned in namespace
[It] should run with the expected status [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Container 'terminate-cmd-rpa': should get the expected 'RestartCount'
STEP: Container 'terminate-cmd-rpa': should get the expected 'Phase'
STEP: Container 'terminate-cmd-rpa': should get the expected 'Ready' condition
STEP: Container 'terminate-cmd-rpa': should get the expected 'State'
STEP: Container 'terminate-cmd-rpa': should be possible to delete [NodeConformance]
STEP: Container 'terminate-cmd-rpof': should get the expected 'RestartCount'
STEP: Container 'terminate-cmd-rpof': should get the expected 'Phase'
STEP: Container 'terminate-cmd-rpof': should get the expected 'Ready' condition
STEP: Container 'terminate-cmd-rpof': should get the expected 'State'
STEP: Container 'terminate-cmd-rpof': should be possible to delete [NodeConformance]
STEP: Container 'terminate-cmd-rpn': should get the expected 'RestartCount'
STEP: Container 'terminate-cmd-rpn': should get the expected 'Phase'
STEP: Container 'terminate-cmd-rpn': should get the expected 'Ready' condition
STEP: Container 'terminate-cmd-rpn': should get the expected 'State'
STEP: Container 'terminate-cmd-rpn': should be possible to delete [NodeConformance]
[AfterEach] [k8s.io] Container Runtime
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 02:03:20.170: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-runtime-2633" for this suite.

• [SLOW TEST:29.792 seconds]
[k8s.io] Container Runtime
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  blackbox test
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:38
    when starting a container that exits
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/runtime.go:39
      should run with the expected status [NodeConformance] [Conformance]
      /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Container Runtime blackbox test when starting a container that exits should run with the expected status [NodeConformance] [Conformance]","total":278,"completed":273,"skipped":4505,"failed":0}
SSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  pod should support shared volumes between containers [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 02:03:20.177: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] pod should support shared volumes between containers [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating Pod
STEP: Waiting for the pod running
STEP: Geting the pod
STEP: Reading file content from the nginx-container
Feb 10 02:03:26.511: INFO: ExecWithOptions {Command:[/bin/sh -c cat /usr/share/volumeshare/shareddata.txt] Namespace:emptydir-508 PodName:pod-sharedvolume-45f72819-bffb-40df-8a58-710b4813be57 ContainerName:busybox-main-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
Feb 10 02:03:26.511: INFO: >>> kubeConfig: /root/.kube/config
I0210 02:03:26.541444       6 log.go:172] (0xc002aa6000) (0xc0017f2b40) Create stream
I0210 02:03:26.541475       6 log.go:172] (0xc002aa6000) (0xc0017f2b40) Stream added, broadcasting: 1
I0210 02:03:26.543363       6 log.go:172] (0xc002aa6000) Reply frame received for 1
I0210 02:03:26.543394       6 log.go:172] (0xc002aa6000) (0xc001bdc3c0) Create stream
I0210 02:03:26.543406       6 log.go:172] (0xc002aa6000) (0xc001bdc3c0) Stream added, broadcasting: 3
I0210 02:03:26.544472       6 log.go:172] (0xc002aa6000) Reply frame received for 3
I0210 02:03:26.544527       6 log.go:172] (0xc002aa6000) (0xc0017f2c80) Create stream
I0210 02:03:26.544546       6 log.go:172] (0xc002aa6000) (0xc0017f2c80) Stream added, broadcasting: 5
I0210 02:03:26.545947       6 log.go:172] (0xc002aa6000) Reply frame received for 5
I0210 02:03:26.638263       6 log.go:172] (0xc002aa6000) Data frame received for 3
I0210 02:03:26.638308       6 log.go:172] (0xc001bdc3c0) (3) Data frame handling
I0210 02:03:26.638330       6 log.go:172] (0xc001bdc3c0) (3) Data frame sent
I0210 02:03:26.638351       6 log.go:172] (0xc002aa6000) Data frame received for 3
I0210 02:03:26.638362       6 log.go:172] (0xc001bdc3c0) (3) Data frame handling
I0210 02:03:26.638413       6 log.go:172] (0xc002aa6000) Data frame received for 5
I0210 02:03:26.638448       6 log.go:172] (0xc0017f2c80) (5) Data frame handling
I0210 02:03:26.639748       6 log.go:172] (0xc002aa6000) Data frame received for 1
I0210 02:03:26.639763       6 log.go:172] (0xc0017f2b40) (1) Data frame handling
I0210 02:03:26.639784       6 log.go:172] (0xc0017f2b40) (1) Data frame sent
I0210 02:03:26.639804       6 log.go:172] (0xc002aa6000) (0xc0017f2b40) Stream removed, broadcasting: 1
I0210 02:03:26.639878       6 log.go:172] (0xc002aa6000) (0xc0017f2b40) Stream removed, broadcasting: 1
I0210 02:03:26.639888       6 log.go:172] (0xc002aa6000) (0xc001bdc3c0) Stream removed, broadcasting: 3
I0210 02:03:26.639905       6 log.go:172] (0xc002aa6000) Go away received
I0210 02:03:26.639958       6 log.go:172] (0xc002aa6000) (0xc0017f2c80) Stream removed, broadcasting: 5
Feb 10 02:03:26.639: INFO: Exec stderr: ""
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 02:03:26.640: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-508" for this suite.

• [SLOW TEST:6.488 seconds]
[sig-storage] EmptyDir volumes
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:40
  pod should support shared volumes between containers [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [sig-storage] EmptyDir volumes pod should support shared volumes between containers [Conformance]","total":278,"completed":274,"skipped":4513,"failed":0}
[sig-storage] Downward API volume 
  should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 02:03:26.665: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename downward-api
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:40
[It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test downward API volume plugin
Feb 10 02:03:26.717: INFO: Waiting up to 5m0s for pod "downwardapi-volume-f8fcc5e9-2a6f-43b4-8be4-63a64bc61a0f" in namespace "downward-api-3895" to be "success or failure"
Feb 10 02:03:26.720: INFO: Pod "downwardapi-volume-f8fcc5e9-2a6f-43b4-8be4-63a64bc61a0f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.926788ms
Feb 10 02:03:28.816: INFO: Pod "downwardapi-volume-f8fcc5e9-2a6f-43b4-8be4-63a64bc61a0f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.098352815s
Feb 10 02:03:30.820: INFO: Pod "downwardapi-volume-f8fcc5e9-2a6f-43b4-8be4-63a64bc61a0f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.102650244s
STEP: Saw pod success
Feb 10 02:03:30.820: INFO: Pod "downwardapi-volume-f8fcc5e9-2a6f-43b4-8be4-63a64bc61a0f" satisfied condition "success or failure"
Feb 10 02:03:30.823: INFO: Trying to get logs from node jerma-worker2 pod downwardapi-volume-f8fcc5e9-2a6f-43b4-8be4-63a64bc61a0f container client-container: 
STEP: delete the pod
Feb 10 02:03:30.888: INFO: Waiting for pod downwardapi-volume-f8fcc5e9-2a6f-43b4-8be4-63a64bc61a0f to disappear
Feb 10 02:03:30.894: INFO: Pod downwardapi-volume-f8fcc5e9-2a6f-43b4-8be4-63a64bc61a0f no longer exists
[AfterEach] [sig-storage] Downward API volume
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 02:03:30.894: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "downward-api-3895" for this suite.
•{"msg":"PASSED [sig-storage] Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]","total":278,"completed":275,"skipped":4513,"failed":0}
SSSSSSSSSSSSSSSSSSS
------------------------------
[k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook 
  should execute prestop http hook properly [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [k8s.io] Container Lifecycle Hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 02:03:30.901: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename container-lifecycle-hook
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] when create a pod with lifecycle hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:64
STEP: create the container to handle the HTTPGet hook request.
[It] should execute prestop http hook properly [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: create the pod with lifecycle hook
STEP: delete the pod with lifecycle hook
Feb 10 02:03:39.049: INFO: Waiting for pod pod-with-prestop-http-hook to disappear
Feb 10 02:03:39.055: INFO: Pod pod-with-prestop-http-hook still exists
Feb 10 02:03:41.055: INFO: Waiting for pod pod-with-prestop-http-hook to disappear
Feb 10 02:03:41.070: INFO: Pod pod-with-prestop-http-hook still exists
Feb 10 02:03:43.055: INFO: Waiting for pod pod-with-prestop-http-hook to disappear
Feb 10 02:03:43.059: INFO: Pod pod-with-prestop-http-hook no longer exists
STEP: check prestop hook
[AfterEach] [k8s.io] Container Lifecycle Hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 02:03:43.066: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "container-lifecycle-hook-1401" for this suite.

• [SLOW TEST:12.173 seconds]
[k8s.io] Container Lifecycle Hook
/workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:716
  when create a pod with lifecycle hook
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/lifecycle_hook.go:42
    should execute prestop http hook properly [NodeConformance] [Conformance]
    /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
------------------------------
{"msg":"PASSED [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop http hook properly [NodeConformance] [Conformance]","total":278,"completed":276,"skipped":4532,"failed":0}
SSSSSSSSSSSSSSSSS
------------------------------
[sig-storage] EmptyDir volumes 
  should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 02:03:43.075: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename emptydir
STEP: Waiting for a default service account to be provisioned in namespace
[It] should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
STEP: Creating a pod to test emptydir 0777 on node default medium
Feb 10 02:03:43.159: INFO: Waiting up to 5m0s for pod "pod-8128f938-d9b1-497d-aea0-a62145464eb4" in namespace "emptydir-6335" to be "success or failure"
Feb 10 02:03:43.180: INFO: Pod "pod-8128f938-d9b1-497d-aea0-a62145464eb4": Phase="Pending", Reason="", readiness=false. Elapsed: 21.433414ms
Feb 10 02:03:45.187: INFO: Pod "pod-8128f938-d9b1-497d-aea0-a62145464eb4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.027541414s
Feb 10 02:03:47.190: INFO: Pod "pod-8128f938-d9b1-497d-aea0-a62145464eb4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.031244307s
STEP: Saw pod success
Feb 10 02:03:47.190: INFO: Pod "pod-8128f938-d9b1-497d-aea0-a62145464eb4" satisfied condition "success or failure"
Feb 10 02:03:47.193: INFO: Trying to get logs from node jerma-worker pod pod-8128f938-d9b1-497d-aea0-a62145464eb4 container test-container: 
STEP: delete the pod
Feb 10 02:03:47.238: INFO: Waiting for pod pod-8128f938-d9b1-497d-aea0-a62145464eb4 to disappear
Feb 10 02:03:47.258: INFO: Pod pod-8128f938-d9b1-497d-aea0-a62145464eb4 no longer exists
[AfterEach] [sig-storage] EmptyDir volumes
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 02:03:47.258: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "emptydir-6335" for this suite.
•{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]","total":278,"completed":277,"skipped":4549,"failed":0}
S
------------------------------
[sig-apps] ReplicationController 
  should surface a failure condition on a common issue like exceeded quota [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
[BeforeEach] [sig-apps] ReplicationController
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Feb 10 02:03:47.266: INFO: >>> kubeConfig: /root/.kube/config
STEP: Building a namespace api object, basename replication-controller
STEP: Waiting for a default service account to be provisioned in namespace
[It] should surface a failure condition on a common issue like exceeded quota [Conformance]
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721
Feb 10 02:03:47.344: INFO: Creating quota "condition-test" that allows only two pods to run in the current namespace
STEP: Creating rc "condition-test" that asks for more than the allowed pod quota
STEP: Checking rc "condition-test" has the desired failure condition set
STEP: Scaling down rc "condition-test" to satisfy pod quota
Feb 10 02:03:49.429: INFO: Updating replication controller "condition-test"
STEP: Checking rc "condition-test" has no failure condition set
[AfterEach] [sig-apps] ReplicationController
  /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
Feb 10 02:03:50.601: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "replication-controller-2567" for this suite.
•{"msg":"PASSED [sig-apps] ReplicationController should surface a failure condition on a common issue like exceeded quota [Conformance]","total":278,"completed":278,"skipped":4550,"failed":0}
SSSSSSSSSSSSSSSSSSFeb 10 02:03:50.615: INFO: Running AfterSuite actions on all nodes
Feb 10 02:03:50.615: INFO: Running AfterSuite actions on node 1
Feb 10 02:03:50.615: INFO: Skipping dumping logs from cluster
{"msg":"Test Suite completed","total":278,"completed":278,"skipped":4568,"failed":0}

Ran 278 of 4846 Specs in 4453.200 seconds
SUCCESS! -- 278 Passed | 0 Failed | 0 Pending | 4568 Skipped
PASS